Skip to content

Commit c61ee1c

Browse files
committed
TLS 1.3 support
1 parent d2eb929 commit c61ee1c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

config.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ var tlsVersionValues = map[string]uint16{
125125
"TLS1.1": tls.VersionTLS11,
126126
"TLS12": tls.VersionTLS12,
127127
"TLS1.2": tls.VersionTLS12,
128+
"TLS13": tls.VersionTLS13,
129+
"TLS1.3": tls.VersionTLS13,
128130
}
129131

130132
type ConfigReaderContext struct {

0 commit comments

Comments
 (0)