Re: OpenSSL X509_REQ signature with PKCS#11 engine

2004-02-02 Thread Giovanni Calzuola
calls Regards Giovanni Calzuola --- Siemens Informatica S.p.A. via del Maggiolino, 161 - 00153 - Roma (Italy) [EMAIL PROTECTED] __ OpenSSL Project

OpenSSL X509_REQ signature with PKCS#11 engine

2004-01-30 Thread Giovanni Calzuola
If I want to create a X509 from a X509_REQ, I can use X509_REQ_to_X509, which makes use of the private key. I'd like to perform the whole operation with the pkcs#11 engine. The pkcs#11 engine seems to look for the public key in a file called pubkey_file, and then extracts tha private key from the f

Re: Sureware engine / PKCS#11 engine

2004-01-26 Thread Giovanni Calzuola
Sorry, I've written to the wrong mailing-list __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager

Sureware engine / PKCS#11 engine

2004-01-26 Thread Giovanni Calzuola
I am developing a software which will make use of the AEP Sureware KeyPer. I don't have one for testing pusrposes, but I know that the AEP Sureware KeyPer has a PKCS#11 interface, so what I am doing now is developing my software using the PKCS#11 engine, testing it with a smartcard. I've seen that