google.golang.org/grpc/credentials.TLSInfo.State (field)
7 uses
google.golang.org/grpc/credentials (current package)
tls.go#L36: State tls.ConnectionState
tls.go#L50: StandardName: cipherSuiteLookup[t.State.CipherSuite],
tls.go#L53: if len(t.State.PeerCertificates) > 0 {
tls.go#L54: v.RemoteCertificate = t.State.PeerCertificates[0].Raw
tls.go#L101: State: conn.ConnectionState(),
tls.go#L120: State: conn.ConnectionState(),
google.golang.org/grpc/internal/transport
handler_server.go#L369: pr.AuthInfo = credentials.TLSInfo{State: *req.TLS, CommonAuthInfo: credentials.CommonAuthInfo{SecurityLevel: credentials.PrivacyAndIntegrity}}
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |