aboutsummaryrefslogtreecommitdiffstats
path: root/doc/relnotes
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.11.18, update docs to reflect mtn->git conversionJack Lloyd2015-07-022-0/+6
* Update for 1.11.17 release1.11.17lloyd2015-06-191-1/+1
* Add initial release notes for 1.11.17lloyd2015-06-111-0/+16
* Remove RC4 (and all support for stream ciphers) from TLSlloyd2015-05-151-0/+2
* Update for 1.11.16 release1.11.16lloyd2015-03-301-2/+5
* Relnotes updatelloyd2015-03-231-5/+21
* Add ALPN (RFC 7301) and remove NPNlloyd2015-03-201-0/+8
* Bump build to 1.11.16lloyd2015-03-121-0/+11
* Update for 1.11.15 release1.11.15lloyd2015-03-081-2/+1
* Add BOTAN_NOEXCEPT macro to work around missing noexcept in VS 2013.rcdailey2015-03-081-0/+3
* Misc doc updatelloyd2015-03-061-1/+4
* In Algo_Registry if a maker func fails, try the next most preferred onelloyd2015-03-051-0/+3
* Hide Algorithm_Factory and use the functions in lookup.h internally.lloyd2015-03-041-0/+2
* When comparing algorithm identifiers consider NULL and emptylloyd2015-03-041-0/+4
* Fix decrypt in FFI/Python. Github issue 53lloyd2015-03-012-0/+6
* Update for 1.11.14 release1.11.14lloyd2015-02-281-22/+56
* Update relnotes and todo, fix python signaturelloyd2015-02-191-29/+43
* Reduce the CTR_BE buffer down to just a few blocks.lloyd2015-02-171-0/+2
* Add new module `ffi` which provides a plain C interface, plus a newlloyd2015-02-161-0/+6
* Mark modules pulling in external deps (zlib, boost, etc) as such, andlloyd2015-02-061-0/+5
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-8/+4
* Handle repeated initializations of the library better and deal withlloyd2015-01-241-0/+8
* Allow reducing the size of the allocated mlock pool via env variablelloyd2015-01-241-0/+9
* Remove memset_s, not implemented on any machine I can test on andlloyd2015-01-231-2/+2
* Update TLS OCB ciphersuites to match draft-zauner-tls-aes-ocb-00lloyd2015-01-212-0/+10
* Update for 1.11.13 release1.11.13lloyd2015-01-111-1/+1
* Add SipHashlloyd2015-01-111-0/+2
* Remove SSLv3 and handling of SSLv2 client hellos.lloyd2015-01-111-0/+3
* Convert the asio server from a weird example server to a generic proxy server.lloyd2015-01-101-1/+4
* Add MCEIES, an integrated encryption system using McEliece and AES-256/OCBlloyd2015-01-081-0/+3
* Change TLS session encryption to use AES-256/GCM instead of CBC+HMAClloyd2015-01-081-6/+22
* Add SHA-512/256lloyd2015-01-081-0/+2
* Fix install script under Python3lloyd2015-01-061-2/+5
* Update relnoteslloyd2015-01-041-0/+8
* Tick version to 1.11.13lloyd2015-01-032-0/+5
* Update for 1.11.12 release1.11.12lloyd2015-01-022-2/+5
* Add ChaCha20Poly1305 TLS ciphersuites compatible with Google's implementationlloyd2014-12-311-0/+3
* Add AEAD based on ChaCha20 and Poly1305 defined in draft-irtf-cfrg-chacha20-p...lloyd2014-12-291-2/+3
* Add Poly1305, based on poly1305-donna by Andrew Moon.lloyd2014-12-291-1/+3
* When encrypting McEliece or Curve25519 keys, default to GCM instead of CBC.lloyd2014-12-271-3/+9
* Add Curve25519 based on curve25519-donna by Adam Langley.lloyd2014-12-271-0/+4
* Update download link and tick version number.lloyd2014-12-222-0/+4
* Update for 1.11.11 release1.11.11lloyd2014-12-221-1/+4
* Enable system_rng on Windows and MinGW (untested)lloyd2014-12-211-0/+10
* Add abstract database interface so applications can easily store infolloyd2014-12-201-0/+12
* Add 1.10.9 releaselloyd2014-12-131-0/+20
* Tick to 1.11.11lloyd2014-12-131-0/+3
* Update for 1.11.10 release1.11.10lloyd2014-12-101-13/+15
* Implement RFC 6979 determinstic signatures for DSA and ECDSA.lloyd2014-12-101-0/+4
* Add a basic speed test for McEliecelloyd2014-12-081-7/+8