aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Update SSL_trace() to know about ticket_nonceMatt Caswell2017-07-071-0/+3
* Update the early_secret generation to use the new ticket_nonce fieldMatt Caswell2017-07-071-3/+26
* Update tls13_hkdf_expand() to take the length of the dataMatt Caswell2017-07-073-18/+21
* Send and receive the ticket_nonce field in a NewSessionTicketMatt Caswell2017-07-075-3/+56
* Error out when forcing an unsupported TLS versionBenjamin Kaduk2017-07-051-8/+122
* Fix potential crash in tls_construct_finished.Bernd Edlinger2017-07-031-1/+6
* Fix a crash in tls_construct_client_certificate.Bernd Edlinger2017-07-031-1/+6
* Fix TLSv1.3 exporterMatt Caswell2017-07-031-1/+1
* Drop support for OPENSSL_NO_TLS1_3_METHODMatt Caswell2017-06-301-6/+0
* Updates following review of SSL_export_key_material() changesMatt Caswell2017-06-291-4/+1
* 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