- 07 3月, 2001 8 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
(This will be used for Lim/Lee precomputation data.)
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
the method misses something.
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
Initial EC_GROUP_new_curve_GFp implementation.
-
由 Bodo Möller 提交于
-
- 06 3月, 2001 14 次提交
-
-
由 Ulf Möller 提交于
-
由 Bodo Möller 提交于
abort with errors if no name is defined for some object, which was the case for 'pilotAttributeType 27'. Also avoid this very situation by assigning the name 'pilotAttributeType27'.
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
Rename 'EC_GROUP_set'-related functions to names similar to 'EC_GROUP_set_curve' because they don't care about the generator. Add new functions.
-
由 Ulf Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Richard Levitte 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
previous commit).
-
由 Bodo Möller 提交于
Add EC vaporware: change relevant Makefiles and add some empty source files. "make update".
-
- 05 3月, 2001 3 次提交
-
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
for Windows compilations if DLL linkage is required or not.
-
由 Bodo Möller 提交于
sets the subject name for a new request or supersedes the subject name in a given request. Add options '-batch' and '-verbose' to 'openssl req'. Submitted by: Massimiliano Pala <madwolf@hackmasters.net> Reviewed by: Bodo Moeller
-
- 04 3月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
-
- 03 3月, 2001 1 次提交
-
-
由 Bodo Möller 提交于
The computations for which h was used can be done more efficiently by using BN_rshift1.
-
- 02 3月, 2001 5 次提交
-
-
由 Richard Levitte 提交于
it's possible to reuse an SSLv2 session.
-
由 Richard Levitte 提交于
variants of a symbol.
-
由 Richard Levitte 提交于
-
由 Richard Levitte 提交于
functions on platform were that's the best way to handle exporting global variables in shared libraries. To enable this functionality, one must configure with "EXPORT_VAR_AS_FN" or defined the C macro "OPENSSL_EXPORT_VAR_AS_FUNCTION" in crypto/opensslconf.h (the latter is normally done by Configure or something similar). To implement a global variable, use the macro OPENSSL_IMPLEMENT_GLOBAL in the source file (foo.c) like this: OPENSSL_IMPLEMENT_GLOBAL(int,foo)=1; OPENSSL_IMPLEMENT_GLOBAL(double,bar); To declare a global variable, use the macros OPENSSL_DECLARE_GLOBAL and OPENSSL_GLOBAL_REF in the header file (foo.h) like this: OPENSSL_DECLARE_GLOBAL(int,foo); #define foo OPENSSL_GLOBAL_REF(foo) OPENSSL_DECLARE_GLOBAL(double,bar); #define bar OPENSSL_GLOBAL_REF(bar) The #defines are very important, and therefore so is including the header file everywere where the defined globals are used. The macro OPENSSL_EXPORT_VAR_AS_FUNCTION also affects the definition of ASN.1 items, but that structure is a bt different. The largest change is in util/mkdef.pl which has been enhanced with better and easier to understand logic to choose which symbols should go into the Windows .def files as well as a number of fixes and code cleanup (among others, algorithm keywords are now sorted lexicographically to avoid constant rewrites).
-
由 Lutz Jänicke 提交于
-
- 01 3月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix bug in copy_email() which would not find emailAddress at start of subject name.
-
- 28 2月, 2001 4 次提交
-
-
由 Dr. Stephen Henson 提交于
Fix a bug which caused BN_div to produce the wrong result if rm==num and num < 0.
-
由 Ulf Möller 提交于
Submitted by: Henrik Eriksson <henrik.eriksson@axis.com>
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
- 27 2月, 2001 2 次提交
-
-
由 Richard Levitte 提交于
Spotted by Pieter Bowman <bowman@math.utah.edu>
-
由 Dr. Stephen Henson 提交于
-
- 26 2月, 2001 1 次提交
-
-
由 Dr. Stephen Henson 提交于
Enhance OCSP_request_verify() so it finds the signers certificate properly and supports several flags.
-