]> git.feebdaed.xyz Git - 0xmirror/grpc.git/commit
[Testing] Fix spiffe portability (#41205)
authorGregory Cooke <gregorycooke@google.com>
Wed, 10 Dec 2025 05:23:02 +0000 (21:23 -0800)
committerCopybara-Service <copybara-worker@google.com>
Wed, 10 Dec 2025 05:25:19 +0000 (21:25 -0800)
commitb87331376ac50ec66fdfb1b1cf8cc30cc241dfc3
treefb182157695e873794dc5bcd4dea35c53915d1dd
parent46b1795eacc99065c46e3fb60fad808c19f71a87
[Testing] Fix spiffe portability (#41205)

Fix a few issues when build with OpenSSL versions

OpenSSL1.0.2 - copied some CRL related test code that was not valid assumptions for these tests.
OpenSSL1.1.1 - The regex is too sensitive, only do the regex check for BoringSSL
OpenSSL3 - We though the Invalid UTF8-SAN behavior should cause handshake failures for OpenSSL3 here and included different behavior, but that is still what is breaking. Let's revert that change.

Closes #41205

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/41205 from gtcooke94:fix_spiffe_portability 8818df50053944444c1093bdf500944b690422d3
PiperOrigin-RevId: 842526173
test/core/tsi/spiffe_ssl_transport_security_test.cc
test/cpp/end2end/spiffe_bundle_map_end2end_test.cc