Re: engine format keys

2005-10-03 Thread Kent Yoder
This should be a relatively trivial change to ssl_pphrase_Handle()... if szCryptoDevice is non-NULL, pass the private key path as the key_id to ENGINE_load_private_key. If that fails, fall back to the normal PEM loading code... Kent > I've been looking into enabling apache+mod_ssl to use h

Re: engine format keys

2005-10-03 Thread Geoff Thorpe
Hi Kent, On September 29, 2005 12:28 pm, Kent Yoder wrote: > I've been looking into enabling apache+mod_ssl to use hardware keys > encrypted by a TPM. I have openssl's s_server test working using an > openssl TPM engine [1] and trousers [2]. It looks like the key to > getting this working in a