summaryrefslogtreecommitdiff
path: root/test/wpackettest.c
AgeCommit message (Expand)Author
2024-07-22Remove trailing whitespaceDimitri Papadopoulos
2023-09-07Copyright year updatesMatt Caswell
2023-02-08Rationalize FIPS sourcesTomas Mraz
2023-01-13QUIC: Enable building with QUIC support disabledHugo Landau
2022-06-02Fix the checks of RAND_bytesPeiwei Hu
2022-05-27QUIC wire format supportHugo Landau
2020-05-04WPACKET: don't write DER length when we don't want toRichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-04-04Add a WPACKET test for the new DER capabilityMatt Caswell
2019-07-12Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
2018-11-20Update copyright yearMatt Caswell
2018-09-14VMS: turn on name mangling for all our programsRichard Levitte
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli
2017-05-01Address some -Wold-style-declaration warningsBenjamin Kaduk
2017-04-24Adapt all test programsRichard Levitte
2017-04-18VMS: Fix internals test programsRichard Levitte
2017-04-18Convert more testsRich Salz
2017-01-30Add a test for WPACKET_fill_lengths()Matt Caswell
2016-11-09Add main() test methods to reduce test boilerplate.Emilia Kasper
2016-11-09Add support for initialising WPACKETs from a static bufferMatt Caswell
2016-10-10Remove trailing whitespace from some files.David Benjamin
2016-09-20Convert WPACKET_put_bytes to use convenience macrosMatt Caswell
2016-09-14Encourage use of the macros for the various "sub" functionsMatt Caswell
2016-09-14Make wpackettest conform to style rulesMatt Caswell
2016-09-14Add a WPACKET_sub_allocate_bytes() functionMatt Caswell
2016-09-13Address WPACKET review commentsMatt Caswell
2016-09-13Add tests for the WPACKET implementationMatt Caswell