| Commit message (Expand) | Author | Age | Files | Lines |
* | Add more workfactor estimate helpers. | Jack Lloyd | 2015-11-29 | 6 | -32/+53 |
* | Update and consolidate the test framework. | Jack Lloyd | 2015-11-11 | 1 | -0/+4 |
* | Fix McEliece key gen endian dependency. | Jack Lloyd | 2015-10-27 | 3 | -20/+27 |
* | Compile fix | Jack Lloyd | 2015-10-26 | 1 | -1/+1 |
* | Merge pull request #314 from randombit/ct-tls-cbc-padding | Jack Lloyd | 2015-10-26 | 1 | -17/+3 |
|\ |
|
| * | Asan fix - referencing &vec[vec.size()] instead of vec.end() | Jack Lloyd | 2015-10-26 | 1 | -17/+3 |
* | | Add missing include | Jack Lloyd | 2015-10-26 | 1 | -0/+1 |
|/ |
|
* | Make Montgomery reduction constant time. | Jack Lloyd | 2015-10-24 | 2 | -8/+8 |
* | Break up openssl provider | Jack Lloyd | 2015-10-19 | 2 | -0/+510 |
* | Make PKCS #1 and OAEP decoding constant time to avoid oracle attacks | Jack Lloyd | 2015-10-16 | 1 | -0/+9 |
* | MSVC build fix | Jack Lloyd | 2015-10-15 | 2 | -9/+10 |
* | Prohibit creating a DL_Group smaller than 1024 bits | Jack Lloyd | 2015-10-15 | 1 | -2/+2 |
* | Periodically reinitialize the blinding sequence instead of always | Jack Lloyd | 2015-10-15 | 2 | -13/+39 |
* | Expose providers for public key operations | Jack Lloyd | 2015-10-14 | 2 | -43/+61 |
* | Move DataSource to utils and rewrite PEM encoding to avoid filters | Jack Lloyd | 2015-10-14 | 1 | -1/+1 |
* | Merge pull request #286 from randombit/mce-cleanup | Jack Lloyd | 2015-09-30 | 25 | -1201/+986 |
|\ |
|
| * | McEliece cleanups | Jack Lloyd | 2015-09-29 | 25 | -1201/+986 |
* | | Remove warning: assuming signed overflow does not occur | Simon Warta | 2015-09-25 | 1 | -1/+1 |
|/ |
|
* | Remove use of lookup.h in favor of new T::create API. | Jack Lloyd | 2015-09-21 | 1 | -2/+2 |
* | Internal header cleanups | Jack Lloyd | 2015-09-19 | 3 | -3/+0 |
* | Fix pbkdf, pk padding and ECDH registration for static linking. | Jack Lloyd | 2015-09-11 | 2 | -1/+3 |
* | Remove alloc module; move secmem.h to base and locking_allocator to utils | Jack Lloyd | 2015-08-29 | 4 | -4/+0 |
* | 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 |