index
:
libolm
master
Implementation of the olm and megolm cryptographic ratchets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
java
/
android
/
OlmLibSdk
/
olm-sdk
/
src
/
main
/
jni
Age
Commit message (
Expand
)
Author
2017-01-10
-> Check the function descriptions
ylecollen
2017-01-09
Clear some data before releasing them
ylecollen
2017-01-09
remove the useless malloc(len+1) + zero terminated
ylecollen
2017-01-09
use the same way to name the creation method i.e. createNewXX. Avoid the init...
ylecollen
2017-01-09
Simplify the function declarations in olm_jni to avoid having to cast the get...
ylecollen
2017-01-05
Move the exception test
ylecollen
2017-01-05
fix an invalid test
ylecollen
2017-01-04
The olm objects are serialized as byte[] instead of strings.
ylecollen
2017-01-04
Fix a C compilation warning.
ylecollen
2017-01-04
OlmSession triggers exception when there is a failure.
ylecollen
2017-01-04
the OlmOutboundGroupSession methods trigger an exception when they fail
ylecollen
2017-01-04
the OlmInboundGroupSession methods trigger an exception when they fails
ylecollen
2017-01-04
OlmAccount methods trigger an exception when they fail.
ylecollen
2017-01-04
Simplify the serialization / deserializtion methods (CommonSerializeUtils)
ylecollen
2017-01-03
initInboundSessionWithAccount triggers an exception when it fails.
ylecollen
2017-01-03
EncryptMessage triggers an exception when it fails
ylecollen
2017-01-03
-> the byte[] to String conversions are done on Java level (when it is possible)
ylecollen
2017-01-03
There is more GetStringUTFChars call.
ylecollen
2017-01-03
encryptMessage : the UTF8 conversion is done on JAVA side.
ylecollen
2017-01-03
Add exception checks
ylecollen
2017-01-03
-> simplify OlmSession.DecryptMessage
ylecollen
2017-01-03
->Replace 2 spaces tabs by 4 spaces.
ylecollen
2017-01-02
Update the tab size to 4 spaces
ylecollen
2017-01-02
Use a 4 spaces tabulation
ylecollen
2017-01-02
Fix tabulations mix and split block of variables when it is possible.
ylecollen
2017-01-02
Simplify signMessageJni
ylecollen
2017-01-02
setRandomInBuffer : clear tempByteArray content
ylecollen
2016-12-22
Update the copyrights
ylecollen
2016-12-21
signMessage : the utf8 conversion is done on Java side.
ylecollen
2016-12-21
create a dedicated file for olm_manager.
ylecollen
2016-12-21
move getOlmLibVersionJni to the bottom
ylecollen
2016-12-21
move getOlmLibVersionJni
ylecollen
2016-12-21
Fix a potential memory leak.
ylecollen
2016-12-21
setRandomInBuffer uses java.lang.SecureRandom.
ylecollen
2016-12-21
identityKeys and oneTimeKeys return Map instead of JSON.
ylecollen
2016-11-28
Update decryptMessage() API with the error message as an output parameter
pedroGitt
2016-11-28
Remove un used code
pedroGitt
2016-11-23
Rename JNI API: getOlmLibVersion() => getOlmLibVersionJni()
pedroGitt
2016-11-23
Update with master branch => OLM V2.0.0
pedroGitt
2016-11-14
Fix the decrypt issue (crash on V5.1.1) when the message to decrypt contains ...
AndroidSdk_v0.2.0
pedroGitt
2016-10-27
Introduce a new log file (ENABLE_JNI_LOG) to disable/enable logs in JNI side
pedroGitt
2016-10-27
Fix random issue: increase random seed precision to micro sec
AndroidSdk_v0.1.0
pedroGitt
2016-10-26
Update verifyEd25519Signature() unit test: add a test to detect a key length ...
pedroGitt
2016-10-25
Update olm_matches_inbound_session_(from)() return code processing
pedroGitt
2016-10-25
Renaming:
pedroGitt
2016-10-24
Fix compiler warnings
pedroGitt
2016-10-24
Add possibility to define NDK_DEBUG flag
pedroGitt
2016-10-24
Add possibility to define NDK_DEBUG flag
pedroGitt
2016-10-23
Add serialization for inbound group session
pedroGitt
2016-10-21
Add serialization for outbound group session
pedroGitt
[next]