- Jan 06, 2000
-
-
Bodo Möller authored
Add short state string for MS SGC.
-
Bodo Möller authored
messages.
-
Bodo Möller authored
-
- Jan 05, 2000
-
-
Bodo Möller authored
-
Bodo Möller authored
-
Andy Polyakov authored
-
Bodo Möller authored
set the #! line with the path to Perl. Submitted by: Peter Jones
-
- Jan 04, 2000
-
-
Andy Polyakov authored
passes 'make test' now:-)
-
- Jan 02, 2000
-
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Dr. Stephen Henson authored
-
- Jan 01, 2000
-
-
Dr. Stephen Henson authored
that can automatically determine the type of a DER encoded "traditional" format private key and change some of the d2i functions to use it instead of requiring the application to work out the key type.
-
- Dec 29, 1999
-
-
Bodo Möller authored
except when following the specs is bound to fail.
-
Bodo Möller authored
they can sometimes be different memory structures.
-
Bodo Möller authored
if anyone had actually ever needed that they should have fixed this typo)
-
Bodo Möller authored
-
Dr. Stephen Henson authored
the middle of the OID table so the diff is rather large :-(
-
Dr. Stephen Henson authored
represent everything by OIDs.
-
- Dec 26, 1999
-
-
Andy Polyakov authored
is added.
-
Dr. Stephen Henson authored
-
- Dec 25, 1999
-
-
Andy Polyakov authored
-
- Dec 24, 1999
-
-
Dr. Stephen Henson authored
more utilities.
-
Dr. Stephen Henson authored
-
- Dec 23, 1999
-
-
Dr. Stephen Henson authored
-
- Dec 22, 1999
-
-
Bodo Möller authored
(which was allowed by old ASCII definitions but is not compatible with ISO 8859-1, ISO 10646 etc.).
-
Richard Levitte authored
-
Dr. Stephen Henson authored
-
- Dec 20, 1999
-
-
Andy Polyakov authored
-
- Dec 19, 1999
-
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
Submitted by: Roy Woods <roy@centricsystems.ca> Reviewed by: Andy Polyakov
-
Andy Polyakov authored
-
- Dec 18, 1999
-
-
Bodo Möller authored
CRYPTO_add_info => CRYPTO_push_info CRYPTO_remove_info => CRYPTO_pop_info in the hope that these names are more descriptive; and "make update".
-
Bodo Möller authored
-
Bodo Möller authored
(and that malloc can be called with an int argument). - Use proper prototypes (with argument list) for various function pointers, avoid casts (however there are still many such cases left in these files). - Avoid collissions in app_info_cmp if sizeof int != sizeof long. - Use CRYPTO_LOCK_MALLOC in mem_dbg.c.
-
Bodo Möller authored
-
Richard Levitte authored
- Made CRYPTO_MDEBUG even less used in crypto.h, giving MemCheck_start() and MemCheck_stop() only one possible definition. - Made the values of the debug function pointers in mem.c dependent on the existence of the CRYPTO_MDEBUG macro, and made the rest of the code understand the NULL case. That's it. With this code, the old behvior of the debug functionality is restored, but you can still opt to have it on, even when the library wasn't compiled with a defined CRYPTO_MDEBUG.
-
Richard Levitte authored
- Moved the handling of compile-time defaults from crypto.h to mem_dbg.c, since it doesn't make sense for the library users to try to affect this without recompiling libcrypto. - Made sure V_CRYPTO_MDEBUG_TIME and V_CRYPTO_MDEBUG_THREAD had clear and constant definitions. - Aesthetic correction.
-