Commit 4c4f7b6734 for openssl.org

commit 4c4f7b6734bedb317233e93666dee962b6d61dac
Author: Pauli <paul.dale@oracle.com>
Date:   Fri Feb 27 13:24:07 2026 +1100

    Add CHANGES entry noting the removal of the SSL_TXT_FIPS option

    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)

diff --git a/CHANGES.md b/CHANGES.md
index cb00639fff..e3acbdd31c 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -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].