grpc/test/core/tsi
Matthew Stevenson ea839de878
Allow configuring max concurrent ALTS handshakes based on an environment variable. (#32672)
The logic is straightforward: attempt to read the
`GRPC_ALTS_MAX_CONCURRENT_HANDSHAKES` environment variable and, if it
set to an integer, instantiate the handshake queues based on this
integer.

Based on go/grpc-alts-concurrent-handshake-cap.
2023-03-28 09:53:46 -07:00
..
alts Allow configuring max concurrent ALTS handshakes based on an environment variable. (#32672) 2023-03-28 09:53:46 -07:00
test_creds TlsCreds: Support revocation of intermediate in chain. (#32544) 2023-03-23 11:34:59 -04:00
BUILD TlsCreds: Support revocation of intermediate in chain. (#32544) 2023-03-23 11:34:59 -04:00
crl_ssl_transport_security_test.cc TlsCreds: Support revocation of intermediate in chain. (#32544) 2023-03-23 11:34:59 -04: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 [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
ssl_transport_security_test.cc Add info about ca cert used to verify chain. (#32215) 2023-02-07 13:28:51 -08:00
ssl_transport_security_utils_test.cc security: Refactor some utility functions in TSI for better internal use (#31736) 2022-11-30 15:48:40 -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 [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
transport_security_test_lib.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00