openssl: Too aggressive error suppressing
Before #15371 is merged, when the digest was not found, there was no relevant output in the STDERR. I suppose we have too aggressive error suppression somewhere in the EVP_SignInit* stuf
The command
openssl dgst -d -hmac key data.txt
doesn’t print any relevant error message though the ERR_print_errors is called.
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 21 (21 by maintainers)
Commits related to this issue
- evp: detect and raise an error if no digest is found for a sign/verify operation If no digest is specified, the code looks for a default digest per PKEY via the evp_keymgmt_util_get_deflt_digest_name... — committed to paulidale/openssl by paulidale 3 years ago
- apps: add query to allow a command to know of a provider command line option was processed Better fixing: Fixing #15683 Fixing #15686 Replacing rather than fixing: Fixing #15414 Since that claims t... — committed to paulidale/openssl by paulidale 3 years ago
- apps: add query to allow a command to know of a provider command line option was processed Better fixing: Fixing #15683 Fixing #15686 Replacing rather than fixing: Fixing #15414 Since that claims t... — committed to openssl/openssl by paulidale 3 years ago
I’m afraid it’s a different problem. GOST engine is rather picky to console output, but here it looks like we have no errors on stack.