- Jun 05, 2014
-
-
Dr. Stephen Henson authored
Unnecessary recursion when receiving a DTLS hello request can be used to crash a DTLS client. Fixed by handling DTLS hello request without recursion. Thanks to Imre Rad (Search-Lab Ltd.) for discovering this issue. (cherry picked from commit d3152655)
-
Dr. Stephen Henson authored
Check session_cert is not NULL before dereferencing it. (cherry picked from commit 8011cd56)
-
- Jun 04, 2014
-
-
Andy Polyakov authored
-
Andy Polyakov authored
-
- Jun 03, 2014
-
-
Libor Krystek authored
-
- Jun 02, 2014
-
-
David Benjamin authored
-
zhu qun-ying authored
PR#3286
-
Andy Polyakov authored
Submitted by: Ard Biesheuvel.
-
Dr. Stephen Henson authored
Add certificates if -nocerts and -certfile specified when signing in smime application. This can be used this to specify the order certificates appear in the PKCS#7 structure: some broken applications require a certain ordering. PR#3316
-
Sami Farin authored
PR#3302
-
- 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
-