summaryrefslogtreecommitdiffstats
path: root/ssl/record
AgeCommit message (Expand)Author
2015-06-10Remove SSL_OP_TLS_BLOCK_PADDING_BUGEmilia Kasper
2015-06-10Correct type of RECORD_LAYER_get_rrec_length()Matt Caswell
2015-06-08Use CRYPTO_memcmp in ssl3_record.cEmilia Kasper
2015-05-29Remove struct ccs_header_stMatt Caswell
2015-05-25Don't send an alert if we've just received oneMatt Caswell
2015-05-22Lost alert in DTLSLubom
2015-05-22Fix a memory leak in compressionMatt Caswell
2015-05-16Updates following review commentsMatt Caswell
2015-05-16Version negotiation rewrite cleanupMatt 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-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01u_len may be unused.Ben Laurie
2015-05-01free null cleanup finaleRich Salz
2015-04-30Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell
2015-04-30Remove redundant includes from dtls1.hMatt Caswell
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-26Add Record Layer documentationMatt Caswell
2015-03-26Fix formatting odditiesMatt Caswell
2015-03-26Fix record.h formattingMatt Caswell
2015-03-26Define SEQ_NUM_SIZEMatt Caswell
2015-03-26Rename record layer source filesMatt Caswell
2015-03-26Remove some unneccessary macrosMatt Caswell
2015-03-26Renamed record layer header filesMatt Caswell
2015-03-26Reorganise header filesMatt Caswell
2015-03-26Remove last trace of non-record layer code reading and writing sequenceMatt Caswell
2015-03-26Move last_write_sequence from s->d1 to s->rlayer.d.Matt Caswell
2015-03-26Move ssl3_record_sequence_update into record layerMatt Caswell
2015-03-26Move buffered_app_data from s->d1 to s->rlayer.dMatt Caswell
2015-03-26Move handshake_fragment, handshake_fragment_len, alert_fragment andMatt Caswell
2015-03-26Fix seg fault in dtls1_newMatt Caswell
2015-03-26Moved processed_rcds and unprocessed_rcds from s->d1 to s->rlayer.dMatt Caswell
2015-03-26Move bitmap and next_bitmap from s->d1 to s->rlayer.d.Matt Caswell
2015-03-26Move r_epoch and w_epoch from s->d1 to s->rlayer.dMatt Caswell
2015-03-26Introduce a DTLS_RECORD_LAYER type for DTLS record layer stateMatt Caswell
2015-03-26Move DTLS1_RECORD_DATA into rec_layer.hMatt Caswell
2015-03-26Move read_sequence and write_sequence from s->s3 to s->rlayerMatt Caswell
2015-03-26Move s->s3->wpend_* to s->rlayerMatt Caswell
2015-03-26Move handshake_fragment, handshake_fragment_len, alert_fragment andMatt Caswell
2015-03-26Move s->s3->wnum to s->rlayer.wnumMatt 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-26Remove unneccessary use of accessor function now code is moved into recordMatt Caswell
2015-03-26Make rrec, wrec, rbuf and wbuf fully private to the record layer. Also, cleanMatt Caswell