summaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
AgeCommit message (Expand)Author
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
2017-01-30Move state machine knowledge out of the record layerMatt Caswell
2017-01-30Remove use of the SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS flagMatt Caswell
2017-01-09Review commentsRich Salz
2017-01-09Move extension data into sub-structsRich Salz
2016-11-23Update state machine to be closer to TLS1.3Matt Caswell
2016-11-16Start using the key_share data to derive the PMSMatt Caswell
2016-11-15Revert "Remove heartbeats completely"Richard Levitte