-
Notifications
You must be signed in to change notification settings - Fork 11
/
ChangeLog
50 lines (35 loc) · 1.45 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Changes in version 1.2.2
------------------------
* Explicitly use python2 in shebang lines
* Set the logging prefix for the test script
* Updated license and copyright years
* Updated minimum version for python-application dependency
Changes in version 1.2.1
------------------------
* Updated signing/verifying to use the new python-cryptography API
Changes in version 1.2.0
------------------------
* Fixed integrity check
* Report when SMP is started by both parties at the same time
* Protect against spurious SMP aborts generated by startup collisions
* Notify that we cannot start SMP because another one is in progress
Changes in version 1.1.3
------------------------
* Allow sending query messages until receiving the first AKE message
Changes in version 1.1.2
------------------------
* Fixed bug that allowed messages to be sent in the Finished state
Changes in version 1.1.1
------------------------
* Only accept the DH commit message if it has a version we support
Changes in version 1.1.0
------------------------
* Reset OTRProtocol public attributes when encryption ends
* Don't allow restarting the protocol to prevent man-in-the-middle attacks
* Made OTRSession properties thread-safe
* Added OTRSession.id property
* Allow specifying the supported protocol versions with OTRSession
* Do not allow unsolicited DHCommit messages to restart the AKE
Changes in version 1.0.0
------------------------
* Initial release