summaryrefslogtreecommitdiffstats
path: root/doc/ssl
AgeCommit message (Expand)Author
2016-05-02Issue #719:TJ Saunders
2016-05-01Fix spelling in pod filesFdaSilvaYY
2016-04-22Enabled DANE only when at least one TLSA RR was addedViktor Dukhovni
2016-04-14Write POD page.Rich Salz
2016-04-13Misc fix ups to deprecate explicit de-init documentationMatt Caswell
2016-04-13Deprecate SSL_COMP_free_compression_methods() and make it a no-opMatt Caswell
2016-04-11Add SSL_CTX_get_ciphers()Kazuki Yamaguchi
2016-04-07Suppress CT callback as appropriateViktor Dukhovni
2016-04-07Fix client verify mode to check SSL_VERIFY_PEERViktor Dukhovni
2016-03-27It's called SSL_session_reused(), not SSL_session_resumed()Kurt Roeckx
2016-03-22Correct another batch of typosAlex Gaynor
2016-03-20Fix ALPN - more fixesTodd Short
2016-03-19Correct faulty L<> links in .podsRichard Levitte
2016-03-12Add doc on when to use SCT callback.Rich Salz
2016-03-09Deprecate the use of version-specific methodsKurt Roeckx
2016-03-09Fix usage of OPENSSL_NO_*_METHODKurt Roeckx
2016-03-09Document SSL_get1_supported_ciphersKurt Roeckx
2016-03-09Make SSL_CIPHER_get_version return a const char *Kurt Roeckx
2016-03-09Do not display a CT log error message if CT validation is disabledRob Percival
2016-03-08Add cipher query functionsTodd Short
2016-03-08GH787: Fix ALPNTodd Short
2016-03-07Fix typo in SSL_pending docsMatt Caswell
2016-03-07Add documentation for SSL_has_pending()Matt Caswell
2016-03-07Add pipelining documentationMatt Caswell
2016-03-04Documentation for new SSL functionsRob Percival
2016-03-02Provide getters for default_passwd_cb and userdataChristian Heimes
2016-02-29Refactor the async wait fd logicMatt Caswell
2016-02-27RT4354: Add some cross-refsJeffrey Walton
2016-02-27GH753: More spelling fixFdaSilvaYY
2016-02-23Update documentation of SSL METHODs and ciphersViktor Dukhovni
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-18Fix typo in SSL_CTX_set_msg_callback docsNeel Goyal
2016-02-16OPENSSL_init_ssl.pod: fix minor typoViktor Szakats
2016-02-11Hide OPENSSL_INIT_SETTINGS.Rich Salz
2016-02-10The new init functions can now fail so shouldn't be voidMatt Caswell
2016-02-10Rename INIT funtions, deprecate old ones.Rich Salz
2016-02-09Updates for auto init/deinit review commentsMatt Caswell
2016-02-09Provide documentation for auto-init/auto-deinitMatt Caswell
2016-02-08Suppress DANE TLSA reflection when verification failsViktor Dukhovni
2016-02-08Clarify resumed sessions and NULL return.Dr. Stephen Henson
2016-02-06Add SSL_get0_verified_chain() to return verified chain of peerDr. Stephen Henson
2016-02-05Update DTLSv1_listen documentationMatt Caswell
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-02-05Make DTLSv1_listen a first class function and change its typeMatt Caswell
2016-02-05RT4292: Remove ===== lineRich Salz
2016-02-05Restore -no_comp switch for backwards compatible behaviourViktor Dukhovni
2016-02-03RT3234: disable compressionEmilia Kasper
2016-02-01constify PACKETEmilia Kasper
2016-01-27Doc fixes suggested by Claus AssmannViktor Dukhovni
2016-01-26Add SSL_up_ref() and SSL_CTX_up_ref()Matt Caswell