eshitachandwani
|
080f9563df
|
credentials, transport, grpc : add a call option to override the :authority header on a per-RPC basis (#8068)
|
2025-04-30 14:41:28 +05:30 |
Arjan Singh Bal
|
eb1added1d
|
credentials: Add experimental credentials that don't enforce ALPN (#7980)
|
2025-01-15 17:25:42 +05:30 |
Arjan Singh Bal
|
80937a99d5
|
credentials: Apply defaults to TLS configs provided through GetConfigForClient (#7754)
|
2024-10-22 22:58:16 +05:30 |
Arjan Singh Bal
|
48b6b11b38
|
credentials/tls: reject connections with ALPN disabled (#7184)
|
2024-05-21 16:29:40 -07:00 |
Doug Fawley
|
424db25679
|
credentials: if not set, restrict to TLS v1.2+ and CipherSuites per RFC7540 (#6776)
|
2023-11-15 07:10:20 -08:00 |
Blake Ramsdell
|
32e3ef1ed1
|
credentials/tls: Use Go cipher suites to find TLS suite string name (#6709)
|
2023-10-10 15:21:50 -07:00 |
Theodore Salvo
|
f2fbb0e07e
|
Deprecate use of `ioutil` package (#5906)
Resolves https://github.com/grpc/grpc-go/issues/5897
|
2023-01-03 11:20:20 -08:00 |
Doug Fawley
|
778860e606
|
testing: update Go to 1.19 (#5717)
|
2022-10-17 15:04:34 -07:00 |
Easwar Swaminathan
|
712e8d4f57
|
Remove support for Go 1.13 and older (cont) (#4706)
|
2021-08-25 14:51:41 -07:00 |
Gaurav Gahlot
|
d9063e7af3
|
standardized experimental warnings (#3917)
|
2020-10-02 09:11:08 -07:00 |
cindyxue
|
244f9ece7c
|
credentials: Migrate helper functions to /internal/credentials for future cleanup (#3780)
* credentials: migrate functions in credentials/internal to internal/credentials to be used for other modules
|
2020-08-10 11:52:32 -07:00 |
Doug Fawley
|
8bec2f5d89
|
Re-add Go1.11 support (#3776)
|
2020-07-31 11:00:10 -07:00 |
Doug Fawley
|
bc714cd8ae
|
Remove Go 1.9 / AppEngine support; assume go1.12 build tag (#3767)
|
2020-07-30 16:15:35 -07:00 |
ZhenLian
|
dd8658f921
|
credentials: check and expose SPIFFE ID (#3626)
* credentials: check and expose SPIFFE ID
|
2020-07-15 23:10:55 -07:00 |
Easwar Swaminathan
|
85e3a6fdd7
|
credentials: Update doc strings for NewClientTLSFromCert et. al. (#3508)
|
2020-04-08 11:05:45 -07:00 |
ZhenLian
|
69baa3f192
|
credentials: close tls.Conn on failure (#3300)
|
2020-01-10 13:41:22 -08:00 |
yihuaz
|
4346c5926d
|
credentials: create API for transport security level information (#3214)
|
2020-01-07 15:38:45 -08:00 |
Doug Fawley
|
9f02faeffa
|
credentials: move TLS implementation to a separate file (#3243)
|
2019-12-11 13:11:24 -08:00 |