Describe the defect
schema/cryptography-defs.json contains two GOST algorithm patterns that appear to be misspelled:
GOST38147[-{mode}][-{padding}]
GOST38147_MAC
RFC 4357 defines the block cipher as GOST 28147-89, not GOST 38147. Therefore, these patterns should use GOST28147.
Additional context
Suggested correction:
GOST28147[-{mode}][-{padding}]
GOST28147_MAC
Reference:
Describe the defect
schema/cryptography-defs.jsoncontains two GOST algorithm patterns that appear to be misspelled:GOST38147[-{mode}][-{padding}]GOST38147_MACRFC 4357 defines the block cipher as GOST 28147-89, not GOST 38147. Therefore, these patterns should use
GOST28147.Additional context
Suggested correction:
GOST28147[-{mode}][-{padding}]GOST28147_MACReference: