aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ssl
Commit message (Expand)AuthorAgeFilesLines
* Move manpages to man[1357] structure.Rich Salz2016-10-26118-12064/+0
* Fix grammar error in SSL_CTX_set_min_proto_versionClaus Assmann2016-10-211-1/+1
* Add SSL_OP_NO_ENCRYPT_THEN_MACDavid Woodhouse2016-10-171-0/+8
* fix invalid use of incomplete type X509_STORE_CTXchoury2016-10-171-1/+1
* Revert "Constify code about X509_VERIFY_PARAM"Rich Salz2016-09-211-1/+1
* Documentation fixup; no more ECDHParametersRichard Levitte2016-09-201-10/+0
* Constify code about X509_VERIFY_PARAMFdaSilvaYY2016-09-181-1/+1
* Add SSL_get0_peer_scts to ssl.podRob Percival2016-08-241-0/+2
* First draft of CT documentationRob Percival2016-08-242-15/+10
* Fix some doc nits.Rich Salz2016-08-171-1/+1
* Add missing session id and tlsext_status accessorsRemi Gacogne2016-08-173-0/+91
* Convert SSL_SESSION* functions to use const gettersMatt Caswell2016-08-161-1/+1
* GH1446: Add SSL_SESSION_get0_cipherRich Salz2016-08-121-0/+42
* CT: fix documentationEmilia Kasper2016-08-101-9/+9
* Update the SSL_set_bio()/SSL_set0_rbio()/SSL_set0_wbio() docsMatt Caswell2016-07-291-14/+68
* Various doc fixes.Rich Salz2016-07-282-3/+7
* RT4627: Doc patch: fix constant namesSteffen Nurpmeso2016-07-251-2/+2
* Fix if/for/while( in docsFdaSilvaYY2016-07-201-15/+17
* RT4593: Add space after comma (doc nits)Rich Salz2016-07-198-19/+19
* SSL test framework: port NPN and ALPN testsEmilia Kasper2016-07-191-1/+2
* Perform DANE-EE(3) name checks by defaultViktor Dukhovni2016-07-121-1/+46
* Replace all #define's in pod pages.Rich Salz2016-07-087-50/+48
* include/openssl: don't include <windows.h> in public headers.Andy Polyakov2016-07-081-0/+10
* Cleanup documentation for removed functionalityMatt Caswell2016-06-302-3/+0
* Whitespace cleanup in docsFdaSilvaYY2016-06-293-3/+3
* More doc cleanupRich Salz2016-06-2112-30/+58
* Update the SSL_set_session() documentationMatt Caswell2016-06-131-1/+5
* Expand SSL_CTX_set_default_verify_paths() documentationMatt Caswell2016-06-101-2/+6
* More API docs; small changes.Rich Salz2016-06-091-1/+1
* Docs: install generic manpages to man section 7Richard Levitte2016-06-091-0/+2
* Add some accessor API'sRich Salz2016-06-082-2/+12
* Unify d2i/i2d documentation.Rich Salz2016-06-071-40/+4
* Add documentation for the newly added SSL_get_tlsext_status_type()Matt Caswell2016-06-071-6/+30
* More doc nitsRich Salz2016-06-066-6/+6
* Remove extra include's in synopsis.Rich Salz2016-06-051-1/+0
* Fix nits in crypto.pod,ssl.podRich Salz2016-06-011-0/+8
* Remove null check, per review feedback. Note this in the docs.TJ Saunders2016-05-311-1/+2
* Add requested HISTORY section, remove copy/pastos, per review feedback.TJ Saunders2016-05-311-18/+7
* Add an SSL_SESSION accessor for obtaining the protocol version number, withTJ Saunders2016-05-311-0/+54
* Doc nits cleanup, round 2Rich Salz2016-05-20114-240/+6
* Fix nits in pod files.Rich Salz2016-05-2034-144/+126
* Add copyright to manpagesRich Salz2016-05-19114-18/+1260
* Remove needless license terms (for docs)Rich Salz2016-05-193-69/+0
* Ensure =cut is last line in every file.Rich Salz2016-05-191-1/+0
* When strict SCT fails record verification failureViktor Dukhovni2016-05-191-11/+20
* Correct documentation errorMatt Caswell2016-05-171-3/+3
* Add some documentation of SSL_CTX_set_tlsext_status_type()Matt Caswell2016-05-161-13/+23
* Unify <TYPE>_up_ref methods signature and behaviour.FdaSilvaYY2016-05-163-4/+8
* Fix various methods declaration in pod fileFdaSilvaYY2016-05-141-8/+8
* fix tab-space mixed indentationFdaSilvaYY2016-05-091-1/+1