aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/record
Commit message (Expand)AuthorAgeFilesLines
* Fix ssl3_read_bytes handshake fragment bugMatt Caswell2015-08-031-0/+4
* Move DTLS CCS processing into the state machineMatt Caswell2015-08-031-55/+15
* Move TLS CCS processing into the state machineMatt Caswell2015-08-033-50/+41
* Fix write failure handling in DTLS1.2Matt Caswell2015-07-301-1/+1
* Remove SSL_OP_TLS_BLOCK_PADDING_BUGEmilia Kasper2015-06-101-22/+0
* Correct type of RECORD_LAYER_get_rrec_length()Matt Caswell2015-06-102-2/+2
* Use CRYPTO_memcmp in ssl3_record.cEmilia Kasper2015-06-081-2/+1
* Remove struct ccs_header_stMatt Caswell2015-05-291-3/+0
* Don't send an alert if we've just received oneMatt Caswell2015-05-251-1/+12
* Lost alert in DTLSLubom2015-05-221-1/+1
* Fix a memory leak in compressionMatt Caswell2015-05-224-26/+45
* Updates following review commentsMatt Caswell2015-05-162-29/+21
* Version negotiation rewrite cleanupMatt Caswell2015-05-163-126/+6
* Client side version negotiation rewriteMatt Caswell2015-05-162-1/+16
* Server side version negotiation rewriteMatt Caswell2015-05-164-40/+124
* Identify and move OpenSSL internal header filesRichard Levitte2015-05-141-1/+1
* Remove Kerberos support from libsslMatt Caswell2015-05-131-33/+0
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-052-7/+8
* Use safer sizeof variant in mallocRich Salz2015-05-041-4/+3
* free NULL cleanup -- codaRich Salz2015-05-011-9/+4
* u_len may be unused.Ben Laurie2015-05-011-1/+1
* free null cleanup finaleRich Salz2015-05-013-27/+12
* Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell2015-04-301-2/+5
* Remove redundant includes from dtls1.hMatt Caswell2015-04-301-0/+2
* Code style: space after 'if'Viktor Dukhovni2015-04-163-6/+6
* Fix read_ahead issueMatt Caswell2015-04-101-1/+1
* Clean up record layerMatt Caswell2015-03-313-121/+150
* Add Record Layer documentationMatt Caswell2015-03-261-0/+78
* Fix formatting odditiesMatt Caswell2015-03-261-5/+3
* Fix record.h formattingMatt Caswell2015-03-261-27/+26
* Define SEQ_NUM_SIZEMatt Caswell2015-03-263-7/+9
* Rename record layer source filesMatt Caswell2015-03-263-4/+4
* Remove some unneccessary macrosMatt Caswell2015-03-261-7/+7
* Renamed record layer header filesMatt Caswell2015-03-266-3/+6
* Reorganise header filesMatt Caswell2015-03-266-348/+150
* Remove last trace of non-record layer code reading and writing sequenceMatt Caswell2015-03-261-2/+4
* Move last_write_sequence from s->d1 to s->rlayer.d.Matt Caswell2015-03-262-3/+27
* Move ssl3_record_sequence_update into record layerMatt Caswell2015-03-262-2/+13
* Move buffered_app_data from s->d1 to s->rlayer.dMatt Caswell2015-03-262-5/+27
* Move handshake_fragment, handshake_fragment_len, alert_fragment andMatt Caswell2015-03-262-30/+43
* Fix seg fault in dtls1_newMatt Caswell2015-03-262-2/+7
* Moved processed_rcds and unprocessed_rcds from s->d1 to s->rlayer.dMatt Caswell2015-03-263-10/+63
* Move bitmap and next_bitmap from s->d1 to s->rlayer.d.Matt Caswell2015-03-264-115/+348
* Move r_epoch and w_epoch from s->d1 to s->rlayer.dMatt Caswell2015-03-263-14/+24
* Introduce a DTLS_RECORD_LAYER type for DTLS record layer stateMatt Caswell2015-03-262-0/+39
* Move DTLS1_RECORD_DATA into rec_layer.hMatt Caswell2015-03-261-0/+10
* Move read_sequence and write_sequence from s->s3 to s->rlayerMatt Caswell2015-03-264-20/+45
* Move s->s3->wpend_* to s->rlayerMatt Caswell2015-03-263-17/+25
* Move handshake_fragment, handshake_fragment_len, alert_fragment andMatt Caswell2015-03-262-33/+40
* Move s->s3->wnum to s->rlayer.wnumMatt Caswell2015-03-262-7/+9