openssl dgst: show MD name at all times - CHANGES entry
authorRichard Levitte <levitte@openssl.org>
Fri, 29 Mar 2019 10:26:55 +0000 (11:26 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 29 Mar 2019 10:26:55 +0000 (11:26 +0100)
Related to #8609

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8612)

CHANGES

diff --git a/CHANGES b/CHANGES
index 95ae4335019c3888870c8fdbcf3c86bd0a0c30d0..4ef63b808fb5591c42cc98e06428019350a6ffcb 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,10 @@
 
  Changes between 1.1.1 and 3.0.0 [xx XXX xxxx]
 
+  *) Changed the output of 'openssl {digestname} < file' to display the
+     digest name in its output.
+     [Richard Levitte]
+
   *) Added a new generic trace API which provides support for enabling
      instrumentation through trace output. This feature is mainly intended
      as an aid for developers and is disabled by default. To utilize it,