aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
2014-07-05Reduce casting nastiness.Ben Laurie3-2/+11
2014-07-05Don't limit message sizes in ssl3_get_cert_verify.Dr. Stephen Henson1-1/+1
2014-07-04Remove all RFC5878 code.Dr. Stephen Henson11-760/+7
2014-07-02Make disabling last cipher work.Thijs Alkemade1-7/+11
2014-07-02Fix possible buffer overrun.Ben Laurie2-18/+20
2014-07-01RT 1528; misleading debug print, "pre-master" should be "master key"Rich Salz1-1/+1
2014-07-01RT 1530; fix incorrect commentRich Salz1-1/+1
2014-07-01RT 1229; typo in comment "dont't"->"don't"Rich Salz1-1/+1
2014-07-01Fix warning.Dr. Stephen Henson1-1/+1
2014-06-30Make depend.Ben Laurie1-15/+15
2014-06-29More constification.Ben Laurie2-6/+6
2014-06-29Constification - mostly originally from Chromium.Ben Laurie4-9/+9
2014-06-29Fix memory leak.Dr. Stephen Henson1-0/+4
2014-06-28Don't disable state strings with no-ssl2Dr. Stephen Henson1-4/+1
2014-06-28Fix compilation with -DSSL_DEBUG -DTLS_DEBUG -DKSSL_DEBUGyogesh nagarkar1-1/+1
2014-06-27Remove redundant check.Ken Ballou1-1/+1
2014-06-27Add SHA256 Camellia ciphersuites from RFC5932PK2-0/+226
2014-06-27Don't advertise ECC ciphersuits in SSLv2 compatible client hello.Tomas Mraz1-0/+7
2014-06-22Fix off-by-one errors in ssl_cipher_get_evp()Miod Vallat1-2/+2
2014-06-22Revert "Fix off-by-one errors in ssl_cipher_get_evp()"Matt Caswell1-2/+2
2014-06-22Fixed Windows compilation failureMatt Caswell1-0/+1
2014-06-17Fix signed/unsigned comparisons.Felix Laurie von Massenbach1-3/+3
2014-06-14Accept CCS after sending finished.Dr. Stephen Henson1-0/+1
2014-06-13Fixed incorrect return code handling in ssl3_final_finish_mac.Matt Caswell1-2/+10
2014-06-13Revert "Fixed incorrect return code handling in ssl3_final_finish_mac"Matt Caswell1-10/+2
2014-06-12Fix off-by-one errors in ssl_cipher_get_evp()Kurt Cancemi1-2/+2
2014-06-12Added OPENSSL_assert check as per PR#3377 reported by Rainer Jung <rainer.jun...Matt Caswell1-1/+2
2014-06-11Enable multi-block support by default.Andy Polyakov1-9/+26
2014-06-10Fixed incorrect return code handling in ssl3_final_finish_macMatt Caswell1-2/+10
2014-06-10Create test/testutil.h for unit test helper macrosMike Bland1-6/+4
2014-06-10Fix null pointer errors.Dr. Stephen Henson1-0/+2
2014-06-09SRP ciphersuite correction.Dr. Stephen Henson4-3/+9
2014-06-09Update strength_bits for 3DES.Dr. Stephen Henson2-18/+18
2014-06-07Make tls_session_secret_cb work with CVE-2014-0224 fix.Dr. Stephen Henson1-0/+1
2014-06-07Add official extension value.Dr. Stephen Henson1-0/+4
2014-06-05Update value to use a free bit.Dr. Stephen Henson1-1/+1
2014-06-05Fix for CVE-2014-0195Dr. Stephen Henson1-0/+9
2014-06-05Fix for CVE-2014-0224Dr. Stephen Henson4-0/+17
2014-06-05Additional CVE-2014-0224 protection.Dr. Stephen Henson1-1/+1
2014-06-05Fix CVE-2014-0221Dr. Stephen Henson1-2/+2
2014-06-05Fix CVE-2014-3470Dr. Stephen Henson1-0/+7
2014-06-02Check there is enough room for extension.David Benjamin1-0/+4
2014-06-02Free up s->d1->buffered_app_data.q properly.zhu qun-ying1-3/+6
2014-06-02Typo: set i to -1 before goto.Sami Farin1-1/+1
2014-06-01Added SSLErr call for internal error in dtls1_buffer_recordMatt Caswell1-0/+1
2014-06-01Delays the queue insertion until after the ssl3_setup_buffers() call due to u...David Ramos1-9/+9
2014-06-01Option to disable padding extension.Dr. Stephen Henson2-22/+25
2014-06-01Allocate extra space when NETSCAPE_HANG_BUG defined.David Ramos1-0/+5
2014-05-31Use correct digest when exporting keying material.Dr. Stephen Henson1-1/+1
2014-05-31Don't compile heartbeat test code on Windows (for now).Dr. Stephen Henson1-1/+1