Skip to content

Commit 4bf9bed

Browse files
committed
ecdsa v0.16.3
1 parent d25b07c commit 4bf9bed

File tree

3 files changed

+29
-12
lines changed

3 files changed

+29
-12
lines changed

Cargo.lock

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ecdsa/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.16.3 (2023-04-04)
8+
### Added
9+
- RFC5758 OID support ([#686])
10+
- `SignatureAlgorithmIdentifier` impls for `SigningKey`/`VerifyingKey` ([#688])
11+
- `SignatureWithOid` ([#689], [#690])
12+
- `AssociatedAlgorithmIdentifier` impls for `SigningKey`/`VerifyingKey` ([#698])
13+
14+
### Changed
15+
- Loosen `signature` bound to `2.0, <2.2` ([#697])
16+
17+
[#686]: https://github.com/RustCrypto/signatures/pull/686
18+
[#688]: https://github.com/RustCrypto/signatures/pull/688
19+
[#689]: https://github.com/RustCrypto/signatures/pull/689
20+
[#690]: https://github.com/RustCrypto/signatures/pull/690
21+
[#697]: https://github.com/RustCrypto/signatures/pull/697
22+
[#698]: https://github.com/RustCrypto/signatures/pull/698
23+
724
## 0.16.2 (2023-03-28)
825
### Added
926
- Handle the reduced R.x case in public key recovery ([#680])

ecdsa/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ecdsa"
3-
version = "0.16.2"
3+
version = "0.16.3"
44
description = """
55
Pure Rust implementation of the Elliptic Curve Digital Signature Algorithm
66
(ECDSA) as specified in FIPS 186-4 (Digital Signature Standard), providing

0 commit comments

Comments
 (0)