Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mass-prefix member vars with m_ | René Korthaus | 2016-01-08 | 1 | -50/+50 |
| | |||||
* | Add ECDH via OpenSSL | Jack Lloyd | 2016-01-04 | 2 | -15/+113 |
| | | | | | | | | | | 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 TPM v1.2 support (RSA keygen/signing, RNG) | Jack Lloyd | 2015-12-19 | 4 | -0/+754 |
| | |||||
* | Merge the openssl code together. | Jack Lloyd | 2015-12-19 | 7 | -0/+941 |
Having the code diffused all over the place was ugly and would not scale well to multiple alternative providers. GH #368 |