summaryrefslogtreecommitdiffstats
path: root/test/tls13secretstest.c
AgeCommit message (Expand)Author
7 daysClear old messages from queues in order to avoid leaks of record layer objects.Frederik Wedel-Heinen
2024-05-14Add support for integrity-only cipher suites for TLS v1.3Rajeev Ranjan
2023-09-07Copyright year updatesMatt Caswell
2023-01-24Extend the new_record_layer functionMatt Caswell
2022-10-20Remove some redundant codeMatt Caswell
2022-08-18Remove some redundant codeMatt Caswell
2022-08-18Implement KTLS in the new read record layer codeMatt Caswell
2022-08-18Ensure various SSL options are passed down to the record layerMatt Caswell
2022-07-28SSL object refactoring using SSL_CONNECTION objectTomas Mraz
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-01-28Update copyright yearRichard Levitte
2021-01-12Clean away extraneous library specific FETCH_FAILED reason codesRichard Levitte
2020-11-11SSL: refactor all SSLfatal() callsRichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-03-26Use a fetched cipher for the TLSv1.3 early secretMatt Caswell
2020-02-06Explicitly fetch ciphers and digests in libsslMatt Caswell
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-07-02Fix TyposAntoine Cœur
2019-02-05Remove unnecessary trailing whitespaceSam Roberts
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
2018-12-05Fix some SSL_export_keying_material() issuesMatt Caswell
2018-09-14VMS: turn on name mangling for all our programsRichard Levitte
2018-07-20Update the TLSv1.3 test vectorsMatt Caswell
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx
2018-02-26Export keying material using early exporter master secretTatsuhiro Tsujikawa
2018-02-13Update copyright yearMatt Caswell
2018-02-02Make sure that exporting keying material is allowedTatsuhiro Tsujikawa
2017-12-04Convert the state machine code to use SSLfatal()Matt Caswell
2017-08-11Fix some Typos and indentsFdaSilvaYY
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli
2017-07-07Update tls13_hkdf_expand() to take the length of the dataMatt Caswell
2017-05-03Update tls13secretstest test vectors for TLSv1.3 draft-20Matt Caswell
2017-04-24Adapt all test programsRichard Levitte
2017-04-18VMS: Fix internals test programsRichard Levitte
2017-03-29Test infrastructure additions.Pauli
2017-03-19Update test vectors in tls13secretstestJoseph Birr-Pixton
2017-03-16Update the TLSv1.3 secrets test vectors for draft-19Matt Caswell
2017-03-02Implement the early data changes required in tls13_change_cipher_state()Matt Caswell
2017-02-02Test logging TLSv1.3 secrets.Cory Benfield
2017-01-30Construct the client side psk extension for TLSv1.3Matt Caswell
2017-01-10Verify that the sig algs extension has been sent for TLSv1.3Matt Caswell
2017-01-10Fix client application traffic secretMatt Caswell
2016-11-23Update tls13secretstest to use the new simpler test frameworkMatt Caswell
2016-11-23Update state machine to be closer to TLS1.3Matt Caswell
2016-11-23Implement tls13_change_cipher_state()Matt Caswell
2016-11-09Add a test for the TLS1.3 secret generationMatt Caswell