summaryrefslogtreecommitdiff
path: root/tests/hazmat/primitives/test_x448.py
Commit message (Expand)AuthorAgeFilesLines
* Migrate DH to Rust (#8768)Alex Gaynor2023-04-241-2/+9
* support equality checks on all public asymmetric key types (#8700)Paul Kehrer2023-04-101-0/+20
* Add shortcut methods for exporting EC keys as raw bytes (#8357)David Buchanan2023-02-221-0/+3
* Remove explicit subclassing of object now that all classes are new-style (#6830)Alex Gaynor2022-01-301-1/+1
* x25519/x448 type hints (#5731)Paul Kehrer2021-01-311-3/+3
* Remove __future__ import from our code (#5610)Alex Gaynor2020-12-091-1/+0
* Paint it Black by the Rolling Stones (#5324)Alex Gaynor2020-07-201-41/+55
* Fix some backend feature checks in tests (#4931)David Benjamin2019-07-081-3/+0
* x448 and x25519 should enforce key lengths in backend (#4703)Paul Kehrer2019-01-171-1/+11
* support byteslike in X448PrivateKey.from_private_bytes (#4694)Paul Kehrer2019-01-151-0/+12
* support x448 public/private serialization both raw and pkcs8 (#4653)Paul Kehrer2019-01-131-7/+100
* X448 support (#4580)Paul Kehrer2018-11-221-0/+127