Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03-01 | prepare v2.2.22.2.2 | Richard van der Hoff | |
2017-02-27 | OLMKit: Fixed type of messageIndex argument in exportSessionAtMessageIndex | Greg Hughes | |
Signed-off-by: Greg Hughes <greg@ghughes.com> | |||
2017-01-18 | Prep v2.2.12.2.1 | Richard van der Hoff | |
2017-01-18 | Fix OLMKit.podspec | Richard van der Hoff | |
2017-01-18 | Bump version numbers to 2.2.02.2.0 | Richard van der Hoff | |
2017-01-18 | Prep changelog for 2.2.0 | Richard van der Hoff | |
2017-01-18 | Android: Add wrappers for export/import of inbound group sessions | Yannick LE COLLEN | |
2017-01-18 | Swift project support | Richard van der Hoff | |
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. | |||
2017-01-18 | OLMKit: Change OLMKitVersionString from a C function to an Obj-C static method | Avery Pierce | |
2017-01-18 | OLMKit: Exclude private headers from pod library | Avery Pierce | |
2017-01-17 | Merge pull request #44 from matrix-org/manuroe/olmkit-backup | Richard van der Hoff | |
OLMKit: Add wrappers for export/import of inbound group sessions | |||
2017-01-17 | OLMKit: Reset intermediate buffer to zeroes | manuroe | |
2017-01-17 | OLMKit: Add wrappers for export/import of inbound group sessions | manuroe | |
2017-01-17 | Update podspec to support macOS | Richard van der Hoff | |
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. | |||
2017-01-17 | Add a CONTRIBUTING file | Richard van der Hoff | |
2017-01-17 | More README fixes | Richard van der Hoff | |
2017-01-17 | link to local docs/olm.rst | Richard van der Hoff | |
2017-01-17 | Fix Android build instrucitons | Richard van der Hoff | |
2017-01-14 | Strip down to Foundation (no need to include UIKit or Cocoa) | Avery Pierce | |
2017-01-14 | Add macOS support to the Podspec | Avery Pierce | |
2017-01-10 | Merge pull request #42 from matrix-org/rav/megolm_export | Richard van der Hoff | |
Export and import of megolm session data | |||
2017-01-10 | Merge pull request #43 from matrix-org/pedroc/android_e2e_dev | Yannick LE COLLEN | |
Android wrappers for olm library | |||
2017-01-10 | Move the android project from /Java/Android/OlmLibSdk | ylecollen | |
2017-01-10 | Add some tests for inbound session import/export | Richard van der Hoff | |
2017-01-10 | Merge remote-tracking branch 'origin/pedroc/android_e2e_dev' into ↵ | ylecollen | |
pedroc/android_e2e_dev | |||
2017-01-10 | Update after a new review | ylecollen | |
2017-01-10 | README.rst: fix formatting | Richard van der Hoff | |
2017-01-10 | Store a flag indicating if the sender key is verified | Richard van der Hoff | |
2017-01-10 | -> Check the function descriptions | ylecollen | |
-> Update the deserialization methods (the jni methods create an object instance before deserializing them. | |||
2017-01-09 | Implement importing group session data | Richard van der Hoff | |
olm_import_inbound_group_session, which reads the format written by olm_export_inbound_group_session to initialise a group session. | |||
2017-01-09 | Update getSdkOlmVersion to provide the git commit | ylecollen | |
2017-01-09 | add sanity checks when releasing the objects | 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 | The crypto objects are now saved as String to keep the backward compliancy. | ylecollen | |
2017-01-09 | use the same way to name the creation method i.e. createNewXX. Avoid the ↵ | ylecollen | |
initWithXX. | |||
2017-01-09 | The serialization / deserialization unit test did not fail when there was an ↵ | ylecollen | |
error | |||
2017-01-09 | verifyEd25519Signature triggers an exception instead of filling an error buffer | ylecollen | |
2017-01-09 | Simplify the function declarations in olm_jni to avoid having to cast the ↵ | ylecollen | |
getXXX methods | |||
2017-01-06 | Enable exporting inbound group session keys | Richard van der Hoff | |
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. | |||
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 | use secureRandom in getRandomKey | ylecollen | |