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
/
android
/
olm-sdk
/
src
/
main
/
java
Age
Commit message (
Collapse
)
Author
2019-04-04
add missing OlmPkSigning class
Hubert Chathi
2019-03-20
add Android bindings for PK signing
Hubert Chathi
2018-10-23
expose the private key length in the Android sdk
Hubert Chathi
2018-10-19
add functions for dealing with private keys directly
Hubert Chathi
2018-10-19
more and improved buffer sanitising for Android bindings
Hubert Chathi
2018-10-12
clear out plaintext buffers in Android SDK where possible
Hubert Chathi
2018-06-27
add initial version of Android wrapper for public key API
Hubert Chathi
2018-06-27
Fix null pointer dereference
Benoit Marty
Patch has been received by e-mail, Signed-off-by: Arnaud Fontaine <arnaud.fontaine@ssi.gouv.fr>
2017-03-02
Android : improve the version number management (#46)
Yannick LE COLLEN
Add functions to make the difference between the native and the java code version. Factor out the version management in the makefiles.
2017-01-18
Android: Add wrappers for export/import of inbound group sessions
Yannick LE COLLEN
2017-01-10
Move the android project from /Java/Android/OlmLibSdk
ylecollen