aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
...
* Update SSL_export_keying_material() for TLSv1.3Matt Caswell2017-06-293-1/+54
* ssl_session_dup() missing ext.alpn_sessionTodd Short2017-06-281-0/+10
* Disallow DSA/SHA1/etc. for pure TLS 1.3 ClientHellosBenjamin Kaduk2017-06-241-0/+6
* Fix another EVP_DigestVerify() instanceMatt Caswell2017-06-231-4/+1
* Treat all failures from EVP_DigestVerify() as a bad signatureMatt Caswell2017-06-231-5/+1
* Fix tls1_generate_master_secretAlexey Komnin2017-06-221-2/+2
* Fix the names of ChaCha20-Poly1305 cipher suites in t1_trce.c.David Benjamin2017-06-221-7/+7
* Avoid compiler complainingPaul Yang2017-06-211-4/+4
* Add documentation for the SSL_export_keying_material() functionMatt Caswell2017-06-211-3/+3
* Fix DTLS failure when used in a build which has SCTP enabledMatt Caswell2017-06-211-4/+4
* PSK related tweaks based on review feedbackMatt Caswell2017-06-213-20/+23
* Fix some bugs in the TLSv1.3 PSK codeMatt Caswell2017-06-212-3/+13
* Make the input parameters for SSL_SESSION_set1_master_key constMatt Caswell2017-06-211-1/+1
* Add SSL_SESSION_set_protocol_version()Matt Caswell2017-06-211-0/+6
* Add SSL_SESSION_set_cipher()Matt Caswell2017-06-211-0/+6
* Add SSL_SESSION_set1_master_key()Matt Caswell2017-06-211-0/+13
* Add a function to get the handshake digest for an SSL_CIPHERMatt Caswell2017-06-211-0/+10
* Add public API functions for setting TLSv1.3 PSK callbacksMatt Caswell2017-06-211-0/+24
* Add TLSv1.3 client side external PSK supportMatt Caswell2017-06-215-58/+164
* Add TLSv1.3 server side external PSK supportMatt Caswell2017-06-215-52/+77
* Use EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs where appropriate.Dr. Stephen Henson2017-06-212-6/+6
* Allow Ed25519 in TLS 1.2Dr. Stephen Henson2017-06-214-11/+30
* Convert key exchange to one shot callDr. Stephen Henson2017-06-214-23/+51
* Add Ed25519 to trace outputDr. Stephen Henson2017-06-211-0/+1
* Handle signature algorithms with no associated digestDr. Stephen Henson2017-06-213-23/+48
* Add Ed25519 signature algorithmDr. Stephen Henson2017-06-212-2/+6
* Add Ed25519 to signature algorithm tableDr. Stephen Henson2017-06-211-0/+3
* Add index for ED25519Dr. Stephen Henson2017-06-213-2/+8
* Use X509_get_signature_info to get signature strength.Dr. Stephen Henson2017-06-211-9/+8
* Merge Nokia copyright notice into standardRich Salz2017-06-2112-324/+12
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-208-66/+8
* Tweak the check that a ciphersuite has not changed since the HRRMatt Caswell2017-06-161-2/+3
* Fix an uninitialised variable warningMatt Caswell2017-06-161-3/+3
* Move ciphersuite selection before session resumption in TLSv1.3Matt Caswell2017-06-163-85/+93
* Allow the server to change the ciphersuite on resumeMatt Caswell2017-06-164-13/+49
* Fix no-ecBenjamin Kaduk2017-06-151-2/+0
* 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