aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/record/rec_layer_s3.c
Commit message (Expand)AuthorAgeFilesLines
* Convert libssl writing for size_tMatt Caswell2016-11-041-53/+61
* Further libssl size_t-ify of readingMatt Caswell2016-11-041-31/+35
* Convert record layer to use size_tMatt Caswell2016-11-041-17/+26
* Fail if an unrecognised record type is receivedMatt Caswell2016-11-021-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 a hang with SSL_peek()Matt Caswell2016-09-221-1/+5
* Don't allow too many consecutive warning alertsMatt Caswell2016-09-211-0/+16
* 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
* Indent ssl/Emilia Kasper2016-08-181-44/+38
* Address feedback on SSLv2 ClientHello processingMatt Caswell2016-08-151-1/+1
* Address feedback on SSLv2 ClientHello processingMatt Caswell2016-08-151-0/+1
* Fix crash as a result of MULTIBLOCKMatt Caswell2016-07-301-14/+12
* Fix a few if(, for(, while( inside code.FdaSilvaYY2016-07-201-2/+2
* Whitespace cleanup in ssl folderFdaSilvaYY2016-06-291-1/+1
* Ensure read records are marked as readMatt Caswell2016-06-271-1/+8
* Always use session_ctx when removing a sessionTodd Short2016-06-081-1/+1
* Reject out of context empty recordsMatt Caswell2016-06-071-2/+7
* Fix pipelining bugMatt Caswell2016-06-071-0/+1
* Fix some suspect warnings on WindowsMatt Caswell2016-05-261-4/+4
* Copyright consolidation 01/10Rich Salz2016-05-171-107/+6
* 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-281-5/+5
* Revert "various spelling fixes"Rich Salz2016-04-041-5/+5
* various spelling fixesFdaSilvaYY2016-04-041-5/+5
* Use return "" not set a var and return.Rich Salz2016-03-311-22/+8
* Fix building without multiblock supportMatt Caswell2016-03-081-2/+2
* Remove the wrec record layer fieldMatt Caswell2016-03-071-3/+0
* Add an SSL_has_pending() functionMatt Caswell2016-03-071-2/+2
* Add an ability to set the SSL read buffer sizeMatt Caswell2016-03-071-0/+10
* Lazily initialise the compression bufferMatt Caswell2016-03-071-5/+0
* Implement read pipeline support in libsslMatt Caswell2016-03-071-46/+93
* Implement write pipeline support in libsslMatt Caswell2016-03-071-113/+216
* Remove TLS heartbeat, disable DTLS heartbeatRich Salz2016-02-111-16/+0
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte2016-01-121-1/+1
* DANE support structures, constructructors and accessorsViktor Dukhovni2016-01-051-9/+0
* Standardise our style for checking malloc failuresMatt Caswell2015-11-091-1/+1
* Remove a reachable assert from ssl3_write_bytesMatt Caswell2015-11-021-15/+15
* Move in_handshake into STATEMMatt Caswell2015-10-301-5/+6
* Change statem prefix to ossl_statemMatt Caswell2015-10-301-2/+2
* Remove redundant codeMatt Caswell2015-10-301-3/+3
* Implement Client TLS state machineMatt Caswell2015-10-301-10/+1
* Address more Windows warnings illuminated by mingw.Andy Polyakov2015-10-061-8/+8
* Clean up reset of read/write sequencesMatt Caswell2015-08-261-4/+4
* CCM support.Dr. Stephen Henson2015-08-141-0/+2
* Fix ssl3_read_bytes handshake fragment bugMatt Caswell2015-08-031-0/+4