Skip to content

openssl speed inconsistent behavior #21248

@beldmit

Description

@beldmit

openssl speed -provider legacy -evp md4 works normally, though reporting

00D24E505F7F0000:error:0308010C:digital envelope routines:inner_evp_generic_fetch:unsupported:crypto/evp/evp_fetch.c:373:Global default library context, Algorithm (CTR-DRBG : 0), Properties (<null>)
00D24E505F7F0000:error:12000090:random number generator:rand_new_drbg:unable to fetch drbg:crypto/rand/rand_lib.c:577:

which is suboptimal but not really important.

At the same time, the command
openssl speed -evp md4 -provider legacy
does not work at all:

speed: md4 is an unknown cipher or digest
0032D224A17F0000:error:0308010C:digital envelope routines:inner_evp_generic_fetch:unsupported:crypto/evp/evp_fetch.c:373:Global default library context, Algorithm (md4 : 85), Properties (<null>)
0032D224A17F0000:error:0308010C:digital envelope routines:inner_evp_generic_fetch:unsupported:crypto/evp/evp_fetch.c:373:Global default library context, Algorithm (MD4 : 85), Properties ()
0032D224A17F0000:error:03000086:digital envelope routines:evp_md_init_internal:initialization error:crypto/evp/digest.c:254:

Metadata

Metadata

Assignees

No one assigned

    Labels

    branch: 3.0Applies to openssl-3.0 branchbranch: 3.1Applies to openssl-3.1 (EOL)branch: 3.2Applies to openssl-3.2 (EOL)branch: masterApplies to master branchinactiveThis label should not be applied to open issues anymore.resolved: answeredThe issue contained a question which has been answeredresolved: not a bugThe issue is not considered a bugtriaged: questionThe issue contains a question

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions