aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual/tls.rst
Commit message (Expand)AuthorAgeFilesLines
* Update manual to avoid use of old integer typedefs.Jack Lloyd2017-11-141-15/+15
* Add support for ARIA GCM ciphersuitesJack Lloyd2017-11-031-1/+2
* Merge GH #872 Add ability for TLS servers to prohibit renegotiationJack Lloyd2017-09-191-0/+8
|\
| * Add TLS::Policy::allow_client_initiated_renegotiationJack Lloyd2017-02-191-0/+8
* | Add documentation that SNI must be FQDN.Alexander Bluhm2017-03-271-0/+4
* | Fix the default value (2048) of minimum_dh_group_size in the documentationlouiz’2017-03-071-1/+1
|/
* Add minimal example code to tls handbookRené Korthaus2017-02-131-2/+237
* Add note about CECPQ1 in TLS manualJack Lloyd2016-12-281-0/+16
* Update tls_verify_cert_chain docs to reflect OCSP stapling changesJack Lloyd2016-12-041-5/+19
* Document TLS::Policy::require_cert_revocation_infoJack Lloyd2016-11-281-0/+20
* Address review comments from @cordneyJack Lloyd2016-11-251-2/+2
* Move TLS cert verification callback from Credentials_Manager to TLS::CallbacksJack Lloyd2016-11-231-2/+28
* Order default TLS ECC curve preferences by performanceJack Lloyd2016-11-191-2/+3
* Add CECPQ1 TLS ciphersuitesJack Lloyd2016-11-171-2/+2
* Change TLS default policy to disable DSA, CCM-8, and static RSAJack Lloyd2016-11-021-18/+60
* Merge GH #673 X25519 TLS key exchangeJack Lloyd2016-10-241-1/+1
|\
| * X25519 key exchange for TLSJack Lloyd2016-10-211-1/+1
* | Build the docs during CIJack Lloyd2016-10-221-3/+3
|/
* Update manualRené Korthaus2016-10-031-0/+13
* Add a Callbacks function for ALPNJack Lloyd2016-08-161-14/+30
* Changes to TLS::Callbacks for GH PR #457Jack Lloyd2016-08-161-76/+68
* Fix formatting bugs in TLS docJack Lloyd2016-04-131-11/+6
* Remove support for TLS v1.2 MD5 and SHA-224 signatures.Jack Lloyd2016-03-171-7/+4
* Misc doc updatesJack Lloyd2016-01-041-0/+7
* 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