summaryrefslogtreecommitdiff
path: root/test/packettest.c
Commit message (Expand)AuthorAgeFilesLines
* Rationalize FIPS sourcesTomas Mraz2023-02-081-1/+1
* QUIC: Enable building with QUIC support disabledHugo Landau2023-01-131-0/+6
* Fix PACKET_equal test with BUF_LEN+1 on -Wstringop-overreadReinhard Urban2022-11-071-3/+3
* QUIC wire format supportHugo Landau2022-05-271-0/+106
* Fix a gcc 11.2.0 warningMatt Caswell2021-10-271-1/+1
* Make the PACKET/WPACKET code available to both libcrypto and libsslMatt Caswell2019-07-121-1/+1
* Correctly initialise PACKET to zero in the tests to avoid possible problemsPauli2019-03-291-5/+10
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Fix a bunch of gcc warnings in packettest.cBernd Edlinger2018-03-061-8/+8
* Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov2017-11-131-2/+2
* [packettest] Fix misplaced parenthesesAlexDenisov2017-10-301-7/+7
* [Win] Fix some test method signatures ...FdaSilvaYY2017-08-161-23/+23
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-2/+3
* Fix compile error/warning in packettest.cTodd Short2017-05-171-2/+2
* Adapt all test programsRichard Levitte2017-04-241-1/+0
* Convert more testsRich Salz2017-04-181-304/+261
* Copyright consolidation 02/10Rich Salz2016-05-171-54/+5
* Refactor ClientHello extension parsingEmilia Kasper2016-03-031-1/+94
* constify PACKETEmilia Kasper2016-02-011-2/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* DTLS: remove unused cookie fieldEmilia Kasper2015-10-091-0/+20
* Fix travis builds on masterAlessandro Ghedini2015-10-061-4/+4
* Add PACKET_copy_allEmilia Kasper2015-10-051-2/+21
* ssl3_get_client_hello: rearrange logicEmilia Kasper2015-10-051-0/+16
* PACKET: simplifyEmilia Kasper2015-09-221-9/+2
* Remove PACKET_backEmilia Kasper2015-09-181-12/+5
* Remove PACKET_(get|goto)_bookmarkEmilia Kasper2015-09-171-101/+101
* Fix warning about mixed declarations and code.Dr. Stephen Henson2015-09-091-2/+3
* PACKET: add PACKET_memdup and PACKET_strndupEmilia Kasper2015-09-091-0/+53
* PACKET: add methods for reading length-prefixed TLS vectors.Emilia Kasper2015-08-261-1/+83
* Enhance PACKET readabilityMatt Caswell2015-08-131-1/+1
* Fix clang uninitialized variable warning.Adam Eijdenberg2015-08-061-1/+0
* Revert "Fix uninitalised warning."Matt Caswell2015-08-061-1/+1
* Fix uninitalised warning.Ben Laurie2015-08-061-1/+1
* Fix a bug in the new PACKET implementationMatt Caswell2015-08-041-24/+25
* PACKET unit testsMatt Caswell2015-08-031-0/+317