Krishna Yenduri wrote: > Wyllys Ingersoll wrote: >> I recently came upon a need to use the CKM_RSA_PKCS_OAEP mechanism. >> Unfortunately, softtoken currently does not implement this mech. >> We have CKM_RSA_PKCS, but not the OAEP variation. >> >> I could probably simulate it in my app, but it would be nicer >> if the mechanism were made available in the crypto framework. >> > > Agreed. > >> Has anyone else run into a need for this? I'm wondering if I should >> just file an RFE for it. >> > > There is an existing RFE > 4924234 Need to support RSA_PKCS_OAEP mech for protection against RSA > Encryption Scheme > > I think we should bump up its priority. > > -Krishna
Agreed, it's also needed for some TCG work, which is where I am coming from. Currently, I'm working on writing the padding code in my local app, it should be easy enough to transfer that code to the softtoken once I get it working. -Wyllys