RE: extern private key, smart cards, RSA_METHOD_FLAG_NO_CHECK

2000-02-27 Thread Ramsay, Ron
Bartholdt Subject: RE: extern private key, smart cards, RSA_METHOD_FLAG_NO_CHECK I create my own RSA_METHOD structure which contains pointers to my RSA public/private encrypt/decrypt functions. It also contains a flags member which is where I set RSA_METHOD_FLAG_NO_CHECK. I have the private key stored

Re: extern private key, smart cards, RSA_METHOD_FLAG_NO_CHECK

2000-02-27 Thread Dr Stephen Henson
Reddie, Steven wrote: I create my own RSA_METHOD structure which contains pointers to my RSA public/private encrypt/decrypt functions. It also contains a flags member which is where I set RSA_METHOD_FLAG_NO_CHECK. I have the private key stored on the Hardware Security Module (HSM) and the

RE: extern private key, smart cards, RSA_METHOD_FLAG_NO_CHECK

2000-02-25 Thread Reddie, Steven
I create my own RSA_METHOD structure which contains pointers to my RSA public/private encrypt/decrypt functions. It also contains a flags member which is where I set RSA_METHOD_FLAG_NO_CHECK. I have the private key stored on the Hardware Security Module (HSM) and the certificate is available to