aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wycheproof/test_x25519.py
Commit message (Collapse)AuthorAgeFilesLines
* Get tests passing with latest wycheproof clone (#5076)Alex Gaynor2019-11-261-1/+3
| | | | | | | | * Get tests passing with latest wycheproof clone * Fix x25519 wycheproof tests * Fix for acme repo changes
* Fix some backend feature checks in tests (#4931)David Benjamin2019-07-081-2/+0
| | | | | | | | | | | | | | | * Remove irrelevant DHBackend test conditions DHBackend provides functions for plain finite-field Diffie-Hellman. X25519 and X448 are their own algorithms, and Ed25519 and Ed448 aren't even Diffie-Hellman primitives. * Add missing backend support checks. Some new AES and EC tests did not check for whether the corresponding mode or curve was supported by the backend. * Add a DummyMode for coverage
* Serialization x25519 (#4688)Paul Kehrer2019-01-141-1/+1
| | | | | | | | | | | | | | | | | * modify x25519 serialization to match x448 supports raw and pkcs8 encoding on private_bytes supports raw and subjectpublickeyinfo on public_bytes deprecates zero argument call to public_bytes * add docs * this is public now * don't need that * review feedback
* Refs #3331 -- added initial wycheproof integration, starting with x25519, ↵Alex Gaynor2018-07-161-0/+42
rsa, and keywrap (#4310) * Refs #3331 -- added initial wycheproof integration, starting with x25519 tests