2015-05-25 |
Matt Caswell | Don't send an alert if we've just received one |
tree | commitdiff |
2015-05-22 |
Lubom | Lost alert in DTLS |
tree | commitdiff |
2015-05-22 |
Matt Caswell | Fix a memory leak in compression |
tree | commitdiff |
2015-05-16 |
Matt Caswell | Updates following review comments |
tree | commitdiff |
2015-05-16 |
Matt Caswell | Version negotiation rewrite cleanup |
tree | commitdiff |
2015-05-16 |
Matt Caswell | Client side version negotiation rewrite |
tree | commitdiff |
2015-05-16 |
Matt Caswell | Server side version negotiation rewrite |
tree | commitdiff |
2015-05-14 |
Richard Levitte | Identify and move OpenSSL internal header files |
tree | commitdiff |
2015-05-13 |
Matt Caswell | Remove Kerberos support from libssl |
tree | commitdiff |
2015-05-06 |
Rich Salz | memset, memcpy, sizeof consistency fixes |
tree | commitdiff |
2015-05-04 |
Rich Salz | Use safer sizeof variant in malloc |
tree | commitdiff |
2015-05-01 |
Rich Salz | free NULL cleanup -- coda |
tree | commitdiff |
2015-05-01 |
Ben Laurie | u_len may be unused. |
tree | commitdiff |
2015-05-01 |
Rich Salz | free null cleanup finale |
tree | commitdiff |
2015-04-30 |
Matt Caswell | Sanity check EVP_CTRL_AEAD_TLS_AAD |
tree | commitdiff |
2015-04-30 |
Matt Caswell | Remove redundant includes from dtls1.h |
tree | commitdiff |
2015-04-16 |
Viktor Dukhovni | Code style: space after 'if' |
tree | commitdiff |
2015-04-10 |
Matt Caswell | Fix read_ahead issue |
tree | commitdiff |
2015-03-31 |
Matt Caswell | Clean up record layer |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Add Record Layer documentation |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Fix formatting oddities |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Fix record.h formatting |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Define SEQ_NUM_SIZE |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Rename record layer source files |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Remove some unneccessary macros |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Renamed record layer header files |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Reorganise header files |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Remove last trace of non-record layer code reading... |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Move last_write_sequence from s->d1 to s->rlayer.d. |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Move ssl3_record_sequence_update into record layer |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Move buffered_app_data from s->d1 to s->rlayer.d |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Move handshake_fragment, handshake_fragment_len, alert_... |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Fix seg fault in dtls1_new |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Moved processed_rcds and unprocessed_rcds from s->d1... |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Move bitmap and next_bitmap from s->d1 to s->rlayer.d. |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Move r_epoch and w_epoch from s->d1 to s->rlayer.d |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Introduce a DTLS_RECORD_LAYER type for DTLS record... |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Move DTLS1_RECORD_DATA into rec_layer.h |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Move read_sequence and write_sequence from s->s3 to... |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Move s->s3->wpend_* to s->rlayer |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Move handshake_fragment, handshake_fragment_len, alert_... |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Move s->s3->wnum to s->rlayer.wnum |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Move s->rstate to s->rlayer.rstate |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Move s->packet and s->packet_length into s->rlayer |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Remove unneccessary use of accessor function now code... |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Make rrec, wrec, rbuf and wbuf fully private to the... |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Removed dependency on rrec from heartbeat processing |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Introduce macro RECORD_LAYER_setup_comp_buffer |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Move ssl3_pending into the record layer |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Remove RECORD_LAYER_set_ssl and introduce RECORD_LAYER_init |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Provide RECORD_LAYER_set_data function |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Introduce the functions RECORD_LAYER_release, RECORD_LA... |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Create RECORD_LAYER_clear function. |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Tidy up rec_layer.h. Add some comments regarding which... |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Moved s3_pkt.c, s23_pkt.c and d1_pkt.c into the record... |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Move more SSL3_RECORD oriented functions into ssl3_record.c |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Move SSL3_RECORD oriented functions into ssl3_record.c |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Move SSL3_BUFFER set up and release code into ssl3_buffer.c |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Move s->s3->wrec to s>rlayer>wrec |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Encapsulate s->s3->wrec |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Move s->s3->rrec to s->rlayer->rrec |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Encapsulate s->s3->rrec |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Move s->s3->wbuf to s->rlayer->wbuf |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Encapsulate access to s->s3->wbuf |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Move s->s3->rrec into s->rlayer |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Encapsulate SSL3_BUFFER and all access to s->s3->rbuf. |
tree | commitdiff |
2015-03-26 |
Matt Caswell | Create a RECORD_LAYER structure and move read_ahead... |
tree | commitdiff |
|