- Mar 07, 2001
-
-
Bodo Möller authored
-
Bodo Möller authored
the method misses something.
-
Bodo Möller authored
-
Bodo Möller authored
Initial EC_GROUP_new_curve_GFp implementation.
-
- Mar 06, 2001
-
-
Bodo Möller authored
-
Ulf Möller authored
-
Bodo Möller authored
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 authored
-
Bodo Möller authored
-
Bodo Möller authored
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 authored
-
- Mar 05, 2001
-
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
-
Richard Levitte authored
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
previous commit).
-
Bodo Möller authored
Add EC vaporware: change relevant Makefiles and add some empty source files. "make update".
-
Richard Levitte authored
-
Richard Levitte authored
for Windows compilations if DLL linkage is required or not.
-
Bodo Möller authored
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
-
- Mar 04, 2001
-
-
Bodo Möller authored
-
- Mar 03, 2001
-
-
Bodo Möller authored
The computations for which h was used can be done more efficiently by using BN_rshift1.
-
- Mar 02, 2001
-
-
Richard Levitte authored
it's possible to reuse an SSLv2 session.
-
Richard Levitte authored
variants of a symbol.
-
Richard Levitte authored
-
Richard Levitte authored
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).
-
- Mar 01, 2001
-
-
Lutz Jänicke authored
-
Dr. Stephen Henson authored
Fix bug in copy_email() which would not find emailAddress at start of subject name.
-
- Feb 28, 2001
-
-
Dr. Stephen Henson authored
Fix a bug which caused BN_div to produce the wrong result if rm==num and num < 0.
-
- Feb 27, 2001
-
-
Ulf Möller authored
Submitted by: Henrik Eriksson <henrik.eriksson@axis.com>
-
Ulf Möller authored
-
Ulf Möller authored
-
Richard Levitte authored
Spotted by Pieter Bowman <bowman@math.utah.edu>
-
- Feb 26, 2001
-
-
Dr. Stephen Henson authored
-
Dr. Stephen Henson authored
Enhance OCSP_request_verify() so it finds the signers certificate properly and supports several flags.
-
Richard Levitte authored
Note that all *_it variables are suddenly non-existant according to libeay.num. This is a bug that will be corrected. Please be patient.
-
Richard Levitte authored
-
- Feb 25, 2001
-
-
Dr. Stephen Henson authored
the errant field for more ASN1 error conditions.
-