You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3.0 KiB
3.0 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.4.1 (2022-10-10)
Added
0.4.0 (2022-05-08)
Changed
- Replace document types with
doc::{Document, SecretDocument}types (#571) - Bump
derto v0.6 (#653) - Bump
pkcs8to v0.9 (#656)
0.3.3 (2022-01-16)
Added
- Error conversion support to
pkcs8::spki::Error(#333)
0.3.2 (2022-01-16)
Added
- Error conversion support to
pkcs8::Error(#331)
0.3.1 (2021-11-29)
Changed
- Use
finish_non_exhaustivein Debug impls (#245)
0.3.0 (2021-11-17)
Added
Changed
- Rename
From/ToRsa*Key=>DecodeRsa*Key/EncodeRsa*Key(#120) - Use
der::Documentto implRsaPrivateKeyDocument(#131) - Rust 2021 edition upgrade; MSRV 1.56 (#136)
- Make
RsaPrivateKey::versionimplicit (#188) - Bump
dercrate dependency to v0.5 (#222) - Activate
pkcs8/pemwhenpemfeature is enabled (#232)
Removed
0.2.4 (2021-09-14)
Changed
- Moved to
formatsrepo (#2)
0.2.3 (2021-07-26)
Added
- Support for customizing PEM
LineEnding
Changed
- Bump
pem-rfc7468dependency to v0.2
0.2.2 (2021-07-25)
Fixed
Versionencoder
0.2.1 (2021-07-25)
Added
Error::Cryptovariant
0.2.0 (2021-07-25)
Added
From*/To*traits forRsaPrivateKey/RsaPublicKey
Changed
- Use
FromRsa*/ToRsa*traits with*Documenttypes
0.1.1 (2021-07-24)
Added
- Re-export
dercrate andder::UIntBytes
Changed
- Replace
Error::{Decode, Encode}withError::Asn1
0.1.0 (2021-07-24) [YANKED]
- Initial release