summaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
AgeCommit message (Expand)Author
2018-02-13Update copyright yearMatt Caswell
2018-01-25Add support for the TLS 1.3 signature_algorithms_cert extensionBenjamin Kaduk
2017-12-27Alternate fix for ../test/recipes/80-test_ssl_old.t with no-ecBernd Edlinger
2017-12-15Fix invalid function type casts.Bernd Edlinger
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-12-04Convert the state machine code to use SSLfatal()Matt Caswell
2017-11-30Add sk_new_reserve supportTodd Short
2017-11-30Use ChaCha only if prioritized by clntTodd Short
2017-10-18Remove parentheses of return.KaoruToda
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2017-09-26New function ssl_generate_param_groupDr. Stephen Henson
2017-09-26Replace tls1_ec_curve_id2nid.Dr. Stephen Henson
2017-09-26Return group id in tls1_shared_groupDr. Stephen Henson
2017-09-22Store groups as uint16_tDr. Stephen Henson
2017-08-30Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett
2017-08-30Move e_os.h to be the very first include.Pauli
2017-08-30e_os.h removal from other headers and source files.Pauli
2017-08-06Add missing include of cryptlib.hRich Salz
2017-08-03Add a DRBG to each SSL objectRich Salz
2017-07-30Fix typos in files in ssl directoryXiaoyin Liu
2017-07-21Support converting cipher name to RFC name and vice versaPaul Yang
2017-07-08Fix cipher_compareRichard Levitte
2017-06-21Merge Nokia copyright notice into standardRich Salz
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz
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-08Make SRP_CTX.info ownership and lifetime be the same as SRP_CTX.login.Diego Santa Cruz
2017-05-22Convert existing usage of assert() to ossl_assert() in libsslMatt Caswell
2017-05-22Fix some style issues in returnsMatt Caswell
2017-04-11Remove ECDH(E) ciphers from SSLv3Todd Short
2017-04-03New certificate_authorities functionsDr. Stephen Henson
2017-03-24Move the downgrade sentinel declarations to a header fileMatt Caswell
2017-03-24Add server side support for TLSv1.3 downgrade mechanismMatt Caswell
2017-02-28Remove some commented out code in libsslMatt Caswell
2017-02-28Remove some #if 0 code in ssl, crypto/bioTodd Short
2017-02-24Tidy up certificate type handling.Dr. Stephen Henson
2017-02-23Add more first-class support for SCSVSBenjamin Kaduk
2017-02-21fix spelling of Camellia in commentPauli
2017-02-15Use CERT_PKEY pointer instead of indexDr. Stephen Henson
2017-02-15Use cert_index and sigalgDr. Stephen Henson
2017-02-08Add remaining TLS1.3 ciphersuitesDr. Stephen Henson
2017-02-02Initialise alg_k and alg_aRichard Levitte
2017-02-02Don't filter TLS 1.3 ciphersuites by signing or key exchange algorithmDr. Stephen Henson
2017-02-02Update cipher definitionDr. Stephen Henson
2017-01-31Store table entry to peer signature algorithm.Dr. Stephen Henson
2017-01-30Make sure we free and cleanse the pms value in all code pathsMatt Caswell
2017-01-30Move the SSL3_CK_CIPHERSUITE_FLAG out of public headerMatt Caswell
2017-01-30Miscellaneous style tweaks based on feedback receivedMatt Caswell
2017-01-30Implement server side of PSK extension constructionMatt Caswell
2017-01-30Construct the client side psk extension for TLSv1.3Matt Caswell