Tony Arcieri (iqlusion)
|
9e20ecfe55
|
RustCrypto crate upgrades; MSRV 1.57 (#378)
Updates all of the RustCrypto dependencies to the latest versions:
- `des` v0.8
- `elliptic-curve` v0.12
- `hmac` v0.12
- `num-bigint-dig` v0.8
- `pbkdf2` v0.11
- `p256` v0.11
- `p384` v0.10
- `rsa` v0.6
- `sha1` v0.10 (replacing `sha-1`)
- `sha2` v0.10
|
2022-05-23 20:04:12 -07:00 |
|
Ferdinand Linnenberg
|
83de59983f
|
Add Display formatter to SlotId (#353)
|
2022-02-11 13:10:53 -08:00 |
|
Tony Arcieri (iqlusion)
|
935fea0868
|
Bump p256 => v0.10; p384 => v0.9 (#344)
|
2022-01-17 15:08:48 -08:00 |
|
Tony Arcieri (iqlusion)
|
dd4b1c60a4
|
2021 edition upgrade; MSRV 1.56 (#343)
Changes the `edition` to 2021 in both the `yubikey` and `yubikey-cli`
crates.
Removes `TryFrom`/`TryInto` imports, now that they're in the prelude.
|
2022-01-17 14:54:01 -08:00 |
|
Benno Rice
|
54ce90d51d
|
Update dependencies (#315)
* Update rsa dependency to 0.5
* Update pbkdf dependency to 0.9
* Update x509-parser dependency to 0.11
* Update crypto-bigint subdepdendency to 0.2.6
|
2021-09-10 10:44:59 -07:00 |
|
Tony Arcieri (iqlusion)
|
42ae5fb974
|
Rename SettingValue to Setting. (#286)
Breaking change, but the crate is fresh and there's time to yank and
republish.
|
2021-07-12 17:36:42 -07:00 |
|
Tony Arcieri (iqlusion)
|
563f6f9ccc
|
Extract consts module (#282)
Extracts miscellaneous constants that were floating around in the
toplevel into their own module.
|
2021-07-12 12:54:54 -07:00 |
|
Tony Arcieri (iqlusion)
|
5f418bbd1d
|
Doc improvements and minor cleanups (#281)
|
2021-07-12 11:57:42 -07:00 |
|
Tony Arcieri (iqlusion)
|
e6cea2eca6
|
Rename key module to piv (#277)
Now that the crate is named `yubikey` rather than `yubikey-piv`, it
makes more sense to call this module out as PIV-related functionality.
|
2021-07-12 10:42:55 -07:00 |
|