aboutsummaryrefslogtreecommitdiff
path: root/test/tls13secretstest.c
AgeCommit message (Expand)AuthorFilesLines
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