kops/vendor/github.com/google/s2a-go
github-actions ebd47c2365 Update dependencies 2023-09-15 06:09:12 +00:00
..
fallback Update dependencies 2023-05-08 07:35:34 +03:00
internal Update dependencies 2023-09-15 06:09:12 +00:00
retry Update dependencies 2023-09-15 06:09:12 +00:00
stream Update dependencies 2023-05-26 06:08:35 +00:00
testdata Update dependencies 2023-09-15 06:09:12 +00:00
.gitignore Update dependencies 2023-05-08 07:35:34 +03:00
CODE_OF_CONDUCT.md Update dependencies 2023-05-08 07:35:34 +03:00
CONTRIBUTING.md Update dependencies 2023-05-08 07:35:34 +03:00
LICENSE.md Update dependencies 2023-05-08 07:35:34 +03:00
README.md Update dependencies 2023-09-15 06:09:12 +00:00
s2a.go Update dependencies 2023-09-15 06:09:12 +00:00
s2a_options.go Update dependencies 2023-09-15 06:09:12 +00:00
s2a_utils.go Update dependencies 2023-05-08 07:35:34 +03:00

README.md

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 and HTTP Go applications to use the Secure Session Agent.