aboutsummaryrefslogtreecommitdiff
path: root/doc/ssl
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-02Refine and re-wrap Min/Max protocol docsViktor Dukhovni4-52/+122
2016-01-02Add support for minimum and maximum protocol versionKurt Roeckx4-65/+186
2015-12-27Add some documentation for the OCSP callback functionsMatt Caswell1-0/+73
2015-12-23Always generate DH keys for ephemeral DH cipher suites.Dr. Stephen Henson1-24/+5
2015-12-23The functions take a SSL *, not a SSL_CTX *Daniel Kahn Gillmor1-4/+4
2015-12-22SSL configuration module docsDr. Stephen Henson1-0/+84
2015-12-18Remove some L<asdf|asdf> which crept back in.Rich Salz2-3/+3
2015-12-05Remove support for all 40 and 56 bit ciphers.Kurt Roeckx4-185/+0
2015-12-04Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx1-25/+3
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz4-234/+0
2015-11-21Turn B<...()> into ...()Rich Salz2-4/+4
2015-11-20Tweak async documentation based on feedbackMatt Caswell2-5/+6
2015-11-20More async documentationMatt Caswell3-1/+72
2015-11-10Fix SSL_use_certificate_chain_fileMatt Caswell1-3/+9
2015-10-30Replace "SSLeay" in API with OpenSSLRich Salz1-4/+2
2015-10-30Remove some SSLv2 referencesMatt Caswell5-30/+10