Commit c75f80a4 authored by Richard Levitte's avatar Richard Levitte
Browse files

openssl dgst: show MD name at all times - CHANGES entry



Related to #8609

Reviewed-by: default avatarPaul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8612)
parent 7ed4b97b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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,