You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.
OpenSSL engine command support some flags that could be used to obtain information for specified engines(all if not).
Unfortunately ibmpkcs11 engines print a lot of errors.
Engine initialization may be is not correct place.
Looking into e_nns actually check for missing arguments (configuration) is performed late - when is requested load of key or certificate.
As e_nss supports OpenSSL STORE2 API configuration is checked when store is opened.
With other words check is performed just "before use".
OpenSSL engine command support some flags that could be used to obtain information for specified engines(all if not).
Unfortunately ibmpkcs11 engines print a lot of errors.
Tested command : openssl engine -vvvv
Openssl configuration:
Error list
So as engine is not in use yet all those checks could be postponed, right?
Another case is command: openssl engine -t{t}
Engine is not reported as available. Perhaps is related to above errors.
The text was updated successfully, but these errors were encountered: