summaryrefslogtreecommitdiffstats
path: root/ssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix off-by-one errors in ssl_cipher_get_evp()Miod Vallat2014-06-231-2/+2
* Revert "Fix off-by-one errors in ssl_cipher_get_evp()"Matt Caswell2014-06-221-2/+2
* Fixed Windows compilation failureMatt Caswell2014-06-221-0/+1
* Fix signed/unsigned comparisons.Felix Laurie von Massenbach2014-06-171-3/+3
* Accept CCS after sending finished.Dr. Stephen Henson2014-06-141-0/+1
* Fixed incorrect return code handling in ssl3_final_finish_mac.Matt Caswell2014-06-131-2/+10
* Revert "Fixed incorrect return code handling in ssl3_final_finish_mac"Matt Caswell2014-06-131-10/+2
* Fix off-by-one errors in ssl_cipher_get_evp()Kurt Cancemi2014-06-121-2/+2
* Added OPENSSL_assert check as per PR#3377 reported by Rainer Jung <rainer.jun...Matt Caswell2014-06-121-1/+2
* Enable multi-block support by default.Andy Polyakov2014-06-111-9/+26
* Fixed incorrect return code handling in ssl3_final_finish_macMatt Caswell2014-06-111-2/+10
* Create test/testutil.h for unit test helper macrosMike Bland2014-06-101-6/+4
* Fix null pointer errors.Dr. Stephen Henson2014-06-101-0/+2
* SRP ciphersuite correction.Dr. Stephen Henson2014-06-094-3/+9
* Update strength_bits for 3DES.Dr. Stephen Henson2014-06-092-18/+18
* Make tls_session_secret_cb work with CVE-2014-0224 fix.Dr. Stephen Henson2014-06-071-0/+1
* Add official extension value.Dr. Stephen Henson2014-06-071-0/+4
* Update value to use a free bit.Dr. Stephen Henson2014-06-051-1/+1
* Fix for CVE-2014-0195Dr. Stephen Henson2014-06-051-0/+9
* Fix for CVE-2014-0224Dr. Stephen Henson2014-06-054-0/+17
* Additional CVE-2014-0224 protection.Dr. Stephen Henson2014-06-051-1/+1
* Fix CVE-2014-0221Dr. Stephen Henson2014-06-051-2/+2
* Fix CVE-2014-3470Dr. Stephen Henson2014-06-051-0/+7
* Check there is enough room for extension.David Benjamin2014-06-031-0/+4
* Free up s->d1->buffered_app_data.q properly.zhu qun-ying2014-06-031-3/+6
* Typo: set i to -1 before goto.Sami Farin2014-06-021-1/+1
* Added SSLErr call for internal error in dtls1_buffer_recordMatt Caswell2014-06-011-0/+1
* Delays the queue insertion until after the ssl3_setup_buffers() call due to u...David Ramos2014-06-011-9/+9
* Option to disable padding extension.Dr. Stephen Henson2014-06-012-22/+25
* Allocate extra space when NETSCAPE_HANG_BUG defined.David Ramos2014-06-011-0/+5
* Use correct digest when exporting keying material.Dr. Stephen Henson2014-05-311-1/+1
* Don't compile heartbeat test code on Windows (for now).Dr. Stephen Henson2014-05-311-1/+1
* Fix cast of boolean where cast of LHS intended.Juli Mallett2014-05-261-1/+1
* Fix for non compilation with TLS_DEBUG definedMatt Caswell2014-05-251-5/+1
* Add an NSS output format to sess_id to export to export the session id and th...Martin Kaiser2014-05-242-0/+31
* Fix heartbeat_test for -DOPENSSL_NO_HEARTBEATSMike Bland2014-05-221-0/+10
* For portability use BUF_strndup instead of strndup.Dr. Stephen Henson2014-05-201-2/+2
* Adding padding extension to trace code.Dr. Stephen Henson2014-05-201-1/+2
* Fix bug in signature algorithm copy.Dr. Stephen Henson2014-05-201-1/+1
* Fixup for ancient compilers.Ben Laurie2014-05-191-20/+31
* Zero-initialize heartbeat test write bufferMike Bland2014-05-191-2/+6
* More through error checks in set_upMike Bland2014-05-191-4/+20
* Make it build/run.Ben Laurie2014-05-191-2/+2
* Unit/regression test for TLS heartbeats.Mike Bland2014-05-192-1/+425
* Check sk_SSL_CIPHER_num() after assigning sk.Kurt Roeckx2014-05-121-2/+3
* Replace manual ASN1 decoder with ASN1_get_objectSerguei E. Leontiev2014-05-121-16/+7
* Fixed NULL pointer dereference. See PR#3321Matt Caswell2014-05-121-3/+4
* Avoid out-of-bounds write in SSL_get_shared_ciphersGünther Noack2014-05-121-0/+3
* Move length check earlier to ensure we don't go beyond the end of the user's ...Matt Caswell2014-05-111-14/+15
* safety check to ensure we dont send out beyond the users bufferTim Hudson2014-05-111-0/+15