package
1.72.0-dev
Repository: https://github.com/grpc/grpc-go.git
Documentation: pkg.go.dev

# Functions

NewClientTLSFromCertWithALPNDisabled constructs TLS credentials from the provided root certificate authority certificate(s) to validate server connections.
NewClientTLSFromFileWithALPNDisabled constructs TLS credentials from the provided root certificate authority certificate file(s) to validate server connections.
NewServerTLSFromCertWithALPNDisabled constructs TLS credentials from the input certificate for server.
NewServerTLSFromFileWithALPNDisabled constructs TLS credentials from the input certificate file and key file for server.
NewTLSWithALPNDisabled uses c to construct a TransportCredentials based on TLS.