Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Public_Key::subject_public_key() | René Korthaus | 2016-12-05 | 1 | -1/+1 |
* | Add CECPQ1 TLS ciphersuites | Jack Lloyd | 2016-11-17 | 1 | -13/+12 |
* | Remove Key_Type typedefs | Jack Lloyd | 2016-11-08 | 1 | -1/+0 |
* | Remove automatic self-testing of public and private keys | Jack Lloyd | 2016-11-03 | 1 | -4/+1 |
* | X25519 key exchange for TLS | Jack Lloyd | 2016-10-21 | 1 | -2/+5 |
* | Revert PK_Verifier change (don't require RNG there). | Jack Lloyd | 2016-10-07 | 1 | -2/+4 |
* | Remove Algo_Registry usage from public key code. | Jack Lloyd | 2016-10-07 | 1 | -3/+8 |
* | pubkey: Add missing overrides | Daniel Seither | 2015-07-30 | 1 | -1/+1 |
* | lib/pubkey: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-23 | 1 | -1/+1 |
* | In PK encrypt/decrypt move pad calls to the operation. This allows an | lloyd | 2015-03-14 | 1 | -3/+4 |
* | Convert PK operations to using Algo_Registry instead of Engine. | lloyd | 2015-02-03 | 1 | -1/+27 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+1 |
* | Add Curve25519 based on curve25519-donna by Adam Langley. | lloyd | 2014-12-27 | 1 | -0/+115 |