Skip to content

Commit 0857237

Browse files
authored
Merge pull request #30 from hug-dev/prepare-release
Prepare the new release
2 parents d4d5101 + 2a8f1f1 commit 0857237

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parsec-se-driver"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = ["Contributors to the Parsec project"]
55
description = "Parsec Secure Element driver implementation"
66
license = "Apache-2.0"

README.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,15 @@ from the PSA Cryptography API implementation.
2222

2323
The build scripts have a dependency on `libclang`, which is needed on the system.
2424

25-
Version `0.4.0` of this SE driver has been tested with Mbed Crypto from the GitHub Mbed TLS
26-
repository version 2.22.0. Version `0.5.0` of this SE driver has been tested with Mbed Crypto from
27-
the GitHub Mbed TLS repository version 2.25.0.
25+
## Compatibility with Mbed TLS
26+
27+
The following tuples have been tested together.
28+
29+
| Parsec SE driver version | Mbed Crypto/Mbed TLS version |
30+
|--------------------------|------------------------------|
31+
| `0.4.0` | `2.22.0` |
32+
| `0.5.0` | `2.25.0` |
33+
| `0.6.0` | `2.27.0` |
2834

2935
## Notice
3036

0 commit comments

Comments
 (0)