summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2017-07-05Error out when forcing an unsupported TLS versionBenjamin Kaduk
2017-07-03Fix potential crash in tls_construct_finished.Bernd Edlinger
2017-07-03Fix a crash in tls_construct_client_certificate.Bernd Edlinger
2017-07-03Fix TLSv1.3 exporterMatt Caswell
2017-06-30Drop support for OPENSSL_NO_TLS1_3_METHODMatt Caswell
2017-06-29Updates following review of SSL_export_key_material() changesMatt Caswell
2017-06-29Update SSL_export_keying_material() for TLSv1.3Matt Caswell
2017-06-28ssl_session_dup() missing ext.alpn_sessionTodd Short
2017-06-24Disallow DSA/SHA1/etc. for pure TLS 1.3 ClientHellosBenjamin Kaduk
2017-06-23Fix another EVP_DigestVerify() instanceMatt Caswell
2017-06-23Treat all failures from EVP_DigestVerify() as a bad signatureMatt Caswell
2017-06-22Fix tls1_generate_master_secretAlexey Komnin
2017-06-22Fix the names of ChaCha20-Poly1305 cipher suites in t1_trce.c.David Benjamin
2017-06-21Avoid compiler complainingPaul Yang
2017-06-21Add documentation for the SSL_export_keying_material() functionMatt Caswell
2017-06-21Fix DTLS failure when used in a build which has SCTP enabledMatt Caswell
2017-06-21PSK related tweaks based on review feedbackMatt Caswell
2017-06-21Fix some bugs in the TLSv1.3 PSK codeMatt Caswell
2017-06-21Make the input parameters for SSL_SESSION_set1_master_key constMatt Caswell
2017-06-21Add SSL_SESSION_set_protocol_version()Matt Caswell
2017-06-21Add SSL_SESSION_set_cipher()Matt Caswell
2017-06-21Add SSL_SESSION_set1_master_key()Matt Caswell
2017-06-21Add a function to get the handshake digest for an SSL_CIPHERMatt Caswell
2017-06-21Add public API functions for setting TLSv1.3 PSK callbacksMatt Caswell
2017-06-21Add TLSv1.3 client side external PSK supportMatt Caswell
2017-06-21Add TLSv1.3 server side external PSK supportMatt Caswell
2017-06-21Use EVP_PKEY_X25519, EVP_PKEY_ED25519 instead of NIDs where appropriate.Dr. Stephen Henson
2017-06-21Allow Ed25519 in TLS 1.2Dr. Stephen Henson
2017-06-21Convert key exchange to one shot callDr. Stephen Henson
2017-06-21Add Ed25519 to trace outputDr. Stephen Henson
2017-06-21Handle signature algorithms with no associated digestDr. Stephen Henson
2017-06-21Add Ed25519 signature algorithmDr. Stephen Henson
2017-06-21Add Ed25519 to signature algorithm tableDr. Stephen Henson
2017-06-21Add index for ED25519Dr. Stephen Henson
2017-06-21Use X509_get_signature_info to get signature strength.Dr. Stephen Henson
2017-06-21Merge Nokia copyright notice into standardRich Salz
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz
2017-06-16Tweak the check that a ciphersuite has not changed since the HRRMatt Caswell
2017-06-16Fix an uninitialised variable warningMatt Caswell
2017-06-16Move ciphersuite selection before session resumption in TLSv1.3Matt Caswell
2017-06-16Allow the server to change the ciphersuite on resumeMatt Caswell
2017-06-15Fix no-ecBenjamin Kaduk
2017-06-12Fix a memleak in tls13_generate_secret.Bernd Edlinger
2017-06-12Put message strings in state filesRich Salz
2017-06-12Add SSL_early_get1_extensions_present()Benjamin Kaduk
2017-06-12drop some no-longer-relevant TODO(TLS1.3) entriesBenjamin Kaduk
2017-06-11If-guard to avoid null ptr deref in statem_srvr.cRich Salz
2017-06-09fix check of broken implementations of GOST ciphersuitesPichulin Dmitrii
2017-06-09Fix a bundle of trailing spaces in several filesPaul Yang
2017-06-08Ignore -named_curve auto value to improve backwards compatibilityTomas Mraz