aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-09-14 04:07:04 +0200
committerRichard Levitte <levitte@openssl.org>2016-09-14 18:02:29 +0200
commit2e04d6cc9d7976f476a18a1e002d07c31d67c15c (patch)
treef88e502a9fbb8924f5a4694292a1180a87bea41f /CHANGES
parent4e57a12ba73fd96254ffde00066e212c3219583e (diff)
downloadopenssl-2e04d6cc9d7976f476a18a1e002d07c31d67c15c.zip
openssl-2e04d6cc9d7976f476a18a1e002d07c31d67c15c.tar.gz
openssl-2e04d6cc9d7976f476a18a1e002d07c31d67c15c.tar.bz2
Document the new SHA256 and SHA512 password generation options
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b233c23..38b025a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
*)
+ *) 'openssl passwd' can now produce SHA256 and SHA512 based output,
+ using the algorithm defined in
+ https://www.akkadia.org/drepper/SHA-crypt.txt
+ [Richard Levitte]
+
Changes between 1.0.2h and 1.1.0 [25 Aug 2016]
*) Windows command-line tool supports UTF-8 opt-in option for arguments