aboutsummaryrefslogtreecommitdiff
path: root/doc/ssl
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-16OPENSSL_init_ssl.pod: fix minor typoViktor Szakats1-1/+1
2016-02-11Hide OPENSSL_INIT_SETTINGS.Rich Salz1-5/+2
2016-02-10The new init functions can now fail so shouldn't be voidMatt Caswell1-1/+5
2016-02-10Rename INIT funtions, deprecate old ones.Rich Salz3-36/+21
2016-02-09Updates for auto init/deinit review commentsMatt Caswell1-5/+7
2016-02-09Provide documentation for auto-init/auto-deinitMatt Caswell1-0/+78
2016-02-08Suppress DANE TLSA reflection when verification failsViktor Dukhovni1-3/+27
2016-02-08Clarify resumed sessions and NULL return.Dr. Stephen Henson1-2/+3
2016-02-06Add SSL_get0_verified_chain() to return verified chain of peerDr. Stephen Henson1-6/+21
2016-02-05Update DTLSv1_listen documentationMatt Caswell1-3/+5
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-2/+2
2016-02-05Make DTLSv1_listen a first class function and change its typeMatt Caswell1-10/+7
2016-02-05RT4292: Remove ===== lineRich Salz1-1/+0
2016-02-05Restore -no_comp switch for backwards compatible behaviourViktor Dukhovni1-1/+10
2016-02-03RT3234: disable compressionEmilia Kasper1-2/+6
2016-02-01constify PACKETEmilia Kasper1-2/+2
2016-01-27Doc fixes suggested by Claus AssmannViktor Dukhovni1-1/+1
2016-01-26Add SSL_up_ref() and SSL_CTX_up_ref()Matt Caswell3-6/+22
2016-01-22Fixed typo in the SSL_CTX_set_security_levelAlex Gaynor1-1/+1
2016-01-16Start a new line after each sentence-ending period.Viktor Dukhovni1-106/+104
2016-01-16Make SSL_dane_enable() requirement more clear.Viktor Dukhovni1-4/+4
2016-01-11GH528: "cipher -v" output is confusing.Rich Salz1-61/+23
2016-01-11Make SSL{_CTX,}_{get,set,clear}_options functionsViktor Dukhovni5-12/+22
2016-01-10Allow disabling the min and max versionKurt Roeckx1-1/+4
2016-01-07mem functions cleanupRich Salz1-3/+1
2016-01-06DANE documentation typosViktor Dukhovni2-3/+3
2016-01-05DANE support structures, constructructors and accessorsViktor Dukhovni3-0/+412