summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
AgeCommit message (Expand)Author
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
2015-11-20Async clean upsMatt Caswell
2015-11-20Make libssl async awareMatt Caswell
2015-11-20Ensure all EVP calls have their returns checked where appropriateMatt Caswell
2015-11-10Fix SSL_use_certificate_chain_fileMatt Caswell
2015-11-09Standardise our style for checking malloc failuresMatt Caswell
2015-11-09Remove redundant check from SSL_shutdownMatt Caswell
2015-11-08Use uint32_t and int32_t for SSL_CIPHER structure.Dr. Stephen Henson
2015-10-30Remove some SSLv2 referencesMatt Caswell
2015-10-30Move in_handshake into STATEMMatt Caswell
2015-10-30Move |no_cert_verify| into state machineMatt Caswell
2015-10-30Change statem prefix to ossl_statemMatt Caswell
2015-10-30Remove the type variableMatt Caswell
2015-10-30Remove redundant codeMatt Caswell
2015-10-30Split TLS server functionsMatt Caswell
2015-10-30Add initial state machine rewrite codeMatt Caswell
2015-09-29Fix no-stdio buildDavid Woodhouse
2015-09-25Add ability to set default CA path and file locations individuallyMatt Caswell
2015-09-22Remove ssl_put_cipher_by_charEmilia Kasper
2015-09-17RT4047: Set reference count earlierFilipe DA SILVA
2015-09-14Fix PSK identity hint handling.Dr. Stephen Henson
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-09-06Avoid direct X509 structure accessDr. Stephen Henson
2015-09-03remove 0 assignments.Rich Salz
2015-09-02Add and use OPENSSL_zallocRich Salz
2015-08-31Add X509_up_ref function.Dr. Stephen Henson
2015-08-11Remove Gost94 signature algorithm.Rich Salz
2015-07-30Enable PSK if corresponding mask set.Dr. Stephen Henson
2015-07-18Use uint32_t consistently for flags.Dr. Stephen Henson
2015-06-22Move peer chain to SSL_SESSION structure.Dr. Stephen Henson
2015-06-15Refactor into clear_ciphers; RT3588Rich Salz
2015-05-28Change return type of the new accessorsMatt Caswell
2015-05-28Change the new functions to use size_tMatt Caswell
2015-05-28Add new functions to extract {client,server}_random, master_keyNick Mathewson
2015-05-28Add SSL_get_client_ciphers() to return ciphers from ClientHelloNick Mathewson
2015-05-22Fix typo setting up certificate masksMatt Caswell
2015-05-22Remove support for OPENSSL_NO_TLSEXTMatt Caswell
2015-05-19move masks out of CERT structureDr. Stephen Henson
2015-05-18Move certificate validity flags out of CERT.Dr. Stephen Henson
2015-05-18Move signing digest out of CERT.Dr. Stephen Henson