- Jan 24, 2011
-
-
Dr. Stephen Henson authored
Submitted by: Robert Jackson <robert@rjsweb.net> Reviewed by: steve Fix EC_POINT_cmp function for case where b but not a is the point at infinity.
-
- Jan 20, 2011
-
-
Richard Levitte authored
Under Windows, there seems to be a problem relinking fips_premain_dso because that file is locked. Changing from backtick op to using system() with redirection and reading the hash from the output file seems to fix the problem. In an ideal world, there should be no difference, as a command in a backtick op should terminate before the backtick returns, same as it does with system(). We suspect, though, that the loaded binary is cached by Windows for a little while, and that reading the output from a file provides enough delay for the lock to drop before we try to relink.
-
- Jan 04, 2011
-
-
Dr. Stephen Henson authored
alert.
-
- Jan 03, 2011
-
-
Dr. Stephen Henson authored
Submitted by: Rob Austein <sra@hactrn.net> Reviewed by: steve Fix corner cases in RFC3779 code.
-
Dr. Stephen Henson authored
must escape the escape character itself (backslash).
-
Dr. Stephen Henson authored
Submitted by: Rob Austein <sra@hactrn.net> Reviewed by: steve Use OPENSSL_assert() instead of assert().
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
Submitted by: Mark Phalan <mark.phalan@oracle.com> Reviewed by: steve Use L suffix in version number.
-
- Dec 13, 2010
-
-
Bodo Möller authored
[CVS head and later branches have this since revision 1.7 of this file.] Submitted by: Chandler Carruth (Google)
-
- Dec 11, 2010
-
-
Dr. Stephen Henson authored
-
- Dec 02, 2010
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
Submitted by: Stefan Birrer <stefan.birrer@adnovum.ch> Reviewed by: steve Correct SKM_ASN1_SET_OF_d2i macro.
-
Dr. Stephen Henson authored
-
- Dec 01, 2010
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Nov 29, 2010
-
-
Dr. Stephen Henson authored
-
- Nov 27, 2010
-
-
Dr. Stephen Henson authored
-
- Nov 26, 2010
-
-
Ben Laurie authored
-
- Nov 22, 2010
-
-
Dr. Stephen Henson authored
-
- Nov 16, 2010
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Nov 02, 2010
-
-
Dr. Stephen Henson authored
Reviewed by: steve If store is NULL set flags correctly.
-
- Oct 11, 2010
-
-
Dr. Stephen Henson authored
Submitted by: Alexei Khlebnikov <alexei.khlebnikov@opera.com> Reviewed by: steve OOM checking. Leak in OOM fix. Fall-through comment. Duplicate code elimination.
-
- Oct 10, 2010
-
-
Dr. Stephen Henson authored
Submitted by: Mounir IDRASSI <mounir.idrassi@idrix.net> Reviewed by: steve Fix for double free bug in ssl/s3_clnt.c CVE-2010-2939
-
- Oct 06, 2010
-
-
Dr. Stephen Henson authored
are read correctly for non-blocking I/O.
-
- Oct 04, 2010
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Oct 03, 2010
-
-
Dr. Stephen Henson authored
this means that some implementations will be used automatically, e.g. aesni, we do this for cryptodev anyway. Setup cpuid in ENGINE_load_builtin_engines() too as some ENGINEs use it.
-
- Sep 20, 2010
-
-
Dr. Stephen Henson authored
-
- Sep 19, 2010
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
- Aug 30, 2010
-
-
Dr. Stephen Henson authored
-
- Aug 26, 2010
-
-
Bodo Möller authored
Submitted by: Emilia Kapser (Google)
-
Bodo Möller authored
-