Skip to content

fix: correct GOST 28147 algorithm names#921

Merged
stevespringett merged 2 commits into
CycloneDX:masterfrom
Mehrn0ush:fix/gost-28147-algorithm-name
May 21, 2026
Merged

fix: correct GOST 28147 algorithm names#921
stevespringett merged 2 commits into
CycloneDX:masterfrom
Mehrn0ush:fix/gost-28147-algorithm-name

Conversation

@Mehrn0ush
Copy link
Copy Markdown
Contributor

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 #920

Signed-off-by: Mehrn0ush <mehrnoush.vaseghi@gmail.com>
@Mehrn0ush Mehrn0ush requested a review from a team as a code owner May 2, 2026 14:19
@stevespringett stevespringett merged commit f8b021f into CycloneDX:master May 21, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cap: cryptography-registry Capability: Cryptography Registry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Defect]: GOST 28147 algorithm names are misspelled in cryptography definitions

3 participants