]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
CHANGES.md: remove duplicating "Added support for RFC 8701 GREASE..." entry
authorEugene Syromiatnikov <esyr@openssl.org>
Thu, 19 Mar 2026 20:49:48 +0000 (21:49 +0100)
committerEugene Syromiatnikov <esyr@openssl.org>
Sun, 22 Mar 2026 01:03:52 +0000 (02:03 +0100)
A cleanup after merge conflict resolution in a1420a699d25 "Implement RFC 8701
GREASE for TLS ClientHello".

Fixes: a1420a699d25 "Implement RFC 8701 GREASE for TLS ClientHello".
Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
Reviewed-by: Frederik Wedel-Heinen <fwh.openssl@gmail.com>
MergeDate: Sun Mar 22 01:03:54 2026
(Merged from https://github.com/openssl/openssl/pull/30505)

CHANGES.md

index 6df6c90a675cefc5a2eba077d9c708f1a26e9d3d..e7dd11abf028b263eb0d856624664efa8a63665e 100644 (file)
@@ -74,17 +74,6 @@ OpenSSL Releases
 
    *William McCormack*
 
-### Changes between 3.6 and 4.0 [xx XXX xxxx]
-
- * Added support for RFC 8701 GREASE (Generate Random Extensions And Sustain
-   Extensibility). When `SSL_OP_GREASE` is set, the TLS client injects
-   reserved GREASE values into cipher suites, supported versions, supported
-   groups, signature algorithms, key share, and extensions in the ClientHello
-   to prevent ecosystem ossification. The `openssl s_client` command gains a
-   `-grease` option to enable this.
-
-   *William McCormack*
-
 ### Changes between 3.6 and 4.0 [xx XXX xxxx]
 
  * Added `-expected-rpks` option to the `openssl s_client`