index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
packettest.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the PACKET/WPACKET code available to both libcrypto and libssl
Matt Caswell
2019-07-11
1
-1
/
+1
*
Correctly initialise PACKET to zero in the tests to avoid possible problems
Pauli
2019-03-29
1
-5
/
+10
*
Following the license change, modify the boilerplates in test/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Update copyright year
Matt Caswell
2018-03-20
1
-1
/
+1
*
Fix a bunch of gcc warnings in packettest.c
Bernd Edlinger
2018-03-06
1
-8
/
+8
*
Resolve warnings in VC-WIN32 build, which allows to add /WX.
Andy Polyakov
2017-11-13
1
-2
/
+2
*
[packettest] Fix misplaced parentheses
AlexDenisov
2017-10-30
1
-7
/
+7
*
[Win] Fix some test method signatures ...
FdaSilvaYY
2017-08-16
1
-23
/
+23
*
Update the test framework so that the need for test_main is removed. Everything
Pauli
2017-07-26
1
-2
/
+3
*
Fix compile error/warning in packettest.c
Todd Short
2017-05-17
1
-2
/
+2
*
Adapt all test programs
Richard Levitte
2017-04-24
1
-1
/
+0
*
Convert more tests
Rich Salz
2017-04-18
1
-304
/
+261
*
Copyright consolidation 02/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Refactor ClientHello extension parsing
Emilia Kasper
2016-03-03
1
-1
/
+94
*
constify PACKET
Emilia Kasper
2016-02-01
1
-2
/
+2
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
DTLS: remove unused cookie field
Emilia Kasper
2015-10-09
1
-0
/
+20
*
Fix travis builds on master
Alessandro Ghedini
2015-10-06
1
-4
/
+4
*
Add PACKET_copy_all
Emilia Kasper
2015-10-05
1
-2
/
+21
*
ssl3_get_client_hello: rearrange logic
Emilia Kasper
2015-10-05
1
-0
/
+16
*
PACKET: simplify
Emilia Kasper
2015-09-22
1
-9
/
+2
*
Remove PACKET_back
Emilia Kasper
2015-09-18
1
-12
/
+5
*
Remove PACKET_(get|goto)_bookmark
Emilia Kasper
2015-09-17
1
-101
/
+101
*
Fix warning about mixed declarations and code.
Dr. Stephen Henson
2015-09-09
1
-2
/
+3
*
PACKET: add PACKET_memdup and PACKET_strndup
Emilia Kasper
2015-09-09
1
-0
/
+53
*
PACKET: add methods for reading length-prefixed TLS vectors.
Emilia Kasper
2015-08-26
1
-1
/
+83
*
Enhance PACKET readability
Matt Caswell
2015-08-13
1
-1
/
+1
*
Fix clang uninitialized variable warning.
Adam Eijdenberg
2015-08-06
1
-1
/
+0
*
Revert "Fix uninitalised warning."
Matt Caswell
2015-08-06
1
-1
/
+1
*
Fix uninitalised warning.
Ben Laurie
2015-08-06
1
-1
/
+1
*
Fix a bug in the new PACKET implementation
Matt Caswell
2015-08-04
1
-24
/
+25
*
PACKET unit tests
Matt Caswell
2015-08-03
1
-0
/
+317