Skip to content

Commit 482573e

Browse files
Merge branch 'master' into patch-8
2 parents 40bfa39 + 263aa27 commit 482573e

1 file changed

Lines changed: 35 additions & 32 deletions

File tree

schema/cryptography-defs.json

Lines changed: 35 additions & 32 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": [
@@ -1557,13 +1560,13 @@
15571560
"standard": [
15581561
{
15591562
"name": "SipHash Spec",
1560-
"url": "https://131002.net/siphash/"
1563+
"url": "https://doi.org/10.1007/978-3-642-34931-7_28"
15611564
}
15621565
],
15631566
"variant": [
15641567
{
15651568
"pattern": "SipHash[-{compressionRounds}-{finalizationRounds}]",
1566-
"primitive": "hash"
1569+
"primitive": "mac"
15671570
}
15681571
]
15691572
},

0 commit comments

Comments
 (0)