diff options
author | 2023-07-19 20:02:29 -0300 | |
---|---|---|
committer | 2023-07-19 16:02:29 -0700 | |
commit | f63398ffe409c326e89dcbffd37c2d8f358d3304 (patch) | |
tree | a92ccf7b137d8fbb79d05384d8d35a09abf73df2 /docs/runtime | |
parent | 2fbf73535c744ede4ee70d56399f8fe8ec22d405 (diff) | |
download | bun-f63398ffe409c326e89dcbffd37c2d8f358d3304.tar.gz bun-f63398ffe409c326e89dcbffd37c2d8f358d3304.tar.zst bun-f63398ffe409c326e89dcbffd37c2d8f358d3304.zip |
update root certificates and add tls.rootCertificates (#3688)
* implement tls.rootCertificates
* add test
* bump uws/usockets
* bump uws + .len on certs
Diffstat (limited to 'docs/runtime')
-rw-r--r-- | docs/runtime/nodejs-apis.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/runtime/nodejs-apis.md b/docs/runtime/nodejs-apis.md index fdb50f180..e2d35ec6a 100644 --- a/docs/runtime/nodejs-apis.md +++ b/docs/runtime/nodejs-apis.md @@ -200,7 +200,7 @@ This page is updated regularly to reflect compatibility status of the latest ver - {% anchor id="node_tls" %} [`node:tls`](https://nodejs.org/api/tls.html) {% /anchor %} - 🟡 -- Missing `tls.createSecurePair` `tls.rootCertificates` +- Missing `tls.createSecurePair` --- |