summaryrefslogtreecommitdiffstats
path: root/doc/ssl
AgeCommit message (Expand)Author
2019-02-26Clarify that SSL_shutdown() must not be called after a fatal errorMatt Caswell
2018-05-02Add some documentation for SSL_get_shared_ciphers()Matt Caswell
2018-04-27Update version docsMatt Caswell
2018-04-26Update the *use_certificate* docsMatt Caswell
2018-04-24Document when a session gets removed from cacheMatt Caswell
2017-08-24Fix cherry-pick; move file.Rich Salz
2017-07-28Fix a reference nit in docPaul Yang
2017-06-21Add documentation for the SSL_export_keying_material() functionMatt Caswell
2016-12-29replace "will lookup up" by "will look up"Markus Triska
2016-11-21Make SSL_read and SSL_write return the old behaviour and document it.Kurt Roeckx
2016-05-02Issue #719:TJ Saunders
2016-04-04Fix ALPNTodd Short
2016-03-01Bring SSL method documentation up to dateViktor Dukhovni
2016-01-28Always generate DH keys for ephemeral DH cipher suitesMatt Caswell
2015-12-27Add some documentation for the OCSP callback functionsMatt Caswell
2015-12-23The functions take a SSL *, not a SSL_CTX *Daniel Kahn Gillmor
2015-08-14Update docs.Dr. Stephen Henson
2015-08-14Documentation for SSL_check_chain()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-05-20Update documentation with Diffie-Hellman best practices.Emilia Kasper
2015-05-13RT1207: document SSL_COMP_free_compression_methods.Rich Salz
2015-03-18Add support for ServerInfo SSL_CONF option.Dr. Stephen Henson
2015-02-22typoDr. Stephen Henson
2015-01-27Provide documentation for all SSL(_CTX)?_(get|set)(_default)?_read_aheadMatt Caswell
2015-01-06Only allow ephemeral RSA keys in export ciphersuites.Dr. Stephen Henson
2015-01-02Remove MS SGCDr. Stephen Henson
2014-12-05Clarify the return values for SSL_get_shared_curve.Emilia Kasper
2014-11-10Allow ECDHE and DHE as forward-compatible aliases for EECDH and EDHDaniel Kahn Gillmor
2014-10-21Fix and improve SSL_MODE_SEND_FALLBACK_SCSV documentation.Bodo Moeller
2014-10-15Add TLS_FALLBACK_SCSV documentation, and move s_client -fallback_scsvBodo Moeller
2014-09-08RT468: SSL_CTX_sess_set_cache_size wrongRich Salz
2014-09-08RT2518: fix pod2man errorsScott Schaefer
2014-08-28Custom extension documentation.Dr. Stephen Henson
2014-08-26RT1744: SSL_CTX_set_dump_dh() doc feedbackDavid Gatwood
2014-07-06Update ticket callback docs.Dr. Stephen Henson
2014-07-06Fixed error in pod files with latest versions of pod2manMatt Caswell
2014-07-03Merge branch 'rsalz-docfixes'Rich Salz
2014-06-29Clarify protocols supported.Dr. Stephen Henson
2014-06-27Clarify docs.Jeffrey Walton
2014-06-01Option to disable padding extension.Dr. Stephen Henson
2014-05-25Fixed error in args for SSL_set_msg_callback and SSL_set_msg_callback_argMatt Caswell
2014-05-02typo in SSL_get_peer_cert_chain docsJeff Trawick
2014-05-01Fixed various pod errorsMatt Caswell
2014-04-30POD: Fix item numberingLubomir Rintel
2014-03-27Add -no_resumption_on_reneg to SSL_CONF.Dr. Stephen Henson
2014-03-27Update chain building function.Dr. Stephen Henson
2014-02-23New chain building flags.Dr. Stephen Henson
2014-02-23Option to set current cert to server certificate.Dr. Stephen Henson