aboutsummaryrefslogtreecommitdiff
path: root/xcode/OLMKit/OLMInboundGroupSession.m
AgeCommit message (Collapse)Author
2018-10-17OLMKit: Zero buffers out in all pickle & unpickle methodsmanuroe
2018-06-27Fix obj-c warningsmanuroe
2017-02-27OLMKit: Fixed type of messageIndex argument in exportSessionAtMessageIndexGreg Hughes
Signed-off-by: Greg Hughes <greg@ghughes.com>
2017-01-17OLMKit: Reset intermediate buffer to zeroesmanuroe
2017-01-17OLMKit: Add wrappers for export/import of inbound group sessionsmanuroe
2016-12-20OLMKit: More zeroingmanuroe
2016-11-24OLMKit: Make returned NSError provide the raw olm error string ↵manuroe
(ex:"UNKNOWN_MESSAGE_INDEX") in their NSLocalizedDescriptionKey. NSLocalizedFailureReasonErrorKey can contain more contextual information.
2016-11-17OLMKit: Update Copyrightsmanuroe
2016-11-14OLMKit: Fixed type-cast of messageIndex of [OLMInboundGroupSession ↵manuroe
decryptMessage] for 32 and 64bits platforms
2016-11-14OLMKit: Replaced NSAsserts by NSErrorsmanuroe
2016-11-07OLMKit: Update obj-c wrapper to 2.0.0manuroe
2016-10-10OLMKit: Add megolm api: OLMInboundGroupSession and OLMOutboundGroupSessionmanuroe