summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-11-17 09:03:02 +0000
committerBodo Möller <bodo@openssl.org>2000-11-17 09:03:02 +0000
commitdb70a3fd6eeb757b39aa565ed6e1cb569a831d2f (patch)
tree63ed73285d325029dcaaf233d3ad81ca857617ce /CHANGES
parent28fd5c60deda00db51a3ada467aee6c565f416a2 (diff)
Improve usability of 'openssl passwd' by including
password verification where it makes sense.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 518db59a6c..a6f14fd65a 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]