VictoriaMetrics/vendor/github.com/google/s2a-go
Aliaksandr Valialkin 4e5cbc5dc6
deployment/docker: downgrade Go builder from 1.22.0 to 1.21.7
Go1.22.0 contains the bug https://github.com/golang/go/issues/65705 ,
which prevents vmagent from normal operation.
2024-02-29 13:52:58 +02:00
..
fallback vendor: make vendor-update 2023-05-09 23:16:43 -07:00
internal deployment/docker: downgrade Go builder from 1.22.0 to 1.21.7 2024-02-29 13:52:58 +02:00
retry vendor: run make vendor-update 2023-09-07 12:35:42 +02:00
stream vendor: run make vendor-update 2023-07-07 00:05:50 -07:00
testdata deployment/docker: downgrade Go builder from 1.22.0 to 1.21.7 2024-02-29 13:52:58 +02:00
.gitignore vendor: make vendor-update 2023-05-09 23:16:43 -07:00
CODE_OF_CONDUCT.md vendor: make vendor-update 2023-05-09 23:16:43 -07:00
CONTRIBUTING.md vendor: make vendor-update 2023-05-09 23:16:43 -07:00
LICENSE.md vendor: make vendor-update 2023-05-09 23:16:43 -07:00
README.md vendor: run make vendor-update 2023-09-07 12:35:42 +02:00
s2a.go vendor: run make vendor-update 2023-09-07 12:35:42 +02:00
s2a_options.go vendor: run make vendor-update 2023-09-07 12:35:42 +02:00
s2a_utils.go vendor: make vendor-update 2023-05-09 23:16:43 -07: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 and HTTP Go applications to use the Secure Session Agent.