olm
https://git.matrix.org/git/olm
An implementation of the Double Ratchet cryptographic ratchet
including an implementation of the Megolm cryptographic ratchet
- Developed at network:messaging:matrix
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:SLECandidates/olm && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
cmake-enable-testing-builddir.patch | 0000000598 598 Bytes | |
olm-3.2.16.tar.bz2 | 0002744360 2.62 MB | |
olm.changes | 0000010709 10.5 KB | |
olm.spec | 0000003619 3.53 KB |
Latest Revision
Ana Guerrero (anag+factory)
accepted
request 1128818
from
Dirk Mueller (dirkmueller)
(revision 11)
- update to 3.2.16: * * Fix and modernize the Python packaging * Fix building on various platforms when using CMake. - This release fixes unicode issues in the Python bindings, - Since this release does not have any changes that affect - Add functions to support Short Authentication String key - Add functions to perform public key signing. These are meant for use with cross-signing. The new functions are olm_clear_pk_signing, olm_pk_signing_key_from_seed, olm_pk_signature_length, and olm_pk_sign. Signatures generated by olm_pk_sign can be verified using - Improved compatibility with newer versions of Emscripten, - Add bindings for the public key encryption/decryption - Support for building using cmake. Thanks to Konstantinos - Add more functions for managing private keys in the public server-side encrypted key backups. The new functions are olm_pk_private_key_length, olm_pk_key_from_private, and deprecated: to generate a random key, use - BREAKING CHANGE: This release introduces a new API for the be much easier to use for Python developers. However, this - BREAKING CHANGE: Olm now uses WebAssembly which means it needs to load the wasm file asynchronously, and therefore needs to be started up asynchronously. The imported module now has an init() method which returns a promise. The library cannot be used until this promise resolves. - Using olm/olm.js will use the WebAssembly version of the - change spec and add devel pakage
Comments 0