- Jun 01, 2014
-
-
Andy Polyakov authored
-
Matt Caswell authored
-
David Ramos authored
Delays the queue insertion until after the ssl3_setup_buffers() call due to use-after-free bug. PR#3362
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
Add TLS padding extension to SSL_OP_ALL so it is used with other "bugs" options and can be turned off. This replaces SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG which is an ancient option referring to SSLv2 and SSLREF. PR#3336
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
armcap.c is shared between 32- and 64-bit builds and features link-time detection of getauxval. Submitted by: Ard Biesheuvel.
-
Ben Laurie authored
-
Ben Laurie authored
Closes #116.
-
Ben Laurie authored
-
Ben Laurie authored
-
Ben Laurie authored
-
Ben Laurie authored
-
Felix Laurie von Massenbach authored
-
Felix Laurie von Massenbach authored
-
Felix Laurie von Massenbach authored
-
Felix Laurie von Massenbach authored
-
Felix Laurie von Massenbach authored
Generates a number coprime to 2, 3, 5, 7, 11. Speed: Trial div (add) : trial div (retry) : coprime 1 : 0.42 : 0.84
-
Felix Laurie von Massenbach authored
-
Felix Laurie von Massenbach authored
-
Felix Laurie von Massenbach authored
~2% speed improvement on trial division.
-
Felix Laurie von Massenbach authored
Possibly some reduction in bias, but no speed gains.
-
Felix Laurie von Massenbach authored
-
Felix Laurie von Massenbach authored
-
Felix Laurie von Massenbach authored
-
Felix Laurie von Massenbach authored
-
Felix Laurie von Massenbach authored
-
Felix Laurie von Massenbach authored
-
Felix Laurie von Massenbach authored
-
Dr. Stephen Henson authored
-
David Ramos authored
Make sure there is an extra 4 bytes for server done message when NETSCAPE_HANG_BUG is defined. PR#3361
-
David Ramos authored
PR#3313
-
- May 31, 2014
-
-
Dr. Stephen Henson authored
PR#3319
-
Dr. Stephen Henson authored
-
- May 30, 2014
-
-
Hubert Kario authored
the verify app man page didn't describe the usage of attime option even though it was listed as a valid option in the -help message. This patch fixes this omission.
-
Hubert Kario authored
While the -help message references this option, the man page doesn't mention the -no_ecdhe option. This patch fixes this omission.
-