Commit 45e8191
authored
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)1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
333 | | - | |
| 333 | + | |
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
| |||
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
359 | | - | |
| 359 | + | |
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| |||
0 commit comments