aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wycheproof/test_ecdh.py
Commit message (Collapse)AuthorAgeFilesLines
* Get tests passing with latest wycheproof clone (#5076)Alex Gaynor2019-11-261-0/+1
| | | | | | | | * Get tests passing with latest wycheproof clone * Fix x25519 wycheproof tests * Fix for acme repo changes
* Support compressed points in the wycheproof tests (#4648)Alex Gaynor2018-12-181-15/+5
| | | | | | | | * Support compressed points in the wycheproof tests * Handle entries with no public key * Ok, let's try this
* Refs #4375 -- added ECDH EC point wycheproof tests (#4384)Alex Gaynor2018-08-061-0/+41
|
* Updated wycheproof tests for new upstream vectors (#4378)Alex Gaynor2018-08-011-2/+2
| | | | | | | | * updated tests for upstream wycheproof changes * Updated AES tests * oops, flake8
* Refs #3331 -- integrated wycheproof ECDH tests (#4354)Alex Gaynor2018-07-181-0/+83
* Refs #3331 -- integrated wycheproof ECDH tests * flake8 + missing assert * Handle this error case * skip on unsupported * shouldn't need to try here any more