Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Telatynski
Olm
Commits
2d7b10a1
Commit
2d7b10a1
authored
Oct 25, 2016
by
Richard van der Hoff
Browse files
Merge branch 'release-v2.0.0'
parents
7e9f3beb
27c7b4a7
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
2d7b10a1
Changes in `2.0.0 <http://matrix.org/git/olm/commit/?h=2.0.0>`_
===============================================================
This release includes the following changes since 1.3.0:
* Fix a buffer bounds check when decoding group messages.
* Update ``olm_group_decrypt`` to return the ratchet index for decrypted
messages.
* Fix ``olm_pickle_account``, ``olm_pickle_session``,
``olm_pickle_inbound_group_session`` and
``olm_pickle_outbound_group_session`` to correctly return the length of the
pickled object.
* Add a `specification <./docs/megolm.rst>`_ of the Megolm ratchet, and add
some information on mitigating unknown key-share attacks to the `Olm
specification <./docs/olm.rst>`_.
* Add an ``install-headers`` target to the Makefile (and run it when installing
the library). (Credit to Emmanuel Gil Peyrot).
Changes in `1.3.0 <http://matrix.org/git/olm/commit/?h=1.3.0>`_
===============================================================
Th
e
release updates the group session identifier to avoid collisions.
The g
roup sessions are now identified by their ed25519 public key.
Th
is
release updates the group session identifier to avoid collisions.
G
roup sessions are now identified by their ed25519 public key.
These changes alter the pickle format of outbound group sessions, attempting
to unpickle an outbound group session created with a previous version of olm
...
...
Makefile
View file @
2d7b10a1
#!/usr/bin/make -f
MAJOR
:=
1
MINOR
:=
3
MAJOR
:=
2
MINOR
:=
0
PATCH
:=
0
VERSION
:=
$(MAJOR)
.
$(MINOR)
.
$(PATCH)
PREFIX
?=
/usr/local
...
...
javascript/package.json
View file @
2d7b10a1
{
"name"
:
"olm"
,
"version"
:
"
1.3
.0"
,
"version"
:
"
2.0
.0"
,
"description"
:
"An implementation of the Double Ratchet cryptographic ratchet"
,
"main"
:
"olm.js"
,
"files"
:
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment