We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ea822 commit 46e4878Copy full SHA for 46e4878
1 file changed
schema/cryptography-defs.json
@@ -865,6 +865,21 @@
865
}
866
]
867
},
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
+ },
883
{
884
"family": "TLS-PRF",
885
"standard": [
0 commit comments