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 newer openssl with version 0.3.4, the subject key algorithm is not properly set when parsing a certificate, the signature key algorithm is set instead (in addition to the property it should be set in).
This is in https://github.com/Southern/node-x509/blob/master/src/x509.cc#L280
The text was updated successfully, but these errors were encountered:
When using newer openssl with version 0.3.4, the subject key algorithm is not properly set when parsing a certificate, the signature key algorithm is set instead (in addition to the property it should be set in).
This is in https://github.com/Southern/node-x509/blob/master/src/x509.cc#L280
The text was updated successfully, but these errors were encountered: