grpc-go/credentials
Jonathan Halterman 6a5a283b69
Use builtin min and max functions (#7478)
* Use builtin min and max functions

Go added builtin min and max functions in 1.21. This commit removes existing functions and uses the built-ins in stead.

* Revert gofmt changes
2024-08-20 10:42:02 +05:30
..
alts Use builtin min and max functions (#7478) 2024-08-20 10:42:02 +05:30
google chore: expose `NewClient` method to end users (#7010) 2024-03-07 13:52:41 -08:00
insecure xds/bootstrap: add plugin system for credentials specified in bootstrap file (#5136) 2022-02-01 14:01:50 -08:00
local *: fix minor typos (#7487) 2024-08-14 22:43:01 +05:30
oauth Deprecate use of `ioutil` package (#5906) 2023-01-03 11:20:20 -08:00
sts *: fix minor typos (#7487) 2024-08-14 22:43:01 +05:30
tls/certprovider Fix close in use certificate providers after double `Close()` method call on wrapper object (#7128) 2024-05-29 16:56:25 -07:00
xds xDS: Atomically read and write xDS security configuration client side (#6796) 2023-11-15 13:54:29 -05:00
credentials.go *: fix typos (#7178) 2024-05-02 16:54:22 -07:00
credentials_test.go credentials: fix PerRPCCredentials w/RequireTransportSecurity and security levels (#3995) 2020-11-09 15:33:53 -08:00
tls.go credentials/tls: reject connections with ALPN disabled (#7184) 2024-05-21 16:29:40 -07:00
tls_ext_test.go credentials/tls: reject connections with ALPN disabled (#7184) 2024-05-21 16:29:40 -07:00