[openssl] master update

Dr. Paul Dale pauli at openssl.org
Fri May 7 07:53:51 UTC 2021


The branch master has been updated
       via  28a8d07d7fb8046b9efcca33a4a7a26a1591c6c7 (commit)
      from  22d1138fe2fde9a16e80b81de1d848ae6fa879ef (commit)


- Log -----------------------------------------------------------------
commit 28a8d07d7fb8046b9efcca33a4a7a26a1591c6c7
Author: Pauli <pauli at openssl.org>
Date:   Thu May 6 15:22:38 2021 +1000

    changes: add note about application output formatting differences.
    
    Fixes #13220
    
    Reviewed-by: Tomas Mraz <tomas at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/15168)

-----------------------------------------------------------------------

Summary of changes:
 CHANGES.md | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/CHANGES.md b/CHANGES.md
index 9d557c5c53..29d28f91ab 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -134,6 +134,15 @@ OpenSSL 3.0
    Previously (in 1.1.1) they would return -2. For key types that do not have
    parameters then EVP_PKEY_param_check() will always return 1.
 
+ * The output from the command line applications may have minor
+   changes.  These are primarily changes in capitalisation and white
+   space.  However, in some cases, there are additional differences.
+   For example, the DH parameters output from `dhparam` now lists 'P',
+   'Q', 'G' and 'pcounter' instead of 'prime', 'generator', 'subgroup
+   order' and 'counter' respectively.
+
+   *Paul Dale*
+
  * The output from numerous "printing" functions such as X509_signature_print(),
    X509_print_ex(), X509_CRL_print_ex(), and other similar functions has been
    amended such that there may be cosmetic differences between the output


More information about the openssl-commits mailing list