[openssl/openssl] 7bba68: CHANGES.md: restore removed "OpenSSL 4.1" header

"'esyr' via openssl-commits" <[email protected]>
Newsgroups gmane.comp.encryption.openssl.cvs
Message-ID <openssl/openssl/push/refs/heads/master/[email protected]>
  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 7bba68cafbfd9e96780fad8ae1f438d5cfb92388
      https://github.com/openssl/openssl/commit/7bba68cafbfd9e96780fad8ae1f438d5cfb92388
  Author: Eugene Syromiatnikov <[email protected]>
  Date:   2026-08-28 (Fri, 28 Aug 2026)

  Changed paths:
    M CHANGES.md

  Log Message:
  -----------
  CHANGES.md: restore removed "OpenSSL 4.1" header

For some inconceivable reason, the header got removed in commit
2357b35ff7b8 "Ensure TLS 1.3 ciphersuites are actually for TLS 1.3"
without any justification, or even mention.  Restore it.

Fixes: 2357b35ff7b8 "Ensure TLS 1.3 ciphersuites are actually for TLS 1.3"
Signed-off-by: Eugene Syromiatnikov <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Andrew Dinh <[email protected]>
Merge-date: Fri Aug 28 11:16:06 2026
Merged-from: https://github.com/openssl/openssl/pull/32484


  Commit: 19fbbd80b5cd4a503afab8004fcca8f4a76d230f
      https://github.com/openssl/openssl/commit/19fbbd80b5cd4a503afab8004fcca8f4a76d230f
  Author: Eugene Syromiatnikov <[email protected]>
  Date:   2026-08-28 (Fri, 28 Aug 2026)

  Changed paths:
    M CHANGES.md

  Log Message:
  -----------
  CHANGES.md: rephrase TLS 1.3 ticket lifetime cap change log record

Complements: 21c92ae589af "Enforce RFC 8446 ticket lifetime limit for TLS 1.3 client"
Signed-off-by: Eugene Syromiatnikov <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Andrew Dinh <[email protected]>
Merge-date: Fri Aug 28 11:16:07 2026
Merged-from: https://github.com/openssl/openssl/pull/32484


  Commit: 9e2dcd506b2a23e970d3ad20785b28b94500cbe5
      https://github.com/openssl/openssl/commit/9e2dcd506b2a23e970d3ad20785b28b94500cbe5
  Author: Eugene Syromiatnikov <[email protected]>
  Date:   2026-08-28 (Fri, 28 Aug 2026)

  Changed paths:
    M CHANGES.md
    M NEWS.md

  Log Message:
  -----------
  CHANGES.md, NEWS.md: reorder HollowByte change log record, add missing period

Move HollowByte change log record after records with assigned CVE
numbers and severity ratings, add period at the end of the lead
sentence, add a link to the PR in the comment.

Complements: c4c5d2bbd7ab "Update CHANGES/NEWS to mention the HollowByte fix"
Signed-off-by: Eugene Syromiatnikov <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Andrew Dinh <[email protected]>
Merge-date: Fri Aug 28 11:16:08 2026
Merged-from: https://github.com/openssl/openssl/pull/32484


  Commit: b350fb26856456235503f95ec40e19de10660a0e
      https://github.com/openssl/openssl/commit/b350fb26856456235503f95ec40e19de10660a0e
  Author: Eugene Syromiatnikov <[email protected]>
  Date:   2026-08-28 (Fri, 28 Aug 2026)

  Changed paths:
    M CHANGES.md
    M NEWS.md

  Log Message:
  -----------
  CHANGES.md, NEWS.md: update for 4.0.2

4.0.2 CHANGES.md includes the following:
 * CVE-2026-14456, CVE-2026-14457, CVE-2026-18798, CVE-2026-54874,
   CVE-2026-54876, CVE-2026-63072, CVE-2026-63073, CVE-2026-63074,
   CVE-2026-63075, CVE-2026-63076, CVE-2026-75803
 * https://github.com/openssl/openssl/pull/31174
   "Enforce RFC 8446 ticket lifetime limit for TLS 1.3 client"
   (already present)
 * https://github.com/openssl/openssl/pull/31572
   "[4.0, 3.6, 3.5, 3.4] Add icx compiler version support in perl asm scripts"
 * https://github.com/openssl/openssl/pull/31749
   "Add documentation for OPENSSL_armcap"
 * https://github.com/openssl/openssl/pull/31764
   "x509: fix OCSP BasicResponse leak during verification"
   (included as CVE-2026-54876)
 * https://github.com/openssl/openssl/pull/32052
   "QUIC server: limit the number of pending connections"
   (included as CVE-2026-14456)
 * https://github.com/openssl/openssl/pull/32300
   "[4.0] Reject explicitly supplied invalid tags and generate tags for empty AEAD messages"
   (included as CVE-2026-75803)
 * https://github.com/openssl/openssl/pull/32427
   "Backport #32256 openssl 4.0 to 3.0"

4.0.2 NEWS.md includes the following:
 * CVE-2026-14456, CVE-2026-14457, CVE-2026-18798, CVE-2026-54874,
   CVE-2026-54876, CVE-2026-63072, CVE-2026-63073, CVE-2026-63074,
   CVE-2026-63075, CVE-2026-63076, CVE-2026-75803
 * https://github.com/openssl/openssl/pull/31764
   "x509: fix OCSP BasicResponse leak during verification"
   (included as CVE-2026-54876)
 * https://github.com/openssl/openssl/pull/32052
   "QUIC server: limit the number of pending connections"
   (included as CVE-2026-14456)
 * https://github.com/openssl/openssl/pull/32300
   "[4.0] Reject explicitly supplied invalid tags and generate tags for empty AEAD messages"
   (included as CVE-2026-75803)
 * https://github.com/openssl/openssl/pull/32427
   "Backport #32256 openssl 4.0 to 3.0"

Signed-off-by: Eugene Syromiatnikov <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
Reviewed-by: Andrew Dinh <[email protected]>
Merge-date: Fri Aug 28 11:16:09 2026
Merged-from: https://github.com/openssl/openssl/pull/32484


Compare: https://github.com/openssl/openssl/compare/1fbe7151a1d4...b350fb268564

To unsubscribe from these emails, change your notification settings at https://github.com/openssl/openssl/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups "openssl-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To view this discussion visit https://groups.google.com/a/openssl.org/d/msgid/openssl-commits/openssl/openssl/push/refs/heads/master/1fbe71-b350fb%40github.com.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.