Skip to content

Commit 8092b81

Browse files
authored
Add supportsHKDF to tls/notboring.go (#185)
Fixes RHEL-34924 Co-authored-by: Derek Parker <[email protected]>
1 parent 556abee commit 8092b81

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

patches/014-fix-RHEL-34924.patch

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
diff --git a/src/crypto/tls/notboring.go b/src/crypto/tls/notboring.go
2+
index fe2719485b..06bc933b0a 100644
3+
--- a/src/crypto/tls/notboring.go
4+
+++ b/src/crypto/tls/notboring.go
5+
@@ -16,5 +16,6 @@ func fipsMinVersion(c *Config) uint16 { panic("fipsMinVersion") }
6+
func fipsMaxVersion(c *Config) uint16 { panic("fipsMaxVersion") }
7+
func fipsCurvePreferences(c *Config) []CurveID { panic("fipsCurvePreferences") }
8+
func fipsCipherSuites(c *Config) []uint16 { panic("fipsCipherSuites") }
9+
+func supportsHKDF() bool { panic("supportsHKDF") }
10+
11+
var fipsSupportedSignatureAlgorithms []SignatureScheme

0 commit comments

Comments
 (0)