summaryrefslogtreecommitdiffstats
path: root/doc/ssl
AgeCommit message (Expand)Author
2017-03-02Fix cherry-pick and put files in right placeRich Salz
2017-01-18Correct reference to SSL_get_peer_cert_chain().Markus Triska
2017-01-09Rename "verify_cb" to SSL_verify_cbRich Salz
2017-01-09Doc nits: callback function typedefsRich Salz
2016-12-29replace "will lookup up" by "will look up"Markus Triska
2016-12-10Fix reference to SSL_set_max_proto_version.Markus Triska
2016-11-21Make SSL_read and SSL_write return the old behaviour and document it.Kurt Roeckx
2016-11-16Remove a hack from ssl_test_oldMatt Caswell
2016-11-12Replace the 'SSL' broken link with SSL_CTX_set_security_level which seems not...EasySec
2016-11-07Partial revert of "Fix client verify mode to check SSL_VERIFY_PEER"Matt Caswell
2016-10-21Fix grammar error in SSL_CTX_set_min_proto_versionClaus Assmann
2016-10-17fix invalid use of incomplete type X509_STORE_CTXchoury
2016-09-20Documentation fixup; no more ECDHParametersRichard Levitte
2016-08-24Add SSL_get0_peer_scts to ssl.podRob Percival
2016-08-24First draft of CT documentationRob Percival
2016-08-17Fix some doc nits.Rich Salz
2016-08-17Add missing session id and tlsext_status accessorsRemi Gacogne
2016-08-16Convert SSL_SESSION* functions to use const gettersMatt Caswell
2016-08-12GH1446: Add SSL_SESSION_get0_cipherRich Salz
2016-08-10CT: fix documentationEmilia Kasper
2016-07-29Update the SSL_set_bio()/SSL_set0_rbio()/SSL_set0_wbio() docsMatt Caswell
2016-07-28Various doc fixes.Rich Salz
2016-07-25RT4627: Doc patch: fix constant namesSteffen Nurpmeso
2016-07-20Fix if/for/while( in docsFdaSilvaYY
2016-07-19RT4593: Add space after comma (doc nits)Rich Salz
2016-07-19SSL test framework: port NPN and ALPN testsEmilia Kasper
2016-07-12Perform DANE-EE(3) name checks by defaultViktor Dukhovni
2016-07-08Replace all #define's in pod pages.Rich Salz
2016-07-08include/openssl: don't include <windows.h> in public headers.Andy Polyakov
2016-06-30Cleanup documentation for removed functionalityMatt Caswell
2016-06-29Whitespace cleanup in docsFdaSilvaYY
2016-06-21More doc cleanupRich Salz
2016-06-13Update the SSL_set_session() documentationMatt Caswell
2016-06-10Expand SSL_CTX_set_default_verify_paths() documentationMatt Caswell
2016-06-09More API docs; small changes.Rich Salz
2016-06-09Docs: install generic manpages to man section 7Richard Levitte
2016-06-08Add some accessor API'sRich Salz
2016-06-07Unify d2i/i2d documentation.Rich Salz
2016-06-07Add documentation for the newly added SSL_get_tlsext_status_type()Matt Caswell
2016-06-06More doc nitsRich Salz
2016-06-05Remove extra include's in synopsis.Rich Salz
2016-06-01Fix nits in crypto.pod,ssl.podRich Salz
2016-05-31Remove null check, per review feedback. Note this in the docs.TJ Saunders
2016-05-31Add requested HISTORY section, remove copy/pastos, per review feedback.TJ Saunders
2016-05-31Add an SSL_SESSION accessor for obtaining the protocol version number, withTJ Saunders
2016-05-20Doc nits cleanup, round 2Rich Salz
2016-05-20Fix nits in pod files.Rich Salz
2016-05-19Add copyright to manpagesRich Salz
2016-05-19Remove needless license terms (for docs)Rich Salz
2016-05-19Ensure =cut is last line in every file.Rich Salz