Skip to content

Commit

Permalink
Merge pull request #141 from Nitrokey/release-040
Browse files Browse the repository at this point in the history
Release 0.4.0
  • Loading branch information
sosthene-nitrokey authored Apr 13, 2023
2 parents 6c2cb25 + 2f42132 commit 2e09631
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,40 @@ SPDX-License-Identifier: CC0-1.0

# Changelog

## [v0.4.0][] (2023-02-24)

### Features

- Add support for RSA 3072 bits ([#116][])
- Support use of external storage (#[117][])
- Encrypt data on the external storage ([#134][], [#135][], [#136][], [#137][], [#138][], [#139][], [#127][])

### Changes

- Use `trussed-rsa-backend` ([#116][])
- Use `trussed-auth` for pin authentication ([#125][])

### Developement

- Rename "virtual" to "vpicc" ([#132][])
- Rename `make check` to `make lint` ([#120][])
- Add usbip runner and test against the gnuk test suite ([#105][])

[#132]: https://github.com/Nitrokey/opcard-rs/pull/132
[#125]: https://github.com/Nitrokey/opcard-rs/pull/125
[#120]: https://github.com/Nitrokey/opcard-rs/pull/120
[#117]: https://github.com/Nitrokey/opcard-rs/pull/117
[#116]: https://github.com/Nitrokey/opcard-rs/pull/116
[#105]: https://github.com/Nitrokey/opcard-rs/pull/105
[#134]: https://github.com/Nitrokey/opcard-rs/pull/134
[#135]: https://github.com/Nitrokey/opcard-rs/pull/135
[#136]: https://github.com/Nitrokey/opcard-rs/pull/136
[#137]: https://github.com/Nitrokey/opcard-rs/pull/137
[#138]: https://github.com/Nitrokey/opcard-rs/pull/138
[#139]: https://github.com/Nitrokey/opcard-rs/pull/139
[#127]: https://github.com/Nitrokey/opcard-rs/pull/127


## [v0.3.0][] (2023-02-24)

### Features
Expand Down
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,11 @@ log-warn = []
log-error = []

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

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 2e09631

Please sign in to comment.