0.3.4 - 2019-08-18
Copy
,Eq
,Hash
, &PartialEq
derives onAlgorithm
(#11)
0.3.3 - 2018-12-20
- Revert API change (#6)
0.3.2 - 2018-12-20
Note: This release was yanked from Cargo due to #6.
- iOS support
0.3.1 - 2018-02-14
- Upgrade to
openssl
0.10.x (#1) - Upgrade to
winapi
0.3.x
0.3.0 - 2017-06-18
- Upgrade to
commoncrypto
0.2.x - Function signatures for
digest
andhex_digest
changed to use&[u8]
, per Clippy
0.2.1 - 2016-12-12
- Move CommonCrypto implementation to its own crate
0.2.0 - 2016-11-06
- SHA-1 algorithm
- Upgrade rust-openssl to 0.9
0.1.0 - 2016-06-26
This release signifies the minimum amount of algorithms and implementations necessary for HTTP digest authentication.
Algorithms:
- MD5
- SHA256
- SHA512
Implementations:
- CommonCrypto (OS X)
- CryptoAPI (Windows)
- OpenSSL (Linux/BSD/etc.)