Any pointers on how to generate certificates using SubjAltName extension.
thanks,
__
OpenSSL Project http://www.openssl.org
User Support Mailing List[EMAIL PROTECTED]
Automate
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
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]
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
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
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
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
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