| Commit message (Expand) | Author | Age | Files | Lines |
* | Content: | Tomasz Frydrych | 2017-04-03 | 2 | -5/+5 |
* | Remove "Dirty hack" for multiple defines in lex_me_harder() | Simon Warta | 2017-04-02 | 1 | -1/+3 |
* | Remove verify_end() chained immediatly before end_cons() (close #890) | Nuno Goncalves | 2017-02-25 | 1 | -1/+0 |
* | increase miller-rabin iterations for RSA strong check_key. We call is_prime w... | Never | 2017-02-13 | 1 | -1/+1 |
* | Fix private key ctors API docs [ci skip] | René Korthaus | 2017-01-27 | 1 | -1/+1 |
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 2 | -16/+16 |
* | Public_Key derived class ctors take an std::vector<byte> | René Korthaus | 2016-12-11 | 2 | -3/+3 |
* | Add Private_Key::private_key_info() | René Korthaus | 2016-12-05 | 2 | -2/+2 |
* | Add Public_Key::subject_public_key() | René Korthaus | 2016-12-05 | 2 | -2/+2 |
* | Pubkey cleanups | Jack Lloyd | 2016-11-12 | 2 | -3/+7 |
* | Remove Key_Type typedefs | Jack Lloyd | 2016-11-08 | 1 | -6/+0 |
* | Update Doxygen comment [ci skip] | Jack Lloyd | 2016-11-06 | 1 | -1/+0 |
* | Remove automatic self-testing of public and private keys | Jack Lloyd | 2016-11-03 | 2 | -15/+4 |
* | Fix doxygen warnings [ci skip] | René Korthaus | 2016-10-19 | 1 | -1/+1 |
* | Improve pubkey doxygen [ci skip] | René Korthaus | 2016-10-19 | 1 | -1/+12 |
* | Indent include so amalgamation works correctly | Jack Lloyd | 2016-10-17 | 1 | -2/+1 |
* | Abstract out mutex type. Make threads optional. | Jack Lloyd | 2016-10-12 | 1 | -1/+10 |
* | Revert PK_Verifier change (don't require RNG there). | Jack Lloyd | 2016-10-07 | 2 | -24/+55 |
* | Remove Algo_Registry usage from public key code. | Jack Lloyd | 2016-10-07 | 2 | -15/+126 |
* | Remove IF_Scheme_{Public,Private}Key | Jack Lloyd | 2016-09-02 | 3 | -27/+186 |
* | fix test failures and seg faults when Botan is configured with --module-poli... | René Korthaus | 2016-06-17 | 2 | -1/+3 |
* | Clean up PK decryption encoding. | Jack Lloyd | 2016-03-20 | 1 | -1/+1 |
* | cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli... | Daniel Neus | 2016-03-05 | 1 | -2/+2 |
* | Prefix more member vars with m_ prefix | René Korthaus | 2016-01-11 | 1 | -8/+8 |
* | Mass-prefix member vars with m_ | René Korthaus | 2016-01-08 | 1 | -24/+24 |
* | Remove debug prints | Jack Lloyd | 2015-12-26 | 1 | -4/+0 |
* | Add generalized KEM interface | Jack Lloyd | 2015-12-26 | 1 | -2/+60 |
* | Merge the openssl code together. | Jack Lloyd | 2015-12-19 | 1 | -283/+0 |
* | Compile fix | Jack Lloyd | 2015-10-26 | 1 | -1/+1 |
* | Asan fix - referencing &vec[vec.size()] instead of vec.end() | Jack Lloyd | 2015-10-26 | 1 | -17/+3 |
* | Break up openssl provider | Jack Lloyd | 2015-10-19 | 1 | -0/+297 |
* | In RSA, check that the input is less than the modulus n before blinding | Jack Lloyd | 2015-08-21 | 1 | -5/+7 |
* | pubkey: Add missing overrides | Daniel Seither | 2015-07-30 | 1 | -2/+2 |
* | Move the signature padding schemes to the PK operation classes, | lloyd | 2015-03-23 | 1 | -11/+9 |
* | In PK encrypt/decrypt move pad calls to the operation. This allows an | lloyd | 2015-03-14 | 1 | -9/+11 |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 2 | -15/+4 |
* | Convert PK operations to using Algo_Registry instead of Engine. | lloyd | 2015-02-03 | 2 | -117/+175 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 2 | -2/+2 |
* | Move lib into src | lloyd | 2014-01-10 | 3 | -0/+284 |