aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add an SSL_has_pending() functionMatt Caswell2016-03-071-0/+16
* Add an ability to set the SSL read buffer sizeMatt Caswell2016-03-071-0/+2
* Implement read pipeline support in libsslMatt Caswell2016-03-071-0/+4
* Implement write pipeline support in libsslMatt Caswell2016-03-071-2/+27
* Use s->session->peer instead of calling SSL_get_peer_certificate(s)Rob Percival2016-03-071-4/+2
* Lowercase name of SSL_validate_ct as it is an internal functionRob Percival2016-03-071-1/+1
* CT code now calls X509_free() after calling SSL_get_peer_certificate()Rob Percival2016-03-071-0/+2
* Adds CT validation to SSL connectionsRob Percival2016-03-041-1/+294
* Provide getters for default_passwd_cb and userdataChristian Heimes2016-03-021-0/+20
* Refactor the async wait fd logicMatt Caswell2016-02-291-5/+24
* GH715: ENGINE_finish can take NULLRich Salz2016-02-251-2/+1
* GH235: Set error status on malloc failureRich Salz2016-02-251-2/+6
* Remove unused parameter in ssl_set_masks().Dr. Stephen Henson2016-02-241-2/+2
* Remove outdated DEBUG flags.Rich Salz2016-02-181-19/+0
* GH706: Use NULL for pointer compare.Zhao Junwang2016-02-181-6/+6
* remove redundant codeDr. Stephen Henson2016-02-171-4/+1
* Remove static ECDH support.Dr. Stephen Henson2016-02-111-52/+2
* Move to REF_DEBUG, for consistency.Rich Salz2016-02-111-21/+10
* The new init functions can now fail so shouldn't be voidMatt Caswell2016-02-101-1/+2
* Rename INIT funtions, deprecate old ones.Rich Salz2016-02-101-1/+1
* Auto init/de-init libsslMatt Caswell2016-02-091-0/+2
* Suppress DANE TLSA reflection when verification failsViktor Dukhovni2016-02-081-2/+2
* Deprecate undocumented SSL_cache_hit().Dr. Stephen Henson2016-02-081-1/+1
* Handle SSL_shutdown while in init more appropriately #2Matt Caswell2016-02-081-9/+12
* Add SSL_get0_verified_chain() to return verified chain of peerDr. Stephen Henson2016-02-061-0/+8
* GH614: Use memcpy()/strdup() when possibleDmitry-Me2016-02-031-1/+1
* RT3234: disable compressionEmilia Kasper2016-02-031-0/+7
* Implement Async SSL_shutdownMatt Caswell2016-01-291-13/+31
* Add SSL_up_ref() and SSL_CTX_up_ref()Matt Caswell2016-01-261-0/+10
* Fix build failure with CIPHER_DEBUGAlessandro Ghedini2016-01-221-3/+2
* Handle SSL_shutdown while in init more appropriatelyMatt Caswell2016-01-201-4/+1
* Better invalid SNI name error handlingViktor Dukhovni2016-01-161-6/+12
* Make SSL_set_debug deprecated in 1.1Rich Salz2016-01-141-0/+10
* RT4232: Extra space in help message.Rich Salz2016-01-141-7/+0
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-121-4/+2
* Add lh_new() inliningDr. Stephen Henson2016-01-111-3/+1
* Make SSL{_CTX,}_{get,set,clear}_options functionsViktor Dukhovni2016-01-111-8/+31
* Fix declarations and constification for inline stack.Dr. Stephen Henson2016-01-071-2/+2
* DANE support structures, constructructors and accessorsViktor Dukhovni2016-01-051-29/+488
* Protocol version selection and negotiation rewriteViktor Dukhovni2016-01-021-9/+9
* Add support for minimum and maximum protocol versionKurt Roeckx2016-01-021-0/+16
* Remove fixed DH ciphersuites.Dr. Stephen Henson2015-12-191-12/+1
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-6/+6
* Fix warnings about unused variables when EC is disabled.Richard Levitte2015-12-091-6/+2
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-5/+5
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-5/+9
* Remove support for all 40 and 56 bit ciphers.Kurt Roeckx2015-12-051-108/+7
* Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx2015-12-041-10/+5
* Make SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()Kurt Roeckx2015-12-041-1/+1
* Remove support for SSL_{CTX_}set_tmp_ecdh_callback().Kurt Roeckx2015-12-041-18/+1