Tagged Questions
PKCS#11 is a standard defining a platform-independent API for accessing and operating cryptographic tokens.
6
votes
2answers
88 views
Accessing Mozilla Certificates from Delphi
I would like to access certificates stored in Mozilla products (Firefox and Thunderbird) from a Delphi (XE) applicaiton. For start I would like to list them, next it would be nice to be able to manage ...
5
votes
4answers
2k views
Access restriction on sun.security.pkcs11.SunPKCS11
I'm trying to setup a PKCS11 provider for accessing a smartcard.
I installed a PKCS11 library on my system and followed the instructions in the Java PKCS#11 Reference Guide.
In the reference they ...
3
votes
3answers
219 views
PKCS#11 driver prompts for PIN for each key
I am using CardOS API driver from Siemens as PKCS#11 driver to load certificates from a PKI card as follows:
char[] pin = "123456".toCharArray();
KeyStore.PasswordProtection pp = new ...
3
votes
2answers
2k views
Java Access Token PKCS11 Not found Provider
Hello I'm trying to access the keystore from my smartcard in Java. And I'm using the following code..
I'm using the Pkcs11 implementation of OpenSc http://www.opensc-project.org/opensc
File ...
3
votes
1answer
568 views
How to access a smartcard in Java on Linux?
I'm trying to access a smartcard on a linux system on a VM. The USB device is mapped to the VM and can be listed via lsusb (ID 076b:3021 OmniKey AG CardMan 3121). I can access the smartcard via ...
2
votes
3answers
679 views
PKCS#11 Test suite
Can somebody give me a link to PKCS#11 test suite? This may be a simple utility or part of big project no matter.
I now only this one: Netscape PKCS #11 Test Suites
2
votes
3answers
378 views
CAC Client Application Authentication in Python
I am building a python application to pull data from a website. The application has to authenticate(HTTPS/SSL) with a CAC card and pin in order to make requests.
Am I correct in my assumptions that ...
2
votes
3answers
610 views
Has anyone got a tutorial up on getting your own smartcard and getting pkcs#11 working on it?
Has anyone got a tutorial up on getting your own smartcard and getting pkcs#11 working on it? In Linux? (Windows would be fine too).
Most of the vendors seem to assume you'll be wanting enough for ...
2
votes
5answers
2k views
.NET support for PKCS#11?
Does the System.Security.Cryptography.Pkcs namespace have support for PKCS#11?
1
vote
1answer
52 views
Python Web Proxy that Supports PKCS#11
Does anyone know of a web proxy written in Python that will support SSL connections and will also support PKCS#11 tokens? I am in need of a proxy that will send SSL web requests using a PKCS#11 ...
1
vote
0answers
121 views
Renew security token on Java after failed try
I have developed code to check if a certain security token is found in the PC prior to a certain operation. The code I am using right now to get the keystore is:
private KeyStore getKeyStore() {
...
1
vote
2answers
103 views
PKCS # 11 library in C#
I need to write PKCS11 library for some smart-card. I am C# developer and I do not want to use other languages. I use platform invoke to comunicate with cards API (it is no PKCS11).
How can I write ...
1
vote
2answers
222 views
connecting to softhsm java
Code:
String pkcs11cfg = "pkcs11.cfg";
Provider p = new SunPKCS11(pkcs11cfg);
Security.addProvider(p);
KeyStore ks = KeyStore.getInstance("PKCS11", p);
ks.load(null, pin);
...
1
vote
1answer
703 views
RSA keypair generation and storing to keystore
I am tryng to generate RSA keypair and to store it on the HSM keystore. The code i have right now looks like this:
String configName = "C:\\eTokenConfig.cfg";
Provider p = new ...
1
vote
0answers
758 views
Do client authentication with PKCS11 token (Smartcard)
I have to call a script on a server (php, jsp - what ever). But this server is protected by a client authentication. Now it is possible for me to do it with a P12-Keystore. The code for this:
...
1
vote
1answer
349 views
Common Access Card (CAC) (PKCS#11) Demographic Information
Is there a .NET API available (paid or free) that gives me the demographic information available on the card? (It would have to be CPU architecture agnostic, or set of APIs for x86 and x64 ...
1
vote
2answers
315 views
What's the difference between CAC cards and a 'generic' smart card?
We're trying to enable our rich client C++ Windows application to utilise DoD CAC cards.
We're using a third party library to secure our client/server communication using SSL, and it ...
1
vote
3answers
348 views
HSM - cryptoki - opening sessions overhead
I am having a query regarding sessions with HSM.
I am aware that there is an overhead if you initialise and finalise the cryptoki api for every file you want to encrypt/decrypt.
My queries are,
...
1
vote
1answer
348 views
SunPKCS11 glassfish
I have a application that running ok over tomcat 6.20, I use in my app a token A3 smart card reader. Everthing looks fine. Now, I want migrate my application to Glassfish v2.1, then, my nightmare ...
1
vote
1answer
399 views
Sending Complete Chain from Common Access Card (CAC)?
I'm attempting to enable SSL communication from a web service client (Axis2) using the certificate on the user's CAC card. Works like a charm....UNTIL the web server is CAC enabled. At that point ...
1
vote
1answer
1k views
PKCS#10 request for a object key pair from PKCS#11
I have a RSA 1024 key pair generated using standard call from PKCS#11.
I need to generate a PKCS#10 CSR for the public key.
MS has the IEnroll4 dll which will allow to raise a CSR using ...
1
vote
1answer
718 views
Detect PKCS#11 token to be inserted/removed in JAVA
I'm using a PKCS#11 usb device to create a SSLContext.
The project is migrating from an IAIK jce implementation to sun's, iaik provide a tokenmanager to detect when the token is removed, inserted, ...
0
votes
1answer
60 views
PKCS#11 PKCS11 dll
We are trying here to implement a java standalone application that can connect to a https website and authenticate with a PKI Smartcard and we are running through all sorts of problems.
I have to ...
0
votes
1answer
62 views
Website PKSC #11 smart card authentication and SSL client certificates
We are creating a three-factor authentication for a website due to a legal requirements in one Scandinavian country. The customer is using NetID branded browser plug-ins to do a PKCS #11 certificate ...
0
votes
1answer
274 views
java keytool with opensc pkcs#11 provider only works with debug option enabled
I have the latest opensc 0.12.2 running on ubuntu 11.10 with OpenJDK ( java version "1.6.0_22")
I can read my smartcard (a Feitian ePass PKI) with
pkcs15-tool --dump
Now i try to use my smartcard ...
0
votes
1answer
93 views
Java Sun PKCS#11 provider, HSM token LOGIN REQUIRED flag not set and empty list of aliases
I'm Pavel and I'm mainly a Java developer. Here is my problem:
I'm trying to list aliases in HSM slot using Java Sun PKCS#11 provider and I'm getting an empty list. I have tried it with Java 6 and 7 ...
0
votes
1answer
143 views
Accessing Hardware PKCS11 Token on a 64 Bit Machine
So here's what I'm trying to do. I have a hardware token with some certs on it and I'm writing a Java application to try and access those certs. I have used the SunPKCS11 library in jre6 for a windows ...
0
votes
1answer
114 views
Get a byte array from gtop11dotnet.dll in c#
I have a gtop11dotnet.dll. It is .NET PKCS#11 Library for Windows v2.2.0.9 from Gemalto website. DLL is containing C_GetCardProperty method which can be used to retrieve Smart card's serial number or ...
0
votes
1answer
125 views
CKR_DATA_LEN_RANGE = 0x00000021
I tried to pinvoke PKCS#11 function in C#. I have a CKR_DATA_LEN_RANGE error in this C# code:
[DllImport("D:/Program Files/Eracom/ProtectToolkit C SDK/bin/sw/cryptoki.dll", SetLastError = true)]
...
0
votes
1answer
112 views
How to p/invoke this methode?
typedef CK_CALLBACK_FUNCTION(CK_RV, CK_CREATEMUTEX)(
CK_VOID_PTR_PTR ppMutex
);
regards,
/* I need also to get my hsm informaton via a C# application by P/Invoke PKCS#11*/
0
votes
1answer
427 views
PKCS#11 Java - Invalid access to memory location
I'm getting trouble with my PKCS#11 provider. Here's my code:
String pkcs11ConfigFile = "C:\\pkcs11.cfg";
Provider pkcs11Provider = new sun.security.pkcs11.SunPKCS11(pkcs11ConfigFile);
...
0
votes
2answers
477 views
How to interface with PKCS#11 compliant HSM device in PHP
How can I use key material from a PKCS#11 compliant HSM (for example a SafeNet iKey 2032 [USB] or a Aladdin eToken PRO [USB]) in PHP application running on a Linux server?
0
votes
1answer
248 views
pkcs#11 memory error - what might be the common reasons?
I am getting the CKR_DEVICE_MEMORY error code for C_Encrypt call using cryptoki library.
From the PKCS#11 spec, CKR_DEVICE_MEMORY means The token doesnot have sufficient memory to perform the ...
0
votes
2answers
269 views
HSM - cryptoki - Sessions - Timeout
My application access the HSM via a ASP.NET web service through PKCS#11. I initialise the cryptoki library and obtain a session handle. Web-service hold on to this handle to perform ...
0
votes
1answer
225 views
pkcs#11 capable Smart Card and Reader
Does anyone have a suggestion about which smart cards and USB readers are affordable, suitable for a VPN and for which there is PKCS#11 supoprt?
0
votes
1answer
243 views
Automatic generation of a website “token” for SSL authenticate on user's first visit on an Apache2 server
TLDR: I'm looking for a software based two-factor authentication system.
Summary: I am trying to find a solution equivalent to a SSL client side certificate, except that said certificate would ...
0
votes
4answers
3k views
How to interface with PKCS #11 compliant HSM device in .Net?
I am supposed to write a client application in C# that communicates with Thales WebSentry and I need a few hints at how to start.
Device comes with Java SDK but I need to do my programming in .NET. ...
0
votes
1answer
812 views
Does Microsoft Provides a PKCS #11 provider that connects to its own MS CryptoAPI?
I'm looking to run some tests using the PKCS #11 interface and was wondering if Microsoft provided a software based implementation the provides PKCS #11 functionality?
Rather then waiting for a HSM ...