index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
packet_locl.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
TLS1.3 Padding
Todd Short
2017-05-02
1
-0
/
+3
*
Miscellaneous style tweaks based on feedback received
Matt Caswell
2017-01-30
1
-3
/
+3
*
Provide a new WPACKET function for filling in all the lengths
Matt Caswell
2017-01-30
1
-0
/
+9
*
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
-0
/
+10
*
Fix some style issues from libssl size_tify review
Matt Caswell
2016-11-04
1
-8
/
+4
*
Add some PACKET functions for size_t
Matt Caswell
2016-11-04
1
-0
/
+52
*
Remove trailing whitespace from some files.
David Benjamin
2016-10-11
1
-1
/
+1
*
Fix an error in packet_locl.h
Matt Caswell
2016-09-29
1
-1
/
+1
*
Fix mis-named macro in packet_locl.h
Matt Caswell
2016-09-29
1
-2
/
+2
*
Add an example of usage to the WPACKET_reserve_bytes() documentation
Matt Caswell
2016-09-29
1
-0
/
+10
*
Add the WPACKET_reserve_bytes() function
Matt Caswell
2016-09-29
1
-1
/
+29
*
Add warning about a potential pitfall with WPACKET_allocate_bytes()
Matt Caswell
2016-09-23
1
-1
/
+4
*
Convert WPACKET_put_bytes to use convenience macros
Matt Caswell
2016-09-20
1
-2
/
+16
*
Encourage use of the macros for the various "sub" functions
Matt Caswell
2016-09-14
1
-21
/
+24
*
Add a WPACKET_sub_allocate_bytes() function
Matt Caswell
2016-09-14
1
-0
/
+31
*
Address WPACKET review comments
Matt Caswell
2016-09-13
1
-20
/
+25
*
Move the WPACKET documentation comments to packet_locl.h
Matt Caswell
2016-09-13
1
-4
/
+87
*
Various bug fixes and tweaks to WPACKET implementation
Matt Caswell
2016-09-13
1
-2
/
+2
*
Add WPACKET_sub_memcpy() function
Matt Caswell
2016-09-13
1
-0
/
+2
*
Move from explicit sub-packets to implicit ones
Matt Caswell
2016-09-13
1
-32
/
+28
*
Rename PACKETW to WPACKET
Matt Caswell
2016-09-13
1
-27
/
+27
*
First pass at writing a writeable packets API
Matt Caswell
2016-09-13
1
-0
/
+76
*
Indent ssl/
Emilia Kasper
2016-08-18
1
-38
/
+34
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-53
/
+5
*
Refactor ClientHello extension parsing
Emilia Kasper
2016-03-03
1
-0
/
+63
*
constify PACKET
Emilia Kasper
2016-02-01
1
-10
/
+9
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Instead of a local hack, implement SIZE_MAX in numbers.h if it's missing
Richard Levitte
2016-01-02
1
-5
/
+2
*
SIZE_MAX doesn't exist everywhere, supply an alternative
Richard Levitte
2015-12-30
1
-0
/
+5
*
Add ossl_inline
Dr. Stephen Henson
2015-12-23
1
-95
/
+115
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-3
/
+2
*
Avoid undefined behaviour in PACKET_buf_init
Matt Caswell
2015-10-21
1
-1
/
+1
*
PACKET: fix __owur
Emilia Kasper
2015-10-15
1
-5
/
+4
*
DTLS: remove unused cookie field
Emilia Kasper
2015-10-09
1
-0
/
+13
*
PACKET: simplify ServerKeyExchange parsing
Emilia Kasper
2015-10-08
1
-0
/
+2
*
Add PACKET_copy_all
Emilia Kasper
2015-10-05
1
-1
/
+19
*
ssl3_get_client_hello: rearrange logic
Emilia Kasper
2015-10-05
1
-0
/
+7
*
PACKET: simplify
Emilia Kasper
2015-09-22
1
-42
/
+29
*
Remove PACKET_back
Emilia Kasper
2015-09-18
1
-11
/
+0
*
Remove PACKET_(get|goto)_bookmark
Emilia Kasper
2015-09-17
1
-19
/
+0
*
PACKET: add PACKET_memdup and PACKET_strndup
Emilia Kasper
2015-09-09
1
-2
/
+54
*
PACKET: add methods for reading length-prefixed TLS vectors.
Emilia Kasper
2015-08-26
1
-0
/
+82
*
PACKET: constify where possible
Emilia Kasper
2015-08-26
1
-13
/
+15
*
Enhance PACKET readability
Matt Caswell
2015-08-13
1
-2
/
+1
*
Fix a bug in the new PACKET implementation
Matt Caswell
2015-08-04
1
-8
/
+8
*
Add initial packet parsing code
Matt Caswell
2015-08-03
1
-0
/
+394