mirror of
https://github.com/trussed-dev/piv-authenticator.git
synced 2026-06-20 04:16:15 -07:00
@@ -0,0 +1,15 @@
|
||||
<!--
|
||||
Copyright (C) 2022 Nitrokey GmbH
|
||||
SPDX-License-Identifier: CC0-1.0
|
||||
-->
|
||||
|
||||
# Changelog
|
||||
|
||||
## [v0.1.0][] (2023-04-13)
|
||||
|
||||
This initial release contains support for the basic PIV card functionality.
|
||||
It supports basic card administration, key generation and authentication.
|
||||
|
||||
Supported algorithms are P-256 and RSA 2048.
|
||||
|
||||
[v0.1.0]: https://github.com/Nitrokey/piv-authenticator/releases/tag/v0.1.0
|
||||
+3
-3
@@ -3,11 +3,11 @@
|
||||
|
||||
[package]
|
||||
name = "piv-authenticator"
|
||||
version = "0.0.0-unreleased"
|
||||
version = "0.1.0"
|
||||
authors = ["Nicolas Stalder <n@stalder.io>", "Nitrokey GmbH"]
|
||||
edition = "2021"
|
||||
license = "LGPL-3.0-only"
|
||||
repository = "https://github.com/solokeys/piv-authenticator"
|
||||
repository = "https://github.com/nitrokey/piv-authenticator"
|
||||
documentation = "https://docs.rs/piv-authenticator"
|
||||
|
||||
[[example]]
|
||||
@@ -35,7 +35,7 @@ vpicc = { version = "0.1.0", optional = true }
|
||||
log = "0.4"
|
||||
heapless-bytes = "0.3.0"
|
||||
subtle = { version = "2", default-features = false }
|
||||
trussed-rsa-alloc = { git = "https://github.com/Nitrokey/trussed-rsa-backend.git", rev = "e29b26ab3800217b7eb73ecde67134bbb3acb9da", features = ["raw"] }
|
||||
trussed-rsa-alloc = { git = "https://github.com/Nitrokey/trussed-rsa-backend.git", rev = "bc48a97cd5a900ff38395433788a6fbe4e712434", features = ["raw"] }
|
||||
|
||||
[dev-dependencies]
|
||||
littlefs2 = "0.3.2"
|
||||
|
||||
Reference in New Issue
Block a user