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
When using the verifySigningChain function and leaving the ca parameter undefined, the pem module passes an empty temporary file to openssl in the -CAFile parameter, causing it to report an error. Since the -CAFile parameter is optional it would be nice if the ca parameter of the verifySigningChain function can be left undefined as well.
If interested I would be willing to submit a pull request to implement this enhancement.
The text was updated successfully, but these errors were encountered:
When using the
verifySigningChain
function and leaving theca
parameterundefined
, the pem module passes an empty temporary file to openssl in the-CAFile
parameter, causing it to report an error. Since the-CAFile
parameter is optional it would be nice if theca
parameter of theverifySigningChain
function can be leftundefined
as well.If interested I would be willing to submit a pull request to implement this enhancement.
The text was updated successfully, but these errors were encountered: