| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid const-time modulo in DSA verification | Jack Lloyd | 2018-12-29 | 1 | -1/+11 |
* | Always use const-time modulo during DSA signing | Jack Lloyd | 2018-12-24 | 1 | -1/+2 |
* | Add PK_Signer::signature_length | Jack Lloyd | 2018-08-10 | 1 | -2/+3 |
* | Move reduction mod q to DL_Group | Jack Lloyd | 2018-06-28 | 1 | -18/+13 |
* | Avoid leaking size of exponent | Jack Lloyd | 2018-06-17 | 1 | -4/+4 |
* | Address DSA/ECDSA side channel | Jack Lloyd | 2018-06-13 | 1 | -10/+28 |
* | Remove unused include | Jack Lloyd | 2018-04-26 | 1 | -1/+0 |
* | Remove bogus -1 from DSA key generation | Jack Lloyd | 2018-03-21 | 1 | -1/+1 |
* | Change DSA behavior similarly | Jack Lloyd | 2018-03-21 | 1 | -2/+2 |
* | Avoid using threads in DSA operations | Jack Lloyd | 2018-03-15 | 1 | -25/+3 |
* | Small fixes | Jack Lloyd | 2018-02-19 | 1 | -2/+2 |
* | Use new DL_Group functions | Jack Lloyd | 2018-02-19 | 1 | -31/+35 |
* | Missing include | Jack Lloyd | 2017-09-24 | 1 | -0/+1 |
* | Apply final annotations to the library also | Jack Lloyd | 2017-09-22 | 2 | -3/+3 |
* | Change header guard format to BOTAN_FOO_H_ | Jack Lloyd | 2017-09-20 | 1 | -2/+2 |
* | Add API stability annotations. | Jack Lloyd | 2017-09-19 | 1 | -2/+2 |
* | Avoid having variable named m_emsa twice in class hierarchy | Jack Lloyd | 2017-08-29 | 1 | -4/+8 |
* | Content: | Tomasz Frydrych | 2017-04-03 | 1 | -1/+1 |
* | Remove "Dirty hack" for multiple defines in lex_me_harder() | Simon Warta | 2017-04-02 | 1 | -1/+3 |
* | 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 | -10/+10 |
* | Public_Key derived class ctors take an std::vector<byte> | René Korthaus | 2016-12-11 | 1 | -1/+1 |
* | Pubkey cleanups | Jack Lloyd | 2016-11-12 | 2 | -5/+0 |
* | Remove Key_Type typedefs | Jack Lloyd | 2016-11-08 | 1 | -2/+0 |
* | Remove automatic self-testing of public and private keys | Jack Lloyd | 2016-11-03 | 2 | -14/+5 |
* | Improve pubkey doxygen [ci skip] | René Korthaus | 2016-10-19 | 1 | -0/+22 |
* | Abstract out mutex type. Make threads optional. | Jack Lloyd | 2016-10-12 | 1 | -1/+14 |
* | Revert PK_Verifier change (don't require RNG there). | Jack Lloyd | 2016-10-07 | 2 | -8/+10 |
* | Remove Algo_Registry usage from public key code. | Jack Lloyd | 2016-10-07 | 2 | -6/+31 |
* | Fix leading zero bytes in DSA, ECDSA, ECGDSA and ECKCDSA signatures | René Korthaus | 2016-08-17 | 1 | -4/+1 |
* | Revamp entropy polling | Jack Lloyd | 2016-07-17 | 1 | -0/+1 |
* | Merge GH #504 Add ECKCDSA | Jack Lloyd | 2016-06-20 | 1 | -1/+2 |
|\ |
|
| * | Add ECKCDSA signature algorithm | René Korthaus | 2016-06-14 | 1 | -1/+2 |
* | | fix test failures and seg faults when Botan is configured with --module-poli... | René Korthaus | 2016-06-17 | 2 | -1/+3 |
|/ |
|
* | Add support probabilistic DSA & ECDSA | René Korthaus | 2016-05-08 | 2 | -6/+12 |
* | Remaining cppcheck fixes that are not covered by GH #444 | Daniel Neus | 2016-03-05 | 1 | -7/+4 |
* | Mass-prefix member vars with m_ | René Korthaus | 2016-01-08 | 1 | -46/+46 |
* | pubkey: Add missing overrides | Daniel Seither | 2015-07-30 | 2 | -9/+9 |
* | Move the signature padding schemes to the PK operation classes, | lloyd | 2015-03-23 | 1 | -7/+9 |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 1 | -1/+0 |
* | Convert PK operations to using Algo_Registry instead of Engine. | lloyd | 2015-02-03 | 2 | -65/+69 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 2 | -2/+2 |
* | No need to reseed RNG in DSA sign as RNG is no longer used | lloyd | 2015-01-08 | 1 | -4/+2 |
* | Implement RFC 6979 determinstic signatures for DSA and ECDSA. | lloyd | 2014-12-10 | 3 | -20/+26 |
* | Fix various warnings from VC++ 2014 and add missing include | lloyd | 2014-10-31 | 1 | -2/+0 |
* | Move lib into src | lloyd | 2014-01-10 | 3 | -0/+259 |