summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
AgeCommit message (Expand)Author
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
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-12-05Remove support for all 40 and 56 bit ciphers.Kurt Roeckx
2015-12-04Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDHKurt Roeckx
2015-12-04Make SSL_{CTX}_set_tmp_ecdh() call SSL_{CTX_}set1_curves()Kurt Roeckx
2015-12-04Remove support for SSL_{CTX_}set_tmp_ecdh_callback().Kurt Roeckx
2015-12-01ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz
2015-11-27PRF and handshake hash revision.Dr. Stephen Henson
2015-11-27Updates to GOST2012Matt Caswell
2015-11-25Remove unused cert_verify_mac codeDr. Stephen Henson
2015-11-23Patch containing TLS implementation for GOST 2012Dmitry Belyavsky
2015-11-20Rename start_async_job to ssl_start_async_jobMatt Caswell
2015-11-20Clean up libssl async callsMatt Caswell
2015-11-20Fix the error code for SSL_get_async_wait_fd()Matt Caswell
2015-11-20Remove ASYNC_in_job()Matt Caswell
2015-11-20Initial Async notify code changesMatt Caswell