Skip to content

Commit 45e8191

Browse files
chore(registry): normalize RFC standard naming (remove space before number) (#808)
## Summary Normalize RFC standard naming in `schema/cryptography-defs.json` by removing the space between `RFC` and the number. ## References - Issue: #804 ## Change - `RFC 5116` -> `RFC5116` - `RFC 3686` -> `RFC3686` ## Validation - `python3 -m json.tool schema/cryptography-defs.json` (JSON OK)
2 parents 276380d + 91857bc commit 45e8191

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema/cryptography-defs.json

Lines changed: 2 additions & 2 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
],

0 commit comments

Comments
 (0)