summaryrefslogtreecommitdiffstats
path: root/ssl/record/record_locl.h
AgeCommit message (Expand)Author
2017-07-30Remove redundant declarations in record_locl.hXiaoyin Liu
2017-05-22Replace instances of OPENSSL_assert() with soft asserts in libsslMatt Caswell
2017-03-02Skip early_data if appropriate after a HelloRetryRequestMatt Caswell
2016-11-04Rename all "read" variables with "readbytes"Matt Caswell
2016-11-04Convert some misc record layer functions for size_tMatt Caswell
2016-11-04Convert SSL3_RECORD_clear() and SSL3_RECORD_release() to size_tMatt Caswell
2016-11-04Convert libssl writing for size_tMatt Caswell
2016-11-04Further libssl size_t-ify of readingMatt Caswell
2016-11-04Convert record layer to use size_tMatt Caswell
2016-09-21Don't allow too many consecutive warning alertsMatt Caswell
2016-08-19Fix DTLS replay protectionMatt Caswell
2016-08-18Indent ssl/Emilia Kasper
2016-08-15Address feedback on SSLv2 ClientHello processingMatt Caswell
2016-08-15Address feedback on SSLv2 ClientHello processingMatt Caswell
2016-07-30Fix crash as a result of MULTIBLOCKMatt Caswell
2016-06-07Reject out of context empty recordsMatt Caswell
2016-05-26Fix some suspect warnings on WindowsMatt Caswell
2016-05-17Copyright consolidation 01/10Rich Salz
2016-03-07Remove the wrec record layer fieldMatt Caswell
2016-03-07Add an ability to set the SSL read buffer sizeMatt Caswell
2016-03-07Lazily initialise the compression bufferMatt Caswell
2016-03-07Implement read pipeline support in libsslMatt Caswell
2016-03-07Implement write pipeline support in libsslMatt Caswell
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-05-22Fix a memory leak in compressionMatt Caswell
2015-05-16Server side version negotiation rewriteMatt Caswell
2015-03-31Clean up record layerMatt Caswell
2015-03-26Renamed record layer header filesMatt Caswell