@@ -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
0 commit comments