Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ pkcs11/pkcs11_aesgcm
pkcs11/pkcs11_aescbc
pkcs11/pkcs11_hmac
pkcs11/pkcs11_rand
pkcs11/pkcs11_csr
pkcs11/server-tls-pkcs11
pkcs11/server-tls-pkcs11-ecc
pkcs11/softhsm2.conf
Expand Down
5 changes: 3 additions & 2 deletions pkcs11/opencryptoki.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ echo "# Random Number Generation example"
echo
echo "# PKCS #11 test"
./pkcs11_test /usr/local/lib/opencryptoki/libopencryptoki.so 3 SoftToken cryptoki


echo
echo "# PKCS11 CSR example"
./pkcs11_csr /usr/local/lib/opencryptoki/libopencryptoki.so 3 SoftToken cryptoki
Loading