aboutsummaryrefslogtreecommitdiff
path: root/test/wpackettest.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-02-08Rationalize FIPS sourcesTomas Mraz1-1/+1
2023-01-13QUIC: Enable building with QUIC support disabledHugo Landau1-0/+10
2022-06-02Fix the checks of RAND_bytesPeiwei Hu1-2/+2
2022-05-27QUIC wire format supportHugo Landau1-0/+199
2020-05-04WPACKET: don't write DER length when we don't want toRichard Levitte1-0/+9
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-04-04Add a WPACKET test for the new DER capabilityMatt Caswell1-0/+67
2019-07-12Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell1-1/+1
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-11-20Update copyright yearMatt Caswell1-1/+1
2018-09-14VMS: turn on name mangling for all our programsRichard Levitte1-11/+0
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-6/+6
2017-05-01Address some -Wold-style-declaration warningsBenjamin Kaduk1-9/+9
2017-04-24Adapt all test programsRichard Levitte1-1/+0
2017-04-18VMS: Fix internals test programsRichard Levitte1-0/+11
2017-04-18Convert more testsRich Salz1-278/+203
2017-01-30Add a test for WPACKET_fill_lengths()Matt Caswell1-0/+21
2016-11-09Add main() test methods to reduce test boilerplate.Emilia Kasper1-17/+2
2016-11-09Add support for initialising WPACKETs from a static bufferMatt Caswell1-0/+27
2016-10-10Remove trailing whitespace from some files.David Benjamin1-1/+1
2016-09-20Convert WPACKET_put_bytes to use convenience macrosMatt Caswell1-16/+16
2016-09-14Encourage use of the macros for the various "sub" functionsMatt Caswell1-9/+9
2016-09-14Make wpackettest conform to style rulesMatt Caswell1-20/+20
2016-09-14Add a WPACKET_sub_allocate_bytes() functionMatt Caswell1-0/+16
2016-09-13Address WPACKET review commentsMatt Caswell1-70/+20
2016-09-13Add tests for the WPACKET implementationMatt Caswell1-0/+446