-
Notifications
You must be signed in to change notification settings - Fork 50
with_extra_roots extension #202
Copy link
Copy link
Open
Labels
O-AppleWork related to the Apple (macOS, iOS) verifier implementationWork related to the Apple (macOS, iOS) verifier implementationO-UNIXWork related to the certificate fetching on UNIX platformsWork related to the certificate fetching on UNIX platformsO-WindowsWork related to the Windows verifier implementationWork related to the Windows verifier implementationenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
O-AppleWork related to the Apple (macOS, iOS) verifier implementationWork related to the Apple (macOS, iOS) verifier implementationO-UNIXWork related to the certificate fetching on UNIX platformsWork related to the certificate fetching on UNIX platformsO-WindowsWork related to the Windows verifier implementationWork related to the Windows verifier implementationenhancementNew feature or requestNew feature or request
Currently to use extra roots I need to use the following setup:
There exists the ext trait which could be extended to support:
This avoids needing to justify the use of dangerous when setting up TLS. This mirrors the non-dangerous
with_root_certificatesmethod.