aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ex_data part 2: doc fixes and CRYPTO_free_ex_index.Rich Salz2015-12-011-15/+0
* PRF and handshake hash revision.Dr. Stephen Henson2015-11-271-18/+8
* Updates to GOST2012Matt Caswell2015-11-271-0/+2
* Remove unused cert_verify_mac codeDr. Stephen Henson2015-11-251-1/+0
* Patch containing TLS implementation for GOST 2012Dmitry Belyavsky2015-11-231-0/+20
* Rename start_async_job to ssl_start_async_jobMatt Caswell2015-11-201-7/+7
* Clean up libssl async callsMatt Caswell2015-11-201-109/+89
* Fix the error code for SSL_get_async_wait_fd()Matt Caswell2015-11-201-1/+1
* Remove ASYNC_in_job()Matt Caswell2015-11-201-3/+3
* Initial Async notify code changesMatt Caswell2015-11-201-0/+8
* Async clean upsMatt Caswell2015-11-201-3/+3
* Make libssl async awareMatt Caswell2015-11-201-5/+147
* Ensure all EVP calls have their returns checked where appropriateMatt Caswell2015-11-201-2/+5
* Fix SSL_use_certificate_chain_fileMatt Caswell2015-11-101-0/+16
* Standardise our style for checking malloc failuresMatt Caswell2015-11-091-4/+4
* Remove redundant check from SSL_shutdownMatt Caswell2015-11-091-1/+1