Skip to content

Commit 2e09631

Browse files
Merge pull request #141 from Nitrokey/release-040
Release 0.4.0
2 parents 6c2cb25 + 2f42132 commit 2e09631

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,40 @@ SPDX-License-Identifier: CC0-1.0
55

66
# Changelog
77

8+
## [v0.4.0][] (2023-02-24)
9+
10+
### Features
11+
12+
- Add support for RSA 3072 bits ([#116][])
13+
- Support use of external storage (#[117][])
14+
- Encrypt data on the external storage ([#134][], [#135][], [#136][], [#137][], [#138][], [#139][], [#127][])
15+
16+
### Changes
17+
18+
- Use `trussed-rsa-backend` ([#116][])
19+
- Use `trussed-auth` for pin authentication ([#125][])
20+
21+
### Developement
22+
23+
- Rename "virtual" to "vpicc" ([#132][])
24+
- Rename `make check` to `make lint` ([#120][])
25+
- Add usbip runner and test against the gnuk test suite ([#105][])
26+
27+
[#132]: https://github.com/Nitrokey/opcard-rs/pull/132
28+
[#125]: https://github.com/Nitrokey/opcard-rs/pull/125
29+
[#120]: https://github.com/Nitrokey/opcard-rs/pull/120
30+
[#117]: https://github.com/Nitrokey/opcard-rs/pull/117
31+
[#116]: https://github.com/Nitrokey/opcard-rs/pull/116
32+
[#105]: https://github.com/Nitrokey/opcard-rs/pull/105
33+
[#134]: https://github.com/Nitrokey/opcard-rs/pull/134
34+
[#135]: https://github.com/Nitrokey/opcard-rs/pull/135
35+
[#136]: https://github.com/Nitrokey/opcard-rs/pull/136
36+
[#137]: https://github.com/Nitrokey/opcard-rs/pull/137
37+
[#138]: https://github.com/Nitrokey/opcard-rs/pull/138
38+
[#139]: https://github.com/Nitrokey/opcard-rs/pull/139
39+
[#127]: https://github.com/Nitrokey/opcard-rs/pull/127
40+
41+
842
## [v0.3.0][] (2023-02-24)
943

1044
### Features

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,11 @@ log-warn = []
8282
log-error = []
8383

8484
[patch.crates-io]
85-
interchange = { git = "https://github.com/trussed-dev/interchange", rev = "fe5633466640e1e9a8c06d9b5dd1d0af08c272af" }
8685
littlefs2 = { git = "https://github.com/Nitrokey/littlefs2", tag = "v0.3.2-nitrokey-2" }
8786
p256-cortex-m4 = { git = "https://github.com/Nitrokey/p256-cortex-m4", tag = "v0.1.0-alpha.6-nitrokey-1" }
8887
trussed = { git = "https://github.com/Nitrokey/trussed" , tag = "v0.1.0-nitrokey.9" }
8988
trussed-auth = { git = "https://github.com/trussed-dev/trussed-auth.git", tag= "v0.2.1"}
90-
trussed-rsa-alloc = { git = "https://github.com/Nitrokey/trussed-rsa-backend", rev = "311d2366f99cc300b03d61e7f6a0a07abd3e8700" }
89+
trussed-rsa-alloc = { git = "https://github.com/Nitrokey/trussed-rsa-backend", tag = "v0.1.0" }
9190

9291
[package.metadata.docs.rs]
9392
all-features = true

0 commit comments

Comments
 (0)