- 18 5月, 2005 6 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
PR: 1073
-
由 Andy Polyakov 提交于
compiled into *our* aplpications. That's because mingw is always consistent with itself. Having library-side code linked into .dll makes it possible to deploy the .dll with user-code compiled with another compiler [which is pretty much the whole point behind Applink].
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
The 0.9.8 branch is called OpenSSL_0_9_8-stable.
-
由 Andy Polyakov 提交于
-
- 17 5月, 2005 10 次提交
-
-
由 Andy Polyakov 提交于
-
由 Nils Larsch 提交于
-
由 Andy Polyakov 提交于
-
由 Bodo Möller 提交于
PR: 1070
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
first everywhere in crypto and skip stdio.h and string.h [because it includes them].
-
由 Andy Polyakov 提交于
-
由 Bodo Möller 提交于
-
由 Andy Polyakov 提交于
[most importantly] put back dependencies accidentaly eliminated in check-in #13342.
-
- 16 5月, 2005 10 次提交
-
-
由 Andy Polyakov 提交于
-
由 Nils Larsch 提交于
- 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 提交于
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 提交于
-
由 Bodo Möller 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
- 15 5月, 2005 2 次提交
-
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
attribute in EVP_PKEY structure.
-
- 14 5月, 2005 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 13 5月, 2005 4 次提交
-
-
由 Dr. Stephen Henson 提交于
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 提交于
-
由 Dr. Stephen Henson 提交于
-
由 Dr. Stephen Henson 提交于
-
- 12 5月, 2005 4 次提交
-
-
由 Bodo Möller 提交于
(previous revision got this wrong)
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
with the SSL_OP_NO_SSLv2 option.
-
由 Ben Laurie 提交于
-
- 11 5月, 2005 2 次提交
-
-
由 Bodo Möller 提交于
to ChangeLog.0_9_7-stable_not-in-head_FIPS.
-
由 Bodo Möller 提交于
(Also improve util/ck_errf.pl script, and occasionally fix source code formatting.)
-
- 10 5月, 2005 1 次提交
-
-
由 Nils Larsch 提交于
pointers on 64 bit platforms. Patch supplied by Daniel Gryniewicz via Mike Frysinger <vapier@gentoo.org>. PR: 1064
-