Re: [Ecryptfs-devel] eCryptfs PK padding

2007-11-09 Thread Alon Bar-Lev
Did not get a response for this. On Monday 15 October 2007, Alon Bar-Lev wrote: > Hello Michael, > > We have a minor issue if you use OpenSSL key module and then import > the keys into smartcard. > > OpenSSL key module uses RSA_PKCS1_OAEP_PADDING, while the minimum > common ground for smartcard

[Ecryptfs-devel] eCryptfs PK padding

2007-10-14 Thread Alon Bar-Lev
Hello Michael, We have a minor issue if you use OpenSSL key module and then import the keys into smartcard. OpenSSL key module uses RSA_PKCS1_OAEP_PADDING, while the minimum common ground for smartcards is support of RSA_PKCS1_PADDING. Can you please consider modifying OpenSSL key module to use