Ensure compatibility with revision 33

* Allowed '/' in protocol name
* Added SymmetricState.GetHandshakeHash()
* Added CipherState.SetNonce()
* Unittests to ensure that each of above is working

Closes #3
This commit is contained in:
Piotr Lizonczyk
2017-10-14 17:46:56 +02:00
parent 2bac81d05c
commit 59c11248ff
7 changed files with 38 additions and 4 deletions

View File

@@ -8,7 +8,8 @@ Changelog
.. note:: This version is not yet released and is under active development.
* Cryptography requirement updated to the newest version (2.1) - **Python 3.5** is supported again.
* Compatible with revision 33 (doesn't break compatibility with revision 32).
* Cryptography requirement updated to the newest version (2.1.1) - **Python 3.5** is supported again.
* Adding sphinx documentation for Read the Docs publication.
* Minor fixes for better performance.