summaryrefslogtreecommitdiffstats
path: root/ssl/record/ssl3_record.c
AgeCommit message (Expand)Author
2015-06-10Remove SSL_OP_TLS_BLOCK_PADDING_BUGEmilia Kasper
2015-06-08Use CRYPTO_memcmp in ssl3_record.cEmilia Kasper
2015-05-25Don't send an alert if we've just received oneMatt 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-14Identify and move OpenSSL internal header filesRichard Levitte
2015-05-13Remove Kerberos support from libsslMatt Caswell
2015-05-01free null cleanup finaleRich Salz
2015-04-30Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell
2015-03-26Define SEQ_NUM_SIZEMatt Caswell
2015-03-26Renamed record layer header filesMatt Caswell
2015-03-26Moved processed_rcds and unprocessed_rcds from s->d1 to s->rlayer.dMatt Caswell
2015-03-26Move r_epoch and w_epoch from s->d1 to s->rlayer.dMatt Caswell
2015-03-26Move read_sequence and write_sequence from s->s3 to s->rlayerMatt Caswell
2015-03-26Move s->rstate to s->rlayer.rstateMatt Caswell
2015-03-26Move s->packet and s->packet_length into s->rlayerMatt Caswell
2015-03-26Make rrec, wrec, rbuf and wbuf fully private to the record layer. Also, cleanMatt Caswell
2015-03-26Introduce macro RECORD_LAYER_setup_comp_bufferMatt Caswell
2015-03-26Move more SSL3_RECORD oriented functions into ssl3_record.cMatt Caswell
2015-03-26Move SSL3_RECORD oriented functions into ssl3_record.cMatt Caswell
2015-03-26Encapsulate s->s3->rrecMatt Caswell