周玉环 d906a41c2e first commit 2 dias atrás
..
fallback d906a41c2e first commit 2 dias atrás
internal d906a41c2e first commit 2 dias atrás
retry d906a41c2e first commit 2 dias atrás
stream d906a41c2e first commit 2 dias atrás
.gitignore d906a41c2e first commit 2 dias atrás
CODE_OF_CONDUCT.md d906a41c2e first commit 2 dias atrás
CONTRIBUTING.md d906a41c2e first commit 2 dias atrás
LICENSE.md d906a41c2e first commit 2 dias atrás
README.md d906a41c2e first commit 2 dias atrás
s2a.go d906a41c2e first commit 2 dias atrás
s2a_options.go d906a41c2e first commit 2 dias atrás
s2a_utils.go d906a41c2e first commit 2 dias atrás

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.