- May 17, 2005
-
-
Andy Polyakov authored
-
Nils Larsch authored
-
Andy Polyakov authored
-
Bodo Möller authored
PR: 1070
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
first everywhere in crypto and skip stdio.h and string.h [because it includes them].
-
- May 16, 2005
-
-
Andy Polyakov authored
-
Bodo Möller authored
-
Andy Polyakov authored
[most importantly] put back dependencies accidentaly eliminated in check-in #13342.
-
Andy Polyakov authored
-
Nils Larsch authored
- hide the EC_KEY structure definition in ec_lcl.c + add some functions to use/access the EC_KEY fields - change the way how method specific data (ecdsa/ecdh) is attached to a EC_KEY - add ECDSA_sign_ex and ECDSA_do_sign_ex functions with additional parameters for pre-computed values - rebuild libeay.num from 0.9.7
-
Bodo Möller authored
timing attacks. BN_FLG_EXP_CONSTTIME requests this algorithm, and this done by default for RSA/DSA/DH private key computations unless RSA_FLAG_NO_EXP_CONSTTIME/DSA_FLAG_NO_EXP_CONSTTIME/ DH_FLAG_NO_EXP_CONSTTIME is set. Submitted by: Matthew D Wood Reviewed by: Bodo Moeller
-
Bodo Möller authored
-
Bodo Möller authored
-
Andy Polyakov authored
-
- May 15, 2005
-
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
attribute in EVP_PKEY structure.
-
- May 14, 2005
-
-
Dr. Stephen Henson authored
-
- May 12, 2005
-
-
Dr. Stephen Henson authored
is made to directly cast a function of one type to what it considers and incompatible type. In particular gcc 3.4.2. Add new openssl_fcast macro to place functions into a form where the compiler will allow them to be cast. The current version achives this by casting to: void function(void).
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
-
Bodo Möller authored
(previous revision got this wrong)
-
- May 11, 2005
-
-
Bodo Möller authored
-
Bodo Möller authored
with the SSL_OP_NO_SSLv2 option.
-
Ben Laurie authored
-
Bodo Möller authored
to ChangeLog.0_9_7-stable_not-in-head_FIPS.
-
Bodo Möller authored
(Also improve util/ck_errf.pl script, and occasionally fix source code formatting.)
-
- May 10, 2005
-
-
Nils Larsch authored
pointers on 64 bit platforms. Patch supplied by Daniel Gryniewicz via Mike Frysinger <vapier@gentoo.org>. PR: 1064
-
Nils Larsch authored
EC_GROUP_new_by_nid -> EC_GROUP_new_by_curve_name
-
Nils Larsch authored
PR: 1061
-
- May 09, 2005
-
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Bodo Möller authored
during "make errors" and thus during "make update". Fix lots of bugs that util/ck_errf.pl can detect automatically. Various others of these are still left to fix; that's why "make update" will complain loudly when run now.
-
Bodo Möller authored
-