Commit Graph

10 Commits

Author SHA1 Message Date
Piotr Lizończyk
73375448c5 V0.3.1 (#38)
* Version bump

* Update CircleCI config
2020-03-03 19:48:23 +01:00
Piotr Lizonczyk
613ba65ab9 0.3.0 release 2019-02-24 12:45:23 +01:00
Piotr Lizończyk
2f67f21ca4 Remove custom x448 impl.
Closes #25
2018-11-30 01:06:58 +01:00
Piotr Lizończyk
25c716a9e6 Update changelog, package version, requirements 2018-07-16 01:52:50 +02:00
Piotr Lizończyk
0eab4f2cb1 Release 0.2.2 2018-03-21 12:25:13 +01:00
Piotr Lizonczyk
d560ad7ca8 Release 0.2.1
Bumping Cryptography to 2.1.3 - OpenSSL security issue
2017-11-04 02:17:15 +01:00
Piotr Lizonczyk
7366c45e72 0.2.0 pre-release commit
Renamed NoiseBuilder to NoiseConnection
Bumped Cryptography from 2.1.1 to 2.1.2
Ready to release

Closes #5
2017-11-01 11:17:07 +01:00
Piotr Lizonczyk
59c11248ff 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
2017-10-14 17:47:58 +02:00
Piotr Lizonczyk
d636c506d3 Changelog and setup.py update 2017-10-11 19:00:35 +02:00
Piotr Lizończyk
3bfb39883e Cryptography version update (#10)
* 2.1 version of pyca/cryptography got released. Version bumped
* Python 3.5 support reintroduced, as we are now using BLAKE from
Cryptography, not hashlib
* Removed hashlib references, uncommented Cryptography references.
* Enum fix for python 3.5 compat

Closes #9
2017-10-11 18:58:07 +02:00