aboutsummaryrefslogtreecommitdiff
path: root/test/tls13secretstest.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-14Add support for integrity-only cipher suites for TLS v1.3Rajeev Ranjan1-0/+7
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-01-24Extend the new_record_layer functionMatt Caswell1-2/+3
2022-10-20Remove some redundant codeMatt Caswell1-4/+0
2022-08-18Remove some redundant codeMatt Caswell1-4/+0
2022-08-18Implement KTLS in the new read record layer codeMatt Caswell1-3/+2
2022-08-18Ensure various SSL options are passed down to the record layerMatt Caswell1-0/+12
2022-07-28SSL object refactoring using SSL_CONNECTION objectTomas Mraz1-13/+15
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz1-1/+1
2021-01-28Update copyright yearRichard Levitte1-1/+1
2021-01-12Clean away extraneous library specific FETCH_FAILED reason codesRichard Levitte1-0/+4
2020-11-11SSL: refactor all SSLfatal() callsRichard Levitte1-2/+1
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-03-26Use a fetched cipher for the TLSv1.3 early secretMatt Caswell1-0/+6
2020-02-06Explicitly fetch ciphers and digests in libsslMatt Caswell1-4/+13
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2019-07-02Fix TyposAntoine Cœur1-1/+1
2019-02-05Remove unnecessary trailing whitespaceSam Roberts1-1/+1
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-12-05Fix some SSL_export_keying_material() issuesMatt Caswell1-1/+1
2018-09-14VMS: turn on name mangling for all our programsRichard Levitte1-10/+0
2018-07-20Update the TLSv1.3 test vectorsMatt Caswell1-48/+42
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx1-1/+1
2018-02-26Export keying material using early exporter master secretTatsuhiro Tsujikawa1-0/+5
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-02-02Make sure that exporting keying material is allowedTatsuhiro Tsujikawa1-0/+5
2017-12-04Convert the state machine code to use SSLfatal()Matt Caswell1-0/+5
2017-08-11Fix some Typos and indentsFdaSilvaYY1-1/+1
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-2/+3
2017-07-07Update tls13_hkdf_expand() to take the length of the dataMatt Caswell1-2/+2
2017-05-03Update tls13secretstest test vectors for TLSv1.3 draft-20Matt Caswell1-35/+35
2017-04-24Adapt all test programsRichard Levitte1-1/+0
2017-04-18VMS: Fix internals test programsRichard Levitte1-0/+10
2017-03-29Test infrastructure additions.Pauli1-68/+68
2017-03-19Update test vectors in tls13secretstestJoseph Birr-Pixton1-30/+30
2017-03-16Update the TLSv1.3 secrets test vectors for draft-19Matt Caswell1-34/+35
2017-03-02Implement the early data changes required in tls13_change_cipher_state()Matt Caswell1-2/+7
2017-02-02Test logging TLSv1.3 secrets.Cory Benfield1-0/+8
2017-01-30Construct the client side psk extension for TLSv1.3Matt Caswell1-2/+8
2017-01-10Verify that the sig algs extension has been sent for TLSv1.3Matt Caswell1-0/+5
2017-01-10Fix client application traffic secretMatt Caswell1-2/+9
2016-11-23Update tls13secretstest to use the new simpler test frameworkMatt Caswell1-22/+2
2016-11-23Update state machine to be closer to TLS1.3Matt Caswell1-0/+8
2016-11-23Implement tls13_change_cipher_state()Matt Caswell1-0/+8
2016-11-09Add a test for the TLS1.3 secret generationMatt Caswell1-0/+353