aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/record
Commit message (Expand)AuthorAgeFilesLines
* 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-172-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-153-14/+6
* Send an alert if we get a non-initial record with the wrong versionMatt Caswell2016-08-151-3/+11
* Address feedback on SSLv2 ClientHello processingMatt Caswell2016-08-154-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
* various spelling fixesFdaSilvaYY2016-04-042-6/+6
* Use return "" not set a var and return.Rich Salz2016-03-311-22/+8
* Fix building without multiblock supportMatt Caswell2016-03-081-2/+2
* Rename the numpipes argument to ssl3_enc/tls1_encMatt Caswell2016-03-072-22/+25
* Rename a functionMatt Caswell2016-03-071-2/+2
* Remove the wrec record layer fieldMatt Caswell2016-03-074-32/+25
* Update a commentMatt Caswell2016-03-071-2/+2
* Add an SSL_has_pending() functionMatt Caswell2016-03-072-4/+4
* Add an ability to set the SSL read buffer sizeMatt Caswell2016-03-074-7/+19
* Lazily initialise the compression bufferMatt Caswell2016-03-074-27/+9
* Implement read pipeline support in libsslMatt Caswell2016-03-075-312/+468