aboutsummaryrefslogtreecommitdiffstats
path: root/test/tls13secretstest.c
Commit message (Expand)AuthorAgeFilesLines
* Fix some Typos and indentsFdaSilvaYY2017-08-111-1/+1
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-2/+3
* Update tls13_hkdf_expand() to take the length of the dataMatt Caswell2017-07-071-2/+2
* Update tls13secretstest test vectors for TLSv1.3 draft-20Matt Caswell2017-05-031-35/+35
* Adapt all test programsRichard Levitte2017-04-241-1/+0
* VMS: Fix internals test programsRichard Levitte2017-04-181-0/+10
* Test infrastructure additions.Pauli2017-03-291-68/+68
* Update test vectors in tls13secretstestJoseph Birr-Pixton2017-03-191-30/+30
* Update the TLSv1.3 secrets test vectors for draft-19Matt Caswell2017-03-161-34/+35
* Implement the early data changes required in tls13_change_cipher_state()Matt Caswell2017-03-021-2/+7
* Test logging TLSv1.3 secrets.Cory Benfield2017-02-021-0/+8
* Construct the client side psk extension for TLSv1.3Matt Caswell2017-01-301-2/+8
* Verify that the sig algs extension has been sent for TLSv1.3Matt Caswell2017-01-101-0/+5
* Fix client application traffic secretMatt Caswell2017-01-101-2/+9
* Update tls13secretstest to use the new simpler test frameworkMatt Caswell2016-11-231-22/+2
* Update state machine to be closer to TLS1.3Matt Caswell2016-11-231-0/+8
* Implement tls13_change_cipher_state()Matt Caswell2016-11-231-0/+8
* Add a test for the TLS1.3 secret generationMatt Caswell2016-11-091-0/+353