File tree 2 files changed +10
-4
lines changed
2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " parsec-se-driver"
3
- version = " 0.5 .0"
3
+ version = " 0.6 .0"
4
4
authors = [" Contributors to the Parsec project" ]
5
5
description = " Parsec Secure Element driver implementation"
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -22,9 +22,15 @@ from the PSA Cryptography API implementation.
22
22
23
23
The build scripts have a dependency on ` libclang ` , which is needed on the system.
24
24
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 ` |
28
34
29
35
## Notice
30
36
You can’t perform that action at this time.
0 commit comments