aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
2018-04-24In a reneg use the same client_version we used last timeMatt Caswell1-0/+7
2018-04-24Allow TLSv1.3 EC certs to use compressed pointsMatt Caswell1-7/+7
2018-04-24Remove some logically dead codeMatt Caswell1-3/+0
2018-04-24Improve backwards compat with 1.0.2 for ECDHParametersMatt Caswell1-2/+3
2018-04-20Fix SSL_pending() for DTLSMatt Caswell1-0/+2
2018-04-20Make sure SSL_in_init() returns 0 at SSL_CB_HANDSHAKE_DONEMatt Caswell1-2/+7
2018-04-18Add support for logging early exporter secretPeter Wu2-0/+7
2018-04-18Add support for logging TLS 1.3 exporter secretPeter Wu2-0/+7
2018-04-17Check the return from EVP_PKEY_get0_DH()Matt Caswell1-0/+6
2018-04-17Fix assertion failure in SSL_set_bio()Matt Caswell1-2/+0
2018-04-17Make sure info callback knows about all handshake start eventsMatt Caswell1-0/+17
2018-04-17Call the info callback on all handshake done eventsMatt Caswell1-5/+12
2018-04-17Ignore the status_request extension in a resumption handshakeMatt Caswell1-0/+4
2018-04-17Add a config option to disable automatic config loadingBernd Edlinger1-0/+2
2018-04-17Update copyright yearRichard Levitte3-3/+3
2018-04-05Move the loading of the ssl_conf module to libcryptoMatt Caswell2-130/+19
2018-04-04Fix configuration of TLSv1.3 ciphersuitesMatt Caswell3-101/+129
2018-04-04Visual Studio 2017 debug build warning error on 32 bit buildcedral1-1/+2
2018-04-03Set error code on alloc failuresRich Salz7-25/+62
2018-04-02Use the private RNG for data that is not publicKurt Roeckx3-6/+6
2018-03-30Revert commit 4a56d9a2Matt Caswell1-14/+32
2018-03-30GOST MAC algorithms don't support EVP_PKEY_new_raw_private_key()Matt Caswell1-1/+1
2018-03-30Update trace code to know about GOST ciphersuitesMatt Caswell1-0/+4
2018-03-28Rewrite the X509->alert mapping codeRich Salz4-68/+62
2018-03-28Tolerate a Certificate using a non-supported group on server sideMatt Caswell3-11/+18
2018-03-27Allow NULL for some _free routines.Rich Salz4-1/+7
2018-03-27statem/statem_clnt.c: omit redundant check in tls_construct_client_hello.Philippe Antoine1-2/+3
2018-03-27Remove some code for a contributor that we cannot findMatt Caswell4-10/+1
2018-03-27Assert that alpn_selected is NULL before we assign itMatt Caswell2-2/+20
2018-03-25Adds multiple checks to avoid buffer over readsPhilippe Antoine1-1/+13
2018-03-21Unify s_client/s_server srtp profiles option handlingFdaSilvaYY1-0/+4
2018-03-21Fixes integer underflow with SSL_trace supportPhilippe Antoine1-1/+1
2018-03-21Don't wait for dry at the end of a handshakeMatt Caswell1-9/+0
2018-03-21Check for alerts while waiting for a dry eventMatt Caswell1-1/+19
2018-03-21Fix stack-use-after-scopePeter Wu1-1/+3
2018-03-20Do not cache sessions with zero sid_ctx_length when SSL_VERIFY_PEERBenjamin Kaduk1-0/+12
2018-03-20Update copyright yearMatt Caswell9-9/+9
2018-03-19Place ticket keys into secure memoryTodd Short5-25/+34
2018-03-19Fix no-pskMatt Caswell2-1/+5
2018-03-19Apply system_default configuration on SSL_CTX_new().Tomas Mraz3-6/+24
2018-03-19Don't use a ssl specific DRBG anymoreKurt Roeckx11-58/+14
2018-03-19Fix a crash in SSLfatal due to invalid enc_write_ctxBernd Edlinger5-1/+10
2018-03-19Add an anti-replay mechanismMatt Caswell2-3/+11
2018-03-19Don't update the session cache when processing a client certificate in TLSv1.3Matt Caswell1-3/+0
2018-03-19Always call the new_session_cb when issuing a NewSessionTicket in TLSv1.3Matt Caswell3-5/+15
2018-03-17Fix miscellaneous typos in docs and sourceDr. Matthias St. Pierre1-2/+2
2018-03-17Fix a memory leak in tls1_macBernd Edlinger1-1/+3
2018-03-17Fix a memory leak in n_ssl3_macBernd Edlinger1-1/+1
2018-03-16RAND_DRBG: add a function for setting the default DRBG type and flagsDr. Matthias St. Pierre1-1/+1
2018-03-15Publish the RAND_DRBG APIDr. Matthias St. Pierre1-1/+1