grpc/test/core/tsi
Gregory Cooke d6089c336c [Security - CrlProvider] Add AKID to CertificateInfo (#35931)
This PR adds the Authority Key Identifier to CertificateInfo. This value _can be_ important in finding the right CRLs to use if there are Issuer name overlaps or a more complicated CA setup with multiple signing keys.

We should observe no behavior change in our `CrlProvider` implementations, this is just adding an important field for users who implement it themselves.

Closes #35931

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35931 from gtcooke94:AkidCheck dd048a53b6
PiperOrigin-RevId: 611143198
2024-02-28 10:19:05 -08:00
..
alts Fix deprecation warnings from upb (#35510) 2024-01-12 10:15:56 -08:00
test_creds [Security - CrlProvider] Add AKID to CertificateInfo (#35931) 2024-02-28 10:19:05 -08:00
BUILD [Security - CrlProvider] Add AKID to CertificateInfo (#35931) 2024-02-28 10:19:05 -08:00
crl_ssl_transport_security_test.cc [load_file] remove grpc_load_file() in favor of grpc_core::LoadFile() (#35857) 2024-02-09 15:16:24 -08:00
fake_transport_security_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
ssl_session_cache_test.cc [ssl] Do not crash if ssl session cache capacity is zero. (#34539) 2023-10-04 12:45:09 -07:00
ssl_transport_security_test.cc [load_file] remove grpc_load_file() in favor of grpc_core::LoadFile() (#35857) 2024-02-09 15:16:24 -08:00
ssl_transport_security_utils_test.cc [Security - CrlProvider] Add AKID to CertificateInfo (#35931) 2024-02-28 10:19:05 -08:00
transport_security_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
transport_security_test_lib.cc [Security] Crl helpers (#35963) 2024-02-26 13:12:36 -08:00
transport_security_test_lib.h [Security] Crl helpers (#35963) 2024-02-26 13:12:36 -08:00