summaryrefslogtreecommitdiffstats
path: root/ssl/record (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert the mac functions to just return 1 for success and 0 for failureMatt Caswell2016-11-043-25/+23
* Fix some ssl3_record code witch converstion to/from size_tMatt Caswell2016-11-041-15/+17
* Fix some missed size_t updatesMatt Caswell2016-11-043-7/+7
* Resolve some outstanding size_t related TODOsMatt Caswell2016-11-042-10/+4
* Convert some misc record layer functions for size_tMatt Caswell2016-11-043-45/+78
* Convert SSL3_RECORD_clear() and SSL3_RECORD_release() to size_tMatt Caswell2016-11-042-6/+6
* Convert libssl writing for size_tMatt Caswell2016-11-045-78/+90
* Further libssl size_t-ify of readingMatt Caswell2016-11-046-98/+119
* Convert record layer to use size_tMatt Caswell2016-11-044-42/+55
* Fail if an unrecognised record type is receivedMatt Caswell2016-11-031-7/+5
* Fix read_aheadMatt Caswell2016-11-021-12/+12
* A zero return from BIO_read()/BIO_write() could be retryableMatt Caswell2016-10-281-3/+15
* Fix encrypt-then-mac implementation for DTLSDavid Woodhouse2016-10-182-2/+30
* Fix an Uninit read in DTLSMatt Caswell2016-09-291-1/+3
* Fix a hang with SSL_peek()Matt Caswell2016-09-221-1/+5
* Don't allow too many consecutive warning alertsMatt Caswell2016-09-214-0/+36
* Revert "Abort on unrecognised warning alerts"Matt Caswell2016-09-151-8/+2
* Abort on unrecognised warning alertsMatt Caswell2016-09-131-2/+8
* Remove some dead code from rec_layer_s3.cMatt Caswell2016-08-241-6/+0
* Prevent DTLS Finished message injectionMatt Caswell2016-08-221-0/+6
* Fix DTLS replay protectionMatt Caswell2016-08-193-14/+54
* Fix DTLS unprocessed records bugMatt Caswell2016-08-192-2/+21
* Indent ssl/Emilia Kasper2016-08-185-159/+113
* Ensure we unpad in constant time for read pipeliningMatt Caswell2016-08-161-3/+9
* Fix satsub64be() to unconditionally use 64-bit integersDavid Woodhouse2016-08-161-68/+11
* Address feedback on SSLv2 ClientHello processingMatt Caswell2016-08-163-14/+6
* Send an alert if we get a non-initial record with the wrong versionMatt Caswell2016-08-161-3/+11
* Address feedback on SSLv2 ClientHello processingMatt Caswell2016-08-164-7/+13
* Fix test of first of 255 CBC padding bytes.Adam Langley2016-08-081-3/+3
* Fix ubsan 'left shift of negative value -1' error in satsub64be()David Woodhouse2016-08-041-19/+42
* Make DTLS1_BAD_VER work with DTLS_client_method()David Woodhouse2016-08-041-1/+2
* Fix crash as a result of MULTIBLOCKMatt Caswell2016-07-303-30/+29
* Make the checks for an SSLv2 style record stricterMatt Caswell2016-07-291-5/+11
* Fix a few if(, for(, while( inside code.FdaSilvaYY2016-07-202-7/+7
* check return values for EVP_Digest*() APIsDr. Stephen Henson2016-07-151-3/+6
* Whitespace cleanup in ssl folderFdaSilvaYY2016-06-294-5/+5
* Ensure read records are marked as readMatt Caswell2016-06-271-1/+8
* Useless header include of openssl/rand.hFdaSilvaYY2016-06-181-1/+0
* Always use session_ctx when removing a sessionTodd Short2016-06-082-2/+2
* Reject out of context empty recordsMatt Caswell2016-06-074-13/+29
* Fix pipelining bugMatt Caswell2016-06-071-0/+1
* Fix some suspect warnings on WindowsMatt Caswell2016-05-263-5/+6
* Copyright consolidation 01/10Rich Salz2016-05-177-756/+40
* Add a comment to explain the use of |num_recs|Matt Caswell2016-05-171-1/+9
* Use the current record offset in ssl3_get_recordMatt Caswell2016-05-171-1/+2
* There is only one read bufferMatt Caswell2016-05-171-1/+1
* ssl/record/rec_layer_s3.c: fix typo from previous commit.Andy Polyakov2016-05-021-1/+1
* Remove obsolete defined(__INTEL__) condition.Andy Polyakov2016-05-021-2/+1
* various spelling fixesFdaSilvaYY2016-04-282-6/+6
* Revert "various spelling fixes"Rich Salz2016-04-042-6/+6