summaryrefslogtreecommitdiffstats
path: root/ssl/record/rec_layer_s3.c
AgeCommit message (Expand)Author
2016-05-02ssl/record/rec_layer_s3.c: fix typo from previous commit.Andy Polyakov
2016-05-02Remove obsolete defined(__INTEL__) condition.Andy Polyakov
2016-04-28various spelling fixesFdaSilvaYY
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04various spelling fixesFdaSilvaYY
2016-03-31Use return "" not set a var and return.Rich Salz
2016-03-08Fix building without multiblock supportMatt Caswell
2016-03-07Remove the wrec record layer fieldMatt Caswell
2016-03-07Add an SSL_has_pending() functionMatt Caswell
2016-03-07Add an ability to set the SSL read buffer sizeMatt Caswell
2016-03-07Lazily initialise the compression bufferMatt Caswell
2016-03-07Implement read pipeline support in libsslMatt Caswell
2016-03-07Implement write pipeline support in libsslMatt Caswell
2016-02-11Remove TLS heartbeat, disable DTLS heartbeatRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte
2016-01-05DANE support structures, constructructors and accessorsViktor Dukhovni
2015-11-09Standardise our style for checking malloc failuresMatt Caswell
2015-11-02Remove a reachable assert from ssl3_write_bytesMatt Caswell
2015-10-30Move in_handshake into STATEMMatt Caswell
2015-10-30Change statem prefix to ossl_statemMatt Caswell
2015-10-30Remove redundant codeMatt Caswell
2015-10-30Implement Client TLS state machineMatt Caswell
2015-10-06Address more Windows warnings illuminated by mingw.Andy Polyakov
2015-08-26Clean up reset of read/write sequencesMatt Caswell
2015-08-14CCM support.Dr. Stephen Henson
2015-08-03Fix ssl3_read_bytes handshake fragment bugMatt Caswell
2015-08-03Move TLS CCS processing into the state machineMatt Caswell
2015-07-30Fix write failure handling in DTLS1.2Matt Caswell
2015-06-10Correct type of RECORD_LAYER_get_rrec_length()Matt Caswell
2015-05-22Fix a memory leak in compressionMatt Caswell
2015-05-16Updates following review commentsMatt Caswell
2015-05-16Client side version negotiation rewriteMatt Caswell
2015-05-16Server side version negotiation rewriteMatt Caswell
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-01u_len may be unused.Ben Laurie
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-04-10Fix read_ahead issueMatt Caswell
2015-03-31Clean up record layerMatt Caswell
2015-03-26Rename record layer source filesMatt Caswell