- Jan 16, 2000
-
-
Ulf Möller authored
as a shared library without RSA. Use #ifndef NO_SSL2 instead of NO_RSA in ssl/s2*.c. Submitted by: Kris Kennaway <kris@hub.freebsd.org> Modified by Ulf Möller
-
Ulf Möller authored
are not guaranteed to be unpredictable.
-
- Jan 13, 2000
-
-
Bodo Möller authored
-
Bodo Möller authored
-
Ulf Möller authored
returns int (1 = ok, 0 = not seeded). New function RAND_add() is the same as RAND_seed() but takes an estimate of the entropy as an additional argument.
-
- Jan 12, 2000
-
-
Bodo Möller authored
Primes p where (p-1)/2 is prime too are called "safe", not "strong".
-
- Jan 11, 2000
-
-
Richard Levitte authored
-
Richard Levitte authored
Suggested by Bodo.
-
Bodo Möller authored
called with max > n when extend is set.
-
Bodo Möller authored
-
- Jan 09, 2000
-
-
Dr. Stephen Henson authored
Remove references to 'TXT' in -inform and -outform switches.
-
- Jan 08, 2000
-
-
Dr. Stephen Henson authored
-
- Jan 07, 2000
-
-
Ulf Möller authored
-
Dr. Stephen Henson authored
-
- Jan 06, 2000
-
-
Dr. Stephen Henson authored
-
Bodo Möller authored
Add short state string for MS SGC.
-
Bodo Möller authored
-
- Jan 02, 2000
-
-
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.
-
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
-
-
Dr. Stephen Henson authored
-
- Dec 24, 1999
-
-
Dr. Stephen Henson authored
more utilities.
-
- 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.).
-
Dr. Stephen Henson authored
-
- Dec 19, 1999
-
-
Andy Polyakov authored
Submitted by: Roy Woods <roy@centricsystems.ca> Reviewed by: Andy Polyakov
-
- Dec 18, 1999
-
-
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.
-
- Dec 17, 1999
-
-
Richard Levitte authored
With this change, the following is provided and present at all times (meaning CRYPTO_MDEBUG is no longer required to get this functionality): - hooks to provide your own allocation and deallocation routines. They have to have the same interface as malloc(), realloc() and free(). They are registered by calling CRYPTO_set_mem_functions() with the function pointers. - hooks to provide your own memory debugging routines. The have to have the same interface as as the CRYPTO_dbg_*() routines. They are registered by calling CRYPTO_set_mem_debug_functions() with the function pointers. I moved everything that was already built into OpenSSL and did memory debugging to a separate file (mem_dbg.c), to make it clear what is what. With this, the relevance of the CRYPTO_MDEBUG has changed. The only thing in crypto/crypto.h that it affects is the definition of the MemCheck_start and MemCheck_stop macros.
-
- Dec 11, 1999
-
-
Dr. Stephen Henson authored
-
- Dec 10, 1999
-
-
Dr. Stephen Henson authored
Also fix a memory leak in PKCS#7 routines.
-
- Dec 05, 1999
-
-
Dr. Stephen Henson authored
-
- Dec 03, 1999
-
-
Bodo Möller authored
Never use des_set_key (it depends on the global variable des_check_key), but usually des_set_key_unchecked. Only destest.c bothered to look at the return values of des_set_key, but it did not set des_check_key -- if it had done so, most checks would have failed because of wrong parity and because of weak keys.
-
Dr. Stephen Henson authored
-
- Dec 02, 1999
-
-
Dr. Stephen Henson authored
either and has a static and dynamic mix.
-
- Dec 01, 1999
-
-
Dr. Stephen Henson authored
-