Add some sample SSH keys for testing later.

This commit is contained in:
2019-03-17 13:31:27 -07:00
parent 06400cc7a5
commit 47fae77a4f
62 changed files with 880 additions and 0 deletions

View File

@@ -35,6 +35,9 @@ pub mod dsa;
/// The `ecdsa` module provides bare-bones support for ECDSA signing,
/// verification, and key generation.
pub mod ecdsa;
/// The `ssh` module provides support for parsing OpenSSH-formatted SSH keys,
/// both public and private.
pub mod ssh;
/// The `x509` module supports parsing and generating x.509 certificates, as
/// used by TLS and others.
pub mod x509;