Skip to content

Commit

Permalink
Support TLS v1.2 (#1108)
Browse files Browse the repository at this point in the history
Co-authored-by: Rein Krul <[email protected]>
  • Loading branch information
reinkrul and reinkrul authored May 16, 2022
1 parent e295cfe commit 43004a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tls.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
)

// MinTLSVersion defines the minimal TLS version used by all components that use TLS
const MinTLSVersion uint16 = tls.VersionTLS13
const MinTLSVersion uint16 = tls.VersionTLS12

func parseCertificates(data []byte) (certificates []*x509.Certificate, _ error) {
for len(data) > 0 {
Expand Down

0 comments on commit 43004a0

Please sign in to comment.