Skip to content

[master] CHANGES.md, NEWS.md: update for 4.0.2 - #32484

Closed
esyr wants to merge 4 commits into
openssl:masterfrom
esyr:esyr/changes-news-4.0.2-master
Closed

esyr wants to merge 4 commits into
openssl:masterfrom
esyr:esyr/changes-news-4.0.2-master

Conversation

@esyr

@esyr esyr commented Aug 25, 2026

Copy link
Copy Markdown
Member

This is a forward-port of the patch set with CHANGES.md/NEWS.md updates for openssl-4.0 to master. There are two minor changes, comparing to the original patch set:

  • Added the 4.0.2 release date.
  • Fixed a typo in CVE-2026-54876 description (s/nemory/memory/).

esyr added 4 commits August 25, 2026 15:14
For some inconceivable reason, the header got removed in commit
2357b35 "Ensure TLS 1.3 ciphersuites are actually for TLS 1.3"
without any justification, or even mention.  Restore it.

Fixes: 2357b35 "Ensure TLS 1.3 ciphersuites are actually for TLS 1.3"
Signed-off-by: Eugene Syromiatnikov <[email protected]>
Complements: 21c92ae "Enforce RFC 8446 ticket lifetime limit for TLS 1.3 client"
Signed-off-by: Eugene Syromiatnikov <[email protected]>
…g 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: c4c5d2b "Update CHANGES/NEWS to mention the HollowByte fix"
Signed-off-by: Eugene Syromiatnikov <[email protected]>
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
 * openssl#31174
   "Enforce RFC 8446 ticket lifetime limit for TLS 1.3 client"
   (already present)
 * openssl#31572
   "[4.0, 3.6, 3.5, 3.4] Add icx compiler version support in perl asm scripts"
 * openssl#31749
   "Add documentation for OPENSSL_armcap"
 * openssl#31764
   "x509: fix OCSP BasicResponse leak during verification"
   (included as CVE-2026-54876)
 * openssl#32052
   "QUIC server: limit the number of pending connections"
   (included as CVE-2026-14456)
 * openssl#32300
   "[4.0] Reject explicitly supplied invalid tags and generate tags for empty AEAD messages"
   (included as CVE-2026-75803)
 * openssl#32427
   "Backport openssl#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
 * openssl#31764
   "x509: fix OCSP BasicResponse leak during verification"
   (included as CVE-2026-54876)
 * openssl#32052
   "QUIC server: limit the number of pending connections"
   (included as CVE-2026-14456)
 * openssl#32300
   "[4.0] Reject explicitly supplied invalid tags and generate tags for empty AEAD messages"
   (included as CVE-2026-75803)
 * openssl#32427
   "Backport openssl#32256 openssl 4.0 to 3.0"

Signed-off-by: Eugene Syromiatnikov <[email protected]>
@esyr esyr added branch: master Applies to master branch triaged: documentation The issue/pr deals with documentation (errors) labels Aug 25, 2026
@openssl-ci-bot openssl-ci-bot Bot added the approval: review pending This pull request needs review by a committer label Aug 25, 2026
@t8m t8m added the tests: exempted The PR is exempt from requirements for testing label Aug 26, 2026
@t8m
t8m requested a review from a team August 26, 2026 13:08
@openssl-ci-bot openssl-ci-bot Bot added approval: done This pull request has the required number of approvals approval: ready to merge The 24 hour grace period has passed, ready to merge and removed approval: review pending This pull request needs review by a committer approval: done This pull request has the required number of approvals labels Aug 26, 2026
@openssl-ci-bot

Copy link
Copy Markdown

This pull request is ready to merge

@jogme

jogme commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Merged to master. Thank you!

@jogme jogme closed this Aug 28, 2026
openssl-machine pushed a commit that referenced this pull request Aug 28, 2026
For some inconceivable reason, the header got removed in commit
2357b35 "Ensure TLS 1.3 ciphersuites are actually for TLS 1.3"
without any justification, or even mention.  Restore it.

Fixes: 2357b35 "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: #32484
openssl-machine pushed a commit that referenced this pull request Aug 28, 2026
Complements: 21c92ae "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: #32484
openssl-machine pushed a commit that referenced this pull request Aug 28, 2026
…g 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: c4c5d2b "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: #32484
openssl-machine pushed a commit that referenced this pull request Aug 28, 2026
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
 * #31174
   "Enforce RFC 8446 ticket lifetime limit for TLS 1.3 client"
   (already present)
 * #31572
   "[4.0, 3.6, 3.5, 3.4] Add icx compiler version support in perl asm scripts"
 * #31749
   "Add documentation for OPENSSL_armcap"
 * #31764
   "x509: fix OCSP BasicResponse leak during verification"
   (included as CVE-2026-54876)
 * #32052
   "QUIC server: limit the number of pending connections"
   (included as CVE-2026-14456)
 * #32300
   "[4.0] Reject explicitly supplied invalid tags and generate tags for empty AEAD messages"
   (included as CVE-2026-75803)
 * #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
 * #31764
   "x509: fix OCSP BasicResponse leak during verification"
   (included as CVE-2026-54876)
 * #32052
   "QUIC server: limit the number of pending connections"
   (included as CVE-2026-14456)
 * #32300
   "[4.0] Reject explicitly supplied invalid tags and generate tags for empty AEAD messages"
   (included as CVE-2026-75803)
 * #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: #32484
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approval: ready to merge The 24 hour grace period has passed, ready to merge branch: master Applies to master branch tests: exempted The PR is exempt from requirements for testing triaged: documentation The issue/pr deals with documentation (errors)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants