Re: OpenSSL FIPS module doesn't support RSA public-key encryption scheme?

2007-07-05 Thread Raymond Yuan
Marek, Thanks for your reply. That page in security policy, 17& 18, is really what I'm referring to. Based on that I drew a conclusion that RSA public-key encyrption is not approvied algorithms in the OpenSSL FIPS module. However in the FIPS source code in /fips-1.0/rsa/fips_rsa_eay.c ,

OpenSSL FIPS module doesn't support RSA public-key encryption scheme?

2007-07-05 Thread Raymond Yuan
Hi, According to my understanding on OpenSSL FIPS module security policy, RSA public-key encryption scheme is not approved algorithm in the module. However, in OpenSSL FIPS module source code, I saw the API like RSA_eay_public_encrypt(). Could someone shed a light on this? Thanks Raymond