aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Do not attempt session resumption on initial handshakeKazuki Yamaguchi2017-06-141-0/+2
* Fix a memleak in tls13_generate_secret.Bernd Edlinger2017-06-121-1/+4
* Put message strings in state filesRich Salz2017-06-121-86/+44
* Add SSL_early_get1_extensions_present()Benjamin Kaduk2017-06-123-0/+36
* drop some no-longer-relevant TODO(TLS1.3) entriesBenjamin Kaduk2017-06-121-3/+0
* If-guard to avoid null ptr deref in statem_srvr.cRich Salz2017-06-111-1/+2
* fix check of broken implementations of GOST ciphersuitesPichulin Dmitrii2017-06-091-36/+39
* Fix a bundle of trailing spaces in several filesPaul Yang2017-06-092-2/+2
* Ignore -named_curve auto value to improve backwards compatibilityTomas Mraz2017-06-081-0/+8
* Use memset to clear SRP_CTX instead of NULL and zero assignmentsDiego Santa Cruz2017-06-081-59/+7
* Make SRP_CTX.info ownership and lifetime be the same as SRP_CTX.login.Diego Santa Cruz2017-06-082-3/+21
* Add back support for SHA224 based sig algsMatt Caswell2017-06-083-7/+30
* make error tables const and separate header fileRich Salz2017-06-071-728/+943
* Fix #2400 Add NO_RENEGOTIATE optionTodd Short2017-06-068-7/+37
* Always flush the BIO when we send any alertTodd Short2017-06-061-5/+3
* Fix ex_data and session_dup issuesTodd Short2017-06-021-3/+11
* Fix inconsistent check of UNSAFE_LEGACY_RENEGOTIATIONTodd Short2017-05-261-1/+1
* Don't use one shot API for SSLv3.Dr. Stephen Henson2017-05-231-23/+32
* Add an error to the stack on failure in dtls1_write_bytes()Matt Caswell2017-05-222-1/+4
* Convert existing usage of assert() to ossl_assert() in libsslMatt Caswell2017-05-2215-72/+81
* Fix some style issues in returnsMatt Caswell2017-05-223-9/+9
* Replace instances of OPENSSL_assert() with soft asserts in libsslMatt Caswell2017-05-2211-57/+114
* Fix return code in tls1_macMatt Caswell2017-05-191-1/+1
* Make SSL_is_server() accept a const SSLMatt Caswell2017-05-191-1/+1
* Try to be more consistent about the alerts we sendMatt Caswell2017-05-1912-63/+74
* Fix EXT_RETURN usage for add_key_share()Matt Caswell2017-05-181-4/+4
* Allow a missing sig algs extension if resumingMatt Caswell2017-05-171-1/+1
* Add a new unsolicited extension error code and add enum tagMatt Caswell2017-05-173-2/+3
* Fail if we receive a response to an extension that we didn't requestMatt Caswell2017-05-176-356/+449
* Don't allow fragmented alertsMatt Caswell2017-05-173-174/+39
* Fix gcc-7 warnings.Bernd Edlinger2017-05-112-1/+3
* Add some extra comments following alert changesMatt Caswell2017-05-112-0/+8
* Add some checks for trailing data after extension blocksMatt Caswell2017-05-111-2/+5
* Send a missing_extension alert if key_share/supported groups not presentMatt Caswell2017-05-113-6/+18
* TLSv1.3 alert and handshake messages can never be 0 lengthMatt Caswell2017-05-111-0/+9
* TLSv1.3 alerts cannot be fragmented and only one per recordMatt Caswell2017-05-112-0/+15
* Check that a TLSv1.3 encrypted message has an app data content typeMatt Caswell2017-05-111-1/+2
* Send an illegal parameter alert if the update type in a KeyUpdate is wrongMatt Caswell2017-05-111-3/+8
* Ensure we fail with a decode error alert if the server sends and empty CertMatt Caswell2017-05-111-1/+2
* Fix more alert codesMatt Caswell2017-05-112-6/+6
* Verify that there is no trailing data after the extensions blockMatt Caswell2017-05-111-1/+2
* Fix some alert codesMatt Caswell2017-05-111-3/+3
* Reject unknown warning alerts in TLSv1.3Matt Caswell2017-05-111-1/+10
* Add EVP_DigestSign and EVP_DigesVerifyDr. Stephen Henson2017-05-111-6/+9
* Copy custom extension flags in a call to SSL_set_SSL_CTX()Matt Caswell2017-05-103-0/+28
* Fix 'no-ec'Richard Levitte2017-05-101-0/+2
* Verify that if we have an HRR then something will changeMatt Caswell2017-05-092-1/+18
* Fix HRR bugMatt Caswell2017-05-091-17/+25
* Don't do the final key_share checks if we are in an HRRMatt Caswell2017-05-091-0/+4
* Verify that only NULL compression is sent in TLSv1.3 ClientHelloMatt Caswell2017-05-091-3/+15