Skip to content

Commit dc1bc04

Browse files
Add SSH-KDF to cryptography registry (CycloneDX#899)
fixes CycloneDX#898
2 parents 12ea822 + 46e4878 commit dc1bc04

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

schema/cryptography-defs.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -865,6 +865,21 @@
865865
}
866866
]
867867
},
868+
{
869+
"family": "SSH-KDF",
870+
"standard": [
871+
{
872+
"name": "RFC4253",
873+
"url": "https://doi.org/10.17487/RFC4253"
874+
}
875+
],
876+
"variant": [
877+
{
878+
"pattern": "SSH-KDF[-{hashAlgorithm}]",
879+
"primitive": "kdf"
880+
}
881+
]
882+
},
868883
{
869884
"family": "TLS-PRF",
870885
"standard": [

0 commit comments

Comments
 (0)