317 Commits (1f6978f15581658e8ef6e22d13964b25f05a31bb)

Author SHA1 Message Date
Mark D. Roth 34ac4ee5de [grpc_error] remove unnecessary status attributes (#36523) 6 months ago
Tanvi Jagtap 0ed095093c [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36703) 6 months ago
Matthew Stevenson 6b11ea0c3c Create helper APIs for parsing PEM-encoded credentials. (#36357) 6 months ago
Tanvi Jagtap ed5893120e [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36608) 7 months ago
Mark D. Roth 58a4b9c922 [reorg] move src/core/lib/gpr -> src/core/util (#36543) 7 months ago
Tanvi Jagtap ed5a496b72 [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - BUILD (#36606) 7 months ago
Matthew Stevenson 4b04cc5b13 Add shard_count to ssl_transport_security_test to reduce flakiness. (#36599) 7 months ago
Luwei Ge 88a75b3914 [test] Refactor the ssl transport security test (#36574) 7 months ago
Mark D. Roth 6e981d7460 [reorg] move handshaker code to src/core/handshaker (#36375) 7 months ago
Mark D. Roth 0944410d6c [reorg] move test/core/util -> test/core/test_util (#36446) 7 months ago
Tanvi Jagtap 60f8235ae8 [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36442) 7 months ago
Tanvi Jagtap 108848ae20 [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36368) 8 months ago
AJ Heller 1a8b22f2de [build] Restrict visibility for creating core credentials types. (#36216) 8 months ago
Craig Tiller b0cf42d86e [clang-format] Remove requirement that port_platform.h is at the top (#36281) 8 months ago
Gregory Cooke c68e6c27ca [Security Tests - Crl Provider] Fix inconsistent directory related tests (#36122) 9 months ago
Gregory Cooke b7f9217633 [Security - Revocation] Refactor how CRLs are checked internally (#36031) 9 months ago
Gregory Cooke d6089c336c [Security - CrlProvider] Add AKID to CertificateInfo (#35931) 9 months ago
Gregory Cooke a1b7e1e523 [Security] Crl helpers (#35963) 9 months ago
AJ Heller a82a28cde4 Revert "[Security - CrlProvider] Use a better mechanism for Crl Looku… (#35962) 10 months ago
Gregory Cooke 310770d61d [Security - CrlProvider] Use a better mechanism for Crl Lookup and add some verification helpers (#35641) 10 months ago
Mark D. Roth 41606054c2 [load_file] remove grpc_load_file() in favor of grpc_core::LoadFile() (#35857) 10 months ago
ericsalo a6823b6e97 Fix deprecation warnings from upb (#35510) 11 months ago
Gregory Cooke 61a841b208 Disable failing openssl102 tests (#35354) 11 months ago
Gregory Cooke 12c0058bf2 [Security - Testing] OpenSSL 1.0.2 and 1.1.1 CI Testing (#35236) 12 months ago
Luwei Ge 1dbbdb5820
[TSI] not configure SNI if it looks like an IP address (#34878) 1 year ago
Matthew Stevenson 52f9e011f3
[tls] Allow skipping server cert verification when no default roots are present. (#34859) 1 year ago
Luwei Ge 2fdcba26dd
[ALTS] Create GsecKeyInterface and related classes in ALTS (#34814) 1 year ago
Gregory Cooke 9969d820b5
[TLS - Revocation] Crl Provider (#34715) 1 year ago
Gregory Cooke 74c1de6512
[Security] Reapply Move ownership of tsi_ssl_client_handshaker_factory (#34726) 1 year ago
apolcyn 7af5efcfd3
Revert "[TLS - Revocation] Crl Provider (#33786)" (#34713) 1 year ago
Gregory Cooke 0f0396ae92
[TLS - Revocation] Crl Provider (#33786) 1 year ago
nanahpang 601aaf80b7
Revert "[Security] Move ownership of tsi_ssl_client_handshaker_factory to grpc_ssl_credentials, version 2." (#34701) 1 year ago
Matthew Stevenson 539e912ef8
[ssl] Do not crash if ssl session cache capacity is zero. (#34539) 1 year ago
Gregory Cooke aa17285f8e
[Security] Move ownership of tsi_ssl_client_handshaker_factory to grpc_ssl_credentials, version 2. (#34408) 1 year ago
Esun Kim 9a7ecfad00
[Fix] Added missing #include (#34359) 1 year ago
nanahpang a4ac80c394
Revert "[Security] Move ownership of tsi_ssl_client_handshaker_factory to grpc_ssl_credentials." (#34355) 1 year ago
Gregory Cooke 36dc5e7391
[Security] Move ownership of tsi_ssl_client_handshaker_factory to grpc_ssl_credentials. (#34180) 1 year ago
Esun Kim 1d55e8dd88
[Fix] Added missing #include (#34339) 1 year ago
jrandolf 3489b6304e
[OpenSSL] Support for OpenSSL 3 (#31256) 1 year ago
Matthew Stevenson 99b0e54877
[ssl] Disable slow SSL transport security tests for UBSAN builds. (#33824) 1 year ago
AJ Heller 0155478ae7
[test] Increase timeout for ssl_transport_security_test (#33789) 1 year ago
Matthew Stevenson fae2982647
[ssl] Fix SSL stack to handle large handshake messages whose length exceeds the BIO buffer size. (#33638) 1 year ago
Matthew Stevenson 278978d6f0
[tls] Remove use of SSL_CTX_set_client_CA_list for TLS server credentials. (#33558) 1 year ago
Matthew Stevenson 4b55f22e6e
[alts] Remove ExecCtx check from alts_zero_copy_grpc_protector_create function. (#33494) 1 year ago
Matthew Stevenson ea839de878
Allow configuring max concurrent ALTS handshakes based on an environment variable. (#32672) 2 years ago
Gregory Cooke a4f345ff96
TlsCreds: Support revocation of intermediate in chain. (#32544) 2 years ago
apolcyn d47b569330
[testing]: remove server-side check on number of concurrent RPCs in alts_concurrent_connectivity_test (#32585) 2 years ago
Gregory Cooke 1d8fac36b3
Add info about ca cert used to verify chain. (#32215) 2 years ago
apolcyn 37b78ff514
Remove overall deadlines in ALTS concurrent connectivity test (#32267) 2 years ago
Yash Tibrewal aa11978541
Fix include guards for src/ and test/ directories (#32167) 2 years ago