node-x509 icon indicating copy to clipboard operation
node-x509 copied to clipboard

Subject key algorithm not available (regression)

Open kohend opened this issue 6 years ago • 0 comments

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

kohend avatar Feb 05 '19 11:02 kohend