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

Most upvoted comments

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.