]> git.proxmox.com Git - cargo.git/blob - vendor/crypto-hash-0.3.0/NEWS.md
New upstream version 0.23.0
[cargo.git] / vendor / crypto-hash-0.3.0 / NEWS.md
1 # Changes by Version
2
3 ## Unreleased
4
5 ## [0.3.0] - 2017-06-18
6
7 ### Changed
8
9 * Upgrade to `commoncrypto` 0.2.x
10 * Function signatures for `digest` and `hex_digest` changed to use `&[u8]`, per Clippy
11
12 ## [0.2.1] - 2016-12-12
13
14 ### Changed
15
16 * Move CommonCrypto implementation to its own crate
17
18 ## [0.2.0] - 2016-11-06
19
20 ### Added
21
22 * SHA-1 algorithm
23
24 ### Changed
25
26 * Upgrade rust-openssl to 0.9
27
28 ## [0.1.0] - 2016-06-26
29
30 This release signifies the minimum amount of algorithms and implementations necessary for
31 [HTTP digest authentication](https://tools.ietf.org/html/rfc7616).
32
33 ### Added
34
35 Algorithms:
36
37 * MD5
38 * SHA256
39 * SHA512
40
41 Implementations:
42
43 * CommonCrypto (OS X)
44 * CryptoAPI (Windows)
45 * OpenSSL (Linux/BSD/etc.)
46
47 [0.2.1]: https://github.com/malept/crypto-hash/compare/v0.2.0...v0.2.1
48 [0.2.0]: https://github.com/malept/crypto-hash/compare/v0.1.0...v0.2.0
49 [0.1.0]: https://github.com/malept/crypto-hash/releases/tag/v0.1.0