Skip to content

Commit

Permalink
Merge pull request #889 from fabiolb/feature/issue_858_add_tls13
Browse files Browse the repository at this point in the history
add tls13
  • Loading branch information
nathanejohnson authored Jul 15, 2022
2 parents 4d81cab + 40d1455 commit add1b3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/load.go
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ var tlsver = map[string]uint16{
"tls10": tls.VersionTLS10,
"tls11": tls.VersionTLS11,
"tls12": tls.VersionTLS12,
"tls13": tls.VersionTLS13,
}

var tlsciphers = map[string]uint16{
Expand Down

0 comments on commit add1b3c

Please sign in to comment.