moby/vendor/github.com/google/s2a-go
Sebastiaan van Stijn 34f5793521
vendor: google.golang.org/grpc v1.58.3
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-10-27 00:43:19 +02:00
..
fallback vendor: google.golang.org/grpc v1.58.3 2023-10-27 00:43:19 +02:00
internal vendor: google.golang.org/grpc v1.58.3 2023-10-27 00:43:19 +02:00
stream vendor: google.golang.org/grpc v1.58.3 2023-10-27 00:43:19 +02:00
testdata vendor: google.golang.org/grpc v1.58.3 2023-10-27 00:43:19 +02:00
.gitignore vendor: google.golang.org/grpc v1.58.3 2023-10-27 00:43:19 +02:00
CODE_OF_CONDUCT.md vendor: google.golang.org/grpc v1.58.3 2023-10-27 00:43:19 +02:00
CONTRIBUTING.md vendor: google.golang.org/grpc v1.58.3 2023-10-27 00:43:19 +02:00
LICENSE.md vendor: google.golang.org/grpc v1.58.3 2023-10-27 00:43:19 +02:00
README.md vendor: google.golang.org/grpc v1.58.3 2023-10-27 00:43:19 +02:00
s2a.go vendor: google.golang.org/grpc v1.58.3 2023-10-27 00:43:19 +02:00
s2a_options.go vendor: google.golang.org/grpc v1.58.3 2023-10-27 00:43:19 +02:00
s2a_utils.go vendor: google.golang.org/grpc v1.58.3 2023-10-27 00:43:19 +02:00

Secure Session Agent Client Libraries

The Secure Session Agent is a service that enables a workload to offload select operations from the mTLS handshake and protects a workload's private key material from exfiltration. Specifically, the workload asks the Secure Session Agent for the TLS configuration to use during the handshake, to perform private key operations, and to validate the peer certificate chain. The Secure Session Agent's client libraries enable applications to communicate with the Secure Session Agent during the TLS handshake, and to encrypt traffic to the peer after the TLS handshake is complete.

This repository contains the source code for the Secure Session Agent's Go client libraries, which allow gRPC-Go applications to use the Secure Session Agent. This repository supports the Bazel and Golang build systems.

All code in this repository is experimental and subject to change. We do not guarantee API stability at this time.