kaniko/vendor/github.com/google/s2a-go
Michael Plump 3e56c7fd0f
chore: upgrade all the dependencies to their latest versions (#3454)
* chore: go get -u ./...

* chore: go mod tidy

* chore: go mod vendor

* chore: fix compilation for buildkit >= 0.15.0

* chore: upgrade to Go 1.24

* chore: upgrade the Debian container used in an integration test
2025-05-21 09:31:10 -04:00
..
fallback chore(deps): bump google.golang.org/api from 0.110.0 to 0.120.0 (#2484) 2023-05-05 15:52:07 -07:00
internal chore: upgrade all the dependencies to their latest versions (#3454) 2025-05-21 09:31:10 -04:00
retry chore(deps): bump google.golang.org/api from 0.138.0 to 0.139.0 (#2741) 2023-09-12 10:00:40 -07:00
stream chore: upgrade all the dependencies to their latest versions (#3454) 2025-05-21 09:31:10 -04:00
.gitignore chore(deps): bump google.golang.org/api from 0.120.0 to 0.121.0 (#2496) 2023-05-10 22:51:32 -07:00
CODE_OF_CONDUCT.md chore(deps): bump google.golang.org/api from 0.110.0 to 0.120.0 (#2484) 2023-05-05 15:52:07 -07:00
CONTRIBUTING.md chore(deps): bump google.golang.org/api from 0.110.0 to 0.120.0 (#2484) 2023-05-05 15:52:07 -07:00
LICENSE.md chore(deps): bump google.golang.org/api from 0.110.0 to 0.120.0 (#2484) 2023-05-05 15:52:07 -07:00
README.md chore(deps): bump google.golang.org/api from 0.138.0 to 0.139.0 (#2741) 2023-09-12 10:00:40 -07:00
s2a.go chore: upgrade all the dependencies to their latest versions (#3454) 2025-05-21 09:31:10 -04:00
s2a_options.go chore: upgrade all the dependencies to their latest versions (#3454) 2025-05-21 09:31:10 -04:00
s2a_utils.go chore(deps): bump google.golang.org/api from 0.110.0 to 0.120.0 (#2484) 2023-05-05 15:52:07 -07: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.