summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2014-07-02Make disabling last cipher work.Thijs Alkemade
2014-07-02Fix possible buffer overrun.Ben Laurie
2014-06-29Fix memory leak.Dr. Stephen Henson
2014-06-28Don't disable state strings with no-ssl2Dr. Stephen Henson
2014-06-28Fix compilation with -DSSL_DEBUG -DTLS_DEBUG -DKSSL_DEBUGyogesh nagarkar
2014-06-27Remove redundant check.Ken Ballou
2014-06-27Don't advertise ECC ciphersuits in SSLv2 compatible client hello.Tomas Mraz
2014-06-22Fix off-by-one errors in ssl_cipher_get_evp()Miod Vallat
2014-06-22Revert "Fix off-by-one errors in ssl_cipher_get_evp()"Matt Caswell
2014-06-22Fixed Windows compilation failureMatt Caswell
2014-06-17Fix signed/unsigned comparisons.Felix Laurie von Massenbach
2014-06-17Remove unused DANE macros. This should be the last DANE stuff...Richard Levitte
2014-06-16Spaces were added in some strings for better readability. However, those spa...Richard Levitte
2014-06-14Accept CCS after sending finished.Dr. Stephen Henson
2014-06-14Adjust VMS build files to the Unix onesRichard Levitte
2014-06-14Make sure that disabling the MAYLOSEDATA3 warning is only done when theRichard Levitte
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-12Remove unimplemented functions.Dr. Stephen Henson
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