-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tls-tests: updating the auto-generated certs for TLS tests #35781
Conversation
Signed-off-by: Adi Suissa-Peleg <adip@google.com>
Signed-off-by: Adi Suissa-Peleg <adip@google.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@adisuissa there is a ticket to address the committed certs here #23912 i just didnt get round to looking at it yet i think this needs ... /backport |
…y#35781) Signed-off-by: Adi Suissa-Peleg <adip@google.com> Signed-off-by: Adi (Suissa) Peleg <adip@google.com>
…y#35781) Signed-off-by: Adi Suissa-Peleg <adip@google.com> Signed-off-by: Adi (Suissa) Peleg <adip@google.com>
…y#35781) Signed-off-by: Adi Suissa-Peleg <adip@google.com> Signed-off-by: Adi (Suissa) Peleg <adip@google.com>
…y#35781) Signed-off-by: Adi Suissa-Peleg <adip@google.com> Signed-off-by: Adi (Suissa) Peleg <adip@google.com> Signed-off-by: Ryan Northey <ryan@synca.io>
Signed-off-by: Adi Suissa-Peleg <adip@google.com> Signed-off-by: Adi (Suissa) Peleg <adip@google.com>
Signed-off-by: Adi Suissa-Peleg <adip@google.com> Signed-off-by: Adi (Suissa) Peleg <adip@google.com>
Signed-off-by: Adi Suissa-Peleg <adip@google.com> Signed-off-by: Adi (Suissa) Peleg <adip@google.com> Signed-off-by: Ryan Northey <ryan@synca.io>
…y#35781) Signed-off-by: Adi Suissa-Peleg <adip@google.com> Signed-off-by: Adi (Suissa) Peleg <adip@google.com>
Yep... it needs to be backported. |
i backported it already as it was failing branch ci - not 100% if i did it correctly but it seems to have worked on all but 1.28 fwiw only 1.30 and 1.31 were actually failing so not clear whether it was needed on 1.28 (or 1.29) |
…y#35781) Signed-off-by: Adi Suissa-Peleg <adip@google.com> Signed-off-by: Ryan Northey <ryan@synca.io>
…y#35781) Signed-off-by: Ryan Northey <ryan@synca.io>
…y#35781) Signed-off-by: Ryan Northey <ryan@synca.io>
…y#35781) Signed-off-by: Ryan Northey <ryan@synca.io>
…y#35781) Signed-off-by: Ryan Northey <ryan@synca.io>
…y#35781) Signed-off-by: Adi Suissa-Peleg <adip@google.com> Signed-off-by: Adi (Suissa) Peleg <adip@google.com>
…y#35781) Signed-off-by: Ryan Northey <ryan@synca.io>
…y#35781) Signed-off-by: Ryan Northey <ryan@synca.io>
…y#35781) (envoyproxy#35802) Signed-off-by: Ryan Northey <ryan@synca.io>
Commit Message: tls-tests: updating the auto-generated certs for TLS tests
Additional Description:
Some tests are broken due to out of date. Previous refresh was in #22792.
Most changes were the output of
test/common/tls/test_data/certs.sh
.3 non-automatic modifications:
test/common/tls/test_data/certs.sh
- updated because openssl x509 days argument no longer accepts days that are < -1.test/common/tls/ssl_socket_test.cc
- introduced new fields that are not automatically generated. Fixed the tests tofetch the info from the source of truth.
test/extensions/transport_sockets/tls/cert_validator/spiffe/spiffe_validator_test.cc
- a test has exact expectations on the dates in the certificates.Need to think about Matt's comment and see if we can avoid checking in the certs.
Risk Level: low - tests only
Testing: N/A
Docs Changes: N/A
Release Notes: N/A
Platform Specific Features: N/A
Fixes #35780