aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Fix SSL_pending() for DTLSMatt Caswell2018-04-201-0/+2
* Make sure SSL_in_init() returns 0 at SSL_CB_HANDSHAKE_DONEMatt Caswell2018-04-201-2/+7
* Add support for logging early exporter secretPeter Wu2018-04-182-0/+7
* Add support for logging TLS 1.3 exporter secretPeter Wu2018-04-182-0/+7
* Check the return from EVP_PKEY_get0_DH()Matt Caswell2018-04-171-0/+6
* Fix assertion failure in SSL_set_bio()Matt Caswell2018-04-171-2/+0
* Make sure info callback knows about all handshake start eventsMatt Caswell2018-04-171-0/+17
* Call the info callback on all handshake done eventsMatt Caswell2018-04-171-5/+12
* Ignore the status_request extension in a resumption handshakeMatt Caswell2018-04-171-0/+4
* Add a config option to disable automatic config loadingBernd Edlinger2018-04-171-0/+2
* Update copyright yearRichard Levitte2018-04-173-3/+3
* Move the loading of the ssl_conf module to libcryptoMatt Caswell2018-04-052-130/+19
* Fix configuration of TLSv1.3 ciphersuitesMatt Caswell2018-04-043-101/+129
* Visual Studio 2017 debug build warning error on 32 bit buildcedral2018-04-041-1/+2
* Set error code on alloc failuresRich Salz2018-04-037-25/+62
* Use the private RNG for data that is not publicKurt Roeckx2018-04-023-6/+6
* Revert commit 4a56d9a2Matt Caswell2018-03-301-14/+32
* GOST MAC algorithms don't support EVP_PKEY_new_raw_private_key()Matt Caswell2018-03-301-1/+1
* Update trace code to know about GOST ciphersuitesMatt Caswell2018-03-301-0/+4
* Rewrite the X509->alert mapping codeRich Salz2018-03-284-68/+62
* Tolerate a Certificate using a non-supported group on server sideMatt Caswell2018-03-283-11/+18
* Allow NULL for some _free routines.Rich Salz2018-03-274-1/+7
* statem/statem_clnt.c: omit redundant check in tls_construct_client_hello.Philippe Antoine2018-03-271-2/+3
* Remove some code for a contributor that we cannot findMatt Caswell2018-03-274-10/+1
* Assert that alpn_selected is NULL before we assign itMatt Caswell2018-03-272-2/+20
* Adds multiple checks to avoid buffer over readsPhilippe Antoine2018-03-251-1/+13
* Unify s_client/s_server srtp profiles option handlingFdaSilvaYY2018-03-211-0/+4
* Fixes integer underflow with SSL_trace supportPhilippe Antoine2018-03-211-1/+1
* Don't wait for dry at the end of a handshakeMatt Caswell2018-03-211-9/+0
* Check for alerts while waiting for a dry eventMatt Caswell2018-03-211-1/+19
* Fix stack-use-after-scopePeter Wu2018-03-211-1/+3
* Do not cache sessions with zero sid_ctx_length when SSL_VERIFY_PEERBenjamin Kaduk2018-03-201-0/+12
* Update copyright yearMatt Caswell2018-03-209-9/+9
* Place ticket keys into secure memoryTodd Short2018-03-195-25/+34
* Fix no-pskMatt Caswell2018-03-192-1/+5
* Apply system_default configuration on SSL_CTX_new().Tomas Mraz2018-03-193-6/+24
* Don't use a ssl specific DRBG anymoreKurt Roeckx2018-03-1911-58/+14
* Fix a crash in SSLfatal due to invalid enc_write_ctxBernd Edlinger2018-03-195-1/+10
* Add an anti-replay mechanismMatt Caswell2018-03-192-3/+11
* Don't update the session cache when processing a client certificate in TLSv1.3Matt Caswell2018-03-191-3/+0
* Always call the new_session_cb when issuing a NewSessionTicket in TLSv1.3Matt Caswell2018-03-193-5/+15
* Fix miscellaneous typos in docs and sourceDr. Matthias St. Pierre2018-03-171-2/+2
* Fix a memory leak in tls1_macBernd Edlinger2018-03-171-1/+3
* Fix a memory leak in n_ssl3_macBernd Edlinger2018-03-171-1/+1
* RAND_DRBG: add a function for setting the default DRBG type and flagsDr. Matthias St. Pierre2018-03-161-1/+1
* Publish the RAND_DRBG APIDr. Matthias St. Pierre2018-03-151-1/+1
* Rename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()Matt Caswell2018-03-154-14/+16
* Add support for setting raw private HMAC keysMatt Caswell2018-03-154-11/+12
* Only update the server session cache when the session is readyMatt Caswell2018-03-152-7/+14
* Put the default set of TLSv1.3 ciphersuites in a header fileMatt Caswell2018-03-141-4/+1