summaryrefslogtreecommitdiff
path: root/test/tls13secretstest.c
Commit message (Expand)AuthorAgeFilesLines
* Extend the new_record_layer functionMatt Caswell2023-01-241-2/+3
* Remove some redundant codeMatt Caswell2022-10-201-4/+0
* Remove some redundant codeMatt Caswell2022-08-181-4/+0
* Implement KTLS in the new read record layer codeMatt Caswell2022-08-181-3/+2
* Ensure various SSL options are passed down to the record layerMatt Caswell2022-08-181-0/+12
* SSL object refactoring using SSL_CONNECTION objectTomas Mraz2022-07-281-13/+15
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+1
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Clean away extraneous library specific FETCH_FAILED reason codesRichard Levitte2021-01-121-0/+4
* SSL: refactor all SSLfatal() callsRichard Levitte2020-11-111-2/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Use a fetched cipher for the TLSv1.3 early secretMatt Caswell2020-03-261-0/+6
* Explicitly fetch ciphers and digests in libsslMatt Caswell2020-02-061-4/+13
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Fix TyposAntoine Cœur2019-07-021-1/+1
* Remove unnecessary trailing whitespaceSam Roberts2019-02-051-1/+1
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Fix some SSL_export_keying_material() issuesMatt Caswell2018-12-051-1/+1
* VMS: turn on name mangling for all our programsRichard Levitte2018-09-141-10/+0
* Update the TLSv1.3 test vectorsMatt Caswell2018-07-201-48/+42
* Use void in all function definitions that do not take any argumentsKurt Roeckx2018-05-111-1/+1
* Export keying material using early exporter master secretTatsuhiro Tsujikawa2018-02-261-0/+5
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Make sure that exporting keying material is allowedTatsuhiro Tsujikawa2018-02-021-0/+5
* Convert the state machine code to use SSLfatal()Matt Caswell2017-12-041-0/+5
* 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