deno_native_certs

Crates.iodeno_native_certs
lib.rsdeno_native_certs
version0.3.0
sourcesrc
created_at2023-03-08 17:47:24.449377
updated_at2024-06-04 15:16:07.538153
descriptiondeno-native-certs loads native certificate store into rustls
homepage
repositoryhttps://github.com/denoland/deno_native_certs
max_upload_size
id804818
size22,815
Ryan Dahl (ry)

documentation

README

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.

Commit count: 25

cargo fmt