Skip to content
/ topk8 Public
forked from kazk/topk8

Convert private keys to PKCS#8 format in pure Rust

License

Notifications You must be signed in to change notification settings

xch-dev/topk8

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

topk8

Convert private keys to PKCS#8 format in pure Rust.

The following formats are supported at the moment:

  • PKCS#1 PEM (RSA PRIVATE KEY)
  • SEC1 PEM (EC PRIVATE KEY)

TODO

  • Test against OpenSSL
  • Upgrade rsa when RustCrypto/RSA#120 is resolved to avoid duplicate crates (der, pkcs8)

About

Convert private keys to PKCS#8 format in pure Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%