We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 556abee commit 8092b81Copy full SHA for 8092b81
patches/014-fix-RHEL-34924.patch
@@ -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