aboutsummaryrefslogtreecommitdiff
path: root/ssl/s3_lib.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-20Add TODO comment for a nonsensical public APIBenjamin Kaduk1-0/+9
2018-05-14Fix no-pskMatt Caswell1-0/+2
2018-05-11Prefer SHA-256 ciphersuites if using old style PSKsMatt Caswell1-2/+31
2018-04-26Fix typo in the definition of tls13_ciphersMatt Caswell1-3/+3
2018-03-27Allow NULL for some _free routines.Rich Salz1-1/+1
2018-03-27Remove some code for a contributor that we cannot findMatt Caswell1-1/+1
2018-03-19Place ticket keys into secure memoryTodd Short1-12/+12
2018-03-19Don't use a ssl specific DRBG anymoreKurt Roeckx1-3/+3
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell1-91/+101
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-25Add support for the TLS 1.3 signature_algorithms_cert extensionBenjamin Kaduk1-0/+2
2017-12-27Alternate fix for ../test/recipes/80-test_ssl_old.t with no-ecBernd Edlinger1-34/+0
2017-12-15Fix invalid function type casts.Bernd Edlinger1-3/+15
2017-12-07Consistent formatting for sizeof(foo)Rich Salz1-2/+2
2017-12-04Convert the state machine code to use SSLfatal()Matt Caswell1-10/+40
2017-11-30Add sk_new_reserve supportTodd Short1-1/+1
2017-11-30Use ChaCha only if prioritized by clntTodd Short1-1/+51
2017-10-18Remove parentheses of return.KaoruToda1-14/+14
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda1-6/+6
2017-09-26New function ssl_generate_param_groupDr. Stephen Henson1-0/+37
2017-09-26Replace tls1_ec_curve_id2nid.Dr. Stephen Henson1-16/+25
2017-09-26Return group id in tls1_shared_groupDr. Stephen Henson1-1/+1
2017-09-22Store groups as uint16_tDr. Stephen Henson1-6/+4
2017-08-30Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett1-0/+260
2017-08-30Move e_os.h to be the very first include.Pauli1-1/+0
2017-08-30e_os.h removal from other headers and source files.Pauli1-0/+2
2017-08-06Add missing include of cryptlib.hRich Salz1-0/+1
2017-08-03Add a DRBG to each SSL objectRich Salz1-3/+3
2017-07-30Fix typos in files in ssl directoryXiaoyin Liu1-1/+1
2017-07-21Support converting cipher name to RFC name and vice versaPaul Yang1-0/+206
2017-07-08Fix cipher_compareRichard Levitte1-1/+3
2017-06-21Merge Nokia copyright notice into standardRich Salz1-27/+1
2017-06-20Modify Sun copyright to follow OpenSSL styleRich Salz1-13/+1
2017-06-16Move ciphersuite selection before session resumption in TLSv1.3Matt Caswell1-20/+10
2017-06-16Allow the server to change the ciphersuite on resumeMatt Caswell1-5/+18
2017-06-08Make SRP_CTX.info ownership and lifetime be the same as SRP_CTX.login.Diego Santa Cruz1-1/+6
2017-05-22Convert existing usage of assert() to ossl_assert() in libsslMatt Caswell1-5/+12
2017-05-22Fix some style issues in returnsMatt Caswell1-2/+2
2017-04-11Remove ECDH(E) ciphers from SSLv3Todd Short1-20/+20
2017-04-03New certificate_authorities functionsDr. Stephen Henson1-2/+2
2017-03-24Move the downgrade sentinel declarations to a header fileMatt Caswell1-7/+8
2017-03-24Add server side support for TLSv1.3 downgrade mechanismMatt Caswell1-5/+27
2017-02-28Remove some commented out code in libsslMatt Caswell1-4/+0
2017-02-28Remove some #if 0 code in ssl, crypto/bioTodd Short1-4/+0
2017-02-24Tidy up certificate type handling.Dr. Stephen Henson1-17/+13
2017-02-23Add more first-class support for SCSVSBenjamin Kaduk1-2/+28
2017-02-21fix spelling of Camellia in commentPauli1-2/+2
2017-02-15Use CERT_PKEY pointer instead of indexDr. Stephen Henson1-2/+2
2017-02-15Use cert_index and sigalgDr. Stephen Henson1-5/+3
2017-02-08Add remaining TLS1.3 ciphersuitesDr. Stephen Henson1-1/+64