Skip to content

Commit

Permalink
Add info about p11test to release testing page
Browse files Browse the repository at this point in the history
  • Loading branch information
xhanulik committed Sep 24, 2024
1 parent b818be7 commit 843a1e3
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions Smart-Card-Release-Testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,20 @@ OpenSC is removed.

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

```bash
pkcs11-tool --test -p "$PIN" --module "/path/to/opensc-pkcs11.so"
```

#### `pkcs11`

Test signature, verification, decryption, key wrapping and derivation in various modes with the token using the PKCS#11 API.

```bash
p11test -p "$PIN" -m "/path/to/opensc-pkcs11.so"
```

If not sure, whether the output signifies correct results, compare results with older OpenSC version.

##### Windows

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

###### PIN Verification
##### PIN Verification

**Preconditions:**

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

##### TLS Client Authentication
#### TLS Client Authentication

**Preconditions:**

Expand Down

0 comments on commit 843a1e3

Please sign in to comment.