Improve usability of 'openssl passwd' by including
password verification where it makes sense.
diff --git a/CHANGES b/CHANGES
index 518db59..a6f14fd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,18 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) In 'openssl passwd', verify passwords read from the terminal
+ unless the '-salt' option is used (which usually means that
+ verification would just waste user's time since the resulting
+ hash is going to be compared with some given password hash)
+ or the new '-noverify' option is used.
+
+ This is an incompatible change, but it does not affect
+ non-interactive use of 'openssl passwd' (passwords on the command
+ line, '-stdin' option, '-in ...' option) and thus should not
+ cause any problems.
+ [Bodo Moeller]
+
*) Remove all references to RSAref, since there's no more need for it.
[Richard Levitte]