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 file. I don't want the private key be
extracted, I want to perform the operation directly with pkcs#11.
Can you tell me how to modify safely this engine in order to do this, or is
it better for me to make this operation out of openssl?
Thanks

Giovanni

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to