2.9 KiB
2.9 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.6.0 (2022-05-08)
Added
AlgorithmIdentifier::oids()helper function (#443)- Impl
PartialOrdforAlgorithmIdentifier(#476) - Impl
DecodeValueforAlgorithmIdentifier(#449) - Impl
ValueOrdforSubjectPublicKeyInfo(#522)
Changed
- Replace
PublicKeyDocumentwithdercrate'sDocumenttype (#571) - Streaming fingerprint builder (#616)
- Bump
dercrate dependency to v0.6 (#653)
Removed
PublicKeyDocument(#571)
0.5.4 (2022-01-05)
Added
Error::KeyMalformedvariant (#318)
0.5.3 (2021-12-19)
Added
- Impl
ValueOrdforAlgorithmIdentifier(#289)
0.5.2 (2021-11-17)
Changed
- Relax
base64ctversion requirement to^1(#239)
0.5.1 (2021-11-17)
Changed
- Replace
from_spkiwithTryFrom(#231)
0.5.0 (2021-11-15) [YANKED]
Added
- SPKI fingerprint support (#36)
PublicKeyDocumenttype originally frompkcs8crate (#118)Errortype (#143)
Changed
- Rename
From/ToPublicKey=>DecodePublicKey/EncodePublicKey(#119) - Use
der::Documentto implPublicKeyDocument(#134) - Rust 2021 edition upgrade; MSRV 1.56 (#136)
- Bump
derdependency to v0.5 (#222)
0.4.1 (2021-09-14)
Changed
- Moved to
formatsrepo (#2)
0.4.0 (2021-06-07)
Added
AlgorithmIdentifier::assert_oids
Changed
- Bump
derto v0.4
0.3.0 (2021-03-22)
Changed
- Bump
derto v0.3
Removed
AlgorithmParametersenum
0.2.1 (2021-02-22)
Added
- Impl
ChoiceforAlgorithmParameters
0.2.0 (2021-02-18)
Changed
- Return
ResultfromAlgorithmIdentifier::params_*
0.1.0 (2021-02-16)
- Initial release