From 3e357f704008f38261aee011a9fe674dc43cc0ae Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Fri, 9 Jun 2017 02:31:30 -1000 Subject: X25519 Support (#3686) * early days * sort of working * more things * remove private_bytes * public bytes, interface fix * load public keys * x25519 support basically done now * private_bytes is gone * some reminders * doctest this too * remove a thing that doesn't matter * x25519 supported checks * libressl has the NID, but a different API, so check for OpenSSL * pep8 * add missing coverage * update to use reasons * expand test a little * add changelog entry * review feedback --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.rst') diff --git a/CHANGELOG.rst b/CHANGELOG.rst index be9bbd89..90a5a2a2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -23,6 +23,7 @@ Changelog objects from X.509 certificate extensions. * Added support for :class:`~cryptography.hazmat.primitives.ciphers.aead.ChaCha20Poly1305`. +* Added support for :doc:`/hazmat/primitives/asymmetric/x25519`. 1.9 - 2017-05-29 ~~~~~~~~~~~~~~~~ -- cgit v1.2.3