Age | Commit message (Collapse) | Author |
|
|
|
Merge patch required to support Swift projects, from Avery Pierce.
Patch taken from https://github.com/matrix-org/matrix-ios-sdk/files/712987/olm_patch.txt.
Sign-off at https://github.com/matrix-org/matrix-ios-sdk/pull/220#issue-201470911.
|
|
|
|
|
|
OLMKit: Add wrappers for export/import of inbound group sessions
|
|
|
|
|
|
Merged from https://github.com/aapierce0/OLMKit/commits/macOS_port
Sign-off taken from https://github.com/matrix-org/matrix-ios-sdk/pull/218#issue-201062079.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Export and import of megolm session data
|
|
Android wrappers for olm library
|
|
|
|
|
|
pedroc/android_e2e_dev
|
|
|
|
|
|
|
|
-> Update the deserialization methods (the jni methods create an object instance before deserializing them.
|
|
olm_import_inbound_group_session, which reads the format written by
olm_export_inbound_group_session to initialise a group session.
|
|
|
|
|
|
|
|
|
|
|
|
initWithXX.
|
|
error
|
|
|
|
getXXX methods
|
|
A pair of functions which allow you to export the megolm keys for an inbound
group session, so that an application can save/restore them.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-> remove javaCStringToUtf8
|
|
|
|
|
|
|