Queries on SubjAltName

2003-01-27 Thread Sunitha Kumar
Any pointers on how to generate certificates using SubjAltName extension. thanks, __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED] Automate

Additional parameters in callback function

2003-01-24 Thread Sunitha Kumar
Can we set additional parameters into SSL_set_info_callback? For example, when I get an alert, I need to clear some FDs, So, is there a way, I can pass them to this function? thanks, -- Sunitha Kumar http://www.cisco.com

Queries on ERR_print_errors

2003-01-22 Thread Sunitha Kumar
ERR_print_errors(BIO*) If i need the errors in a string, how do I get it from BIO? thanks, __ OpenSSL Project http://www.openssl.org User Support Mailing List[EMAIL PROTECTED]

Build problems with openssl.

2003-01-09 Thread Sunitha Kumar
Hi, Query about openssl-0.9.7 build, I built openssl-0.9.7, using config: ./config --prefix=/usr/local/opensslbuilds no-threads no-shared This created all files in /usr/local/opensslbuilds. Then, I copied libssl.a and libcrypto.a into my source directory, and made changes to my Makefile to link w

TLS cipher suites in openssl-0.9.7-beta3

2002-12-22 Thread Sunitha Kumar
Some of the cipher suites don't have text values defined for them, Hence unable to view them in ssldump. My client is doing TLS, and in Client Hello: there are some cipher suites with unknown values. cipher suites Unknown value 0x39 Unknown value 0x38 Unknown value 0x35

Compile queries for AES

2002-12-17 Thread Sunitha Kumar
s NONE. Any debugging pointers will be very helpful, thanks, setting AES cipher successfully (NONE), Cipher is (NONE) -- Sunitha Kumar Software Engineer http://www.cisco.com __ OpenSSL Project

[Fwd: [Fwd: Re: AES queries and old openssl libraries]]

2002-12-12 Thread Sunitha Kumar
Lutz, thanks for verifying. Could you give me pointers for the location of source files for the test programs, /usr/local/ssl/bin/openssl s_server and s_client respectively. thanks, -- Sunitha Kumar http://www.cisco.com --- Begin Message --- Original Message

queries on client server test w.r.t 0.9.7-beta3

2002-12-12 Thread Sunitha Kumar
L_accept (ssl); Now, unless I close the listen socket before I do SSL_accept, the Hello World is actually read by the listen socket. This should never happen, since the message is sent on the connected socket. Any pointers on why this may be happenning? thanks, -- Sunitha Kumar