Re: OpenSSL PKCS11 engine implementation

2010-02-04 Thread samuel smith
; On Thu, Feb 04, 2010 at 06:24:13AM -0800, Samuel123smith wrote: > > > > Hi ALL, > > > > I was trying to write openssl pkcs11 engine implementation for RSA . Now > ,I > > am stuck with the implementating RSA padding which is required for RSA > > encryption,decryption ,signi

Re: OpenSSL PKCS11 engine implementation

2010-02-04 Thread Christian Hohnstaedt
, Samuel123smith wrote: > > Hi ALL, > > I was trying to write openssl pkcs11 engine implementation for RSA . Now ,I > am stuck with the implementating RSA padding which is required for RSA > encryption,decryption ,signing and verifying. > > I was trying to find the mechan

OpenSSL PKCS11 engine implementation

2010-02-04 Thread Samuel123smith
Hi ALL, I was trying to write openssl pkcs11 engine implementation for RSA . Now ,I am stuck with the implementating RSA padding which is required for RSA encryption,decryption ,signing and verifying. I was trying to find the mechanism which is needed for each padding. RSA_PKCS1_PADDING