gitlab.com/go-extension/tls@v0.0.0-20240304171319-e6745021905e/notboring.go (about) 1 // Copyright 2022 The Go Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 package tls 6 7 func supportedSignatureAlgorithms() []SignatureScheme { 8 return defaultSupportedSignatureAlgorithms 9 }