aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use uint32_t and int32_t for SSL_CIPHER structure.Dr. Stephen Henson2015-11-081-14/+10
* Remove some SSLv2 referencesMatt Caswell2015-10-301-2/+1
* Move in_handshake into STATEMMatt Caswell2015-10-301-3/+2
* Move |no_cert_verify| into state machineMatt Caswell2015-10-301-1/+0
* Change statem prefix to ossl_statemMatt Caswell2015-10-301-3/+3
* Remove the type variableMatt Caswell2015-10-301-3/+0
* Remove redundant codeMatt Caswell2015-10-301-15/+4
* Split TLS server functionsMatt Caswell2015-10-301-0/+1
* Add initial state machine rewrite codeMatt Caswell2015-10-301-0/+1
* Fix no-stdio buildDavid Woodhouse2015-09-291-2/+0
* Add ability to set default CA path and file locations individuallyMatt Caswell2015-09-251-0/+31