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.
- Download the
PrimusAPI_PKCS11-DownloadLink-v#.txt
(Several versions available).
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.4
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.4
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
Current available versions for v3.0 PKCS#11 Standard:
Version | Release Date | Release Notes |
---|---|---|
v2.3.4 | 2025.02.17 | Release Notes - v2.2.0 |
v2.2.4 | 2024.09.10 | Release Notes - v2.1.1 |
v2.2.2 | 2024.08.15 | Release Notes - v2.1.0 |
v2.1.3 | 2024.03.20 | Release Notes - v2.0.1 |