X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY error

2005-03-21 Thread Riaz Rahaman
Hi, I am facing a quite peculiar issue. I have obtained a certificate from a CA installed it on my Windows machine and had no issues with it. When I install the same cert on my embedded webserver running openssl and connect to it from my windows machine I get the error

SSL_new function definition

2005-04-06 Thread Riaz Rahaman
Hi, Can anyone please point to me where I can find the definition for SSL_new function. I did a find and grep into all the files in the OpenSSL, didn't come across a definition anywhere. -- Thank you,Best RegardsRiaz Ur Rahaman

Re: SSL_new function definition

2005-04-07 Thread Riaz Rahaman
Yes, thank you very much. -RiazOn Apr 6, 2005 8:43 PM, yf-263 [EMAIL PROTECTED] wrote: 2005-04-06 18:02 +0530Riaz Rahaman Hi, Can anyone please point to me where I can find the definition for SSL_new function. I did a find and grep into all the files in theopenssl-0.9.7f/ssl/ssl_lib.c line 225

Re: Queries over OpenSSL programs

2005-06-07 Thread Riaz Rahaman
use ssldump or tcpdump to view if the connection is being established in a secure mannerOn 6/7/05, Rohan Shrivastava [EMAIL PROTECTED] wrote:Hello,I am new to OpenSSL programming through C. This is my first program, so I am not sure whetherI have achieved secure session between client and server

Re: Hardware Acceleration.

2005-06-08 Thread Riaz Rahaman
Since the card does IPSec hardware acceleration, then I believe you can use it for SSL acceleration as well..provided you are planning to port openssl to the card and write you engine driver code using the low level hardware api's which should be provided with the card..I can give you more info if

Implementing EVP_CIPHER and EVP_DIGEST, using external hardware for engine

2004-10-18 Thread Riaz Rahaman
Hi I am trying to use the external engine for my crytography but I am not able to understand how to implement EVP_CIPHER and EVP_DIGEST. Also i cant get hold of all the hooks that need to be placed for getting my external engine up and running. If any one has already done this sort of

Initialization sequence

2005-02-07 Thread Riaz Rahaman
Hi, I need some advice. Am making use of the atalla engine code, but the engine functions are not being called. By making use of printf, I tried to find out the initialization sequence. I found: 1. RAND_get_rand_method is being called even before the engine has been registered. It

Re: Certificate : how many stages?

2005-02-07 Thread Riaz Rahaman
Hi, I need some advice. Am making use of the atalla engine code, but the engine functions are not being called. By making use of printf, I tried to find out the initialization sequence. I found: 1. RAND_get_rand_method is being called even before the engine has been registered. It

Initialization sequence

2005-02-07 Thread Riaz Rahaman
Hi, I need some advice. Am making use of the atalla engine code, but the engine functions are not being called. By making use of printf, I tried to find out the initialization sequence. I found: 1. RAND_get_rand_method is being called even before the engine has been registered. It tries

s_client error while connecting

2005-02-14 Thread Riaz Rahaman
Hi, I am trying to connect to connect using the s_client, it works fine for a couple of hours and after that I keep getting this error message. Can anyone please tell me what is SSL alert number 20 = $ openssl s_client -ssl3 -connect

test mail..plz ignore

2005-02-16 Thread Riaz Rahaman
test mail..please ignore...not receiving mails that i send to openssl -- Thank you, Best Regards Riaz Ur Rahaman __ OpenSSL Project http://www.openssl.org User Support Mailing List

ENGINE implementaion done but facing errors

2005-02-16 Thread Riaz Rahaman
Hi, I am trying to connect using s_client, it works fine for a couple of hours and after that I keep getting this error message. = $ openssl s_client -ssl3 -connect IP_NUMBER:PORT(443) CONNECTED(0003) depth=0 /CN=XYZ 7FDA7830/O=XYZ

Re: ENGINE implementaion done but facing errors

2005-02-21 Thread Riaz Rahaman
your ENGINE provides? regards, Fred -Original Message- From: [EMAIL PROTECTED] on behalf of Riaz Rahaman Sent: Wed 2/16/2005 9:07 AM To: openssl-users@openssl.org Cc: Subject:ENGINE implementaion done but facing errors Hi, I am trying to connect using