| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix an OCSP response decoding bug, we were not decoding KeyID properly. | lloyd | 2014-04-05 | 1 | -0/+4 |
* | Add RFC 6979 nonce generator. Also some HMAC_DRBG cleanups. | lloyd | 2014-03-22 | 1 | -0/+3 |
* | Add HMAC_DRBG | lloyd | 2014-03-21 | 1 | -0/+4 |
* | Use stdint.h instead of cstdint for Clang. Bugzilla 266 | lloyd | 2014-02-21 | 1 | -0/+3 |
* | Transformation_Filter calls send() inside of start_msg() which means | lloyd | 2014-02-17 | 1 | -0/+4 |
* | Don't assume the leading cert chain is presented in-order | lloyd | 2014-02-16 | 1 | -0/+3 |
* | Tick version to 1.11.9 | lloyd | 2014-02-15 | 1 | -0/+2 |
* | Release 1.11.81.11.8 | lloyd | 2014-02-14 | 2 | -5/+21 |
* | Fix minimized builds. Patch by Markus Wanner sent to botan-devel | lloyd | 2014-02-08 | 1 | -0/+3 |
* | Fix a bug introduced in 1.11.6 where we tried to check CRL signatures | lloyd | 2014-02-08 | 3 | -3/+4 |
* | Install command line app | lloyd | 2014-02-08 | 1 | -0/+3 |
* | Remove Square, Skipjack, Luby-Rackoff, and Blue Midnight Wish. | lloyd | 2014-02-08 | 1 | -1/+5 |
* | Have Skein call Threefish, rather than duplicating the code. | lloyd | 2014-02-08 | 1 | -2/+8 |
* | Add ChaCha | lloyd | 2014-01-31 | 1 | -0/+12 |
* | Fix Skein_512::clear | lloyd | 2014-01-18 | 1 | -0/+5 |
* | Remove PBES1 entirely | lloyd | 2014-01-18 | 1 | -0/+5 |
* | Website tweaks. Rename TLS suite script options. | lloyd | 2014-01-11 | 1 | -1/+1 |
* | Fix link. Release 1.11.71.11.7 | lloyd | 2014-01-10 | 1 | -1/+1 |
* | Split up docs into the reference manual, the website, and everything else. | lloyd | 2014-01-10 | 6 | -27/+33 |
* | Move lib into src | lloyd | 2014-01-10 | 1 | -5/+0 |
* | Split up test vectors into per-algo files and app into botan-test for | lloyd | 2014-01-10 | 1 | -9/+19 |
* | Fix include path of example sources in docs | lloyd | 2014-01-06 | 1 | -0/+1 |
* | Add 1.10.7 release notes | lloyd | 2014-01-06 | 1 | -0/+4 |
* | Split up public key tests and data, use new test framework | lloyd | 2014-01-05 | 1 | -0/+17 |
* | Move Sphinx config | lloyd | 2014-01-02 | 1 | -1/+1 |
* | Update for 1.11.6 release1.11.6 | lloyd | 2013-12-29 | 1 | -0/+1 |
* | Add 1.10.7 release notes | lloyd | 2013-12-29 | 3 | -9/+16 |
* | Make Boost easier to disable with minimal feature loss | lloyd | 2013-12-28 | 1 | -9/+9 |
* | Move clmul to its own file (for abi flags) | lloyd | 2013-12-27 | 1 | -0/+2 |
* | Add Threefish-512 in AVX2 | lloyd | 2013-12-24 | 1 | -7/+9 |
* | merge of 'c55938af0026b98297194116c1553d467104b41a' | lloyd | 2013-12-19 | 1 | -1/+2 |
|\ |
|
| * | Have default TLS policy reject SSLv3. Add TLS::Policy::acceptable_ciphersuite | lloyd | 2013-12-10 | 1 | -1/+2 |
* | | Fix OAEP key size check during encoding, and an array over-read when | lloyd | 2013-12-06 | 1 | -0/+5 |
|/ |
|
* | Add SIV | lloyd | 2013-12-05 | 1 | -1/+3 |
* | Disable RC4 in TLS by default | lloyd | 2013-11-29 | 1 | -0/+2 |
* | TLS in-memory session manager now requires a rng object as a | lloyd | 2013-11-28 | 1 | -0/+3 |
* | Add a simple HTTP 1.0 GET using asio (for CRLs and OCSP) | lloyd | 2013-11-27 | 1 | -1/+2 |
* | Add HKDF | lloyd | 2013-11-17 | 1 | -0/+3 |
* | Enable all the GCC warning flags, as we now require at least GCC 4.7 anyway | lloyd | 2013-11-16 | 1 | -0/+2 |
* | Forgot to relnote this | lloyd | 2013-11-10 | 1 | -0/+4 |
* | Release 1.11.51.11.5 | lloyd | 2013-11-10 | 1 | -1/+1 |
* | Add 1.10.6 release notes | lloyd | 2013-11-10 | 2 | -0/+49 |
* | Previously, AutoRNG was just a reference to the global rng, which can | lloyd | 2013-11-08 | 1 | -1/+6 |
* | Start updating release notes | lloyd | 2013-11-08 | 1 | -7/+30 |
* | Add CCM mode | lloyd | 2013-09-05 | 1 | -0/+2 |
* | Support 64 and 96 bit tags in OCB, using the nonce formatting rule | lloyd | 2013-08-26 | 1 | -0/+2 |
* | Update build version to 1.11.5 pre | lloyd | 2013-08-19 | 1 | -0/+6 |
* | Avoid undefined operation in rotation operations | lloyd | 2013-07-31 | 1 | -0/+11 |
* | Update for 1.11.4 release1.11.4 | lloyd | 2013-07-25 | 1 | -1/+1 |
* | Change default policy to prohibit DTLS to minimize surprise. | lloyd | 2013-07-10 | 2 | -4/+20 |