Skip to content

Commit bbc87f7

Browse files
Add hashAlgorithm to IKE-PRF (#873)
fixes #872 Also changes primitive to "kdf" since this is a KDF, not a key agreement function.
2 parents 9bf7f3c + 2634ad5 commit bbc87f7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

schema/cryptography-defs.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -801,16 +801,16 @@
801801
],
802802
"variant": [
803803
{
804-
"pattern": "IKE_PRF_DERIVE",
805-
"primitive": "key-agree"
804+
"pattern": "IKE_PRF_DERIVE[-{hashAlgorithm}]",
805+
"primitive": "kdf"
806806
},
807807
{
808-
"pattern": "IKE1_(PRF|Extended)_DERIVE",
809-
"primitive": "key-agree"
808+
"pattern": "IKE1_(PRF|Extended)_DERIVE[-{hashAlgorithm}]",
809+
"primitive": "kdf"
810810
},
811811
{
812-
"pattern": "IKE2_PRF_PLUS_DERIVE",
813-
"primitive": "key-agree"
812+
"pattern": "IKE2_PRF_PLUS_DERIVE[-{hashAlgorithm}]",
813+
"primitive": "kdf"
814814
}
815815
]
816816
},

0 commit comments

Comments
 (0)