summaryrefslogtreecommitdiffstats
path: root/ssl/record
AgeCommit message (Expand)Author
2017-01-10Always use TLSv1.0 for record layer version in TLSv1.3Matt Caswell
2017-01-10Temporarily ignore NewSessionTickets for TLS1.3Matt Caswell
2017-01-10Ensure the record sequence number gets incrementedMatt Caswell
2017-01-10Mark a HelloRequest record as read if we ignore itMatt Caswell
2016-12-12Fix a leak in SSL_clear()Matt Caswell
2016-12-05Change various repeated wr[someindex]/pkt[someindex] references to a pointerMatt Caswell
2016-12-05Various style fixes from the TLSv1.3 record changes reviewMatt Caswell
2016-12-05Change various repeated rr[someindex] references to a pointerMatt Caswell
2016-12-05Ensure compressdata is always initialisedMatt Caswell
2016-12-05Add a TLS1.3 TODO for the msg callbackMatt Caswell
2016-12-05Update the record layer to use TLSv1.3 style record constructionMatt Caswell
2016-12-05Convert TLS Record receipt to use PACKETMatt Caswell
2016-12-05Convert TLS record construction to use WPACKETMatt Caswell
2016-11-29Fix some style issues in the TLSv1.3 nonce construction codeMatt Caswell
2016-11-29Use the TLSv1.3 nonce constructionMatt Caswell
2016-11-21Make SSL_read and SSL_write return the old behaviour and document it.Kurt Roeckx
2016-11-17Fix missing SSL_IS_TLS13(s) usageMatt Caswell
2016-11-13Remove heartbeat supportRichard Levitte
2016-11-07Ignore the record version in TLS1.3Matt Caswell
2016-11-04Fix some style issues from libssl size_tify reviewMatt Caswell
2016-11-04Rename all "read" variables with "readbytes"Matt Caswell
2016-11-04Fix a shadowed variable declaration warning picked up by TravisMatt Caswell
2016-11-04Ensure SSL_DEBUG works following size_t changesMatt Caswell
2016-11-04Fix some bogus warnings about uninitialised variablesMatt Caswell
2016-11-04Remove a stray TODO that has already been fixedMatt Caswell
2016-11-04Provide some constant time functions for dealing with size_t valuesMatt Caswell
2016-11-04Fix misc size_t issues causing Windows warnings in 64 bitMatt Caswell
2016-11-04Convert the mac functions to just return 1 for success and 0 for failureMatt Caswell
2016-11-04Fix some ssl3_record code witch converstion to/from size_tMatt Caswell
2016-11-04Fix some missed size_t updatesMatt Caswell
2016-11-04Resolve some outstanding size_t related TODOsMatt 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-11-02Fail if an unrecognised record type is receivedMatt Caswell
2016-11-02Fix read_aheadMatt Caswell
2016-10-28A zero return from BIO_read()/BIO_write() could be retryableMatt Caswell
2016-10-17Fix encrypt-then-mac implementation for DTLSDavid Woodhouse
2016-09-29Fix an Uninit read in DTLSMatt Caswell
2016-09-22Fix a hang with SSL_peek()Matt Caswell
2016-09-21Don't allow too many consecutive warning alertsMatt Caswell
2016-09-15Revert "Abort on unrecognised warning alerts"Matt Caswell
2016-09-13Abort on unrecognised warning alertsMatt Caswell
2016-08-24Remove some dead code from rec_layer_s3.cMatt Caswell
2016-08-22Prevent DTLS Finished message injectionMatt Caswell
2016-08-19Fix DTLS replay protectionMatt Caswell
2016-08-19Fix DTLS unprocessed records bugMatt Caswell
2016-08-18Indent ssl/Emilia Kasper