diff options
author | 2021-11-25 01:07:55 -0800 | |
---|---|---|
committer | 2021-12-16 19:18:51 -0800 | |
commit | 9f1946ce702e257ac85e70f17747014fdb86e62f (patch) | |
tree | 5b7d2de8471aa4c24f4a9eb34c9da456a9dc9b22 /README.md | |
parent | 32be2866f6adc9dcce9787da1494bc59c8be3df7 (diff) | |
download | bun-9f1946ce702e257ac85e70f17747014fdb86e62f.tar.gz bun-9f1946ce702e257ac85e70f17747014fdb86e62f.tar.zst bun-9f1946ce702e257ac85e70f17747014fdb86e62f.zip |
[npm install] Use BoringSSL for https:// requests
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -903,7 +903,7 @@ Bun also statically links these libraries: - [`picohttp`](https://github.com/h2o/picohttpparser), which is dual-licensed under the Perl License or the MIT License - [`mimalloc`](https://github.com/microsoft/mimalloc), which is MIT licensed - [`zlib-cloudflare`](https://github.com/cloudflare/zlib), which is zlib licensed -- [`s2n-tls`](https://github.com/aws/s2n-tls), which is MIT licensed +- [`boringssl`](https://boringssl.googlesource.com/boringssl/), which has [several licenses](https://boringssl.googlesource.com/boringssl/+/refs/heads/master/LICENSE) - [`libarchive`](https://github.com/libarchive/libarchive), which has [several licenses](https://github.com/libarchive/libarchive/blob/master/COPYING) - [`libiconv`](https://www.gnu.org/software/libiconv/), which is LGPL2. It's a dependency of libarchive. |