aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Add typedefs for function signatures/types used in TLS for easier readinglloyd2015-01-271-31/+37
* 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
* Fix list formattinglloyd2015-01-241-20/+21
* Add Strict_Policy. Disable server initiated renegotiation by default.lloyd2015-01-231-5/+8
* 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-213-0/+13
* Update for 1.11.13 release1.11.13lloyd2015-01-112-3/+3
* Add SipHashlloyd2015-01-113-2/+4
* Remove SSLv3 and handling of SSLv2 client hellos.lloyd2015-01-113-27/+21
* Create a combined news page for the websitelloyd2015-01-102-2/+2
* Convert the asio server from a weird example server to a generic proxy server.lloyd2015-01-102-8/+7
* Move license text to a plain text file without ReST marketlloyd2015-01-103-56/+55
* Add MCEIES, an integrated encryption system using McEliece and AES-256/OCBlloyd2015-01-081-0/+3
* Joel also wrote Threaded_Forklloyd2015-01-081-0/+1
* Add a sketch of a support roadmaplloyd2015-01-081-0/+59
* Change TLS session encryption to use AES-256/GCM instead of CBC+HMAClloyd2015-01-082-9/+27
* Add SHA-512/256lloyd2015-01-081-0/+2
* Add todo.rst derived from enhancement tickets in bugzillalloyd2015-01-071-0/+69
* Netsieben.com appears to be gone but there is a fork on githublloyd2015-01-061-1/+1
* Fix install script under Python3lloyd2015-01-061-2/+5
* Fix doc bugslloyd2015-01-052-2/+2
* Update relnoteslloyd2015-01-041-0/+8
* Add DTLS-SRTP key establishment from RFC 5764 (required for WebRTC).lloyd2015-01-041-4/+5
* Tick version to 1.11.13lloyd2015-01-033-1/+6
* Update for 1.11.12 release1.11.12lloyd2015-01-024-6/+10
* Point to github on index pagelloyd2015-01-021-3/+6
* Add ChaCha20Poly1305 TLS ciphersuites compatible with Google's implementationlloyd2014-12-312-9/+13
* More info on AEAD decryption handlinglloyd2014-12-311-0/+10
* 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-293-1/+5
* Update algoslloyd2014-12-271-1/+2
* 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-273-0/+9
* Mention github issueslloyd2014-12-271-4/+5
* Update download link and tick version number.lloyd2014-12-223-2/+6
* 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
* Update TLS doclloyd2014-12-201-11/+26
* Add abstract database interface so applications can easily store infolloyd2014-12-201-0/+12
* Add 1.10.9 releaselloyd2014-12-132-5/+23
* Tick to 1.11.11lloyd2014-12-131-0/+3
* Make the connection between calling TLS::Channel::send and a newlloyd2014-12-131-3/+9
* Update for 1.11.10 release1.11.10lloyd2014-12-102-16/+18
* 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
* Remove the Overbeck conversion at Dr. Strenzke's request.lloyd2014-12-061-2/+5
* Add an easy way to directly use the system PRNG.lloyd2014-12-021-0/+9
* Add an implementation of McEliece encryption based on HyMESfstrenzke2014-11-263-4/+13
* Cleanup PBES2 and add GCM supportlloyd2014-11-191-0/+6