Conversation
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]>
t8m
approved these changes
Aug 26, 2026
andrewkdinh
approved these changes
Aug 26, 2026
|
This pull request is ready to merge |
Contributor
|
Merged to master. Thank you! |
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a forward-port of the patch set with
CHANGES.md/NEWS.mdupdates foropenssl-4.0tomaster. There are two minor changes, comparing to the original patch set:s/nemory/memory/).