summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2018-08-14Update copyright yearMatt Caswell
2018-08-07Fix setting of ssl_strings_inited.Rich Salz
2018-08-03Use auto-null-initializerRich Salz
2018-07-03Don't create an invalid CertificateRequestMatt Caswell
2018-07-02Fix a NULL ptr deref in error path in tls_process_cke_dhe()Matt Caswell
2018-06-29Check return from BN_set_word.Pauli
2018-06-07Do not free a session before calling the remove_session_cbMarcus Huewe
2018-05-21ssl/ssl_txt: fix NULL-checkTilman Keskinöz
2018-05-15Mark DTLS records as read when we have finished with themMatt Caswell
2018-05-12Don't memcpy the contents of an empty fragmentMatt Caswell
2018-05-11Keep the DTLS timer running after the end of the handshake if appropriateMatt Caswell
2018-05-11Only auto-retry for DTLS if configured to do soMatt Caswell
2018-05-11Don't fail on an out-of-order CCS in DTLSMatt Caswell
2018-05-02Fix comment in ssl_locl.hMatt Caswell
2018-05-02Fix SSL_get_shared_ciphers()Matt Caswell
2018-05-01Fix regression with session cache use by clientsBenjamin Kaduk
2018-04-25Fix the MAX_CURVELIST definitionMatt Caswell
2018-04-24In a reneg use the same client_version we used last timeMatt Caswell
2018-04-24Allow intermediate CAs to use RSA PSS in 1.1.0Matt Caswell
2018-04-24Improve backwards compat with 1.0.2 for ECDHParametersMatt Caswell
2018-04-20Fix SSL_pending() for DTLSMatt Caswell
2018-04-20Fix the alert sent if no shared sig algsMatt Caswell
2018-04-18Check the return from EVP_PKEY_get0_DH()Matt Caswell
2018-04-17Fix assertion failure in SSL_set_bio()Matt Caswell
2018-04-17Ignore the status_request extension in a resumption handshakeMatt Caswell
2018-04-05Move the loading of the ssl_conf module to libcryptoMatt Caswell
2018-04-04fix build error in 32 bit debug buildcedral
2018-03-28Tolerate a Certificate using a non-supported group on server sideMatt Caswell
2018-03-27Adds multiple checks to avoid buffer over readsPhilippe Antoine
2018-03-27Update copyright yearMatt Caswell
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-20Do not cache sessions with zero sid_ctx_length when SSL_VERIFY_PEERBenjamin Kaduk
2018-03-17Fix a memory leak in tls1_macBernd Edlinger
2018-03-17Fix a memory leak in n_ssl3_macBernd Edlinger
2018-02-21Sanity check the ticket length before using key name/IVMatt Caswell
2018-02-09Swap the check in ssl3_write_pending to avoid usingBernd Edlinger
2018-02-09Don't calculate the Finished MAC twiceMatt Caswell
2018-01-30Add the SSL_OP_NO_RENEGOTIATION option to 1.1.0Matt Caswell
2018-01-30Make sure we check an incoming reneg ClientHello in DTLSMatt Caswell
2018-01-10Make data argument const in SSL_dane_tlsa_addPatrick Schlangen
2018-01-09Tolerate DTLS alerts with an incorrect version numberMatt Caswell
2018-01-06Stop using unimplemented cipher classes.Bernd Edlinger
2017-12-18Add comments to NULL func ptrs in bio_method_stDaniel Bevenius
2017-12-16Fix invalid function type casts.Bernd Edlinger
2017-12-11Fix a switch statement fallthroughMatt Caswell
2017-12-10Make BIO_METHOD struct definitions consistentDaniel Bevenius
2017-12-08Standardize syntax of sizeof(foo)Rich Salz
2017-12-08Correct minor typo in ssl_locl.h commentDaniel Bevenius
2017-12-08In OPENSSL_init_ssl(), run the base ssl init before OPENSSL_init_crypto()Richard Levitte