aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/backends/openssl/x25519.py
Commit message (Expand)AuthorAgeFilesLines
* Cleanup serialize (#5149)Marko Kreen2020-05-251-18/+1
* Deal with the 2.5 deprecations (#5048)Alex Gaynor2019-11-031-15/+1
* be clear that NoEncryption must be an instance in the exception (#4985)Paul Kehrer2019-09-071-1/+1
* Serialization x25519 (#4688)Paul Kehrer2019-01-141-1/+92
* refactor x25519 exchange into utils (#4603)Paul Kehrer2018-11-221-24/+3
* raise valueerror for null x25519 derived keys (#4332)Paul Kehrer2018-07-121-1/+5
* fix a memory leak when calling X25519PrivateKey.public_key() (#4326)Paul Kehrer2018-07-101-0/+4
* X25519 Support (#3686)Paul Kehrer2017-06-091-0/+71