summaryrefslogtreecommitdiff
path: root/test/tls13encryptiontest.c
Commit message (Expand)AuthorAgeFilesLines
* Extend the new_record_layer functionMatt Caswell2023-01-241-6/+8
* Add support for setting a custom TLS Record LayerMatt Caswell2023-01-241-2/+2
* Move recordmethod.h to be an "internal" headerMatt Caswell2023-01-241-1/+1
* Rename SSL3_RECORD to TLS_RL_RECORDMatt Caswell2022-11-141-4/+5
* Fix test_tls13_encryption()Matt Caswell2022-10-251-58/+24
* Remove some redundant codeMatt Caswell2022-10-201-1/+10
* Update the tls13encryptiontest for new read record layerMatt Caswell2022-08-181-13/+21
* SSL object refactoring using SSL_CONNECTION objectTomas Mraz2022-07-281-5/+6
* Update copyright yearMatt Caswell2021-06-171-1/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+1
* Move MAC removal responsibility to the various protocol "enc" functionsMatt Caswell2020-07-061-2/+2
* Update copyright yearMatt Caswell2020-06-251-1/+1
* Silence gcc false positive warning on refdatalen in test/tls13encryptiontest.cDr. David von Oheimb2020-06-101-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-2/+2
* Collapse ssl3_state_st (s3) into ssl_stTodd Short2019-04-291-2/+2
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* VMS: turn on name mangling for all our programsRichard Levitte2018-09-141-11/+0
* Update the TLSv1.3 test vectorsMatt Caswell2018-07-201-85/+101
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Use the TLSv1.3 record header as AADMatt Caswell2018-03-141-9/+15
* e_os.h removal from other headers and source files.Pauli2017-08-301-0/+1
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-1/+2
* Remove OSSLzu macros and use %zu in the test framework (via BIO_printf).Pauli2017-06-211-1/+1
* Update tests to avoid printf to stdout/stderr when running as test cases.Pauli2017-06-191-2/+2
* Adapt all test programsRichard Levitte2017-04-241-5/+4
* VMS: Fix internals test programsRichard Levitte2017-04-181-0/+10
* Test infrastructure additions.Pauli2017-03-291-29/+23
* Fix crash in tls13_encMatt Caswell2017-02-081-0/+18
* Make refdata in tls13encryptest staticMatt Caswell2016-11-301-1/+1
* Convert tls13encryptiontest so that we pass around a pointer not an indexMatt Caswell2016-11-301-94/+170
* Fix some style issues in the TLSv1.3 nonce construction codeMatt Caswell2016-11-291-9/+12
* Fix a double free in tls13encryptiontestMatt Caswell2016-11-291-0/+1
* Add a test for TLSv1.3 encryption using the new nonce constructionMatt Caswell2016-11-291-0/+303