summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
AgeCommit message (Expand)Author
2016-03-09Constify security callbacksKurt Roeckx
2016-03-09Do not display a CT log error message if CT validation is disabledRob Percival
2016-03-09Counter mixed signedness with a castRichard Levitte
2016-03-08Convert CRYPTO_LOCK_SSL_* to new multi-threading APIAlessandro Ghedini
2016-03-08GH787: Fix ALPNTodd Short
2016-03-07Fix erroneous fall thgrough in switch statementMatt Caswell
2016-03-07Add an SSL_has_pending() functionMatt Caswell
2016-03-07Add an ability to set the SSL read buffer sizeMatt Caswell
2016-03-07Implement read pipeline support in libsslMatt Caswell
2016-03-07Implement write pipeline support in libsslMatt Caswell
2016-03-07Use s->session->peer instead of calling SSL_get_peer_certificate(s)Rob Percival
2016-03-07Lowercase name of SSL_validate_ct as it is an internal functionRob Percival
2016-03-07CT code now calls X509_free() after calling SSL_get_peer_certificate()Rob Percival
2016-03-04Adds CT validation to SSL connectionsRob Percival
2016-03-02Provide getters for default_passwd_cb and userdataChristian Heimes
2016-02-29Refactor the async wait fd logicMatt Caswell
2016-02-25GH715: ENGINE_finish can take NULLRich Salz
2016-02-25GH235: Set error status on malloc failureRich Salz
2016-02-24Remove unused parameter in ssl_set_masks().Dr. Stephen Henson
2016-02-18Remove outdated DEBUG flags.Rich Salz
2016-02-18GH706: Use NULL for pointer compare.Zhao Junwang
2016-02-17remove redundant codeDr. Stephen Henson
2016-02-11Remove static ECDH support.Dr. Stephen Henson
2016-02-11Move to REF_DEBUG, for consistency.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-09Auto init/de-init libsslMatt Caswell
2016-02-08Suppress DANE TLSA reflection when verification failsViktor Dukhovni
2016-02-08Deprecate undocumented SSL_cache_hit().Dr. Stephen Henson
2016-02-08Handle SSL_shutdown while in init more appropriately #2Matt Caswell
2016-02-06Add SSL_get0_verified_chain() to return verified chain of peerDr. Stephen Henson
2016-02-03GH614: Use memcpy()/strdup() when possibleDmitry-Me
2016-02-03RT3234: disable compressionEmilia Kasper
2016-01-29Implement Async SSL_shutdownMatt Caswell
2016-01-26Add SSL_up_ref() and SSL_CTX_up_ref()Matt Caswell
2016-01-22Fix build failure with CIPHER_DEBUGAlessandro Ghedini
2016-01-20Handle SSL_shutdown while in init more appropriatelyMatt Caswell
2016-01-16Better invalid SNI name error handlingViktor Dukhovni
2016-01-14Make SSL_set_debug deprecated in 1.1Rich Salz
2016-01-14RT4232: Extra space in help message.Rich Salz
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte
2016-01-11Add lh_new() inliningDr. Stephen Henson
2016-01-11Make SSL{_CTX,}_{get,set,clear}_options functionsViktor Dukhovni
2016-01-07Fix declarations and constification for inline stack.Dr. Stephen Henson
2016-01-05DANE support structures, constructructors and accessorsViktor Dukhovni
2016-01-02Protocol version selection and negotiation rewriteViktor Dukhovni
2016-01-02Add support for minimum and maximum protocol versionKurt Roeckx
2015-12-19Remove fixed DH ciphersuites.Dr. Stephen Henson
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-12-09Fix warnings about unused variables when EC is disabled.Richard Levitte