summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2014-06-17Fix signed/unsigned comparisons.Felix Laurie von Massenbach
2014-06-14Accept CCS after sending finished.Dr. Stephen Henson
2014-06-13Fixed incorrect return code handling in ssl3_final_finish_mac.Matt Caswell
2014-06-13Revert "Fixed incorrect return code handling in ssl3_final_finish_mac"Matt Caswell
2014-06-12Fix off-by-one errors in ssl_cipher_get_evp()Kurt Cancemi
2014-06-12Added OPENSSL_assert check as per PR#3377 reported by Rainer Jung <rainer.jun...Matt Caswell
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-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-07Add official extension value.Dr. Stephen Henson
2014-06-05Update value to use a free bit.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-31Use correct digest when exporting keying material.Dr. Stephen Henson
2014-05-31Don't compile heartbeat test code on Windows (for now).Dr. Stephen Henson
2014-05-26Fix cast of boolean where cast of LHS intended.Juli Mallett
2014-05-24Fix for non compilation with TLS_DEBUG definedMatt Caswell
2014-05-24Add an NSS output format to sess_id to export to export the session id and th...Martin Kaiser
2014-05-22Fix heartbeat_test for -DOPENSSL_NO_HEARTBEATSMike Bland
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-20Fix bug in signature algorithm copy.Dr. Stephen Henson
2014-05-19Fixup for ancient compilers.Ben Laurie
2014-05-19Zero-initialize heartbeat test write bufferMike Bland
2014-05-19More through error checks in set_upMike Bland
2014-05-19Make it build/run.Ben Laurie
2014-05-19Unit/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-25make dependGeoff Thorpe