FW: Netscape International step-up

2004-08-16 Thread Imran Badr
Hi, Somehow it didn't appear in the mailing list. I am submitting it again. Does Netscape international step-up work with openssl s_server? My initial thought was that one just needed the global_id certificate with s_server and hit it with an old Netscape browser like Communicator 4.7 Internatio

RE: openssl for windows?

2001-10-31 Thread Imran Badr
http://www.iconsinc.com/~agray/ossldev/     -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of park hkSent: Wednesday, October 31, 2001 5:51 PMTo: [EMAIL PROTECTED]Subject: openssl for windows? I'm poor at English. I'd like to know there i

RE: porting openssl to linux kernel

2001-10-31 Thread Imran Badr
Of Imran Badr Sent: Wednesday, October 31, 2001 12:15 PM To: [EMAIL PROTECTED] Subject: RE: porting openssl to linux kernel The (un)encrypted data stream is already coming from the kernel ( socket read/write ) calls. So if everyting is in kernel space then you again save yourself from the

RE: porting openssl to linux kernel

2001-10-31 Thread Imran Badr
The (un)encrypted data stream is already coming from the kernel ( socket read/write ) calls. So if everyting is in kernel space then you again save yourself from the overhead of context switch in reading/writing sockets ... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PR

porting openssl to linux kernel

2001-10-29 Thread Imran Badr
Hi, Has anyone ported openssl (completely or partially) to the linux kernel 2.4 or earlier? Thanks, Imran. __ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com _

RE: Client encrypt on SSL Web site

2001-08-16 Thread Imran Badr
all http requests from client to server ( in an ssl session) are encrypted. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Patrick Knight Sent: Thursday, August 16, 2001 1:10 PM To: '[EMAIL PROTECTED]' Subject: Client encrypt on SSL Web site I have an

RE: Regarding read & write buffer sizes : pls help

2001-08-16 Thread Imran Badr
>>If I am not wrong, it takes (1000*48)k >>memory ?? So Can I avoid preallocating 16k for each >>buffer, since it is believed that it is very rare for >>a client to send the maximum aloowable 16k data to >>server. Dynamic allocation would be expensive as you would have to realloc buffers each an

OpenSSL IO_ERROR

2001-08-14 Thread Imran Badr
Hi, I am noticing this strange behaviour of apache running on openssl and mod_ssl. Session establishment works just fine but when I start browsing I get error messages on my browser. IE5 says that "data area passed to a system call is too small" and Netscape Navigator says "Security library has ex

Where s->ctx->cert_store is getting created?

2001-07-17 Thread Imran Badr
I was unable to find the place where this context cert_store is created. Can anyone help me? Thanks, Imran Badr. __ OpenSSL Project http://www.openssl.org User Support Mailing List

Indirection in Digests

2001-05-07 Thread imran badr
Hi , I am new to openSSL. I am looking at the code in md32_common.h file which has a single method HASH_UPDATE(..) for MD5 and SHA-1 etc. I tried to figure out how does the program knows which digest to use at run time but failed? any help would be highly appreciated. Thanks, Imran.

AES support in crypto Library ..

2001-05-02 Thread imran badr
I donot see AES support in the crypto library. Are we going to have that soon ? Thanks, Imran Badr. __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL