Document DSA and SHA.

New function BN_pseudo_rand().
Use BN_prime_checks_size(BN_num_bits(w)) rounds of Miller-Rabin when
generating DSA primes (why not use BN_is_prime()?)
This commit is contained in:
Ulf Möller
2000-01-27 19:31:26 +00:00
parent 0c23524963
commit 38e33cef15
32 changed files with 855 additions and 65 deletions

View File

@@ -2,7 +2,14 @@
OpenSSL CHANGES
_______________
Changes between 0.9.4 and 0.9.5 [xx XXX 1999]
Changes between 0.9.4 and 0.9.5 [xx XXX 2000]
*) Use BN_prime_checks_size(BN_num_bits(w)) rounds of Miller-Rabin when
generating DSA primes.
[Ulf M<>ller]
*) New function BN_pseudo_rand().
[Ulf M<>ller]
*) Clean up BN_mod_mul_montgomery(): replace the broken (and unreadable)
bignum version of BN_from_montgomery() with the working code from