Files
node/tools
James M Snell f5287a4b7b crypto: introduce X509Certificate API
Introduces the `crypto.X509Certificate` object.

```js
const { X509Certificate } = require('crypto');

const x509 = new X509Certificate('{pem encoded cert}');
console.log(x509.subject);
```

Fixes: https://github.com/nodejs/node/issues/29181
Signed-off-by: James M Snell <jasnell@gmail.com>

PR-URL: https://github.com/nodejs/node/pull/36804
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
2021-01-09 12:04:23 -08:00
..
2020-12-16 23:45:26 +01:00
2021-01-09 12:04:23 -08:00
2020-12-26 12:19:26 +01:00
2021-01-05 20:47:34 -08:00
2020-12-16 23:45:26 +01:00
2020-12-16 23:45:26 +01:00
2020-12-26 12:19:26 +01:00
2020-12-16 23:45:26 +01:00
2020-12-16 23:45:26 +01:00
2020-12-22 01:09:42 +00:00
2020-08-06 20:07:49 -07:00
2020-12-21 14:24:51 +01:00
2020-12-16 23:45:26 +01:00