Skip to content

tls: add "ca" property to certificate object

Rodrigo Muino Tomonari requested to merge github/fork/bnoordhuis/fix44905 into main

The objects returned by getPeerCertificate() now have an additional "ca" boolean property that indicates whether the certificate is a Certificate Authority certificate or not.

Fixes: https://github.com/nodejs/node/issues/44905

Merge request reports

Loading