- Sep 14, 2001
-
-
Geoff Thorpe authored
tested previously.
-
Geoff Thorpe authored
fix a typo and add cleanup operations. This also switches on memory leak checking (which is how the rest was found).
-
Bodo Möller authored
-
Bodo Möller authored
based on 0.9.6 tree.
-
Bodo Möller authored
-
- Sep 13, 2001
-
-
Lutz Jänicke authored
-
Lutz Jänicke authored
-
Lutz Jänicke authored
Bodo Moeller).
-
Bodo Möller authored
-
- Sep 12, 2001
-
-
Geoff Thorpe authored
-
Geoff Thorpe authored
-
Geoff Thorpe authored
in "types.h" so that very few headers will need to include engine.h, generally only C files using API functions will need it (reducing the header dependencies quite a lot).
-
Geoff Thorpe authored
-
Dr. Stephen Henson authored
Fix X509V3 macro so they compile.
-
- Sep 11, 2001
-
-
Lutz Jänicke authored
settable (proposed by "Douglas E. Engert" <deengert@anl.gov>).
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
-
- Sep 10, 2001
-
-
Geoff Thorpe authored
-
Geoff Thorpe authored
macros in apps.h.
-
Geoff Thorpe authored
-
Ulf Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
(Working file: progs.h revision 1.24 date: 2001/02/19 16:06:03; author: levitte; state: Exp; lines: +59 -59 Make all configuration macros available for application by making sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. [...])
-
Bodo Möller authored
-
Bodo Möller authored
distinction (which does not work well because if CRYPTO_MDEBUG is defined at library compile time, it is not necessarily defined at application compile time; and memory debugging now can be reconfigured at run-time anyway). To get the intended semantics, we could just use the EVP_DigestInit_dbg unconditionally (which uses the caller's __FILE__ and __LINE__ for memory leak debugging), but this would make memory debugging inconsistent. Instead, callers can use CRYPTO_push_info() to track down memory leaks.
-
Bodo Möller authored
distinction (which does not work well because if CRYPTO_MDEBUG is defined at library compile time, it is not necessarily defined at application compile time; and memory debugging now can be reconfigured at run-time anyway). To get the intended semantics, we could just use the EVP_DigestInit_dbg unconditionally (which uses the caller's __FILE__ and __LINE__ for memory leak debugging), but this would make memory debugging inconsistent. Instead, callers can use CRYPTO_push_info() to track down memory leaks. Also fix indentation, and add OpenSSL copyright.
-
Bodo Möller authored
-
Bodo Möller authored
-
Bodo Möller authored
CRYPTO_set_mem_debug_options() instead of CRYPTO_dbg_set_options(), which is the default implementation of the former and should usually not be directly used by applications (at least if we assume that the options accepted by the default implementation will also be meaningful to any other implementations). Also fix apps/openssl.c and ssl/ssltest such that environment variable setting 'OPENSSL_DEBUG_MEMORY=off' actively disables the compiled-in library defaults (i.e. such that CRYPTO_MDEBUG is ignored in this case).
-
- Sep 08, 2001
-
-
Dr. Stephen Henson authored
-
- Sep 07, 2001
-
-
Bodo Möller authored
<openssl/evp.h> is now used (MD_DIGEST_LENGTH definitions!). No need to include such headers directly in md_rand.c.
-
Lutz Jänicke authored
-