summaryrefslogtreecommitdiffstats
path: root/ssl/record
AgeCommit message (Expand)Author
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
2016-08-16Ensure we unpad in constant time for read pipeliningMatt Caswell
2016-08-16Fix satsub64be() to unconditionally use 64-bit integersDavid Woodhouse
2016-08-15Address feedback on SSLv2 ClientHello processingMatt Caswell
2016-08-15Send an alert if we get a non-initial record with the wrong versionMatt Caswell
2016-08-15Address feedback on SSLv2 ClientHello processingMatt Caswell
2016-08-08Fix test of first of 255 CBC padding bytes.Adam Langley
2016-08-04Fix ubsan 'left shift of negative value -1' error in satsub64be()David Woodhouse
2016-08-04Make DTLS1_BAD_VER work with DTLS_client_method()David Woodhouse
2016-07-30Fix crash as a result of MULTIBLOCKMatt Caswell
2016-07-29Make the checks for an SSLv2 style record stricterMatt Caswell
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-07-15check return values for EVP_Digest*() APIsDr. Stephen Henson
2016-06-29Whitespace cleanup in ssl folderFdaSilvaYY
2016-06-27Ensure read records are marked as readMatt Caswell
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY
2016-06-08Always use session_ctx when removing a sessionTodd Short
2016-06-07Reject out of context empty recordsMatt Caswell