Note bug fix for the DSA infinite loop

This commit is contained in:
Ulf Möller 2000-03-01 19:07:58 +00:00
parent 99a97051d4
commit 7a2dfc2a20

View File

@ -4,6 +4,10 @@
Changes between 0.9.5 and 0.9.6 [XX XXX 2000]
*) Don't let DSA_generate_key() enter an infinite loop if the random
number generation fails.
[Bodo Moeller]
*) New 'rand' application for creating pseudo-random output.
[Bodo Moeller]