| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump build to 1.11.16 | lloyd | 2015-03-12 | 1 | -0/+11 |
* | Use /usr/bin/env to find python in the install script, Python doc updates | lloyd | 2015-03-10 | 1 | -7/+10 |
* | Update download link | lloyd | 2015-03-08 | 1 | -2/+2 |
* | Update for 1.11.15 release1.11.15 | lloyd | 2015-03-08 | 1 | -2/+1 |
* | Add BOTAN_NOEXCEPT macro to work around missing noexcept in VS 2013. | rcdailey | 2015-03-08 | 1 | -0/+3 |
* | Misc doc update | lloyd | 2015-03-06 | 5 | -260/+6 |
* | In Algo_Registry if a maker func fails, try the next most preferred one | lloyd | 2015-03-05 | 1 | -0/+3 |
* | Hide Algorithm_Factory and use the functions in lookup.h internally. | lloyd | 2015-03-04 | 1 | -0/+2 |
* | When comparing algorithm identifiers consider NULL and empty | lloyd | 2015-03-04 | 1 | -0/+4 |
* | Fix decrypt in FFI/Python. Github issue 53 | lloyd | 2015-03-01 | 2 | -0/+6 |
* | Update for 1.11.14 release1.11.14 | lloyd | 2015-02-28 | 2 | -24/+58 |
* | Doc updates | lloyd | 2015-02-28 | 3 | -7/+47 |
* | Split amalagamation into ISA specific objects | lloyd | 2015-02-22 | 1 | -10/+11 |
* | Update relnotes and todo, fix python signature | lloyd | 2015-02-19 | 3 | -38/+62 |
* | Reduce the CTR_BE buffer down to just a few blocks. | lloyd | 2015-02-17 | 1 | -0/+2 |
* | Python: docs, key agreement, fix bcrypt trailing null byte. | lloyd | 2015-02-16 | 2 | -1/+224 |
* | Add new module `ffi` which provides a plain C interface, plus a new | lloyd | 2015-02-16 | 4 | -15/+114 |
* | Mark modules pulling in external deps (zlib, boost, etc) as such, and | lloyd | 2015-02-06 | 2 | -40/+27 |
* | Enable OpenSSL for providing ciphers and hashes again. | lloyd | 2015-02-05 | 1 | -6/+3 |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 1 | -8/+4 |
* | Add typedefs for function signatures/types used in TLS for easier reading | lloyd | 2015-01-27 | 1 | -31/+37 |
* | Handle repeated initializations of the library better and deal with | lloyd | 2015-01-24 | 1 | -0/+8 |
* | Allow reducing the size of the allocated mlock pool via env variable | lloyd | 2015-01-24 | 1 | -0/+9 |
* | Fix list formatting | lloyd | 2015-01-24 | 1 | -20/+21 |
* | Add Strict_Policy. Disable server initiated renegotiation by default. | lloyd | 2015-01-23 | 1 | -5/+8 |
* | Remove memset_s, not implemented on any machine I can test on and | lloyd | 2015-01-23 | 1 | -2/+2 |
* | Update TLS OCB ciphersuites to match draft-zauner-tls-aes-ocb-00 | lloyd | 2015-01-21 | 3 | -0/+13 |
* | Update for 1.11.13 release1.11.13 | lloyd | 2015-01-11 | 2 | -3/+3 |
* | Add SipHash | lloyd | 2015-01-11 | 3 | -2/+4 |
* | Remove SSLv3 and handling of SSLv2 client hellos. | lloyd | 2015-01-11 | 3 | -27/+21 |
* | Create a combined news page for the website | lloyd | 2015-01-10 | 2 | -2/+2 |
* | Convert the asio server from a weird example server to a generic proxy server. | lloyd | 2015-01-10 | 2 | -8/+7 |
* | Move license text to a plain text file without ReST market | lloyd | 2015-01-10 | 3 | -56/+55 |
* | Add MCEIES, an integrated encryption system using McEliece and AES-256/OCB | lloyd | 2015-01-08 | 1 | -0/+3 |
* | Joel also wrote Threaded_Fork | lloyd | 2015-01-08 | 1 | -0/+1 |
* | Add a sketch of a support roadmap | lloyd | 2015-01-08 | 1 | -0/+59 |
* | Change TLS session encryption to use AES-256/GCM instead of CBC+HMAC | lloyd | 2015-01-08 | 2 | -9/+27 |
* | Add SHA-512/256 | lloyd | 2015-01-08 | 1 | -0/+2 |
* | Add todo.rst derived from enhancement tickets in bugzilla | lloyd | 2015-01-07 | 1 | -0/+69 |
* | Netsieben.com appears to be gone but there is a fork on github | lloyd | 2015-01-06 | 1 | -1/+1 |
* | Fix install script under Python3 | lloyd | 2015-01-06 | 1 | -2/+5 |
* | Fix doc bugs | lloyd | 2015-01-05 | 2 | -2/+2 |
* | Update relnotes | lloyd | 2015-01-04 | 1 | -0/+8 |
* | Add DTLS-SRTP key establishment from RFC 5764 (required for WebRTC). | lloyd | 2015-01-04 | 1 | -4/+5 |
* | Tick version to 1.11.13 | lloyd | 2015-01-03 | 3 | -1/+6 |
* | Update for 1.11.12 release1.11.12 | lloyd | 2015-01-02 | 4 | -6/+10 |
* | Point to github on index page | lloyd | 2015-01-02 | 1 | -3/+6 |
* | Add ChaCha20Poly1305 TLS ciphersuites compatible with Google's implementation | lloyd | 2014-12-31 | 2 | -9/+13 |
* | More info on AEAD decryption handling | lloyd | 2014-12-31 | 1 | -0/+10 |
* | Add AEAD based on ChaCha20 and Poly1305 defined in draft-irtf-cfrg-chacha20-p... | lloyd | 2014-12-29 | 1 | -2/+3 |