Fix locking in ssl_cert_dup()
[openssl.git] / ssl / packet_locl.h
2016-03-03 Emilia KasperRefactor ClientHello extension parsing
2016-02-01 Emilia Kasperconstify PACKET
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-02 Richard LevitteInstead of a local hack, implement SIZE_MAX in numbers...
2015-12-30 Richard LevitteSIZE_MAX doesn't exist everywhere, supply an alternative
2015-12-22 Dr. Stephen HensonAdd ossl_inline
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-10-21 Matt CaswellAvoid undefined behaviour in PACKET_buf_init
2015-10-15 Emilia KasperPACKET: fix __owur
2015-10-09 Emilia KasperDTLS: remove unused cookie field
2015-10-08 Emilia KasperPACKET: simplify ServerKeyExchange parsing
2015-10-05 Emilia KasperAdd PACKET_copy_all
2015-10-05 Emilia Kasperssl3_get_client_hello: rearrange logic
2015-09-22 Emilia KasperPACKET: simplify
2015-09-18 Emilia KasperRemove PACKET_back
2015-09-17 Emilia KasperRemove PACKET_(get|goto)_bookmark
2015-09-09 Emilia KasperPACKET: add PACKET_memdup and PACKET_strndup
2015-08-26 Emilia KasperPACKET: add methods for reading length-prefixed TLS...
2015-08-26 Emilia KasperPACKET: constify where possible
2015-08-13 Matt CaswellEnhance PACKET readability
2015-08-04 Matt CaswellFix a bug in the new PACKET implementation
2015-08-03 Matt CaswellAdd initial packet parsing code