MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / makeClientTLSConfig

Function makeClientTLSConfig

pkg/interop/util_test.go:78–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76}
77
78func makeClientTLSConfig() *tls.Config {
79 return &tls.Config{
80 MinVersion: tls.VersionTLS12,
81 Certificates: makeClientCertificates(),
82 RootCAs: makeCertPool(),
83 }
84}
85
86func makeServerTLSConfig() *tls.Config {
87 return &tls.Config{

Callers 1

TestServerFunction · 0.85

Calls 2

makeClientCertificatesFunction · 0.85
makeCertPoolFunction · 0.85

Tested by

no test coverage detected