5 unstable releases
0.3.1 | Aug 1, 2024 |
---|---|
0.3.0 | Jun 4, 2024 |
0.2.0 | Nov 5, 2023 |
0.1.1 | Mar 9, 2023 |
0.1.0 | Mar 8, 2023 |
#310 in Cryptography
11,448 downloads per month
Used in 41 crates
(via deno_tls)
14KB
376 lines
The purpose of this crate is to improve Deno's startup time on MacOS.
On macOS, certificates are loaded from the system keychain. The user, admin and
system trust settings are merged together as documented by Apple. The Security
framework is dynamically loaded using dlopen
to avoid initial dyld
overhead.
On Linux and Windows, the rustls-native-certs crate is used.
Dependencies
~0.2–6.5MB
~41K SLoC