]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
CHANGES.md, NEWS.md: various ffixes
authorEugene Syromiatnikov <esyr@openssl.org>
Wed, 17 Sep 2025 15:46:07 +0000 (17:46 +0200)
committerTomas Mraz <tomas@openssl.org>
Fri, 17 Oct 2025 16:52:09 +0000 (18:52 +0200)
 * Adding missing periods.
 * Consistently using "OpenSSL" as the project's name.
 * Fixing the "`EVP_SKEY`" formatting reverted by a merge resolution
   in f815ee19e066 "Harden RSA public encrypt".
 * Fitting the lines in 80 characters, do a bit more semantic line breaks.

Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28734)

CHANGES.md

index 87d452e1a737d5abe9bf8b3c30eb874917863471..ab5a14a5353e9b6e7128e467d6a2ff0836569bd4 100644 (file)
@@ -69,7 +69,7 @@ OpenSSL 3.6
    *Dr Paul Dale*
 
  * `openssl req` no longer generates certificates with an empty extension list
-   when SKID/AKID are set to `none` during generation
+   when SKID/AKID are set to `none` during generation.
 
    *David Benjamin*
 
@@ -139,8 +139,8 @@ OpenSSL 3.6
 
    *Julian Zhu*
 
- * Added options `CRYPTO_MEM_SEC` and `CRYPTO_MEM_SEC_MINSIZE` to openssl app to
-   initialize secure memory at the beginning of openssl app.
+ * Added options `CRYPTO_MEM_SEC` and `CRYPTO_MEM_SEC_MINSIZE` to openssl app
+   to initialize secure memory at the beginning of openssl app.
 
    *Norbert Pocs*
 
@@ -211,14 +211,14 @@ OpenSSL 3.6
 
    *Viktor Dukhovni*
 
- * Added an `openssl configutl` utility for processing the openssl
+ * Added an `openssl configutl` utility for processing the OpenSSL
    configuration file and dumping the equal configuration file.
 
    *Dmitry Belyavskiy based on Clemens Lang's code*
 
- * Support setting a free function thunk to `OPENSSL_sk` stack types. Using a thunk
-   allows the type specific free function to be called with the correct type
-   information from generic functions like `OPENSSL_sk_pop_free()`.
+ * Support setting a free function thunk to `OPENSSL_sk` stack types. Using
+   a thunk allows the type specific free function to be called with the correct
+   type information from generic functions like `OPENSSL_sk_pop_free()`.
 
    *Frederik Wedel-Heinen*
 
@@ -260,8 +260,8 @@ OpenSSL 3.6
 
    *Theo Buehler*
 
- * HKDF with (SHA-256, SHA-384, SHA-512) has assigned OIDs. Added ability to load
-   HKDF configured with these explicit digests by name or OID.
+ * HKDF with (SHA-256, SHA-384, SHA-512) has assigned OIDs. Added ability
+   to load HKDF configured with these explicit digests by name or OID.
 
    *Daniel Van Geest (CryptoNext Security)*
 
@@ -274,9 +274,11 @@ OpenSSL 3.6
  * Added support for TLS 1.3 OCSP multi-stapling for server certs.
      * new `s_client` options:
        * `-ocsp_check_leaf`: Checks the status of the leaf (server) certificate.
-       * `-ocsp_check_all`: Checks the status of all certificates in the server chain.
+       * `-ocsp_check_all`: Checks the status of all certificates in the server
+         chain.
      * new `s_server` option:
-       * `-status_all` Provides OCSP status information for the entire server certificate chain (multi-stapling) for TLS 1.3 and later.
+       * `-status_all` Provides OCSP status information for the entire server
+         certificate chain (multi-stapling) for TLS 1.3 and later.
 
      * Improved `-status_file` option can now be given multiple times to provide
        multiple files containing OCSP responses.