Skip to content

Commit b777521

Browse files
Update changelog
1 parent 02dee35 commit b777521

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
## Unreleased
55

66
- Remove `TryFrom<[u8]>` and `TryFrom<Vec<u8>>` for `KeyPair` in favor of allowing `KeyPair::from_der` to take `impl Into<Cow<'b, [u8]>>` which allows `Vec<u8>` as well as `[u8]`.
7+
- Add `ring::rand::SecureRandom` parameter to:
8+
- `KeyPair::generate`
9+
- `KeyPair::from_der`
10+
- `KeyPair::from_der_and_sign_algo`
11+
- `KeyPair::from_pem`
12+
- `KeyPair::from_pem_and_sign_algo`
713

814
## Release 0.10.0 - September 29, 2022
915

0 commit comments

Comments
 (0)