- 27 7月, 2005 1 次提交
-
-
由 Nils Larsch 提交于
PR: 1170 Submitted by: Yair Elharrar Reviewed and edited by: Nils Larsch
-
- 21 7月, 2005 1 次提交
-
-
由 Nils Larsch 提交于
Submitted by: K S Sreeram <sreeram@tachyontech.net>
-
- 16 7月, 2005 1 次提交
-
-
由 Nils Larsch 提交于
./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa] make depend all test work again PR: 1159
-
- 21 6月, 2005 1 次提交
-
-
由 Richard Levitte 提交于
of a 4-character block.
-
- 01 6月, 2005 1 次提交
-
-
由 Nils Larsch 提交于
-
- 17 5月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
[most importantly] put back dependencies accidentaly eliminated in check-in #13342.
-
- 16 5月, 2005 2 次提交
-
-
由 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
-
由 Andy Polyakov 提交于
-
- 15 5月, 2005 1 次提交
-
-
由 Dr. Stephen Henson 提交于
attribute in EVP_PKEY structure.
-
- 11 5月, 2005 1 次提交
-
-
由 Bodo Möller 提交于
(Also improve util/ck_errf.pl script, and occasionally fix source code formatting.)
-
- 10 5月, 2005 1 次提交
-
-
由 Nils Larsch 提交于
EC_GROUP_new_by_nid -> EC_GROUP_new_by_curve_name
-
- 09 5月, 2005 1 次提交
-
-
由 Nils Larsch 提交于
EC_GROUP_get_nid -> EC_GROUP_get_curve_name EC_GROUP_set_nid -> EC_GROUP_set_curve_name
-
- 01 5月, 2005 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 28 4月, 2005 1 次提交
-
-
由 Dr. Stephen Henson 提交于
when decrypting data.
-
- 26 4月, 2005 1 次提交
-
-
由 Bodo Möller 提交于
PR: 959
-
- 23 4月, 2005 1 次提交
-
-
由 Ben Laurie 提交于
-
- 20 4月, 2005 1 次提交
-
-
由 Richard Levitte 提交于
(void * != RSA *)
-
- 13 4月, 2005 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 11 4月, 2005 1 次提交
-
-
由 Richard Levitte 提交于
-
- 05 4月, 2005 1 次提交
-
-
由 Nils Larsch 提交于
-
- 04 4月, 2005 1 次提交
-
-
由 Ben Laurie 提交于
-
- 31 3月, 2005 1 次提交
-
-
由 Ben Laurie 提交于
-
- 30 3月, 2005 1 次提交
-
-
由 Ben Laurie 提交于
-
- 23 3月, 2005 1 次提交
-
-
由 Nils Larsch 提交于
-
- 14 3月, 2005 1 次提交
-
-
由 Bodo Möller 提交于
disabled by default (MDC2 and RC5), which until now were skipped by "make links" and yet supposedly required by some of the Makefiles, meaning that the recent snapshots failed to compile. Problem reported by Nils Larsch.
-
- 05 12月, 2004 1 次提交
-
-
由 Dr. Stephen Henson 提交于
failure and freeing up memory if a failure occurs. PR:620
-
- 03 11月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
if $(EXHEADER) is empty. Notified by many, solution suggested by Carson Gaspar <carson@taltos.org>
-
- 30 8月, 2004 2 次提交
-
-
由 Andy Polyakov 提交于
symbol, but a macro expanded as (*(OPENSSL_ia32cap_loc())). The latter is the only one to be exported to application.
-
由 Andy Polyakov 提交于
-
- 06 8月, 2004 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 27 7月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
is to have a placeholder to small routines, which can be written only in assembler. In IA-32 case this includes processor capability identification and access to Time-Stamp Counter. As discussed earlier OPENSSL_ia32cap is introduced to control recently added SSE2 code pathes (see docs/crypto/OPENSSL_ia32cap.pod). For the moment the code is operational on ELF platforms only. I haven't checked it yet, but I have all reasons to believe that Windows build should fail to link too. I'll be looking into it shortly...
-
- 26 7月, 2004 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
- 12 7月, 2004 1 次提交
-
-
由 Richard Levitte 提交于
-
- 05 7月, 2004 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 31 5月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 18 5月, 2004 2 次提交
-
-
由 Geoff Thorpe 提交于
the Makefiles. NB: this commit is probably going to generate a huge posting and it is highly uninteresting to read.
-
由 Geoff Thorpe 提交于
dh.h, dsa.h, ec.h, ecdh.h, ecdsa.h, rsa.h), as the opaque bignum types are already declared in ossl_typ.h. Add explicit includes for bn.h in those C files that need access to structure internals or API functions+macros.
-
- 16 5月, 2004 1 次提交
-
-
由 Geoff Thorpe 提交于
macros. I'm removing this from the NO_DEPRECATED build.
-
- 15 5月, 2004 1 次提交
-
-
由 Andy Polyakov 提交于
-