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
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.
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
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:
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
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