summaryrefslogtreecommitdiff
path: root/test/wpackettest.c
Commit message (Expand)AuthorAgeFilesLines
* Rationalize FIPS sourcesTomas Mraz2023-02-081-1/+1
* QUIC: Enable building with QUIC support disabledHugo Landau2023-01-131-0/+10
* Fix the checks of RAND_bytesPeiwei Hu2022-06-021-2/+2
* QUIC wire format supportHugo Landau2022-05-271-0/+199
* WPACKET: don't write DER length when we don't want toRichard Levitte2020-05-041-0/+9
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Add a WPACKET test for the new DER capabilityMatt Caswell2020-04-041-0/+67
* Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell2019-07-121-1/+1
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-11-201-1/+1
* VMS: turn on name mangling for all our programsRichard Levitte2018-09-141-11/+0
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-6/+6
* Address some -Wold-style-declaration warningsBenjamin Kaduk2017-05-011-9/+9
* Adapt all test programsRichard Levitte2017-04-241-1/+0
* VMS: Fix internals test programsRichard Levitte2017-04-181-0/+11
* Convert more testsRich Salz2017-04-181-278/+203
* Add a test for WPACKET_fill_lengths()Matt Caswell2017-01-301-0/+21
* Add main() test methods to reduce test boilerplate.Emilia Kasper2016-11-091-17/+2
* Add support for initialising WPACKETs from a static bufferMatt Caswell2016-11-091-0/+27
* Remove trailing whitespace from some files.David Benjamin2016-10-101-1/+1
* Convert WPACKET_put_bytes to use convenience macrosMatt Caswell2016-09-201-16/+16
* Encourage use of the macros for the various "sub" functionsMatt Caswell2016-09-141-9/+9
* Make wpackettest conform to style rulesMatt Caswell2016-09-141-20/+20
* Add a WPACKET_sub_allocate_bytes() functionMatt Caswell2016-09-141-0/+16
* Address WPACKET review commentsMatt Caswell2016-09-131-70/+20
* Add tests for the WPACKET implementationMatt Caswell2016-09-131-0/+446