Skip to content

Commit 6e4e596

Browse files
authored
Update README.md
1 parent 258e34d commit 6e4e596

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- [Architecture](#architecture)
1818
- [Class Diagrams](#class-diagrams)
1919
- [Sequence Diagrams](#sequence-diagrams)
20+
- [Tested Environments](#tested-environments)
2021
- [Testing](#testing)
2122
- [Contributing](#contributing)
2223
- [License](#license)
@@ -371,7 +372,7 @@ sequenceDiagram
371372
PKCS11Manager->>Pkcs11Library: C_Finalize()
372373
```
373374

374-
#### Signing Process (continued)
375+
#### Signing Process
375376

376377
```mermaid
377378
sequenceDiagram
@@ -473,6 +474,27 @@ These sequence diagrams illustrate the flow of operations for the core functiona
473474

474475
Each diagram highlights the interactions between different components of the system, including the client application, PKCS11 wrapper classes, and the underlying PKCS#11 library.
475476

477+
## 🧪 Tested Environments
478+
479+
We have thoroughly tested the PKCS11 Java Wrapper in various environments to ensure its compatibility and performance. Below is a table of our tested configurations:
480+
481+
| Operating System | Processor | Java Version | OpenSC Version | Status |
482+
|------------------|-----------|--------------|----------------|--------|
483+
| Windows 11 x64 | AMD Ryzen 9 7950X3D (x64) | LTS 21 (Eclipse Temurin) | 0.25.1 ||
484+
| macOS Sonoma 14.5 | M3 Max (arm) | LTS 21 (Eclipse Temurin) | 0.25.1 ||
485+
486+
### Windows 11 x64
487+
- **Java**: LTS 21 Eclipse Temurin
488+
- **OpenSC**: Version 0.25.1
489+
- **Status**: Fully tested and operational
490+
491+
### macOS Sonoma 14.5 (M3 MAX)
492+
- **Java**: LTS 21 Eclipse Temurin
493+
- **OpenSC**: Version 0.25.1
494+
- **Status**: Fully tested and operational
495+
496+
We continuously strive to expand our testing to cover more environments and configurations. If you successfully run the PKCS11 Java Wrapper in a different environment, please let us know so we can update our compatibility list.
497+
476498
## 🧪 Testing
477499

478500
The project includes a comprehensive test suite to ensure the reliability and correctness of all components. To run the tests, use the following Maven command:
@@ -510,4 +532,4 @@ Project Link: [https://github.com/SimpleMethod/PKCS11-Java-Wrapper](https://gith
510532

511533
---
512534

513-
Thank you for your interest in the PKCS11 Java Wrapper! We hope this tool proves valuable in your cryptographic endeavors. Happy coding! 🚀🔐
535+
Thank you for your interest in the PKCS11 Java Wrapper! We hope this tool proves valuable in your cryptographic endeavors. Happy coding! 🚀🔐

0 commit comments

Comments
 (0)