summaryrefslogtreecommitdiffstats
path: root/doc/ssl
AgeCommit message (Expand)Author
2016-01-22Fixed typo in the SSL_CTX_set_security_levelAlex Gaynor
2016-01-16Start a new line after each sentence-ending period.Viktor Dukhovni
2016-01-16Make SSL_dane_enable() requirement more clear.Viktor Dukhovni
2016-01-11GH528: "cipher -v" output is confusing.Rich Salz
2016-01-11Make SSL{_CTX,}_{get,set,clear}_options functionsViktor Dukhovni
2016-01-10Allow disabling the min and max versionKurt Roeckx
2016-01-07mem functions cleanupRich Salz
2016-01-06DANE documentation typosViktor Dukhovni
2016-01-05DANE support structures, constructructors and accessorsViktor Dukhovni
2016-01-02Refine and re-wrap Min/Max protocol docsViktor Dukhovni
2016-01-02Add support for minimum and maximum protocol versionKurt Roeckx
2015-12-27Add some documentation for the OCSP callback functionsMatt Caswell
2015-12-23Always generate DH keys for ephemeral DH cipher suites.Dr. Stephen Henson
2015-12-23The functions take a SSL *, not a SSL_CTX *Daniel Kahn Gillmor
2015-12-22SSL configuration module docsDr. Stephen Henson
2015-12-18Remove some L<asdf|asdf> which crept back in.Rich Salz
2015-12-05Remove support for all 40 and 56 bit ciphers.Kurt Roeckx
2015-12-04Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz
2015-11-21Turn B<...()> into ...()Rich Salz
2015-11-20Tweak async documentation based on feedbackMatt Caswell
2015-11-20More async documentationMatt Caswell
2015-11-10Fix SSL_use_certificate_chain_fileMatt Caswell
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz
2015-10-30Remove some SSLv2 referencesMatt Caswell
2015-10-30Remove SSL_state and SSL_set_stateMatt Caswell
2015-10-30Change HANDSHAKE_STATE to OSSL_HANDSHAKE_STATEMatt Caswell
2015-10-30Minor documentation tweakMatt Caswell
2015-10-28Remove SSLeay history, etc., from docsRich Salz
2015-10-21Don't use SSLv23_server_method in an exampleMatt Caswell
2015-09-25Document the default CA path functionsMatt Caswell
2015-09-23Clarify DTLSv1_listen documentationMatt Caswell
2015-09-23Add DTLSv1_listen documentationMatt Caswell
2015-08-21Fix L<> content in manpagesRich Salz
2015-08-14Update docs.Dr. Stephen Henson
2015-08-14Documentation for SSL_check_chain()Dr. Stephen Henson
2015-07-28Document signature algorithm setting functions.Dr. Stephen Henson
2015-07-23Document shared sigalgs functions.Dr. Stephen Henson
2015-07-21SSL_CONF additions.Dr. Stephen Henson
2015-07-09correct exampleDr. Stephen Henson
2015-06-24Add docs for ssl verification parameter functions.Dr. Stephen Henson
2015-06-23GH297: Fix NAME section of SSL_CTX_use_serverinfo.podVitezslav Cizek
2015-06-10Remove SSL_OP_TLS_BLOCK_PADDING_BUGEmilia Kasper
2015-05-28Change return type of the new accessorsMatt Caswell
2015-05-28Change the new functions to use size_tMatt Caswell
2015-05-28Clarify that SSL3_RANDOM_SIZE is a constant, for now.Nick Mathewson
2015-05-28Add new functions to extract {client,server}_random, master_keyNick Mathewson
2015-05-28Add a documentation clarification suggested by Matt CaswellNick Mathewson
2015-05-28Add SSL_get_client_ciphers() to return ciphers from ClientHelloNick Mathewson
2015-05-22Remove support for OPENSSL_NO_TLSEXTMatt Caswell