index
:
libolm
master
Implementation of the olm and megolm cryptographic ratchets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-04-09
python: Add the SAS header to the manifest.
Damir Jelić
2019-04-09
python: Add support for the long KDF MAC calculation.
Damir Jelić
2019-04-09
python: Remove an unneeded and old copyright header.
Damir Jelić
2019-04-08
Merge branch 'master' into poljar/python-sas
Hubert Chathi
2019-04-08
python: Build the build headers with setup.py.
Damir Jelić
2019-04-08
python: Fix the MANIFEST file.
Damir Jelić
2019-04-08
python: Add PK bindings.
Damir Jelić
2019-04-08
python: Make the typing module a requirement only for old python versions.
Damir Jelić
2019-04-04
add missing OlmPkSigning class
Hubert Chathi
2019-04-02
add support for an incorrect KDF that snuck into Riot 1.0
Hubert Chathi
2019-04-02
python: Expose the sha256() function in the utilities.
Damir Jelić
2019-04-02
python: Add Short Authentication String bindings.
Damir Jelić
2019-03-28
update unit test to match function name change
Hubert Chathi
2019-03-20
add Android bindings for PK signing
Hubert Chathi
2019-03-13
rename functions to be more consistent
Hubert Chathi
2019-02-15
I don't know what an "oml" is
Hubert Chathi
2019-02-01
Merge pull request #81 from matrix-org/dbkr/pk_sign
Hubert Chathi
2019-02-01
call the right function and remove unnecessary include
Hubert Chathi
2019-01-30
Yay for incorrect comments breaking the build...
David Baker
2019-01-30
Drop support for old emscripten
David Baker
2019-01-29
Add signing class to the pk module
David Baker
2019-01-23
python: Turn the signature buffer into a bytearray.
Damir Jelić
2019-01-21
initial implementation of short authentication string generation
Hubert Chathi
2018-10-24
bump OLMKit version too
3.0.0
Hubert Chathi
2018-10-23
prepare release 3.0.0
Hubert Chathi
2018-10-23
expose the private key length in the Android sdk
Hubert Chathi
2018-10-23
document how to build with cmake, and how to build the Python bindings
Hubert Chathi
2018-10-23
fix capitalization and update Python binding version on release
Hubert Chathi
2018-10-23
include the non-wasm version in the package
Hubert Chathi
2018-10-23
default to building as a shared library
Hubert Chathi
2018-10-23
Merge pull request #75 from matrix-org/manuroe/objc_pk_private_key_length
Hubert Chathi
2018-10-23
OLMKit: Fix typo in license header
manuroe
2018-10-23
OLMKit: Fix file name case
manuroe
2018-10-23
OLMKit: Maintenance: Update Podfile.lock
manuroe
2018-10-23
OLMKit: Expose PK private key length
manuroe
2018-10-22
Merge pull request #67 from matrix-org/cmake
Hubert Chathi
2018-10-22
Merge pull request #70 from matrix-org/manuroe/objc_pk
manuroe
2018-10-19
add functions for dealing with private keys directly
Hubert Chathi
2018-10-19
more and improved buffer sanitising for Android bindings
Hubert Chathi
2018-10-19
Merge pull request #71 from matrix-org/js_sanitising
Hubert Chathi
2018-10-19
Merge pull request #68 from matrix-org/poljar-python
Hubert Chathi
2018-10-17
fix c+p error: don't clobber the decryption object on error
Hubert Chathi
2018-10-17
OLMKit: Zero buffers out in all pickle & unpickle methods
manuroe
2018-10-17
OLMKit: Zero only critical buffers out
manuroe
2018-10-16
zero buffers in the JavaScript bindings
Hubert Chathi
2018-10-16
document a couple more places where olm clobbers things
Hubert Chathi
2018-10-16
also ignore the non-wasm JS file
Hubert Chathi
2018-10-16
add more buffer clearing
Hubert Chathi
2018-10-16
Fix compilation warning for olm_pk_private_key_length(void);
manuroe
2018-10-16
Remove .DS_Store for git
manuroe
[next]