- 13 12月, 2000 4 次提交
-
-
由 Richard Levitte 提交于
Also, define a second debugging configuration without assembler.
-
由 Dr. Stephen Henson 提交于
This was caused by no initialising the buffer to NULL when using the auto allocating version if i2d.
-
由 Dr. Stephen Henson 提交于
Rewrite the extension code to use an ASN1_ITEM structure for its ASN1 operations as well as the old style function pointers (i2d, d2i, new, free). Change standard extensions to support this. Fix a warning in BN_mul(), bn_mul.c about uninitialised 'j'.
-
由 Lutz Jänicke 提交于
-
- 12 12月, 2000 2 次提交
-
-
由 Richard Levitte 提交于
duplicating the certificate that is in the original SSL, remove the one that SSL_new() provided, if any. Spotted by: Mike Zeoli <zeoli@roguewave.com>
-
由 Bodo Möller 提交于
-
- 10 12月, 2000 2 次提交
-
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
- 09 12月, 2000 7 次提交
-
-
由 Richard Levitte 提交于
given. That also allows the arguments to come in any order (-new last, for example).
-
由 Bodo Möller 提交于
to dermine what the expression should look like. Apparently CVS does not like lines longer than about 2^10 characters.
-
由 Bodo Möller 提交于
-
由 Ulf Möller 提交于
-
由 Geoff Thorpe 提交于
DECLARE/IMPLEMENT macros now exist to create type (and prototype) safe wrapper functions that avoid the use of function pointer casting yet retain type-safety for type-specific callbacks. However, most of the usage within OpenSSL itself doesn't really require the extra function because the hash and compare callbacks are internal functions declared only for use by the hash table. So this change catches all those cases and reimplements the functions using the base-level LHASH prototypes and does per-variable casting inside those functions to convert to the appropriate item type. The exception so far is in ssl_lib.c where the hash and compare callbacks are not static - they're exposed in ssl.h so their prototypes should not be changed. In this last case, the IMPLEMENT_LHASH_*** macros have been left intact.
-
由 Ulf Möller 提交于
-
由 Dr. Stephen Henson 提交于
Merge from the ASN1 branch of new ASN1 code to main trunk. Lets see if the makes it to openssl-cvs :-)
-
- 08 12月, 2000 3 次提交
-
-
由 Lutz Jänicke 提交于
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
One problem that looked like a problem in bn_recp.c at first turned out to be a BN_mul bug. An example is given in bn_recp.c; finding the bug responsible for this is left as an exercise.
-
- 07 12月, 2000 6 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
BN_mod_exp_mont does not work properly yet if modulus m is negative (we want computations to be carried out modulo |m|).
-
由 Bodo Möller 提交于
(just in cases someone uses a negative modulus)
-
由 Bodo Möller 提交于
-
由 Ulf Möller 提交于
it is missing.
-
由 Ulf Möller 提交于
-
- 06 12月, 2000 15 次提交
-
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
"xxx tests passed" message.
-
由 Richard Levitte 提交于
stderr...
-
由 Richard Levitte 提交于
-
由 Bodo Möller 提交于
not just on certain platforms.
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
reliable timings yet, please try it out!
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Ulf Möller 提交于
-
由 Richard Levitte 提交于
-
由 Lutz Jänicke 提交于
-
由 Lutz Jänicke 提交于
-
- 05 12月, 2000 1 次提交
-
-