| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused variable | Jack Lloyd | 2015-08-28 | 1 | -3/+0 |
* | Missing add | Jack Lloyd | 2015-08-21 | 1 | -0/+1 |
* | In RSA, check that the input is less than the modulus n before blinding | Jack Lloyd | 2015-08-21 | 1 | -5/+7 |
* | Add power analysis countermeasures for ECC point multiplications. | Jack Lloyd | 2015-08-21 | 2 | -35/+37 |
* | Remove unused pkcs8 includes | Simon Warta | 2015-08-03 | 3 | -3/+0 |
* | pubkey: Add missing overrides | Daniel Seither | 2015-07-30 | 25 | -86/+89 |
* | Fix typos | Simon Warta | 2015-07-24 | 2 | -2/+2 |
* | Silence some extra ';' warnings | Simon Warta | 2015-07-22 | 2 | -2/+2 |
* | Fix module combi: adler32,mce | Simon Warta | 2015-07-08 | 2 | -4/+9 |
* | The gf2m type is an unsigned 16-bit, so under C promotion rules a | Jack Lloyd | 2015-07-05 | 1 | -1/+1 |
* | Make Botan compile when only some modules are enabled | Simon Warta | 2015-07-03 | 1 | -0/+1 |
* | Fix module dependencies of x509 and pubkey | Simon Warta | 2015-06-30 | 1 | -1/+1 |
* | More changes for use with debug STL | Simon Warta | 2015-06-30 | 1 | -3/+3 |
* | lib/pubkey: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-23 | 16 | -56/+56 |
* | Add missing headers fixing GCC 4.7 build | lloyd | 2015-06-17 | 1 | -0/+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 | 13 | -360/+390 |
* | In PK encrypt/decrypt move pad calls to the operation. This allows an | lloyd | 2015-03-14 | 10 | -154/+218 |
* | Externalize the state of a RFC 6979 nonce computation. | lloyd | 2015-03-12 | 2 | -22/+55 |
* | Avoid a ECC point multiplication in ECDSA signature verification by | lloyd | 2015-03-12 | 1 | -14/+20 |
* | Add BOTAN_DLL back to LibraryInitializer and move some of the implementation to | lloyd | 2015-03-11 | 1 | -1/+1 |
* | Hide Algorithm_Factory and use the functions in lookup.h internally. | lloyd | 2015-03-04 | 1 | -3/+2 |
* | Modify interfaces of KDF and PBKDF to write output to an array, with | lloyd | 2015-02-18 | 1 | -8/+8 |
* | Add new module `ffi` which provides a plain C interface, plus a new | lloyd | 2015-02-16 | 2 | -3/+2 |
* | Remove static casts | lloyd | 2015-02-06 | 6 | -34/+28 |
* | Clean up root dir, remove some unneeded dependencies | lloyd | 2015-02-05 | 1 | -1/+0 |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 28 | -188/+131 |
* | Convert PK operations to using Algo_Registry instead of Engine. | lloyd | 2015-02-03 | 25 | -693/+806 |
* | Add missing files. Remove cipher lookup from engine code. | lloyd | 2015-02-01 | 1 | -8/+2 |
* | Use registry also for KDF, EMSA, and EME | lloyd | 2015-01-31 | 1 | -3/+3 |
* | Use registry for streams and MACs. Start updating callers. | lloyd | 2015-01-31 | 2 | -7/+3 |
* | Centralize where string.h/cstring is included to mem_ops.h | lloyd | 2015-01-23 | 8 | -30/+24 |
* | Amalgamation fixes | lloyd | 2015-01-23 | 3 | -23/+4 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 75 | -82/+84 |
* | Add MCEIES, an integrated encryption system using McEliece and AES-256/OCB | lloyd | 2015-01-08 | 3 | -0/+154 |
* | No need to reseed RNG in DSA sign as RNG is no longer used | lloyd | 2015-01-08 | 1 | -4/+2 |
* | Cleanup | lloyd | 2015-01-08 | 1 | -7/+5 |
* | Add Poly1305, based on poly1305-donna by Andrew Moon. | lloyd | 2014-12-29 | 2 | -120/+0 |
* | When encrypting McEliece or Curve25519 keys, default to GCM instead of CBC. | lloyd | 2014-12-27 | 2 | -9/+13 |
* | Add Curve25519 based on curve25519-donna by Adam Langley. | lloyd | 2014-12-27 | 6 | -0/+804 |
* | Fix header guards for amalgamation (github issue 35) | lloyd | 2014-12-22 | 4 | -31/+31 |
* | Correct comment | lloyd | 2014-12-18 | 1 | -2/+2 |
* | Implement RFC 6979 determinstic signatures for DSA and ECDSA. | lloyd | 2014-12-10 | 9 | -43/+63 |
* | Implement a strength estimator for McEliece keys based on HyMES version | lloyd | 2014-12-09 | 5 | -12/+123 |
* | Cleanup for pbe name parsing in PKCS #8 encoder | lloyd | 2014-12-08 | 1 | -14/+23 |
* | Add a basic speed test for McEliece | lloyd | 2014-12-08 | 1 | -0/+10 |
* | Remove the Overbeck conversion at Dr. Strenzke's request. | lloyd | 2014-12-06 | 3 | -229/+0 |
* | Add KEM scheme for McEliece | fstrenzke | 2014-12-06 | 3 | -0/+111 |
* | GCC 4.9 fixes | lloyd | 2014-12-02 | 2 | -1/+3 |
* | Move all PK workfactor esstimators to workfactors.* | lloyd | 2014-11-29 | 5 | -5/+33 |