ERR_load_crypto_strings() was deprecated in OpenSSL 1.1.0, and explicit initialization is generally not reqiured. In the case of dumpon however we need to initialize prior to entering capability mode, so replace with an OPENSSL_init_crypto call. Sponsored by: The FreeBSD Foundation
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Some of the comments I found elsewhere suggested this is unnecessary with OpenSSL 1.1+. Is this truly needed?
Comment Actions
Is this truly needed?
For applications that enter capability mode I'm opting to err on the side of caution.