2.7 KiB
2.7 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.7.1 (2023-03-05)
Changed
0.7.0 (2023-02-26) [YANKED]
Changed
0.6.0 (Skipped)
- Skipped to synchronize version number with
derandspki
0.5.0 (2022-05-08)
Changed
- Update
hmac,pbkdf2, andsha2 - Update cipher v0.4 crates (#411)
- Switch from
sha-1tosha1;sha1feature is renamed tosha1-insecure(#426) - Bump
scryptdependency to v0.9 (#441) - Bump
derto v0.6 (#653) - Bump
spkito v0.6 (#654)
0.4.0 (2021-11-15)
Changed
- Introduce
Errorenum with new error cases (#26) - Introduce specialized
Resulttype for crate (#26) - Rust 2021 edition upgrade; MSRV 1.56 (#136)
- Bump
derdependency to v0.5 (#222) - Bump
spkidependency to v0.5 (#223)
Removed
- Legacy DES encryption support (#25)
0.3.2 (2021-09-14)
Added
3desanddes-insecurefeaturessha1feature- Support for AES-192-CBC
Changed
- Moved to
formatsrepo (#2)
0.3.1 (2021-08-30)
Changed
- Bump
scryptdependency to 0.8 - Bump
pbkdf2dependency to v0.9
0.3.0 (2021-06-07)
Changed
- Bump
dercrate dependency to v0.4 - Bump
spkicrate dependency to v0.4
0.2.2 (2021-05-26)
Added
scryptsupport as specified in RFC 7914
0.2.1 (2021-04-29)
Changed
- Bump
aesto v0.7 - Bump
block-modesto v0.8 - Bump
hmacto v0.11 - Bump
pbkdf2to v0.8
0.2.0 (2021-03-22)
Changed
- Bump
derto v0.3 - Bump
spkito v0.3
0.1.1 (2021-02-23)
Added
- Encryption support
0.1.0 (2021-02-20)
- Initial release