mirror of
https://github.com/morgan9e/noiseprotocol
synced 2026-04-14 00:14:05 +09:00
47 lines
1.1 KiB
ReStructuredText
47 lines
1.1 KiB
ReStructuredText
Changelog
|
|
=========
|
|
|
|
.. _v0-3-0:
|
|
|
|
0.3.0 - TODO
|
|
~~~~~~~~~~~~~~~~~~
|
|
|
|
* Added support for non-default crypto backends
|
|
* Loosened restriction on Cryptography version in requirements.txt and bumped version to 2.5
|
|
* Moved away from custom x448 implementation in favor of OpenSSL implementation (for default backend)
|
|
|
|
.. _v0-2-2:
|
|
|
|
0.2.2 - 2018-03-21
|
|
~~~~~~~~~~~~~~~~~~
|
|
|
|
* Loosened restrictions on Python and Cryptography in setup.py - contributed by @warner
|
|
* Cryptography version required bumped to 2.1.4
|
|
|
|
|
|
.. _v0-2-1:
|
|
|
|
0.2.1 - 2017-11-04
|
|
~~~~~~~~~~~~~~~~~~
|
|
|
|
* Cryptography updated to 2.1.3 due to OpenSSL vulnerability fix
|
|
|
|
|
|
.. _v0-2-0:
|
|
|
|
0.2.0 - 2017-11-01
|
|
~~~~~~~~~~~~~~~~~~
|
|
|
|
* Compatible with revision 33 (doesn't break compatibility with revision 32).
|
|
* Cryptography requirement updated to the newest version (2.1.2) - **Python 3.5** is supported again.
|
|
* Adding sphinx documentation for Read the Docs publication and README update
|
|
* Renamed NoiseBuilder to NoiseConnection
|
|
* Minor fixes for better performance.
|
|
|
|
|
|
.. _v0-1-0:
|
|
|
|
0.1.1 - 2017-09-12
|
|
~~~~~~~~~~~~~~~~~~
|
|
|
|
Initial release. |