java-topology/test/jdk/sun/security/pkcs11/KeyStore/BasicData/p11-activcard.txt
russell@unturf.com 0a580b313d undefect. CWE-407 — 63 sites patched across 27 ecosystems
Authors: russell@unturf.com · brackishbert@gmail.com · foxhop.net · TimeHexOn.com

Patches, unit tests, benchmarks, whitepaper, and outreach briefs.
Public domain — no copyright claimed. Use freely.
2026-03-26 17:11:57 -04:00

23 lines
467 B
Text

name = activcard
slot = 0
#password = 112233
#library = ${user.home}/Working/dallas/libDSPKCS.so
#library = c:\\charlie\\p11_libs\\dspkcs.dll
library = c:\\charlie\\p11_libs\\acpkcs201.dll
attributes(import,CKO_PRIVATE_KEY,*) = {
CKA_SENSITIVE = true
CKA_EXTRACTABLE = false
}
attributes(*,CKO_PRIVATE_KEY,CKK_RSA) = {
CKA_SENSITIVE = true
CKA_EXTRACTABLE = false
# CKA_DECRYPT = true
CKA_SIGN = true
# CKA_SIGN_RECOVER = true
# CKA_UNWRAP = true
}