certitude
certitude copied to clipboard
A small library that makes the OS X keychain-based certificate store available to OpenSSL in a format that OpenSSL appreciates.
Bumps [cryptography](https://github.com/pyca/cryptography) from 2.1.4 to 3.2. Changelog Sourced from cryptography's changelog. 3.2 - 2020-10-25 * **SECURITY ISSUE:** Attempted to make RSA PKCS#1v1.5 decryption more constant time, to protect against Bleichenbacher...
How do I use the thing?
It'd be great if you could just generally `import certitude` and get an interface to your system-local trust store. We can probably do this using `wincertstore` for Windows, and just...
It would be great to get the subset of certificates which have been manually added by the user. This would allow to ship software that does public key pinning but...
Tests are good, let's have some.