Commit graph

6 commits

Author SHA1 Message Date
tnn
58644490be olm: avoid ambiguous math functions 2022-04-25 13:58:46 +00:00
ryoon
3957cfd656 olm: Update to 3.2.10
CHangelog:
Changes in `3.2.10 <https://gitlab.matrix.org/matrix-org/olm/tags/3.2.10>`_
=========================================================================

This release includes no change since 3.2.9, but is created to be able to
publish again the Android library on MavenCentral.

Changes in `3.2.9 <https://gitlab.matrix.org/matrix-org/olm/tags/3.2.9>`_
=========================================================================

This release includes the following changes since 3.2.8:

* Switch C++ tests to use doctest.  Thanks to Nicolas Werner.
* Switch JavaScript tests to use jasmine instead of deprecated jasmine-node.
* Add session describe function to Python binding.  Thanks to Tulir Asokan.
2022-01-25 12:55:43 +00:00
gdt
556daecb87 security/olm: Update to 3.2.8
Packaging: While this is 3.2.8 in distfile and upstream announcements,
tt is sort of 3.2.2.1 in unpack dir and shlib versions.

This is a security release fixing a buffer overflow.  While upstream
has a changes file, there are no entries for anything beyond 3.2.8,
and the changes are thus expected to be only security fixes as
described at:

  https://matrix.org/blog/2021/12/13/disclosure-buffer-overflow-in-libolm-and-matrix-js-sdk
2021-12-14 01:01:48 +00:00
nia
3df0f20e22 security: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
2021-10-26 11:16:56 +00:00
nia
fa4b2904a6 security: Remove SHA1 hashes for distfiles 2021-10-07 14:53:40 +00:00
ryoon
d0f7529c1b security/olm: import olm-3.2.2 from wip/olm
An implementation of the Double Ratchet cryptographic ratchet described by
https://whispersystems.org/docs/specifications/doubleratchet/, written in C and
C++11 and exposed as a C API.

This library also includes an implementation of the Megolm cryptographic
ratchet.
2021-05-23 07:15:24 +00:00