aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/record/rec_layer_s3.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move TLS CCS processing into the state machineMatt Caswell2015-08-031-47/+35
* Fix write failure handling in DTLS1.2Matt Caswell2015-07-301-1/+1
* Correct type of RECORD_LAYER_get_rrec_length()Matt Caswell2015-06-101-1/+1
* Fix a memory leak in compressionMatt Caswell2015-05-221-25/+24
* Updates following review commentsMatt Caswell2015-05-161-1/+8
* Client side version negotiation rewriteMatt Caswell2015-05-161-0/+14
* Server side version negotiation rewriteMatt Caswell2015-05-161-0/+23
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-1/+1
* u_len may be unused.Ben Laurie2015-05-011-1/+1
* Code style: space after 'if'Viktor Dukhovni2015-04-161-4/+4
* Fix read_ahead issueMatt Caswell2015-04-101-1/+1