Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkcs8 v0.8.0 #234

Merged
merged 1 commit into from Nov 16, 2021
Merged

pkcs8 v0.8.0 #234

merged 1 commit into from Nov 16, 2021

Conversation

tarcieri
Copy link
Member

Added

  • Re-export spki crate (#210)

Changed

  • Replace usages of expect with fallible methods (#108)
  • Impl From*Key/To*Key traits on Document types (#110)
  • Rename From/ToPrivateKey => DecodePrivateKey/EncodePrivateKey (#121)
  • Rust 2021 edition upgrade; MSRV 1.56 (#136)
  • Use der::Document to impl *PrivateKeyDocument (#140)
  • Rename Error::Crypto => Error::EncryptedPrivateKey (#213, #214)
  • Bump der dependency to v0.5 (#222)
  • Bump spki dependency to v0.5 (#223)
  • Bump pkcs5 dependency to v0.4 (#224)
  • Replace from_pkcs8_private_key_info with TryFrom (#230)

Removed

  • *_with_le PEM encoding methods (#109)
  • PKCS#1 support; moved to pkcs1 crate (#124)
  • I/O related errors from key format crates (#158)
  • der::pem export (#211)

@tarcieri tarcieri merged commit 0799083 into master Nov 16, 2021
@tarcieri tarcieri deleted the pkcs8/v0.8.0 branch November 16, 2021 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant