- Dec 19, 2016
-
-
manuroe authored
-
- Nov 24, 2016
-
-
manuroe authored
OLMKit: Make returned NSError provide the raw olm error string (ex:"UNKNOWN_MESSAGE_INDEX") in their NSLocalizedDescriptionKey. NSLocalizedFailureReasonErrorKey can contain more contextual information.
-
- Nov 18, 2016
-
-
manuroe authored
-
- Nov 17, 2016
- Nov 14, 2016
- Nov 07, 2016
- Nov 04, 2016
- Nov 03, 2016
-
-
manuroe authored
-
- Oct 27, 2016
-
-
Richard van der Hoff authored
-
- Oct 25, 2016
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Mark Haines authored
-
- Oct 24, 2016
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
fuzz_group_decrypt.cpp got broken by 653790ea; fix it up
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Return the base64-encoded length of pickles
-
Mark Haines authored
Document the potential for message replays and possible mitigations
-
Richard van der Hoff authored
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.)
-
- Oct 21, 2016
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
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.
-
Mark Haines authored
-
Mark Haines authored
-
Mark Haines authored
-
Mark Haines authored
-
Mark Haines authored
Return the message index when decrypting group messages.
-
- Oct 20, 2016
-
-
Mark Haines authored
-
Richard van der Hoff authored
-