Skip to content

Commit ca6daf3

Browse files
Merge pull request #18 from Nitrokey/release-010
Prepare release 0.1.0
2 parents cb74991 + c60ede1 commit ca6daf3

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!--
2+
Copyright (C) 2022 Nitrokey GmbH
3+
SPDX-License-Identifier: CC0-1.0
4+
-->
5+
6+
# Changelog
7+
8+
## [v0.1.0][] (2023-04-13)
9+
10+
This initial release contains support for the basic PIV card functionality.
11+
It supports basic card administration, key generation and authentication.
12+
13+
Supported algorithms are P-256 and RSA 2048.
14+
15+
[v0.1.0]: https://github.com/Nitrokey/piv-authenticator/releases/tag/v0.1.0

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
[package]
55
name = "piv-authenticator"
6-
version = "0.0.0-unreleased"
6+
version = "0.1.0"
77
authors = ["Nicolas Stalder <[email protected]>", "Nitrokey GmbH"]
88
edition = "2021"
99
license = "LGPL-3.0-only"
10-
repository = "https://github.com/solokeys/piv-authenticator"
10+
repository = "https://github.com/nitrokey/piv-authenticator"
1111
documentation = "https://docs.rs/piv-authenticator"
1212

1313
[[example]]
@@ -35,7 +35,7 @@ vpicc = { version = "0.1.0", optional = true }
3535
log = "0.4"
3636
heapless-bytes = "0.3.0"
3737
subtle = { version = "2", default-features = false }
38-
trussed-rsa-alloc = { git = "https://github.com/Nitrokey/trussed-rsa-backend.git", rev = "e29b26ab3800217b7eb73ecde67134bbb3acb9da", features = ["raw"] }
38+
trussed-rsa-alloc = { git = "https://github.com/Nitrokey/trussed-rsa-backend.git", rev = "bc48a97cd5a900ff38395433788a6fbe4e712434", features = ["raw"] }
3939

4040
[dev-dependencies]
4141
littlefs2 = "0.3.2"

0 commit comments

Comments
 (0)