Skip to content

Commit 2634ad5

Browse files
Merge branch 'master' into patch-6
2 parents fcc0861 + 28f2ce4 commit 2634ad5

1 file changed

Lines changed: 55 additions & 33 deletions

File tree

schema/cryptography-defs.json

Lines changed: 55 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,16 @@
405405
"pattern": "AES[-(128|192|256)]-GCM-SIV[-{tagLength}][-{ivLength}]",
406406
"primitive": "ae"
407407
},
408+
{
409+
"standard": [
410+
{
411+
"name": "RFC7253",
412+
"url": "https://doi.org/10.17487/RFC7253"
413+
}
414+
],
415+
"pattern": "AES[-(128|192|256)]-OCB[-{tagLength}]",
416+
"primitive": "ae"
417+
},
408418
{
409419
"standard": [
410420
{
@@ -591,36 +601,6 @@
591601
}
592602
]
593603
},
594-
{
595-
"family": "MD5",
596-
"standard": [
597-
{
598-
"name": "RFC1321",
599-
"url": "https://doi.org/10.17487/RFC1321"
600-
}
601-
],
602-
"variant": [
603-
{
604-
"pattern": "MD5",
605-
"primitive": "hash"
606-
}
607-
]
608-
},
609-
{
610-
"family": "MD4",
611-
"standard": [
612-
{
613-
"name": "RFC1320",
614-
"url": "https://doi.org/10.17487/RFC1320"
615-
}
616-
],
617-
"variant": [
618-
{
619-
"pattern": "MD4",
620-
"primitive": "hash"
621-
}
622-
]
623-
},
624604
{
625605
"family": "RC4",
626606
"standard": [
@@ -834,6 +814,29 @@
834814
}
835815
]
836816
},
817+
{
818+
"family": "ANSI-KDF",
819+
"standard": [
820+
{
821+
"name": "X9.42",
822+
"url": "https://webstore.ansi.org/standards/ASCX9/ansix9422003r2013"
823+
},
824+
{
825+
"name": "X9.63",
826+
"url": "https://webstore.ansi.org/standards/ASCX9/ansix9632011r2017"
827+
}
828+
],
829+
"variant": [
830+
{
831+
"pattern": "ANSI-KDF-X9.42[-{hashAlgorithm}]",
832+
"primitive": "kdf"
833+
},
834+
{
835+
"pattern": "ANSI-KDF-X9.63[-{hashAlgorithm}]",
836+
"primitive": "kdf"
837+
}
838+
]
839+
},
837840
{
838841
"family": "GOST",
839842
"variant": [
@@ -1094,7 +1097,26 @@
10941097
"variant": [
10951098
{
10961099
"pattern": "SP800_108_(CounterKDF|FeedbackKDF|DoublePipelineKDF|KMAC)[-{prfFunction}][-{dkmLength}]",
1097-
"primitive": "key-derive"
1100+
"primitive": "kdf"
1101+
}
1102+
]
1103+
},
1104+
{
1105+
"family": "SP800-56C",
1106+
"standard": [
1107+
{
1108+
"name": "SP800-56C",
1109+
"url": "https://doi.org/10.6028/NIST.SP.800-56Cr2"
1110+
}
1111+
],
1112+
"variant": [
1113+
{
1114+
"pattern": "SP800_56C_OneStep[-{auxFunction}][-{dkmLength}]",
1115+
"primitive": "kdf"
1116+
}
1117+
{
1118+
"pattern": "SP800_56C_TwoStep_(CounterKDF|FeedbackKDF|DoublePipelineKDF)[-{auxFunction}][-{dkmLength}]",
1119+
"primitive": "kdf"
10981120
}
10991121
]
11001122
},
@@ -1538,13 +1560,13 @@
15381560
"standard": [
15391561
{
15401562
"name": "SipHash Spec",
1541-
"url": "https://131002.net/siphash/"
1563+
"url": "https://doi.org/10.1007/978-3-642-34931-7_28"
15421564
}
15431565
],
15441566
"variant": [
15451567
{
15461568
"pattern": "SipHash[-{compressionRounds}-{finalizationRounds}]",
1547-
"primitive": "hash"
1569+
"primitive": "mac"
15481570
}
15491571
]
15501572
},

0 commit comments

Comments
 (0)