kaniko/vendor/github.com/google/s2a-go
dependabot[bot] cc38a0a6e6
chore(deps): bump google.golang.org/api from 0.138.0 to 0.139.0 (#2741)
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.138.0 to 0.139.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.138.0...v0.139.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-12 10:00:40 -07: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(deps): bump google.golang.org/api from 0.138.0 to 0.139.0 (#2741) 2023-09-12 10:00:40 -07: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(deps): bump google.golang.org/api from 0.121.0 to 0.124.0 (#2535) 2023-05-29 14:38:24 -07:00
testdata chore(deps): bump google.golang.org/api from 0.138.0 to 0.139.0 (#2741) 2023-09-12 10:00:40 -07: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(deps): bump google.golang.org/api from 0.138.0 to 0.139.0 (#2741) 2023-09-12 10:00:40 -07:00
s2a_options.go 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_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.