aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-11-25 01:07:55 -0800
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-12-16 19:18:51 -0800
commit9f1946ce702e257ac85e70f17747014fdb86e62f (patch)
tree5b7d2de8471aa4c24f4a9eb34c9da456a9dc9b22 /README.md
parent32be2866f6adc9dcce9787da1494bc59c8be3df7 (diff)
downloadbun-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dceaec6e3..052f4998b 100644
--- a/README.md
+++ b/README.md
@@ -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.