Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: disable parsing of system CA certificates in CLI tests
On my Debian laptop, openssl_init() takes ~30ms to load the default CA certificates serialized in PEM format, and the cost is added to each jj invocation. This change saves 20s (of 50s) on my machine. % wc -l /usr/lib/ssl/cert.pem 3517 /usr/lib/ssl/cert.pem
- Loading branch information