Denial of Service Attacks Patch for openssl-0.9.7c

2006-10-04 Thread Sudhir Voona
the above vulnerability for openssl-0.9.7c.Can anyone suggest me a patch or name the files to be modified / back ported. regards,Sudhir Voona

Denial of Service Attacks Patch for openssl-0.9.7c

2006-10-04 Thread Sudhir Voona
the above vulnerability for openssl-0.9.7c.Can anyone suggest me a patch or name the files to be modified / back ported. regards,Sudhir Voona

Re: Comparing two EVP_PKEYs

2006-07-11 Thread Sudhir Voona
Hi, How do we compare two EVP_PKEYs ??  Is there a function / API in  OpenSSL which can do this ?? or and method which is suggested for doing this.-Sudhir Voona

Comparing two EVP_PKEYs

2006-07-11 Thread Sudhir Voona
Hi,  How do we compare two in EVP_PKEYs ??   Is there a function / API in  OpenSSL which can do this ??  or and method which is suggested for doing this.-- Sudhir Voona

Re: Private Key Type and PEM Length

2006-07-03 Thread Sudhir Voona
Thanks Marek,I Got the function Wanted !!--sudhir

Re: Private Key Type and PEM Length

2006-07-03 Thread Sudhir Voona
Hi,     I think the modulus field of the rsa_t / dsa_t structure gives the Key Length in Bytes,    am i correct ??--SudhirOn 7/3/06, Sudhir Voona <[EMAIL PROTECTED]> wrote: Hi,   Thanks for the suggestion Marek.   As posted earlier, my requirement is to know the Private Key Type and i

Re: Private Key Type and PEM Length

2006-07-03 Thread Sudhir Voona
Hi,   Thanks for the suggestion Marek.   As posted earlier, my requirement is to know the Private Key Type and its PEM Length.   EVP_PKEY would give me  the private key Type and not its PEM Length.   How do i extract the PEM Length of the EVP_PKEY  ?     Is there an API for getting the   EVP_PKEY

Private Key Type and PEM Length

2006-06-29 Thread Sudhir Voona
Hi All, I am sending my Query again .. Is there any OpenSSL API which would give me the Key Type and its PEM Length if I pass the buffer containing the Private Key in DER /PEM format to it ?? Can anyone tell me how to get the Private Key Type(DSA /RSA ) and its PEM Length  given the buffer contain

Private Key Type and PEM Length

2006-06-25 Thread Sudhir Voona
Hi All,Is there an OpenSSL API which would give me the Private Key Type and its PEM Length if I pass the buffer containing the Private Key in DER /PEM format to it ??Can anyone tell me how to get the Private Key Type(DSA /RSA ) and its PEM Length  given the buffer containing the Private Key in PEM