| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix ssl_get_prev_session overrun | Matt Caswell | 2015-04-14 | 1 | -0/+5 |
* | Check for ClientHello message overruns | Matt Caswell | 2015-04-14 | 1 | -1/+41 |
* | free NULL cleanup 9 | Rich Salz | 2015-04-11 | 2 | -26/+12 |
* | free NULL cleanup 10 | Rich Salz | 2015-04-11 | 4 | -13/+8 |
* | The wrong ifdef is used to guard usage of PSK code | Kurt Cancemi | 2015-04-10 | 1 | -1/+1 |
* | Fix read_ahead issue | Matt Caswell | 2015-04-10 | 1 | -1/+1 |
* | make depend | Dr. Stephen Henson | 2015-04-03 | 1 | -1/+1 |
* | Rewrite ssl_asn1.c using new ASN.1 code. | Dr. Stephen Henson | 2015-04-03 | 1 | -439/+275 |
* | make update | Emilia Kasper | 2015-04-01 | 1 | -115/+226 |
* | Remove SSL_TASK, the DECnet Based SSL Engine - addendum | Richard Levitte | 2015-03-31 | 1 | -20/+0 |
* | Remove SSL_TASK, the DECnet Based SSL Engine | Richard Levitte | 2015-03-31 | 2 | -646/+1 |
* | Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant | Richard Levitte | 2015-03-31 | 1 | -20/+2 |
* | Stop symlinking, move files to intended directory | Richard Levitte | 2015-03-31 | 10 | -8140/+0 |
* | Clean up record layer | Matt Caswell | 2015-03-31 | 3 | -121/+150 |
* | Fix record layer "make clean" | Matt Caswell | 2015-03-31 | 1 | -1/+3 |
* | free NULL cleanup | Rich Salz | 2015-03-28 | 2 | -6/+3 |
* | Add Record Layer documentation | Matt Caswell | 2015-03-26 | 1 | -0/+78 |
* | Fix formatting oddities | Matt Caswell | 2015-03-26 | 1 | -5/+3 |
* | Fix record.h formatting | Matt Caswell | 2015-03-26 | 1 | -27/+26 |
* | Define SEQ_NUM_SIZE | Matt Caswell | 2015-03-26 | 3 | -7/+9 |
* | Fix compilation on windows for record layer | Matt Caswell | 2015-03-26 | 1 | -1/+1 |
* | Rename record layer source files | Matt Caswell | 2015-03-26 | 4 | -12/+12 |
* | Remove some unneccessary macros | Matt Caswell | 2015-03-26 | 1 | -7/+7 |
* | Renamed record layer header files | Matt Caswell | 2015-03-26 | 7 | -4/+7 |
* | Reorganise header files | Matt Caswell | 2015-03-26 | 7 | -351/+150 |
* | Remove last trace of non-record layer code reading and writing sequence | Matt Caswell | 2015-03-26 | 2 | -4/+5 |
* | Move last_write_sequence from s->d1 to s->rlayer.d. | Matt Caswell | 2015-03-26 | 4 | -24/+30 |
* | Move ssl3_record_sequence_update into record layer | Matt Caswell | 2015-03-26 | 4 | -15/+13 |
* | Move buffered_app_data from s->d1 to s->rlayer.d | Matt Caswell | 2015-03-26 | 4 | -30/+29 |
* | Move handshake_fragment, handshake_fragment_len, alert_fragment and | Matt Caswell | 2015-03-26 | 3 | -38/+44 |
* | Fix seg fault in dtls1_new | Matt Caswell | 2015-03-26 | 3 | -8/+11 |
* | Moved processed_rcds and unprocessed_rcds from s->d1 to s->rlayer.d | Matt Caswell | 2015-03-26 | 5 | -47/+64 |
* | Move bitmap and next_bitmap from s->d1 to s->rlayer.d. | Matt Caswell | 2015-03-26 | 6 | -121/+351 |
* | Move r_epoch and w_epoch from s->d1 to s->rlayer.d | Matt Caswell | 2015-03-26 | 6 | -28/+31 |
* | Introduce a DTLS_RECORD_LAYER type for DTLS record layer state | Matt Caswell | 2015-03-26 | 3 | -0/+49 |
* | Move DTLS1_RECORD_DATA into rec_layer.h | Matt Caswell | 2015-03-26 | 2 | -9/+10 |
* | Move read_sequence and write_sequence from s->s3 to s->rlayer | Matt Caswell | 2015-03-26 | 10 | -38/+61 |
* | Move s->s3->wpend_* to s->rlayer | Matt Caswell | 2015-03-26 | 4 | -22/+25 |
* | Move handshake_fragment, handshake_fragment_len, alert_fragment and | Matt Caswell | 2015-03-26 | 3 | -41/+40 |
* | Move s->s3->wnum to s->rlayer.wnum | Matt Caswell | 2015-03-26 | 3 | -8/+9 |
* | Move s->rstate to s->rlayer.rstate | Matt Caswell | 2015-03-26 | 8 | -64/+79 |
* | Move s->packet and s->packet_length into s->rlayer | Matt Caswell | 2015-03-26 | 10 | -67/+84 |
* | Remove unneccessary use of accessor function now code is moved into record | Matt Caswell | 2015-03-26 | 1 | -1/+1 |
* | Make rrec, wrec, rbuf and wbuf fully private to the record layer. Also, clean | Matt Caswell | 2015-03-26 | 4 | -43/+36 |
* | Removed dependency on rrec from heartbeat processing | Matt Caswell | 2015-03-26 | 6 | -26/+22 |
* | Introduce macro RECORD_LAYER_setup_comp_buffer | Matt Caswell | 2015-03-26 | 5 | -7/+7 |
* | Fix bug where rrec was being released...should have been removed by one of | Matt Caswell | 2015-03-26 | 1 | -1/+0 |
* | Move ssl3_pending into the record layer | Matt Caswell | 2015-03-26 | 4 | -11/+10 |
* | Remove RECORD_LAYER_set_ssl and introduce RECORD_LAYER_init | Matt Caswell | 2015-03-26 | 3 | -4/+9 |
* | Provide RECORD_LAYER_set_data function | Matt Caswell | 2015-03-26 | 6 | -19/+25 |