Skip to content

Commit

Permalink
Add supportsHKDF to tls/notboring.go (#185)
Browse files Browse the repository at this point in the history
Fixes RHEL-34924

Co-authored-by: Derek Parker <[email protected]>
  • Loading branch information
derekparker and derekparker authored May 3, 2024
1 parent 556abee commit 8092b81
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions patches/014-fix-RHEL-34924.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
diff --git a/src/crypto/tls/notboring.go b/src/crypto/tls/notboring.go
index fe2719485b..06bc933b0a 100644
--- a/src/crypto/tls/notboring.go
+++ b/src/crypto/tls/notboring.go
@@ -16,5 +16,6 @@ func fipsMinVersion(c *Config) uint16 { panic("fipsMinVersion") }
func fipsMaxVersion(c *Config) uint16 { panic("fipsMaxVersion") }
func fipsCurvePreferences(c *Config) []CurveID { panic("fipsCurvePreferences") }
func fipsCipherSuites(c *Config) []uint16 { panic("fipsCipherSuites") }
+func supportsHKDF() bool { panic("supportsHKDF") }

var fipsSupportedSignatureAlgorithms []SignatureScheme

0 comments on commit 8092b81

Please sign in to comment.