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 09eea58 + 8bf6eb0 commit ba0154aCopy full SHA for ba0154a
1 file changed
schema/cryptography-defs.json
@@ -865,6 +865,41 @@
865
}
866
]
867
},
868
+ {
869
+ "family": "TLS-PRF",
870
+ "standard": [
871
872
+ "name": "RFC2246",
873
+ "url": "https://doi.org/10.17487/RFC2246"
874
+ },
875
876
+ "name": "RFC5246",
877
+ "url": "https://doi.org/10.17487/RFC5246"
878
879
880
+ "name": "RFC7627",
881
+ "url": "https://doi.org/10.17487/RFC7627"
882
883
884
+ "name": "RFC8446",
885
+ "url": "https://doi.org/10.17487/RFC8446"
886
+ }
887
+ ],
888
+ "variant": [
889
890
+ "pattern": "TLS1-PRF[-RFC7627]",
891
+ "primitive": "kdf"
892
893
894
+ "pattern": "TLS12-PRF[-RFC7627][-{hashAlgorithm}]",
895
896
897
898
+ "pattern": "TLS13-PRF[-{hashAlgorithm}]",
899
900
901
+ ]
902
903
{
904
"family": "GOST",
905
"variant": [
0 commit comments