Re: HTTPS PKCS11 newbie

2008-09-17 Thread Ricardo Garcia Reis
Hello Patrick, Thanks for help ... - My Background: Working with a server application that has a programming language (ADVPL), in the server I am responsible for some protocols such as http/https - server/client :) and now I am having to use an HSM. Currently supports only the fo

Re: HTTPS PKCS11 newbie

2008-09-17 Thread Patrick Patterson
Hello again: Aaack - my bad for not re-reading the post - the openssl.cnf section should be: [ openssl_init ] engines = engine_section oid_section = new_oids [ engine_section ] lunahsm = luna_hsm [ luna_hsm ] engine_id = LunaCA3 init

Re: HTTPS PKCS11 newbie

2008-09-17 Thread Patrick Patterson
Hi Ricardo: On September 17, 2008 12:52:23 pm Ricardo Garcia Reis wrote: > Hey fellows, > > I want your help, to implement an integration with SafeNet HSM Hardware. I > know OpenSSL, but never used with PKCS#11. > The Engine interface is your friend :) And WHICH Safenet HSM? Have you taken a look

HTTPS PKCS11 newbie

2008-09-17 Thread Ricardo Garcia Reis
Hey fellows, I want your help, to implement an integration with SafeNet HSM Hardware. I know OpenSSL, but never used with PKCS#11. I have a HTTPS server and wonders how do I inform the certificate, privatekey and passphrase for the HTTPS handshake using PKCS#11. How to change my functions load_k