aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
...
* Set sess to NULL after freeing it.Kurt Roeckx2018-05-121-0/+1
* Don't memcpy the contents of an empty fragmentMatt Caswell2018-05-121-1/+1
* Rework the decrypt ticket callbackMatt Caswell2018-05-115-56/+108
* Fix ticket callbacks in TLSv1.3Matt Caswell2018-05-113-79/+76
* Flush server side unauthenticated writesMatt Caswell2018-05-111-0/+3
* Mark DTLS records as read when we have finished with themMatt Caswell2018-05-112-5/+35
* Prefer SHA-256 ciphersuites if using old style PSKsMatt Caswell2018-05-111-2/+31
* Use void in all function definitions that do not take any argumentsKurt Roeckx2018-05-111-1/+1
* Keep the DTLS timer running after the end of the handshake if appropriateMatt Caswell2018-05-082-0/+31
* Only auto-retry for DTLS if configured to do soMatt Caswell2018-05-081-0/+12
* Don't fail on an out-of-order CCS in DTLSMatt Caswell2018-05-083-3/+29
* Fix comment in ssl_locl.hMatt Caswell2018-05-021-1/+1
* Fix SSL_get_shared_ciphers()Matt Caswell2018-05-021-9/+18
* Fix regression with session cache use by clientsBenjamin Kaduk2018-05-011-5/+6
* Update copyright yearMatt Caswell2018-05-011-1/+1
* Fix mixed indentation (and other whitespace issues)Dr. Matthias St. Pierre2018-04-261-6/+6
* Fix last(?) batch of malloc-NULL placesRich Salz2018-04-262-1/+5
* Fix typo in the definition of tls13_ciphersMatt Caswell2018-04-261-3/+3
* Fix the MAX_CURVELIST definitionMatt Caswell2018-04-251-1/+1
* In a reneg use the same client_version we used last timeMatt Caswell2018-04-241-0/+7
* Allow TLSv1.3 EC certs to use compressed pointsMatt Caswell2018-04-241-7/+7
* Remove some logically dead codeMatt Caswell2018-04-241-3/+0
* Improve backwards compat with 1.0.2 for ECDHParametersMatt Caswell2018-04-241-2/+3
* 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