summaryrefslogtreecommitdiffstats
path: root/ssl/record/rec_layer_s3.c
AgeCommit message (Expand)Author
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