Commit f8b021f
authored
fix: correct GOST 28147 algorithm names (#921)
## Summary
Corrects misspelled GOST 28147 algorithm patterns in
`schema/cryptography-defs.json`.
## Changes
Updates:
- `GOST38147[-{mode}][-{padding}]` to `GOST28147[-{mode}][-{padding}]`
- `GOST38147_MAC` to `GOST28147_MAC`
## Rationale
RFC 4357 defines the block cipher as GOST 28147-89. The previous
patterns used `38147`, which appears to be a typo.
## Validation
- Validated `schema/cryptography-defs.json`
- Verified no `GOST38147` references remain under `schema`
Fixes #9201 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
970 | 970 | | |
971 | 971 | | |
972 | 972 | | |
973 | | - | |
| 973 | + | |
974 | 974 | | |
975 | 975 | | |
976 | 976 | | |
| |||
980 | 980 | | |
981 | 981 | | |
982 | 982 | | |
983 | | - | |
| 983 | + | |
984 | 984 | | |
985 | 985 | | |
986 | 986 | | |
| |||
0 commit comments