summaryrefslogtreecommitdiffstats
path: root/ssl/record/record.h
AgeCommit message (Expand)Author
2020-07-06Move MAC removal responsibility to the various protocol "enc" functionsMatt Caswell
2020-04-23Update copyright yearMatt Caswell
2020-03-16Use a flag in SSL3_BUFFER to track when an application buffer is reused.John Baldwin
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte
2018-11-20Update copyright yearMatt Caswell
2018-10-19Buffer a ClientHello with a cookie received via DTLSv1_listenMatt Caswell
2018-10-19Use the read and write buffers in DTLSv1_listen()Matt Caswell
2017-05-17Don't allow fragmented alertsMatt Caswell
2017-03-07Provide a function to test whether we have unread records pendingMatt Caswell
2017-02-28Remove some dead code from libsslMatt Caswell
2016-11-29Use the TLSv1.3 nonce constructionMatt Caswell
2016-11-04Rename all "read" variables with "readbytes"Matt Caswell
2016-11-04Fix some missed size_t updatesMatt Caswell
2016-11-04Convert some misc record layer functions for 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-18Indent ssl/Emilia Kasper
2016-08-15Address feedback on SSLv2 ClientHello processingMatt Caswell
2016-06-29Whitespace cleanup in ssl folderFdaSilvaYY
2016-06-07Reject out of context empty recordsMatt Caswell
2016-05-17Copyright consolidation 01/10Rich Salz
2016-03-07Rename the numpipes argument to ssl3_enc/tls1_encMatt Caswell
2016-03-07Remove the wrec record layer fieldMatt Caswell
2016-03-07Add an SSL_has_pending() functionMatt 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-01-26Remove /* foo.c */ commentsRich Salz
2016-01-24Move pqueue into sslRich Salz
2016-01-05DANE support structures, constructructors and accessorsViktor Dukhovni
2015-09-23DTLSv1_listen rewriteMatt Caswell
2015-08-03Move TLS CCS processing into the state machineMatt Caswell
2015-06-10Correct type of RECORD_LAYER_get_rrec_length()Matt Caswell
2015-05-16Version negotiation rewrite cleanupMatt Caswell
2015-05-16Server side version negotiation rewriteMatt Caswell
2015-04-30Remove redundant includes from dtls1.hMatt Caswell
2015-03-26Fix record.h formattingMatt Caswell
2015-03-26Define SEQ_NUM_SIZEMatt Caswell
2015-03-26Renamed record layer header filesMatt Caswell