Skip to content

Commit 843a1e3

Browse files
committed
Add info about p11test to release testing page
1 parent b818be7 commit 843a1e3

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

Smart-Card-Release-Testing.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -755,6 +755,20 @@ OpenSC is removed.
755755

756756
Test random number generation, digest calculation, signature, verification and decryption with the token using the PKCS#11 API.
757757

758+
```bash
759+
pkcs11-tool --test -p "$PIN" --module "/path/to/opensc-pkcs11.so"
760+
```
761+
762+
#### `pkcs11`
763+
764+
Test signature, verification, decryption, key wrapping and derivation in various modes with the token using the PKCS#11 API.
765+
766+
```bash
767+
p11test -p "$PIN" -m "/path/to/opensc-pkcs11.so"
768+
```
769+
770+
If not sure, whether the output signifies correct results, compare results with older OpenSC version.
771+
758772
##### Windows
759773

760774
**Test Steps:**
@@ -795,7 +809,7 @@ Test random number generation, digest calculation, signature, verification and d
795809
**Expected Result:**
796810
Certificates and private keys are verified (see command line output). The token's certificates are shown in a dialog.
797811

798-
###### PIN Verification
812+
##### PIN Verification
799813

800814
**Preconditions:**
801815

@@ -811,7 +825,7 @@ Certificates and private keys are verified (see command line output). The token'
811825
**Expected Result:**
812826
User is logged in. The *Log Out* button becomes available.
813827

814-
##### TLS Client Authentication
828+
#### TLS Client Authentication
815829

816830
**Preconditions:**
817831

0 commit comments

Comments
 (0)