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
Age
Commit message (
Expand
)
Author
2017-02-27
OLMKit: Fixed type of messageIndex argument in exportSessionAtMessageIndex
Greg Hughes
2017-01-18
OLMKit: Change OLMKitVersionString from a C function to an Obj-C static method
Avery Pierce
2017-01-17
Merge pull request #44 from matrix-org/manuroe/olmkit-backup
Richard van der Hoff
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-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
2016-12-20
OLMKit: More zeroing
manuroe
2016-12-19
OLMKit: Reset intermediate buffers to zeroes
manuroe
2016-11-24
OLMKit: Make returned NSError provide the raw olm error string (ex:"UNKNOWN_M...
manuroe
2016-11-18
OLMKit: Fixed warnings in objc wrapper
manuroe
2016-11-17
OLMKit: Update Copyrights
manuroe
2016-11-17
OLMKit: Improve wording
manuroe
2016-11-17
OLMKit: Podfile.lock++
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-11
OLMKit: Fixed typo in test
manuroe
2016-10-10
OLMKit: Add tests for OLMInboundGroupSession and OLMOutboundGroupSession
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