Download the PKCS#11 API Provider
Login required
This resource requires an account to the Securosys Support Portal. If you don't have an account yet:
- On-premises - Primus HSM: Contact Sales
- Cloud - Securosys CloudHSM: Create an account (free trial available).
1. Retrieve the download credentials
- Login to the Securosys Support Portal
- Navigate to Software - PKCS#11 Provider (API)
- Download the
PrimusAPI_PKCS11-DownloadLink-v####.txt
(for the required provider software version)
2. Download the software package
- Open
PrimusAPI_PKCS11-DownloadLink-v####.txt
. The file contains:- username
- password
- Download the software package:
- Unix
- Windows
- Browser
Replace the variables CRED
, VERSION
with the values from the PrimusAPI_PKCS11-DownloadLink-v####.txt
:
USER=support.reader.p11
CRED=REPLACE_ME
VERSION=v2.3.9
curl -L -XGET https://${USER}:${CRED}@securosys.jfrog.io/artifactory/p11/PrimusAPI_PKCS11-${VERSION}.zip -o PrimusAPI_PKCS11-${VERSION}.zip
Replace the variables CRED
, VERSION
with the values from the PrimusAPI_PKCS11-DownloadLink-v####.txt
:
set USER=support.reader.p11
set CRED=REPLACE_ME
set VERSION=v2.3.9
curl -L -o "PrimusAPI_PKCS11-%VERSION%.zip" https://%USER%:%CRED%@securosys.jfrog.io/artifactory/p11/PrimusAPI_PKCS11-%VERSION%.zip
- Username:
support.reader.p11
- Password: copy from
PrimusAPI_PKCS11-DownloadLink-v####.txt
Download the PKCS#11 Provider from the Support Portal
Current available versions for v3.0 PKCS#11 Standard:
Version | Release Date | Release Notes |
---|---|---|
v2.3.9 | 2025.06.02 | Release Notes - v2.3.9 |
v2.3.7 | 2025.05.14 | Release Notes - v2.3.7 |
v2.3.4 | 2025.02.17 | Release Notes - v2.3.4 |
v2.2.4 | 2024.09.10 | Release Notes - v2.2.4 |
v2.2.2 | 2024.08.15 | Release Notes - v2.2.2 |
v2.1.3 | 2024.03.20 | Release Notes - v2.1.3 |