- Jan 23, 2000
-
-
Dr. Stephen Henson authored
Update docs.
-
- Jan 22, 2000
-
-
Ulf Möller authored
-
Dr. Stephen Henson authored
Add new program dhparam and update docs.
-
Dr. Stephen Henson authored
Gets Lutz Jaenicke's name right this time :-) Apologies to both concerned.
-
Dr. Stephen Henson authored
minor changes. Docs haven't been added at this stage. They are probably best included in the 'ciphers' program docs.
-
- Jan 21, 2000
-
-
Dr. Stephen Henson authored
serial numbers.
-
Ulf Möller authored
-
- Jan 20, 2000
-
-
Dr. Stephen Henson authored
-
- Jan 19, 2000
-
-
Dr. Stephen Henson authored
-
- 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.
-