| Commit message (Expand) | Author | Age | Files | Lines |
* | Move feature requests from old bugzilla to todo.rst | Jack Lloyd | 2015-07-04 | 1 | -1/+19 |
* | Update release notes for 1.11.18 | Jack Lloyd | 2015-07-04 | 1 | -0/+24 |
* | Simplify the website and documentation layout. | Jack Lloyd | 2015-07-03 | 16 | -696/+144 |
* | Remove remaining Sphinx doc references from news.rst | Jack Lloyd | 2015-07-02 | 1 | -35/+32 |
* | Combine all release notes into a single file, just easier to read. | Jack Lloyd | 2015-07-02 | 187 | -3491/+3223 |
* | Bump version to 1.11.18, update docs to reflect mtn->git conversion | Jack Lloyd | 2015-07-02 | 8 | -181/+17 |
* | Add compression doc to index | lloyd | 2015-06-19 | 1 | -1/+1 |
* | Update for 1.11.17 release1.11.17 | lloyd | 2015-06-19 | 2 | -25/+9 |
* | Add initial release notes for 1.11.17 | lloyd | 2015-06-11 | 1 | -0/+16 |
* | Remove RC4 (and all support for stream ciphers) from TLS | lloyd | 2015-05-15 | 2 | -2/+4 |
* | Update compression docs | lloyd | 2015-05-10 | 2 | -42/+52 |
* | Update for 1.11.16 release1.11.16 | lloyd | 2015-03-30 | 2 | -6/+10 |
* | Relnotes update | lloyd | 2015-03-23 | 1 | -5/+21 |
* | Add ALPN (RFC 7301) and remove NPN | lloyd | 2015-03-20 | 3 | -23/+25 |
* | 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 |