rustls/test-ca
Daniel McCarney fa605bfff0 test-ca: add README, point to test_ca.rs tool 2024-04-09 14:26:12 +00:00
..
ecdsa-p256 test-ca: regenerate with rcgen 2024-04-09 14:26:12 +00:00
ecdsa-p384 test-ca: regenerate with rcgen 2024-04-09 14:26:12 +00:00
ecdsa-p521 test-ca: regenerate with rcgen 2024-04-09 14:26:12 +00:00
eddsa test-ca: regenerate with rcgen 2024-04-09 14:26:12 +00:00
rsa-2048 test-ca: regenerate with rcgen 2024-04-09 14:26:12 +00:00
rsa-3072 test-ca: regenerate with rcgen 2024-04-09 14:26:12 +00:00
rsa-4096 test-ca: regenerate with rcgen 2024-04-09 14:26:12 +00:00
README.md test-ca: add README, point to test_ca.rs tool 2024-04-09 14:26:12 +00:00

README.md

Rustls Test CA

This directory contains various test certificate authorities, intermediates, end-entity, and client certificates that are used by Rustls integration tests.

You can regenerate the data in this directory by running the rustls/examples/internal/test_ca.rs tool:

cargo run -p rustls --example test_ca