Re: How can I get the public key from a key file?

2002-11-07 Thread Jean Pierre Cognasse
why do you use "openssl genrsa " which only generates private key. Try to use "openssl rsa ..." : It generates RSA key pair (private & public) Jipé [EMAIL PROTECTED] a écrit : > Hello! > > I generate a private key using: > openssl genrsa -out xxx.key 1024 > It contains the private key, but

Re: Problems compiling openssl on solaris 2.6

2002-11-07 Thread Jean Pierre Cognasse
Hello, Verify if you have the command "ar" on your system. if yes, verify you have the rigth path in your PATH variable the make need it to create the library libcrypto.a Jipé [EMAIL PROTECTED] a écrit : > Hello > > I can not compile openssl-0.9.6g on Sun Solais 2.6. I use GCC 3.2 and make 3.

Rep:Re: IBM 4758 engine status?

2002-12-20 Thread Jean Pierre Cognasse
Hello, I did not read your conversation from the start but did you try the driver from http://oss.software.ibm.com/developerworks/opensource/4758/index.html ? I very concerned by using the linux driver because I would like to use it under QNX V6 and I don't understand exactly what I need in addi

Rep:Client authentication

2003-01-28 Thread Jean Pierre Cognasse
Hi, Did you give the location of your trusted CA certificates using SSL_CTX_load_verify_locations( ...) ? It's problably not the problem but you did not talk about that... Best regards, Jipé -Message d'origine- De: "Chandrasekhar R S" <[EMAIL PROTECTED]> A: <[EMAIL PROTECTED]> Date:

SSL_read performance problem

2003-03-25 Thread Jean Pierre Cognasse
Hi, I have a client and a server using SSL to communicate. the crypto is 3DES-CBC-SHA When the client send message with length < 1989 bytes, the SSL_read on server spend about 10 ms. When the client send message with length > 1989 bytes, the SSL_read on server spend about 200 ms. This is a big

SSL_read performance problem

2003-03-26 Thread Jean Pierre Cognasse
Hi, I have a client and a server using SSL to communicate. the crypto is 3DES-CBC-SHA When the client send message with length < 1989 bytes, the SSL_read on server spend about 10 ms. When the client send message with length > 1989 bytes, the SSL_read on server spend about 200 ms. This is a big