1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-06 00:48:45 +01:00
Files
Patrick Dillon 89d9849658 vendor: capi v1.11 & openshift/api
go mod vendor
2025-11-11 16:19:45 -05:00
..
2023-11-01 11:43:46 -07:00
2024-01-31 11:40:00 -05:00
2025-11-11 16:19:45 -05:00
2023-11-01 11:43:46 -07:00
2023-11-01 11:43:46 -07:00
2023-11-01 11:43:46 -07:00
2024-01-31 11:40:00 -05:00
2023-11-01 11:43:46 -07:00
2025-11-11 16:19:45 -05: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.