summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2014-06-11Enable multi-block support by default.Andy Polyakov
2014-06-10Fixed incorrect return code handling in ssl3_final_finish_macMatt Caswell
2014-06-10Create test/testutil.h for unit test helper macrosMike Bland
2014-06-10Remove experimental DANE code.Dr. Stephen Henson
2014-06-10Fix null pointer errors.Dr. Stephen Henson
2014-06-09SRP ciphersuite correction.Dr. Stephen Henson
2014-06-09Update strength_bits for 3DES.Dr. Stephen Henson
2014-06-07Make tls_session_secret_cb work with CVE-2014-0224 fix.Dr. Stephen Henson
2014-06-05Fix for CVE-2014-0195Dr. Stephen Henson
2014-06-05Fix for CVE-2014-0224Dr. Stephen Henson
2014-06-05Additional CVE-2014-0224 protection.Dr. Stephen Henson
2014-06-05Fix CVE-2014-0221Dr. Stephen Henson
2014-06-05Fix CVE-2014-3470Dr. Stephen Henson
2014-06-02Check there is enough room for extension.David Benjamin
2014-06-02Free up s->d1->buffered_app_data.q properly.zhu qun-ying
2014-06-02Typo: set i to -1 before goto.Sami Farin
2014-06-01Added SSLErr call for internal error in dtls1_buffer_recordMatt Caswell
2014-06-01Delays the queue insertion until after the ssl3_setup_buffers() call due to u...David Ramos
2014-06-01Option to disable padding extension.Dr. Stephen Henson
2014-06-01Allocate extra space when NETSCAPE_HANG_BUG defined.David Ramos
2014-05-30Use correct digest when exporting keying material.Dr. Stephen Henson
2014-05-30Don't compile heartbeat test code on Windows (for now).Dr. Stephen Henson
2014-05-22Fix heartbeat_test for -DOPENSSL_NO_HEARTBEATSMike Bland
2014-05-20Fix signed/unsigned warning.Ben Laurie
2014-05-20For portability use BUF_strndup instead of strndup.Dr. Stephen Henson
2014-05-20Adding padding extension to trace code.Dr. Stephen Henson
2014-05-18Unit/regression test for TLS heartbeats.Mike Bland
2014-05-12Check sk_SSL_CIPHER_num() after assigning sk.Kurt Roeckx
2014-05-12Replace manual ASN1 decoder with ASN1_get_objectSerguei E. Leontiev
2014-05-12Fixed NULL pointer dereference. See PR#3321Matt Caswell
2014-05-11Avoid out-of-bounds write in SSL_get_shared_ciphersGünther Noack
2014-05-11Move length check earlier to ensure we don't go beyond the end of the user's ...Matt Caswell
2014-05-11safety check to ensure we dont send out beyond the users bufferTim Hudson
2014-05-07fix coverity issue 966597 - error line is not always initialisedTim Hudson
2014-05-01Fixed spelling error in error message. Fix supplied by Marcos MaradoMatt Caswell
2014-04-23Fix use after free.Ben Laurie
2014-04-21Fix SSL_CTX_get{first,next}_certificate.Kaspar Brand
2014-04-08VMS build fix #2.Steven M. Schweda
2014-04-07VMS build fix for older compilers.Steven M. Schweda
2014-04-07Add heartbeat extension bounds check.Dr. Stephen Henson
2014-04-05Set TLS padding extension value.Dr. Stephen Henson
2014-03-27Fix memory leak with client auth.Dr. Stephen Henson
2014-03-27Add -no_resumption_on_reneg to SSL_CONF.Dr. Stephen Henson
2014-03-27Update chain building function.Dr. Stephen Henson
2014-03-25Allow duplicate certs in ssl_build_cert_chainEmilia Kasper
2014-03-18Retry callback only after ClientHello received.Piotr Sikora
2014-03-10typoDr. Stephen Henson
2014-03-06bss_dgram.c,d1_lib.c: make it compile with mingw.Andy Polyakov
2014-03-01Add function to free compression methods.Dr. Stephen Henson
2014-02-28Fix compilation errors with no-nextprotonegDr. Stephen Henson