- 15 1月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
because otherwise BN_rand will fail unless DEVRANDOM works, which causes the programs to dump core because they don't check the return value of BN_rand (and if they did, we still couldn't test anything). - add comment to some files that appear not to be used at all.
-
由 Bodo Möller 提交于
-
- 14 1月, 2000 4 次提交
-
-
由 Bodo Möller 提交于
and re-enable seeding with more data than read from DEVRANDOM -- just don't pretend it contains entropy.
-
由 Ulf Möller 提交于
-
由 Bodo Möller 提交于
(only the CRYPTO_push_info's in the apps/ directory are included in the CVS commit, not all those I used in crypto/)
-
由 Ulf Möller 提交于
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.
-
- 12 1月, 2000 2 次提交
-
-
由 Bodo Möller 提交于
Primes p where (p-1)/2 is prime too are called "safe", not "strong".
-
由 Bodo Möller 提交于
(created by bn_prime.pl, which now prints the copyright/license note as found in bn_prime.h)
-
- 09 1月, 2000 3 次提交
-
-
由 Dr. Stephen Henson 提交于
Remove references to 'TXT' in -inform and -outform switches.
-
由 Ben Laurie 提交于
-
由 Dr. Stephen Henson 提交于
functions so it doesn't crash. Document s_client.
-
- 07 1月, 2000 5 次提交
-
-
由 Bodo Möller 提交于
but crypto/asn1/a_strnid.c had "nombchar".
-
由 Bodo Möller 提交于
-
由 Bodo Möller 提交于
Submitted by: Reviewed by: PR:
-
由 Dr. Stephen Henson 提交于
Fix so CRLDistributionPoints relativeName option uses the correct type.
-
由 Dr. Stephen Henson 提交于
-
- 06 1月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 03 1月, 2000 2 次提交
-
-
由 Andy Polyakov 提交于
-
由 Dr. Stephen Henson 提交于
-
- 02 1月, 2000 1 次提交
-
-
由 Dr. Stephen Henson 提交于
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.
-
- 29 12月, 1999 2 次提交
-
-
由 Dr. Stephen Henson 提交于
the middle of the OID table so the diff is rather large :-(
-
由 Dr. Stephen Henson 提交于
represent everything by OIDs.
-
- 27 12月, 1999 2 次提交
-
-
由 Andy Polyakov 提交于
is added.
-
由 Dr. Stephen Henson 提交于
-
- 26 12月, 1999 1 次提交
-
-
由 Andy Polyakov 提交于
-
- 25 12月, 1999 2 次提交
-
-
由 Dr. Stephen Henson 提交于
more utilities.
-
由 Dr. Stephen Henson 提交于
-
- 23 12月, 1999 1 次提交
-
-
由 Dr. Stephen Henson 提交于
-
- 22 12月, 1999 2 次提交
-
-
由 Richard Levitte 提交于
-
由 Dr. Stephen Henson 提交于
-
- 20 12月, 1999 4 次提交
-
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
-
由 Andy Polyakov 提交于
Submitted by: Roy Woods <roy@centricsystems.ca> Reviewed by: Andy Polyakov
-
由 Andy Polyakov 提交于
-
- 18 12月, 1999 6 次提交
-
-
由 Bodo Möller 提交于
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 提交于
-
由 Bodo Möller 提交于
(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.
-
由 Richard Levitte 提交于
- 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 提交于
- 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.
-
由 Richard Levitte 提交于
-