grpc-go/security/advancedtls
Luwei Ge d02039b685
Deflake the integration test. (#6093)
The short test timeout was causing the DialContext to return an error
even if it was non-blocking when a large number of tests are executed
simultaneously. The way I think we should do with is to stick with the
normal time out but cancel the context promptly, instead of deferring it
at the end to release resources.
2023-03-09 12:28:57 -08:00
..
examples *: update all dependencies (#5924) 2023-01-11 13:49:41 -08:00
internal/testutils Deprecate use of `ioutil` package (#5906) 2023-01-03 11:20:20 -08:00
testdata security/advancedtls: fix CRL issuer comparison (#5130) 2022-01-25 13:32:27 -08:00
advancedtls.go testing: update Go to 1.19 (#5717) 2022-10-17 15:04:34 -07:00
advancedtls_integration_test.go Deflake the integration test. (#6093) 2023-03-09 12:28:57 -08:00
advancedtls_test.go advancedtls: add revocation support to client/server options (#4781) 2021-09-27 16:42:32 -07:00
crl.go *: add missing colon to errorf messages to improve readability (#5911) 2023-01-17 16:11:47 -08:00
crl_test.go Deprecate use of `ioutil` package (#5906) 2023-01-03 11:20:20 -08:00
go.mod *: update all dependencies (#5924) 2023-01-11 13:49:41 -08:00
go.sum *: update all dependencies (#5924) 2023-01-11 13:49:41 -08:00
sni.go Remove support for Go 1.13 and older (cont) (#4706) 2021-08-25 14:51:41 -07:00