Bug: 249344603

Clone this repo:
  1. e8ff378 Merge "Shift host-only to visibility restriction" into main am: 4b6a597453 by David Drysdale · 9 weeks ago main master
  2. 4b6a597 Merge "Shift host-only to visibility restriction" into main by David Drysdale · 9 weeks ago
  3. d7946f9 Revert^2 "Upgrade pkcs1 to 0.7.5" am: 3262afcb03 am: fbe2cf2ee6 am: c57198c400 by Andrew Walbran · 4 months ago
  4. c57198c Revert^2 "Upgrade pkcs1 to 0.7.5" am: 3262afcb03 am: fbe2cf2ee6 by Andrew Walbran · 4 months ago
  5. fbe2cf2 Revert^2 "Upgrade pkcs1 to 0.7.5" am: 3262afcb03 by Andrew Walbran · 4 months ago

RustCrypto: PKCS#1 (RSA)

crate Docs Build Status Apache2/MIT licensed Rust Version Project Chat

Pure Rust implementation of Public-Key Cryptography Standards (PKCS) #1: RSA Cryptography Specifications Version 2.2 (RFC 8017).

Documentation

About

This crate supports encoding and decoding RSA private and public keys in either PKCS#1 DER (binary) or PEM (text) formats.

PEM encoded RSA private keys begin with:

-----BEGIN RSA PRIVATE KEY-----

PEM encoded RSA public keys begin with:

-----BEGIN RSA PUBLIC KEY-----

Minimum Supported Rust Version

This crate requires Rust 1.65 at a minimum.

We may change the MSRV in the future, but it will be accompanied by a minor version bump.

License

Licensed under either of:

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.