Skip to content

Commit 46e4878

Browse files
authored
Add SSH-KDF
Signed-off-by: Joachim Vandersmissen <git@jvdsn.com>
1 parent 12ea822 commit 46e4878

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

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)