index
:
libolm
master
Implementation of the olm and megolm cryptographic ratchets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xcode
/
OLMKit
Age
Commit message (
Expand
)
Author
2016-11-18
OLMKit: Fixed warnings in objc wrapper
manuroe
2016-11-17
OLMKit: Update Copyrights
manuroe
2016-11-14
OLMKit: Add missing implementations for matchesInboundSession matchesInboundS...
olmkit-v2.0.0
manuroe
2016-11-14
OLMKit: Fix warning in OLMUtility
manuroe
2016-11-14
OLMKit: Fixed type-cast of messageIndex of [OLMInboundGroupSession decryptMes...
manuroe
2016-11-14
OLMKit: Replaced NSAsserts by NSErrors
manuroe
2016-11-07
OLMKit: Update obj-c wrapper to 2.0.0
manuroe
2016-10-17
OLMKit: Add [OLMUtility sha256:]
manuroe
2016-10-14
OLMKit: Add signature tests
manuroe
2016-10-13
OLMKit: Renamed [OLMAccount markKeysAsPublished] into [OLMAccount markOneTime...
manuroe
2016-10-10
OLMKit: Add megolm api: OLMInboundGroupSession and OLMOutboundGroupSession
manuroe
2016-09-30
OLMKit: OLMAccount: Replace a olm_session_last_error by olm_account_last_error
manuroe
2016-09-28
OLMKit: Add [OLMUtility ed25519Verify]
manuroe
2016-09-28
OLMKit: Use the same version as libolm
manuroe
2016-09-28
OLMKit: Implement missing [OLMAccount signMessage:]
manuroe
2016-09-27
OLMKit: Make the project build
manuroe
2016-04-13
OLMAccount and OLMSession serialization
Chris Ballinger
2016-04-09
Initial test passing
Chris Ballinger
2016-04-08
Xcode, podspec, wrapper
Chris Ballinger