[openssl.org #1733] Facing problem with ssleay.dll

2008-08-19 Thread salim hussain via RT
Hi, I am using SSLeay32.dll 2.0.2.0 and libeay32.dll 2.0.0.0. I am facing problem with Mozilla 2.0.0.16 with TLS On in some secure sites are not open. Is any limitation in latest openSSL code with TLS in some sites. Please do the needfull , I have tried all possible efforts. Waiting for y

RSA_public_encrypt 4th parameter RSA

2008-08-19 Thread Nanavati, Sitanshu
Hi, While calling the RSA_public_encrypt() method, 4th parameter is RSA.This boils down to a call to RSA_new(). If a new structure is to be created with required values, how the default handles should be retained? Basically I don't know how to deal with 4th - RSA parameter. Any he

FIPS certification document for OpenSsl

2008-08-19 Thread Prashant Kumar
Hello All, Where can I find the documentation for OpenSsl FIPS certification ? Any help is appreciated. Regards, Prashant.

Re: FIPS certification document for OpenSsl

2008-08-19 Thread Kyle Hamilton
It's FIPS validation, not certification. (Not that I'm entirely sure what the difference is, because when a validation is completed a certificate is issued, but I've been corrected enough times by the reps from the Open Source Software Institute that I don't dare call it anything else. :)) fips-1

Re: FIPS certification document for OpenSsl

2008-08-19 Thread Steve Marquess
Kyle Hamilton wrote: > It's FIPS validation, not certification. (Not that I'm entirely sure > what the difference is, because when a validation is completed a > certificate is issued, but I've been corrected enough times by the > reps from the Open Source Software Institute that I don't dare call

Public private keys for RSA encryption methods

2008-08-19 Thread Nanavati, Sitanshu
Hi, In RSA_public_encrypt/decrypt() there is no parameter as public key.How the public key is gotten/computed? And similarly for RSA_private_encrypt/decrypt the private key... Any help/pointer would be appreciated. Thanks, -Sitanshu __