aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ssl
Commit message (Expand)AuthorAgeFilesLines
* Fixed typo in the SSL_CTX_set_security_levelAlex Gaynor2016-01-221-1/+1
* Start a new line after each sentence-ending period.Viktor Dukhovni2016-01-161-106/+104
* Make SSL_dane_enable() requirement more clear.Viktor Dukhovni2016-01-161-4/+4
* GH528: "cipher -v" output is confusing.Rich Salz2016-01-111-61/+23
* Make SSL{_CTX,}_{get,set,clear}_options functionsViktor Dukhovni2016-01-115-12/+22
* Allow disabling the min and max versionKurt Roeckx2016-01-101-1/+4
* mem functions cleanupRich Salz2016-01-071-3/+1
* DANE documentation typosViktor Dukhovni2016-01-062-3/+3
* DANE support structures, constructructors and accessorsViktor Dukhovni2016-01-053-0/+412
* Refine and re-wrap Min/Max protocol docsViktor Dukhovni2016-01-024-52/+122
* Add support for minimum and maximum protocol versionKurt Roeckx2016-01-024-65/+186
* Add some documentation for the OCSP callback functionsMatt Caswell2015-12-271-0/+73
* Always generate DH keys for ephemeral DH cipher suites.Dr. Stephen Henson2015-12-231-24/+5
* The functions take a SSL *, not a SSL_CTX *Daniel Kahn Gillmor2015-12-231-4/+4
* SSL configuration module docsDr. Stephen Henson2015-12-221-0/+84
* Remove some L<asdf|asdf> which crept back in.Rich Salz2015-12-182-3/+3
* Remove support for all 40 and 56 bit ciphers.Kurt Roeckx2015-12-054-185/+0
* Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx2015-12-041-25/+3
* ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz2015-12-014-234/+0
* Turn B<...()> into ...()Rich Salz2015-11-212-4/+4
* Tweak async documentation based on feedbackMatt Caswell2015-11-202-5/+6
* More async documentationMatt Caswell2015-11-203-1/+72
* Fix SSL_use_certificate_chain_fileMatt Caswell2015-11-101-3/+9
* Replace "SSLeay" in API with OpenSSLRich Salz2015-10-301-4/+2
* Remove some SSLv2 referencesMatt Caswell2015-10-305-30/+10
* Remove SSL_state and SSL_set_stateMatt Caswell2015-10-301-1/+1
* Change HANDSHAKE_STATE to OSSL_HANDSHAKE_STATEMatt Caswell2015-10-301-1/+1
* Minor documentation tweakMatt Caswell2015-10-301-1/+3
* Remove SSLeay history, etc., from docsRich Salz2015-10-2814-99/+4
* Don't use SSLv23_server_method in an exampleMatt Caswell2015-10-211-1/+1
* Document the default CA path functionsMatt Caswell2015-09-252-1/+34
* Clarify DTLSv1_listen documentationMatt Caswell2015-09-231-2/+6
* Add DTLSv1_listen documentationMatt Caswell2015-09-232-1/+93
* Fix L<> content in manpagesRich Salz2015-08-2198-567/+567
* Update docs.Dr. Stephen Henson2015-08-141-12/+23
* Documentation for SSL_check_chain()Dr. Stephen Henson2015-08-141-0/+85
* Document signature algorithm setting functions.Dr. Stephen Henson2015-07-281-0/+104
* Document shared sigalgs functions.Dr. Stephen Henson2015-07-231-0/+77
* SSL_CONF additions.Dr. Stephen Henson2015-07-211-0/+27
* correct exampleDr. Stephen Henson2015-07-091-1/+1
* Add docs for ssl verification parameter functions.Dr. Stephen Henson2015-06-241-0/+55
* GH297: Fix NAME section of SSL_CTX_use_serverinfo.podVitezslav Cizek2015-06-231-1/+1
* Remove SSL_OP_TLS_BLOCK_PADDING_BUGEmilia Kasper2015-06-101-4/+0
* Change return type of the new accessorsMatt Caswell2015-05-281-7/+7
* Change the new functions to use size_tMatt Caswell2015-05-281-3/+3
* Clarify that SSL3_RANDOM_SIZE is a constant, for now.Nick Mathewson2015-05-281-6/+12
* Add new functions to extract {client,server}_random, master_keyNick Mathewson2015-05-281-0/+73
* Add a documentation clarification suggested by Matt CaswellNick Mathewson2015-05-281-0/+5
* Add SSL_get_client_ciphers() to return ciphers from ClientHelloNick Mathewson2015-05-281-0/+5
* Remove support for OPENSSL_NO_TLSEXTMatt Caswell2015-05-221-3/+0