summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2018-04-20Make sure SSL_in_init() returns 0 at SSL_CB_HANDSHAKE_DONEMatt Caswell
2018-04-18Add support for logging early exporter secretPeter Wu
2018-04-18Add support for logging TLS 1.3 exporter secretPeter Wu
2018-04-17Check the return from EVP_PKEY_get0_DH()Matt Caswell
2018-04-17Fix assertion failure in SSL_set_bio()Matt Caswell
2018-04-17Make sure info callback knows about all handshake start eventsMatt Caswell
2018-04-17Call the info callback on all handshake done eventsMatt Caswell
2018-04-17Ignore the status_request extension in a resumption handshakeMatt Caswell
2018-04-17Add a config option to disable automatic config loadingBernd Edlinger
2018-04-17Update copyright yearRichard Levitte
2018-04-05Move the loading of the ssl_conf module to libcryptoMatt Caswell
2018-04-04Fix configuration of TLSv1.3 ciphersuitesMatt Caswell
2018-04-04Visual Studio 2017 debug build warning error on 32 bit buildcedral
2018-04-03Set error code on alloc failuresRich Salz
2018-04-02Use the private RNG for data that is not publicKurt Roeckx
2018-03-30Revert commit 4a56d9a2Matt Caswell
2018-03-30GOST MAC algorithms don't support EVP_PKEY_new_raw_private_key()Matt Caswell
2018-03-30Update trace code to know about GOST ciphersuitesMatt Caswell
2018-03-28Rewrite the X509->alert mapping codeRich Salz
2018-03-28Tolerate a Certificate using a non-supported group on server sideMatt Caswell
2018-03-27Allow NULL for some _free routines.Rich Salz
2018-03-27statem/statem_clnt.c: omit redundant check in tls_construct_client_hello.Philippe Antoine
2018-03-27Remove some code for a contributor that we cannot findMatt Caswell
2018-03-27Assert that alpn_selected is NULL before we assign itMatt Caswell
2018-03-25Adds multiple checks to avoid buffer over readsPhilippe Antoine
2018-03-21Unify s_client/s_server srtp profiles option handlingFdaSilvaYY
2018-03-21Fixes integer underflow with SSL_trace supportPhilippe Antoine
2018-03-21Don't wait for dry at the end of a handshakeMatt Caswell
2018-03-21Check for alerts while waiting for a dry eventMatt Caswell
2018-03-21Fix stack-use-after-scopePeter Wu
2018-03-20Do not cache sessions with zero sid_ctx_length when SSL_VERIFY_PEERBenjamin Kaduk
2018-03-20Update copyright yearMatt Caswell
2018-03-19Place ticket keys into secure memoryTodd Short
2018-03-19Fix no-pskMatt Caswell
2018-03-19Apply system_default configuration on SSL_CTX_new().Tomas Mraz
2018-03-19Don't use a ssl specific DRBG anymoreKurt Roeckx
2018-03-19Fix a crash in SSLfatal due to invalid enc_write_ctxBernd Edlinger
2018-03-19Add an anti-replay mechanismMatt Caswell
2018-03-19Don't update the session cache when processing a client certificate in TLSv1.3Matt Caswell
2018-03-19Always call the new_session_cb when issuing a NewSessionTicket in TLSv1.3Matt Caswell
2018-03-17Fix miscellaneous typos in docs and sourceDr. Matthias St. Pierre
2018-03-17Fix a memory leak in tls1_macBernd Edlinger
2018-03-17Fix a memory leak in n_ssl3_macBernd Edlinger
2018-03-16RAND_DRBG: add a function for setting the default DRBG type and flagsDr. Matthias St. Pierre
2018-03-15Publish the RAND_DRBG APIDr. Matthias St. Pierre
2018-03-15Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell
2018-03-15Add support for setting raw private HMAC keysMatt Caswell
2018-03-15Only update the server session cache when the session is readyMatt Caswell
2018-03-14Put the default set of TLSv1.3 ciphersuites in a header fileMatt Caswell
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell