2 unstable releases
0.12.0 | Nov 25, 2024 |
---|---|
0.11.0 | May 7, 2024 |
#1396 in Cryptography
1,764 downloads per month
Used in 17 crates
(9 directly)
19KB
463 lines
test-cert-gen
Utility to generate certificates for tests.
test_cert_gen::gen_keys()
returns:
- server certificate and private key pair in DER or PKCS12 format
- CA DER file to be used on the client
This is typically enough to configure a TLS server and client for unit/integration tests.
Certificates are generated with openssl
command.
Generated certificates expire in a day.
lib.rs
:
Utilities to generate keys for tests.
Uses OpenSSL command line utility to generate the certificates.
Dependencies
~1.9–9.5MB
~114K SLoC