Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added test vectors ecdh_kat and ecdh_keygen for frp256v1 | Simon Cogliani | 2016-07-31 | 1 | -0/+101 |
| | |||||
* | Add ECDH via OpenSSL | Jack Lloyd | 2016-01-04 | 1 | -50/+50 |
| | | | | | | | | | | Expose provider param in PK_Key_Agreement API Handle multiple providers in key agreement tests Fix some funky formatting of P-521 EC points in ecdh.vec which was being rejected by OpenSSL; for whatever reason the CAVS file had the affine coords with far more leading zeros than necessary. | ||||
* | Add ECDH tests | Jack Lloyd | 2016-01-03 | 1 | -0/+508 |
Only has vectors for NIST curves (data taken from NIST CAVS file) |