We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12ea822 + 46e4878 commit dc1bc04Copy full SHA for dc1bc04
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