aboutsummaryrefslogtreecommitdiff
path: root/doc/ssl
AgeCommit message (Expand)AuthorFilesLines
2016-06-05Remove extra include's in synopsis.Rich Salz1-1/+0
2016-06-01Fix nits in crypto.pod,ssl.podRich Salz1-0/+8
2016-05-31Remove null check, per review feedback. Note this in the docs.TJ Saunders1-1/+2
2016-05-31Add requested HISTORY section, remove copy/pastos, per review feedback.TJ Saunders1-18/+7
2016-05-31Add an SSL_SESSION accessor for obtaining the protocol version number, withTJ Saunders1-0/+54
2016-05-20Doc nits cleanup, round 2Rich Salz114-240/+6
2016-05-20Fix nits in pod files.Rich Salz34-144/+126
2016-05-19Add copyright to manpagesRich Salz114-18/+1260
2016-05-19Remove needless license terms (for docs)Rich Salz3-69/+0
2016-05-19Ensure =cut is last line in every file.Rich Salz1-1/+0
2016-05-19When strict SCT fails record verification failureViktor Dukhovni1-11/+20
2016-05-17Correct documentation errorMatt Caswell1-3/+3
2016-05-16Add some documentation of SSL_CTX_set_tlsext_status_type()Matt Caswell1-13/+23
2016-05-16Unify <TYPE>_up_ref methods signature and behaviour.FdaSilvaYY3-4/+8
2016-05-14Fix various methods declaration in pod fileFdaSilvaYY1-8/+8
2016-05-09fix tab-space mixed indentationFdaSilvaYY1-1/+1
2016-05-05Handle no async jobs in libsslMatt Caswell2-3/+30
2016-05-04Complete the list of names in doc/ssl/SSL_CTX_load_verify_locations.podRichard Levitte1-2/+3
2016-05-02Issue #719:TJ Saunders1-0/+8
2016-05-01Fix spelling in pod filesFdaSilvaYY7-7/+7
2016-04-22Enabled DANE only when at least one TLSA RR was addedViktor Dukhovni1-14/+42
2016-04-14Write POD page.Rich Salz1-0/+28
2016-04-13Misc fix ups to deprecate explicit de-init documentationMatt Caswell1-1/+1
2016-04-13Deprecate SSL_COMP_free_compression_methods() and make it a no-opMatt Caswell1-4/+15
2016-04-11Add SSL_CTX_get_ciphers()Kazuki Yamaguchi2-6/+11
2016-04-07Suppress CT callback as appropriateViktor Dukhovni2-30/+85
2016-04-07Fix client verify mode to check SSL_VERIFY_PEERViktor Dukhovni1-14/+1
2016-03-27It's called SSL_session_reused(), not SSL_session_resumed()Kurt Roeckx1-1/+1
2016-03-22Correct another batch of typosAlex Gaynor7-8/+7
2016-03-20Fix ALPN - more fixesTodd Short1-6/+6
2016-03-19Correct faulty L<> links in .podsRichard Levitte2-5/+6
2016-03-12Add doc on when to use SCT callback.Rich Salz2-1/+7
2016-03-09Deprecate the use of version-specific methodsKurt Roeckx1-1/+3
2016-03-09Fix usage of OPENSSL_NO_*_METHODKurt Roeckx1-0/+10
2016-03-09Document SSL_get1_supported_ciphersKurt Roeckx1-3/+21
2016-03-09Make SSL_CIPHER_get_version return a const char *Kurt Roeckx1-1/+1
2016-03-09Do not display a CT log error message if CT validation is disabledRob Percival1-3/+0
2016-03-08Add cipher query functionsTodd Short1-0/+22
2016-03-08GH787: Fix ALPNTodd Short1-0/+126
2016-03-07Fix typo in SSL_pending docsMatt Caswell1-1/+1
2016-03-07Add documentation for SSL_has_pending()Matt Caswell3-24/+44
2016-03-07Add pipelining documentationMatt Caswell1-0/+126
2016-03-04Documentation for new SSL functionsRob Percival4-0/+180
2016-03-02Provide getters for default_passwd_cb and userdataChristian Heimes1-4/+26
2016-02-29Refactor the async wait fd logicMatt Caswell2-45/+65
2016-02-27RT4354: Add some cross-refsJeffrey Walton2-1/+3
2016-02-27GH753: More spelling fixFdaSilvaYY1-2/+2
2016-02-23Update documentation of SSL METHODs and ciphersViktor Dukhovni3-67/+107
2016-02-18Remove outdated DEBUG flags.Rich Salz1-7/+0
2016-02-18Fix typo in SSL_CTX_set_msg_callback docsNeel Goyal1-1/+1