index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
packet.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use for loop in WPACKET_fill_lengths instead of do...while
Matt Caswell
2017-01-30
1
-4
/
+2
*
Provide a new WPACKET function for filling in all the lengths
Matt Caswell
2017-01-30
1
-8
/
+33
*
Various style fixes from the TLSv1.3 record changes review
Matt Caswell
2016-12-05
1
-1
/
+1
*
Add an ability to find out the current write location from a WPACKET
Matt Caswell
2016-12-05
1
-1
/
+7
*
Add support for initialising WPACKETs from a static buffer
Matt Caswell
2016-11-09
1
-14
/
+41
*
Remove trailing whitespace from some files.
David Benjamin
2016-10-11
1
-1
/
+1
*
Address style feedback comments
Matt Caswell
2016-09-29
1
-1
/
+1
*
Add the WPACKET_reserve_bytes() function
Matt Caswell
2016-09-29
1
-7
/
+26
*
Fix a WPACKET bug
Matt Caswell
2016-09-26
1
-3
/
+7
*
Add warning about a potential pitfall with WPACKET_allocate_bytes()
Matt Caswell
2016-09-23
1
-0
/
+1
*
Convert WPACKET_put_bytes to use convenience macros
Matt Caswell
2016-09-20
1
-1
/
+1
*
Encourage use of the macros for the various "sub" functions
Matt Caswell
2016-09-14
1
-7
/
+8
*
Add a WPACKET_sub_allocate_bytes() function
Matt Caswell
2016-09-14
1
-0
/
+11
*
Fix a few style nits in the wpacket code
Matt Caswell
2016-09-13
1
-5
/
+6
*
Remove else after a return in packet code
Matt Caswell
2016-09-13
1
-2
/
+2
*
Pull out some common packet code into a function
Matt Caswell
2016-09-13
1
-25
/
+21
*
Add some soft asserts where applicable
Matt Caswell
2016-09-13
1
-1
/
+25
*
Address WPACKET review comments
Matt Caswell
2016-09-13
1
-53
/
+27
*
Simplify the overflow checks in WPACKET_allocate_bytes()
Matt Caswell
2016-09-13
1
-4
/
+1
*
Move the WPACKET documentation comments to packet_locl.h
Matt Caswell
2016-09-13
1
-65
/
+0
*
Various bug fixes and tweaks to WPACKET implementation
Matt Caswell
2016-09-13
1
-16
/
+71
*
Add WPACKET_sub_memcpy() function
Matt Caswell
2016-09-13
1
-0
/
+14
*
Move from explicit sub-packets to implicit ones
Matt Caswell
2016-09-13
1
-117
/
+111
*
Rename PACKETW to WPACKET
Matt Caswell
2016-09-13
1
-45
/
+45
*
First pass at writing a writeable packets API
Matt Caswell
2016-09-13
1
-0
/
+335