aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_x25519.py
Commit message (Expand)AuthorAgeFilesLines
* Deal with the 2.5 deprecations (#5048)Alex Gaynor2019-11-031-7/+1
* Fix some backend feature checks in tests (#4931)David Benjamin2019-07-081-3/+0
* support bytes-like for X25519PrivateKey.from_private_bytes (#4698)Paul Kehrer2019-01-171-0/+9
* x448 and x25519 should enforce key lengths in backend (#4703)Paul Kehrer2019-01-171-0/+10
* Serialization x25519 (#4688)Paul Kehrer2019-01-141-8/+114
* error if the key length for x25519 isn't 32 bytes (#4584)Paul Kehrer2018-11-121-0/+7
* raise valueerror for null x25519 derived keys (#4332)Paul Kehrer2018-07-121-0/+17
* X25519 Support (#3686)Paul Kehrer2017-06-091-0/+120