aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual/tls.rst
Commit message (Expand)AuthorAgeFilesLines
* Replace path src/cmd/ by new src/cli/ in documentationSimon Warta2015-12-111-4/+2
* Add TLS_PSK testsJack Lloyd2015-11-131-1/+2
* Merge pull request #314 from randombit/ct-tls-cbc-paddingJack Lloyd2015-10-261-2/+4
|\
| * TLS improvementsJack Lloyd2015-10-251-2/+4
* | Remove redundant function definitions from docsSimon Warta2015-10-201-10/+0
* | Make Version_Code an enum type for documentationSimon Warta2015-10-201-1/+1
* | Update TLC::Client constructor documentationSimon Warta2015-10-201-13/+14
* | Update TLS::Server signature in docsSimon Warta2015-10-201-14/+15
|/
* Fix typosSimon Warta2015-07-241-1/+1
* Remove RC4 (and all support for stream ciphers) from TLSlloyd2015-05-151-2/+2
* Add ALPN (RFC 7301) and remove NPNlloyd2015-03-201-22/+17
* Doc updateslloyd2015-02-281-0/+3
* 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