Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-24 | Return the base64-encoded length of pickles | Richard van der Hoff | |
make olm_pickle_* return the lengths of the base64-encoded pickles, rather than the raw pickle. (From the application's POV, the format of the pickle is opaque: it doesn't even know that it is base64-encoded. So returning the length of the raw pickle is particularly unhelpful.) | |||
2016-10-23 | Add serialization for inbound group session | pedroGitt | |
- remove compiler warnings when logs are not enabled - new getInstanceId() function to refactor code | |||
2016-10-21 | Add serialization for outbound group session | pedroGitt | |
2016-10-21 | Update android platform to 16 | pedroGitt | |
2016-10-21 | Add getRandomKey() | pedroGitt | |
2016-10-21 | Merge branch 'rav/clear_random_bufs' | Richard van der Hoff | |
2016-10-21 | Clear random buf in olm_init_outbound_group_session | Richard van der Hoff | |
All the other methods clear their random inputs. This one needs to do the same, to reduce the risk of the randomness being used elsewhere and leaking key info. | |||
2016-10-21 | Serialization for OlmAccount and OlmSession OK | pedroGitt | |
2016-10-21 | Spelling | Mark Haines | |
2016-10-21 | s/they've/they have/ | Mark Haines | |
2016-10-21 | Reword and s/message index/ratchet index/ | Mark Haines | |
2016-10-21 | Document the potential for message replays and possible mitigations | Mark Haines | |
2016-10-21 | Merge pull request #31 from matrix-org/markjh/groupmessageindex | Mark Haines | |
Return the message index when decrypting group messages. | |||
2016-10-20 | Add serialization feature to OlmAccount | pedroGitt | |
- new JNI API: serializeDataWithKeyJni() and initWithSerializedDataJni() - update account unit test - modify OlmAccount constructor API: an exception may be thrown | |||
2016-10-20 | Local variable renaming | pedroGitt | |
2016-10-20 | Update verifyEd25519Signature() to fix error message processing | pedroGitt | |
2016-10-20 | Format update | pedroGitt | |
2016-10-20 | Update logs | pedroGitt | |
2016-10-20 | First update with serialization mechanism | pedroGitt | |
2016-10-20 | First update with serialization mechanism | pedroGitt | |
2016-10-20 | Check the message index in the tests | Mark Haines | |
2016-10-20 | Merge branch 'master' | Richard van der Hoff | |
2016-10-20 | Merge pull request #30 from matrix-org/rav/misc_docs | Richard van der Hoff | |
Add notes on limitations to megolm spec | |||
2016-10-20 | Add NULL check for message_index pointer | Mark Haines | |
2016-10-20 | Return the message index when decrypting group messages. | Mark Haines | |
Applications can use the index to detect replays of the same message. | |||
2016-10-19 | s/ephemeral/one-time/ in olm spec | Richard van der Hoff | |
We're standardising on 'one-time keys' as a term for the thing that Bob uploads for prekey messages. | |||
2016-10-19 | Add notes on limitations to megolm spec | Richard van der Hoff | |
2016-10-19 | Link to the megolm spec | Richard van der Hoff | |
2016-10-19 | Document the unknown key-share attacks and mitigation (#29) | Richard van der Hoff | |
2016-10-19 | Add new exception message for deserialization | pedroGitt | |
2016-10-19 | Merge pull request #28 from matrix-org/rav/fix_megolm_segfault | Richard van der Hoff | |
Fix a buffer bounds check when decoding group messages | |||
2016-10-19 | Merge pull request #27 from matrix-org/rav/fuzzers_readme | Richard van der Hoff | |
Add a README for the fuzzers | |||
2016-10-19 | Fix a buffer bounds check when decoding group messages | Richard van der Hoff | |
Fixes a segfault when a group message had exactly the length of the mac + signature. Also tweak skipping of unknown tags to avoid an extra trip around the loop. | |||
2016-10-19 | Add a README for the fuzzers | Richard van der Hoff | |
2016-10-19 | Update due to the de/serialization API | pedroGitt | |
2016-10-18 | Fix verifyEd25519Signature() API to properly return the error message in ↵ | pedroGitt | |
case signature verification failed - update unit tests | |||
2016-10-18 | Fix javadoc header comment | pedroGitt | |
2016-10-18 | Add OlmUtility class | pedroGitt | |
- add unit tests for OlmUtility - rename OlmGroupTest to OlmGroupSessionTest - update OlmException | |||
2016-10-18 | - Add new API for OlmUtility | pedroGitt | |
- Introducing namespace AndroidOlmSdk - Fix logs (function names mixed up) - Add new check based on the calling java object instance type (IsInstanceOf()) - Fix return value for getXXXInstanceId() in case of failure. Now 0 is returned. | |||
2016-10-17 | - Update Javadoc for keys constants definitions | pedroGitt | |
- change return code from removeOneTimeKeysForSession() (direct value from JNI is now returned) | |||
2016-10-17 | Update Javadoc method headers with direct link to PRE_KEY definition | pedroGitt | |
2016-10-17 | Fix "invalid address or address of corrupt passed to dlfree" in 32bits ↵ | pedroGitt | |
platform devices | |||
2016-10-17 | Add extra tests to check if the calling JAVA instance is the expected one | pedroGitt | |
2016-10-17 | OLMKit: Add [OLMUtility sha256:] | manuroe | |
2016-10-14 | - Add in/outbound group unit test OK | pedroGitt | |
2016-10-14 | OLMKit: Add signature tests | manuroe | |
2016-10-14 | - Add inbound and outbound group sessions | pedroGitt | |
- Modify constructors for inbound and outbound group sessions - Add new Ecxception class | |||
2016-10-13 | Temp commit.. adding group session API in progress | pedroGitt | |
2016-10-13 | OLMKit: Renamed [OLMAccount markKeysAsPublished] into [OLMAccount ↵ | manuroe | |
markOneTimeKeysAsPublished] and implemented it | |||
2016-10-13 | Enbale all ABI platforms | pedroGitt | |