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
*
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