2015-04-14 |
Matt Caswell | Fix ssl_get_prev_session overrun |
tree | commitdiff |
2015-04-14 |
Matt Caswell | Check for ClientHello message overruns |
tree | commitdiff |
2015-04-11 |
Rich Salz | free NULL cleanup 9 |
tree | commitdiff |
2015-04-11 |
Rich Salz | free NULL cleanup 10 |
tree | commitdiff |
2015-04-10 |
Kurt Cancemi | The wrong ifdef is used to guard usage of PSK code |
tree | commitdiff |
2015-04-10 |
Matt Caswell | Fix read_ahead issue |
tree | commitdiff |
2015-04-03 |
Dr. Stephen Henson | make depend |
tree | commitdiff |
2015-04-03 |
Dr. Stephen Henson | Rewrite ssl_asn1.c using new ASN.1 code. |
tree | commitdiff |
2015-04-01 |
Emilia Kasper | make update |
tree | commitdiff |
2015-03-31 |
Richard Levitte | Remove SSL_TASK, the DECnet Based SSL Engine - addendum |
tree | commitdiff |
2015-03-31 |
Richard Levitte | Remove SSL_TASK, the DECnet Based SSL Engine |
tree | commitdiff |
2015-03-31 |
Richard Levitte | Remove EXHEADER, TEST, APPS, links:, install: and unins... |
tree | commitdiff |
2015-03-31 |
Richard Levitte | Stop symlinking, move files to intended directory |
tree | commitdiff |
2015-03-31 |
Matt Caswell | Clean up record layer |
tree | commitdiff |
2015-03-31 |
Matt Caswell | Fix record layer "make clean" |
tree | commitdiff |
2015-03-28 |
Rich Salz | free NULL cleanup |
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 | Fix compilation on windows for record layer |
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 | Fix bug where rrec was being released...should have... |
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 | Split out non record layer functions out of s3_pkt... |
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 |
2015-03-25 |
Rich Salz | free NULL cleanup. |
tree | commitdiff |
2015-03-25 |
Matt Caswell | Resolve swallowed returns codes |
tree | commitdiff |
2015-03-25 |
Rich Salz | free NULL cleanup |
tree | commitdiff |
2015-03-25 |
Dr. Stephen Henson | Support key loading from certificate file |
tree | commitdiff |
2015-03-25 |
Matt Caswell | SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG was disabled... |
tree | commitdiff |
2015-03-25 |
Matt Caswell | RAND_bytes updates |
tree | commitdiff |
2015-03-25 |
Matt Caswell | Add ticket length before buffering DTLS message |
tree | commitdiff |
2015-03-25 |
Matt Caswell | Ensure last_write_sequence is saved in DTLS1.2 |
tree | commitdiff |
2015-03-25 |
Rich Salz | free NULL cleanup |
tree | commitdiff |
2015-03-24 |
Dr. Stephen Henson | make depend |
tree | commitdiff |
2015-03-23 |
Kurt Roeckx | return unexpected message when receiving kx with kDHr... |
tree | commitdiff |
2015-03-23 |
Kurt Roeckx | Don't send a for ServerKeyExchange for kDHr and kDHd |
tree | commitdiff |
2015-03-23 |
Kurt Roeckx | Make sure that cert is never NULL |
tree | commitdiff |
2015-03-23 |
Matt Caswell | Fix SSL_clear unused return |
tree | commitdiff |
2015-03-23 |
Matt Caswell | ssl3_set_handshake_header returns |
tree | commitdiff |
2015-03-23 |
Matt Caswell | Fix missing return value checks |
tree | commitdiff |
2015-03-23 |
Matt Caswell | Check libssl function returns |
tree | commitdiff |
2015-03-23 |
Matt Caswell | Don't check curves that haven't been sent |
tree | commitdiff |
2015-03-20 |
David Woodhouse | Add DTLS support to ssltest |
tree | commitdiff |
2015-03-20 |
David Woodhouse | Add DTLS to SSL_get_version |
tree | commitdiff |
2015-03-19 |
Matt Caswell | Fix DHE Null CKE vulnerability |
tree | commitdiff |
2015-03-19 |
Dr. Stephen Henson | Fix for CVE-2015-0291 |
tree | commitdiff |
2015-03-19 |
Matt Caswell | Fix Seg fault in DTLSv1_listen |
tree | commitdiff |
2015-03-19 |
Matt Caswell | Multiblock corrupted pointer fix |
tree | commitdiff |
2015-03-17 |
Matt Caswell | Add sanity check to PRF |
tree | commitdiff |
2015-03-15 |
Rich Salz | OPENSSL_NO_EC* merge; missed one file |
tree | commitdiff |
2015-03-15 |
Kurt Roeckx | Remove ssl_cert_inst() |
tree | commitdiff |
2015-03-12 |
Matt Caswell | SSL_check_chain fix |
tree | commitdiff |
2015-03-12 |
Andy Polyakov | ssl/s3_clnt.c: fix intermittent failures. |
tree | commitdiff |
2015-03-11 |
Rich Salz | Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_EC |
tree | commitdiff |
2015-03-11 |
Matt Caswell | Cleanse buffers |
tree | commitdiff |
2015-03-10 |
Emilia Kasper | Harmonize return values in dtls1_buffer_record |
tree | commitdiff |
2015-03-10 |
Matt Caswell | Prevent handshake with unseeded PRNG |
tree | commitdiff |
next |