2015-05-22 |
Richard Levitte | Fix the update target and remove duplicate file updates |
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-20 |
Kurt Roeckx | Correctly check for export size limit |
tree | commitdiff |
2015-05-20 |
Emilia Kasper | Only support >= 256-bit elliptic curves with ecdh_auto... |
tree | commitdiff |
2015-05-19 |
Dr. Stephen Henson | move masks out of CERT structure |
tree | commitdiff |
2015-05-18 |
Dr. Stephen Henson | Move certificate validity flags out of CERT. |
tree | commitdiff |
2015-05-18 |
Dr. Stephen Henson | Move signing digest out of CERT. |
tree | commitdiff |
2015-05-18 |
Dr. Stephen Henson | CERT tidy |
tree | commitdiff |
2015-05-16 |
Matt Caswell | Further version negotiation updates |
tree | commitdiff |
2015-05-16 |
Matt Caswell | Move SSLv3_*method() functions |
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-15 |
Rich Salz | Use #error in openssl/srp.h |
tree | commitdiff |
2015-05-14 |
Richard Levitte | make depend |
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-13 |
Matt Caswell | Don't allow a CCS when expecting a CertificateVerify |
tree | commitdiff |
2015-05-12 |
Dr. Stephen Henson | Fix cipherlist order. |
tree | commitdiff |
2015-05-12 |
Rich Salz | Make COMP_CTX and COMP_METHOD opaque |
tree | commitdiff |
2015-05-11 |
Rich Salz | Use p==NULL not !p (in if statements, mainly) |
tree | commitdiff |
2015-05-11 |
Matt Caswell | Check sk_SSL_CIPHER_new_null return value |
tree | commitdiff |
2015-05-08 |
Dr. Stephen Henson | Add SSL_use_certificate_chain_file function |
tree | commitdiff |
2015-05-07 |
Rich Salz | Use "==0" instead of "!strcmp" etc |
tree | commitdiff |
2015-05-06 |
Dr. Stephen Henson | Digest cached records if not sending a certificate. |
tree | commitdiff |
2015-05-06 |
Dr. Stephen Henson | SSL_CONF table reorganisation. |
tree | commitdiff |
2015-05-06 |
Gunnar Kudrjavets | Initialize potentially uninitialized local variables |
tree | commitdiff |
2015-05-06 |
Rich Salz | memset, memcpy, sizeof consistency fixes |
tree | commitdiff |
2015-05-05 |
Matt Caswell | Add more error state transitions (DTLS) |
tree | commitdiff |
2015-05-05 |
Matt Caswell | Add more error state transitions (client) |
tree | commitdiff |
2015-05-05 |
Matt Caswell | Add more error state transitions |
tree | commitdiff |
2015-05-05 |
Matt Caswell | Add Error state |
tree | commitdiff |
2015-05-05 |
Matt Caswell | make update |
tree | commitdiff |
2015-05-05 |
mancha security | ssl/kssl.c: include missing header to complete SSL... |
tree | commitdiff |
2015-05-05 |
mancha security | ssl/ssl_asn1.c: Fix typo introduced via cc5b6a03a320f1 |
tree | commitdiff |
2015-05-04 |
Rich Salz | Use safer sizeof variant in malloc |
tree | commitdiff |
2015-05-03 |
mancha security | ssl/s3_srvr.c: Fix typo introduced via 69f682374868b. |
tree | commitdiff |
2015-05-03 |
Dr. Stephen Henson | Add OSSL_NELEM macro. |
tree | commitdiff |
2015-05-01 |
Rich Salz | free NULL cleanup -- coda |
tree | commitdiff |
2015-05-01 |
Rich Salz | Remove goto inside an if(0) block |
tree | commitdiff |
2015-05-01 |
Ben Laurie | u_len may be unused. |
tree | commitdiff |
2015-05-01 |
Rich Salz | free NULL cleanup 11 |
tree | commitdiff |
2015-05-01 |
Rich Salz | free null cleanup finale |
tree | commitdiff |
2015-05-01 |
Rich Salz | free NULL cleanup 7 |
tree | commitdiff |
2015-04-30 |
Matt Caswell | Add sanity check to ssl_get_prev_session |
tree | commitdiff |
2015-04-30 |
Matt Caswell | Sanity check the return from final_finish_mac |
tree | commitdiff |
2015-04-30 |
Matt Caswell | Add sanity check in ssl3_cbc_digest_record |
tree | commitdiff |
2015-04-30 |
Matt Caswell | Sanity check EVP_CTRL_AEAD_TLS_AAD |
tree | commitdiff |
2015-04-30 |
Matt Caswell | make update |
tree | commitdiff |
2015-04-30 |
Rich Salz | free cleanup almost the finale |
tree | commitdiff |
2015-04-30 |
Rich Salz | free NULL cleanup 5a |
tree | commitdiff |
2015-04-30 |
Matt Caswell | Remove redundant includes from dtls1.h |
tree | commitdiff |
2015-04-28 |
Rich Salz | remove malloc casts |
tree | commitdiff |
2015-04-24 |
Rich Salz | Big apps cleanup (option-parsing, etc) |
tree | commitdiff |
2015-04-22 |
Dr. Stephen Henson | SSL_CIPHER lookup functions. |
tree | commitdiff |
2015-04-21 |
Emilia Kasper | Repair EAP-FAST session resumption |
tree | commitdiff |
2015-04-17 |
Emilia Kasper | Error out immediately on empty ciphers list. |
tree | commitdiff |
2015-04-16 |
Viktor Dukhovni | Code style: space after 'if' |
tree | commitdiff |
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 |
next |