]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add CHANGES entry noting the removal of the SSL_TXT_FIPS option
authorPauli <paul.dale@oracle.com>
Fri, 27 Feb 2026 02:24:07 +0000 (13:24 +1100)
committerDmitry Belyavskiy <beldmit@gmail.com>
Sat, 28 Feb 2026 10:47:39 +0000 (11:47 +0100)
The option was a remnant of the FIPS canister and wasn't used anywhere.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Simo Sorce <simo@redhat.com>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/30200)

CHANGES.md

index cb00639fff0dad51128946bb1217c61aab752feb..e3acbdd31cac2032a5b362c3f10aa5924c3f7fd9 100644 (file)
@@ -110,6 +110,11 @@ OpenSSL Releases
 
    *Viktor Dukhovni*
 
+ * The SSL_TXT_FIPS option has been removed.  This was a remnant of
+   the old FIPS canister and wasn't used anymore.
+
+   * Dr Paul Dale *
+
  * Added support for TLS 1.3 SM cipher suites `TLS_SM4_GCM_SM3` and `TLS_SM4_CCM_SM3`
    from [RFC8998].