aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/record
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move s->rstate to s->rlayer.rstateMatt Caswell2015-03-264-17/+76
* Move s->packet and s->packet_length into s->rlayerMatt Caswell2015-03-266-48/+63
* Remove unneccessary use of accessor function now code is moved into recordMatt Caswell2015-03-261-1/+1
* Make rrec, wrec, rbuf and wbuf fully private to the record layer. Also, cleanMatt Caswell2015-03-264-43/+36
* Removed dependency on rrec from heartbeat processingMatt Caswell2015-03-262-3/+4
* Introduce macro RECORD_LAYER_setup_comp_bufferMatt Caswell2015-03-263-3/+5
* Move ssl3_pending into the record layerMatt Caswell2015-03-262-0/+10
* Remove RECORD_LAYER_set_ssl and introduce RECORD_LAYER_initMatt Caswell2015-03-262-1/+8
* Provide RECORD_LAYER_set_data functionMatt Caswell2015-03-264-2/+19
* Introduce the functions RECORD_LAYER_release, RECORD_LAYER_read_pending, andMatt Caswell2015-03-262-0/+22
* Create RECORD_LAYER_clear function.Matt Caswell2015-03-262-0/+28
* Tidy up rec_layer.h. Add some comments regarding which functions should beMatt Caswell2015-03-261-4/+29
* Moved s3_pkt.c, s23_pkt.c and d1_pkt.c into the record layer.Matt Caswell2015-03-264-0/+2762
* Move more SSL3_RECORD oriented functions into ssl3_record.cMatt Caswell2015-03-262-2/+716
* Move SSL3_RECORD oriented functions into ssl3_record.cMatt Caswell2015-03-262-0/+710
* Move SSL3_BUFFER set up and release code into ssl3_buffer.cMatt Caswell2015-03-262-1/+121
* Move s->s3->wrec to s>rlayer>wrecMatt Caswell2015-03-261-1/+3
* Encapsulate s->s3->wrecMatt Caswell2015-03-261-0/+1
* Move s->s3->rrec to s->rlayer->rrecMatt Caswell2015-03-261-1/+3