summaryrefslogtreecommitdiffstats
path: root/doc/ssl
AgeCommit message (Expand)Author
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
2015-05-20Remove dh512.pemEmilia Kasper
2015-05-20Update documentation with Diffie-Hellman best practices.Emilia Kasper
2015-05-16Version negotiation rewrite doc updatesMatt Caswell
2015-05-13RT1207: document SSL_COMP_free_compression_methods.Rich Salz
2015-05-08Add SSL_use_certificate_chain_file functionDr. Stephen Henson
2015-05-06SSL_CONF table reorganisation.Dr. Stephen Henson
2015-05-03Fixes some typos in doc/ssl/Alok Menghrajani
2015-04-22SSL_CIPHER lookup functions.Dr. Stephen Henson
2015-04-11free NULL cleanup 10Rich Salz
2015-03-25Resolve swallowed returns codesMatt Caswell
2015-03-25Support key loading from certificate fileDr. Stephen Henson
2015-02-26Removed support for SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG. Also removedMatt Caswell
2015-02-22typoDr. Stephen Henson
2015-02-10Add SSL_SESSION_get0_ticket API function.Matt Caswell
2015-02-10Provide the API functions SSL_SESSION_has_ticket andMatt Caswell
2015-02-09Remove stray "=back". This was causing newer versions of pod2man to choke.Matt Caswell
2015-02-07Apache Traffic Server has a need to set the rbio without touching the wbio.Matt Caswell
2015-02-06Remove support for SSL_OP_NETSCAPE_CA_DN_BUG.Matt Caswell
2015-02-03Add SSL_get_extms_support documentation.Dr. Stephen Henson
2015-01-27OPENSSL_NO_XXX cleanup: OPENSSL_NO_BUF_FREELISTSRich Salz
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-12-04Remove SSLv2 supportKurt Roeckx
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-08-12RT3239: Extra comma in NAME lines of two manpagesIngo Schwarze
2014-07-14Fix typo.Dr. Stephen Henson