aboutsummaryrefslogtreecommitdiff
path: root/ssl/record/record.h
AgeCommit message (Expand)AuthorFilesLines
2020-07-06Move MAC removal responsibility to the various protocol "enc" functionsMatt Caswell1-3/+12
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-03-16Use a flag in SSL3_BUFFER to track when an application buffer is reused.John Baldwin1-0/+2
2018-12-06Following the license change, modify the boilerplates in ssl/Richard Levitte1-1/+1
2018-11-20Update copyright yearMatt Caswell1-1/+1
2018-10-19Buffer a ClientHello with a cookie received via DTLSv1_listenMatt Caswell1-0/+2
2018-10-19Use the read and write buffers in DTLSv1_listen()Matt Caswell1-0/+2
2017-05-17Don't allow fragmented alertsMatt Caswell1-14/+0
2017-03-07Provide a function to test whether we have unread records pendingMatt Caswell1-0/+1
2017-02-28Remove some dead code from libsslMatt Caswell1-3/+0
2016-11-29Use the TLSv1.3 nonce constructionMatt Caswell1-0/+1
2016-11-04Rename all "read" variables with "readbytes"Matt Caswell1-2/+2
2016-11-04Fix some missed size_t updatesMatt Caswell1-1/+1
2016-11-04Convert some misc record layer functions for size_tMatt Caswell1-2/+2
2016-11-04Convert libssl writing for size_tMatt Caswell1-13/+15
2016-11-04Further libssl size_t-ify of readingMatt Caswell1-14/+17
2016-11-04Convert record layer to use size_tMatt Caswell1-3/+3
2016-09-21Don't allow too many consecutive warning alertsMatt Caswell1-0/+2
2016-08-18Indent ssl/Emilia Kasper1-30/+4
2016-08-15Address feedback on SSLv2 ClientHello processingMatt Caswell1-0/+3
2016-06-29Whitespace cleanup in ssl folderFdaSilvaYY1-1/+1
2016-06-07Reject out of context empty recordsMatt Caswell1-0/+7
2016-05-17Copyright consolidation 01/10Rich Salz1-107/+6
2016-03-07Rename the numpipes argument to ssl3_enc/tls1_encMatt Caswell1-4/+2
2016-03-07Remove the wrec record layer fieldMatt Caswell1-2/+0
2016-03-07Add an SSL_has_pending() functionMatt Caswell1-2/+2
2016-03-07Add an ability to set the SSL read buffer sizeMatt Caswell1-0/+2
2016-03-07Lazily initialise the compression bufferMatt Caswell1-1/+0
2016-03-07Implement read pipeline support in libsslMatt Caswell1-1/+4
2016-03-07Implement write pipeline support in libsslMatt Caswell1-6/+11
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-24Move pqueue into sslRich Salz1-3/+1
2016-01-05DANE support structures, constructructors and accessorsViktor Dukhovni1-1/+0
2015-09-23DTLSv1_listen rewriteMatt Caswell1-2/+3
2015-08-03Move TLS CCS processing into the state machineMatt Caswell1-2/+4
2015-06-10Correct type of RECORD_LAYER_get_rrec_length()Matt Caswell1-1/+1
2015-05-16Version negotiation rewrite cleanupMatt Caswell1-2/+0
2015-05-16Server side version negotiation rewriteMatt Caswell1-0/+8
2015-04-30Remove redundant includes from dtls1.hMatt Caswell1-0/+2
2015-03-26Fix record.h formattingMatt Caswell1-27/+26
2015-03-26Define SEQ_NUM_SIZEMatt Caswell1-5/+7
2015-03-26Renamed record layer header filesMatt Caswell1-0/+344