Skip to content

Commit

Permalink
added method comment
Browse files Browse the repository at this point in the history
  • Loading branch information
HarishH-DELL committed Jun 6, 2024
1 parent 0e63ffc commit 7991e72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/sidecar-proxy/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ func getRootCertificatePool(log *logrus.Entry) (*x509.CertPool, error) {
return pool, nil
}

// It will return set of Secure CipherSuites
func GetSecuredCipherSuites() (suites []uint16) {
securedSuite := tls.CipherSuites()
for _, v := range securedSuite {
Expand Down

0 comments on commit 7991e72

Please sign in to comment.