| Commit message (Expand) | Author | Age | Files | Lines |
* | Add CT::Mask type | Jack Lloyd | 2018-11-28 | 1 | -9/+9 |
* | Add function to return the size of a key agreement output | Jack Lloyd | 2018-08-12 | 1 | -0/+5 |
* | Add functions to get size of PK ciphertext,plaintext | Jack Lloyd | 2018-08-10 | 1 | -0/+10 |
* | Add PK_Signer::signature_length | Jack Lloyd | 2018-08-10 | 1 | -0/+16 |
* | Fix Coverity false positive | Jack Lloyd | 2018-06-29 | 1 | -0/+2 |
* | Correct exception message [ci skip] | Jack Lloyd | 2018-06-04 | 1 | -1/+1 |
* | Prevent signature malleability in DER/BER encoded sigs | Jack Lloyd | 2018-05-31 | 1 | -14/+35 |
* | DER improvements | Jack Lloyd | 2018-05-22 | 1 | -3/+4 |
* | More build fixes | Jack Lloyd | 2017-09-24 | 1 | -0/+1 |
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 1 | -31/+31 |
* | Expose pk_ops.h as public interface again | Jack Lloyd | 2016-12-04 | 1 | -1/+1 |
* | Pubkey cleanups | Jack Lloyd | 2016-11-12 | 1 | -56/+42 |
* | This happening is actually a user error (eg, wrong key type) | Jack Lloyd | 2016-10-09 | 1 | -7/+14 |
* | Make pk_ops.h internal | Jack Lloyd | 2016-10-08 | 1 | -1/+28 |
* | Revert PK_Verifier change (don't require RNG there). | Jack Lloyd | 2016-10-07 | 1 | -2/+1 |
* | Remove Algo_Registry usage from public key code. | Jack Lloyd | 2016-10-07 | 1 | -33/+25 |
* | Travis CI additions and cleanup | Jack Lloyd | 2016-08-28 | 1 | -3/+3 |
* | Clean up PK decryption encoding. | Jack Lloyd | 2016-03-20 | 1 | -2/+0 |
* | Add PK_Decryptor::decrypt_or_random | Jack Lloyd | 2016-03-20 | 1 | -3/+82 |
* | V816 It is more efficient to catch exception by reference rather than by valu... | Daniel Neus | 2016-02-08 | 1 | -1/+1 |
* | String comparision fixes | Daniel Neus | 2016-01-04 | 1 | -1/+1 |
* | Add ECDH via OpenSSL | Jack Lloyd | 2016-01-04 | 1 | -2/+4 |
* | Add generalized KEM interface | Jack Lloyd | 2015-12-26 | 1 | -0/+40 |
* | Expose providers for public key operations | Jack Lloyd | 2015-10-14 | 1 | -13/+23 |
* | lib/pubkey: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-23 | 1 | -1/+1 |
* | Key agreement was missing the return check, add it to get_pk_op instead | lloyd | 2015-03-29 | 1 | -17/+11 |
* | Move the signature padding schemes to the PK operation classes, | lloyd | 2015-03-23 | 1 | -152/+58 |
* | In PK encrypt/decrypt move pad calls to the operation. This allows an | lloyd | 2015-03-14 | 1 | -94/+29 |
* | Add new module `ffi` which provides a plain C interface, plus a new | lloyd | 2015-02-16 | 1 | -1/+1 |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 1 | -1/+1 |
* | Convert PK operations to using Algo_Registry instead of Engine. | lloyd | 2015-02-03 | 1 | -61/+27 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+1 |
* | Implement RFC 6979 determinstic signatures for DSA and ECDSA. | lloyd | 2014-12-10 | 1 | -3/+3 |
* | Fix algo factory compile | lloyd | 2014-01-18 | 1 | -1/+0 |
* | Guess I won't be needing these | lloyd | 2014-01-18 | 1 | -1/+0 |
* | unique_ptr all the things | lloyd | 2014-01-18 | 1 | -71/+71 |
* | Move lib into src | lloyd | 2014-01-10 | 1 | -0/+386 |