I am currently trying to use openSSL with an nCipher HSM for signing
and verfication. At the moment we are using the with-nfast predicate
for the application to access the keys and this works fine.
However this asks for a passphrase interactively which we do not want
rather we would pass it in at s
I am trying to access module protected keys with openSSL on an nCipher
HSM. We have been able to do this both using the with-nfast predicate
and through the openSSL code ENGINE_load_private_key. These both
prompt interactively for the password to access the keys.
Does anyone know of anyway that thi