aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual/tls.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix some ReST format errorsJack Lloyd2018-10-301-9/+9
* Spell check the documentationJack Lloyd2018-09-281-8/+8
* Default disable support for TLS v1.0/v1.1 and all CBC and CCM suitesJack Lloyd2018-08-221-3/+20
* Document need for IMPLICIT to enable static RSA ciphersuitesJack Lloyd2018-07-041-7/+20
* Fix some document formatting bugsJack Lloyd2018-07-031-1/+1
* Fix ReST formattingJack Lloyd2018-04-041-2/+4
* Remove duplicate doc for tls_decode_group_paramJack Lloyd2018-03-281-5/+0
* Merge GH #1513 Update TLS docs re custom curvesJack Lloyd2018-03-281-11/+399
|\
| * updated tls client/server docsNever2018-03-271-5/+5
| * add tls-custom-curve documentation + examplesNever2018-03-271-6/+394
* | Update TLS docs re new APIs for 2.5 [ci skip]Jack Lloyd2018-03-281-0/+16
|/
* Remove vestigial support for TLS compressionJack Lloyd2018-01-211-9/+0
* 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