Re: X509_sign_ctx and ENGINE

2021-04-13 Thread Ron Kundla
SA key > > data inside of it, which would be due to the fact that it is in the > > HSM. I did use ENGINE_load_private_key() to create a PKEY that does > > show references to the engine structure and associated methods. > > > > My first guess is that X509_sign_ctx is not 'E

Re: X509_sign_ctx and ENGINE

2021-04-13 Thread Jan Just Keijser
use ENGINE_load_private_key() to create a PKEY that does show references to the engine structure and associated methods. My first guess is that X509_sign_ctx is not 'ENGINE' compatible. While the PKEY has an engine associated with it, there may not be the hooks to invoke the ENGINE private encryption met

X509_sign_ctx and ENGINE

2021-04-13 Thread Ron Kundla
oes show references to the engine structure and associated methods. My first guess is that X509_sign_ctx is not 'ENGINE' compatible. While the PKEY has an engine associated with it, there may not be the hooks to invoke the ENGINE private encryption method. Is there another way I can use Open