| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace Transformatio::nstart with start_raw so we can do a full set | lloyd | 2014-11-05 | 1 | -1/+1 |
* | Various small fixes and cleanups, new is_prime util | lloyd | 2014-11-03 | 1 | -0/+8 |
* | Add TLS fallback signalling (draft-ietf-tls-downgrade-scsv-00) | lloyd | 2014-10-31 | 1 | -0/+6 |
* | Correct documentation | lloyd | 2014-10-14 | 1 | -1/+1 |
* | Some documentation updates WRT DTLS and X.509 cert path processing | lloyd | 2014-10-06 | 2 | -25/+100 |
* | Fix decoding indefinite length BER constructs that contain a context | lloyd | 2014-09-27 | 1 | -0/+3 |
* | Correct CCM for L != 2. Bugzilla 270 | lloyd | 2014-05-16 | 1 | -0/+5 |
* | Any fixed MR iterations is probably wrong for somebody. Allow the user | lloyd | 2014-04-25 | 2 | -11/+22 |
* | Doc fix | lloyd | 2014-04-16 | 1 | -1/+1 |
* | Use 20 Miller-Rabin iterations regardless of the size of the integer. This | lloyd | 2014-04-13 | 1 | -0/+5 |
* | Deindent to avoid github mangling | lloyd | 2014-04-13 | 1 | -36/+34 |
* | Update release note pointers1.11.9 | lloyd | 2014-04-10 | 2 | -6/+8 |
* | Add 1.10.8 release notes | lloyd | 2014-04-10 | 1 | -0/+12 |
* | Fix a bug in Miller-Rabin primality testing introduced in 1.8.3 | lloyd | 2014-04-10 | 1 | -1/+8 |
* | X.509 path validation now performs all possible tests and returns a | lloyd | 2014-04-05 | 1 | -0/+9 |
* | 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 |
* | Website tweaks | lloyd | 2014-02-19 | 4 | -22/+28 |
* | 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 |
* | Website tweaks | lloyd | 2014-02-15 | 2 | -28/+28 |
* | Release 1.11.81.11.8 | lloyd | 2014-02-14 | 3 | -8/+24 |
* | Fix minimized builds. Patch by Markus Wanner sent to botan-devel | lloyd | 2014-02-08 | 2 | -1/+4 |
* | 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 | 2 | -4/+8 |
* | Have Skein call Threefish, rather than duplicating the code. | lloyd | 2014-02-08 | 1 | -2/+8 |
* | Resurrect algos.rst | lloyd | 2014-02-08 | 3 | -7/+111 |
* | Simplify | lloyd | 2014-01-31 | 1 | -11/+1 |
* | Add ChaCha | lloyd | 2014-01-31 | 1 | -0/+12 |
* | Link to instructions for Android by Daniel Seither | lloyd | 2014-01-23 | 1 | -5/+2 |
* | Fix binary names | lloyd | 2014-01-20 | 1 | -6/+6 |
* | 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 | 5 | -26/+34 |
* | Fix link. Release 1.11.71.11.7 | lloyd | 2014-01-10 | 3 | -5/+6 |
* | Split up docs into the reference manual, the website, and everything else. | lloyd | 2014-01-10 | 41 | -315/+196 |
* | 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 | 3 | -75/+70 |
* | Move python to src, add to main makefile | lloyd | 2014-01-07 | 1 | -15/+8 |
* | Fix qca links | lloyd | 2014-01-07 | 1 | -2/+3 |
* | Fix include path of example sources in docs | lloyd | 2014-01-06 | 8 | -27/+15 |
* | 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 | 5 | -331/+1 |
* | Cull remaining mostly dubious examples. Also remove readme.txt | lloyd | 2014-01-01 | 34 | -2616/+6 |
* | Move asio tls server | lloyd | 2014-01-01 | 1 | -310/+0 |