aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual/tls.rst
Commit message (Expand)AuthorAgeFilesLines
* Add typedefs for function signatures/types used in TLS for easier readinglloyd2015-01-271-31/+37
* Add Strict_Policy. Disable server initiated renegotiation by default.lloyd2015-01-231-5/+8
* Update TLS OCB ciphersuites to match draft-zauner-tls-aes-ocb-00lloyd2015-01-211-0/+3
* Remove SSLv3 and handling of SSLv2 client hellos.lloyd2015-01-111-22/+15
* Convert the asio server from a weird example server to a generic proxy server.lloyd2015-01-101-7/+3
* Change TLS session encryption to use AES-256/GCM instead of CBC+HMAClloyd2015-01-081-3/+5
* Add DTLS-SRTP key establishment from RFC 5764 (required for WebRTC).lloyd2015-01-041-4/+5
* Add ChaCha20Poly1305 TLS ciphersuites compatible with Google's implementationlloyd2014-12-311-9/+10
* Update TLS doclloyd2014-12-201-11/+26
* Make the connection between calling TLS::Channel::send and a newlloyd2014-12-131-3/+9
* A TLS Server can now process either TLS or DTLS but not either,lloyd2014-11-151-7/+12
* Correct documentationlloyd2014-10-141-1/+1
* Some documentation updates WRT DTLS and X.509 cert path processinglloyd2014-10-061-11/+14
* Split up docs into the reference manual, the website, and everything else.lloyd2014-01-101-0/+753