-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Petre Eftime <[email protected]>
- Loading branch information
petreeftime
authored
Mar 24, 2021
1 parent
5dbf106
commit ca317b7
Showing
3 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
# Changelog | ||
|
||
## 0.2.0 | ||
|
||
* Bump `serde_with` version. | ||
* CBOR tags support: can add and verify tags on COSESign1. | ||
* Use PKey instead of EcKey. Just an interface change, RSA not supported yet. (thanks @puiterwijk) | ||
This will likely change again in the future to support https://github.com/awslabs/aws-nitro-enclaves-cose/issues/5. | ||
* Implement std::error::Error for COSEError (thanks @puiterwijk) | ||
|
||
## 0.1.0 | ||
|
||
Initial Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "aws-nitro-enclaves-cose" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
authors = ["Petre Eftime <[email protected]>"] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters