Skip to content

Commit 91857bc

Browse files
stevespringettMehrn0ush
authored andcommitted
chore(registry): normalize RFC standard naming (remove space before number) (Reference CycloneDX#804)
Signed-off-by: Mehrn0ush <mehrnoush.vaseghi@gmail.com>
2 parents b96452a + 5f7aad4 commit 91857bc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

schema/cryptography-defs.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@
330330
"url": "https://doi.org/10.6028/NIST.SP.800-38A"
331331
},
332332
{
333-
"name": "RFC 5116",
333+
"name": "RFC5116",
334334
"url": "https://doi.org/10.17487/RFC5116"
335335
}
336336
],
@@ -356,7 +356,7 @@
356356
{
357357
"standard": [
358358
{
359-
"name": "RFC 3686",
359+
"name": "RFC3686",
360360
"url": "https://doi.org/10.17487/RFC3686"
361361
}
362362
],
@@ -974,11 +974,11 @@
974974
"primitive": "hash"
975975
},
976976
{
977-
"pattern": "BLAKE2b-(160|256|384|512)-HMAC",
977+
"pattern": "BLAKE2s-(160|256)-HMAC",
978978
"primitive": "mac"
979979
}
980980
]
981-
},
981+
},
982982
{
983983
"family": "BLAKE3",
984984
"standard": [

0 commit comments

Comments
 (0)