summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2014-06-29More constification.Ben Laurie
2014-06-29Constification - mostly originally from Chromium.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-27Add SHA256 Camellia ciphersuites from RFC5932PK
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-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