aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Make disabling last cipher work.Thijs Alkemade2014-07-021-7/+11
* Fix possible buffer overrun.Ben Laurie2014-07-022-18/+20
* RT 1528; misleading debug print, "pre-master" should be "master key"Rich Salz2014-07-011-1/+1
* RT 1530; fix incorrect commentRich Salz2014-07-011-1/+1
* RT 1229; typo in comment "dont't"->"don't"Rich Salz2014-07-011-1/+1
* Fix warning.Dr. Stephen Henson2014-07-011-1/+1
* Make depend.Ben Laurie2014-06-301-15/+15
* More constification.Ben Laurie2014-06-292-6/+6
* Constification - mostly originally from Chromium.Ben Laurie2014-06-294-9/+9
* Fix memory leak.Dr. Stephen Henson2014-06-291-0/+4
* Don't disable state strings with no-ssl2Dr. Stephen Henson2014-06-281-4/+1
* Fix compilation with -DSSL_DEBUG -DTLS_DEBUG -DKSSL_DEBUGyogesh nagarkar2014-06-281-1/+1
* Remove redundant check.Ken Ballou2014-06-271-1/+1
* Add SHA256 Camellia ciphersuites from RFC5932PK2014-06-272-0/+226
* Don't advertise ECC ciphersuits in SSLv2 compatible client hello.Tomas Mraz2014-06-271-0/+7
* Fix off-by-one errors in ssl_cipher_get_evp()Miod Vallat2014-06-221-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-101-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-021-0/+4
* Free up s->d1->buffered_app_data.q properly.zhu qun-ying2014-06-021-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-241-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