RE: Private Key Type and PEM Length

2006-07-04 Thread Marek Marcola
Hello, > One more question before I move to new agenda. > Is siglen RSA_size? Should rsa_pv and rsa_pb the same size? Yes, and this is size of modulus, RSA_size simply returns BN_num_bytes(rsa->n); Best regards, -- Marek Marcola <[EMAIL PROTECTED]> __

Which version did openSSL introduce SHA-512 algorithm?

2006-07-04 Thread Bo Xie
Hi all, Which version did openSSL introduce SHA-512 algorithm? 0.9.8? It seems that all 0.9.7x versions do not support SHA-512 algorithm. Best Regards, Xie, Bo __ OpenSSL Project http://www.openss

Re: Which version did openSSL introduce SHA-512 algorithm?

2006-07-04 Thread Marek Marcola
Hello, > Which version did openSSL introduce SHA-512 algorithm? 0.9.8? It seems > that all 0.9.7x versions do not support SHA-512 algorithm. 0.9.8 and above. Best regards, -- Marek Marcola <[EMAIL PROTECTED]> __ OpenSSL Project

Re: Which version did openSSL introduce SHA-512 algorithm?

2006-07-04 Thread Bo Xie
Marek, Thanks for your reply! Is there any other C/C++ libraries (except openSSL) supporting SHA-512? Best Regards, Xie, Bo On 7/4/06, Marek Marcola <[EMAIL PROTECTED]> wrote: Hello, > Which version did openSSL introduce SHA-512 algorithm? 0.9.8? It seems > that all 0.9.7x versions do not sup

Re: Which version did openSSL introduce SHA-512 algorithm?

2006-07-04 Thread Marek Marcola
Hello, > Is there any other C/C++ libraries (except openSSL) supporting SHA-512? Many, you may look for example at: http://www.koders.com/c/fidDD35D1386FBE55CDDC74FBFF83A6900366D7DAAE.aspx Best regards, -- Marek Marcola <[EMAIL PROTECTED]> ___

Re: Which version did openSSL introduce SHA-512 algorithm?

2006-07-04 Thread Girish Venkatachalam
I don't know what your need actually is , the only impediment to using sha1-512 is that the compiler has to suppor the 64 bit long long type. Some embedded systems may not have this support. Other than that, you can easily follow the code. I have seen one implementation in the OpenBSD IPsec source

Problem with Secure server www.teamgm.com

2006-07-04 Thread Krishna M Singh
Hi , We are having an application that has the functionality of the open ssl client. We are facing a problem while accessing the following link "www.teamgm.com/icons/login.jpg". The problem is that when we do a SSL_read for the GET response from the web server, we are able to read only the first

OPENSSL_add_all_algorithms_conf equivalent in 0.9.6

2006-07-04 Thread Guadalupe Valenzuela
Hello, I developed an application using OPENSSL 0.9.8. on my machine, but I have to recompile it on Sun Solaris having OPENSSL 0.9.6. When I tried to do it I found this version does'nt have OPENSSL_add_all_algorithms_conf(), can somebody tell me what is (are) the instruction equivalent on 0.9.6 i

Re: Problem with Secure server www.teamgm.com

2006-07-04 Thread Marek Marcola
Hello, > We are having an application that has the functionality of the open > ssl client. We are facing a problem while accessing the following link > "www.teamgm.com/icons/login.jpg". The problem is that when we do a > SSL_read for the GET response from the web server, we are able to read > only

Re: Which version did openSSL introduce SHA-512 algorithm?

2006-07-04 Thread Dr. Stephen Henson
On Tue, Jul 04, 2006, Bo Xie wrote: > Hi all, > > Which version did openSSL introduce SHA-512 algorithm? 0.9.8? It seems > that all 0.9.7x versions do not support SHA-512 algorithm. > It wasn't originally in 0.9.7x but a version was back ported for the FIPS code. Steve. -- Dr Stephen N. Henson

Re: OPENSSL_add_all_algorithms_conf equivalent in 0.9.6

2006-07-04 Thread Dr. Stephen Henson
On Tue, Jul 04, 2006, Guadalupe Valenzuela wrote: > Hello, > > I developed an application using OPENSSL 0.9.8. on my machine, but I > have to recompile it on Sun Solaris having OPENSSL 0.9.6. When I tried > to do it I found this version does'nt have > OPENSSL_add_all_algorithms_conf(), can somebo

RE: Private Key Type and PEM Length

2006-07-04 Thread Wu, Sonia X (Sonia)
Got it. Thanks. Sonia -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Marek Marcola Sent: Tuesday, July 04, 2006 3:48 AM To: openssl-users@openssl.org Subject: RE: Private Key Type and PEM Length Hello, > One more question before I move to new agenda. > I

Does Openssl cache App data

2006-07-04 Thread Gayathri Sundar
Title: intoto Stationery   Hi.,   Following is  the comments written on s3_pkt.c before the function ssl3_read_bytes   Return up to 'len' payload bytes received in 'type' records. * 'type' is one of the following: * *   -  SSL3_RT_HANDSHAKE (when ssl3_get_message calls us) *   -  SSL3_RT_AP