On Fri, Nov 4, 2011 at 6:05 AM, Shashidhar RP <[email protected]> wrote: > HI > I disabled SSLv2 on the server. When the client which is capable of SSLV2 > and SSLV3 sends the hand shake, client sends first V2 hello rt ???? So the > server is not capable of handling V2 packet as SSLV2 is > disabled on server. Can you please help me here how to proceed. > From our side, they are asking us to change in the server side itself. So in > ssl23_srvr.c there is a function ssl23_accept(). > From where this will be called.??? and how to proceed to change this. You probably want SSL_CTX_set_options (not SSL_set_cipher_list). Also see http://marc.info/?l=openssl-users&m=13149855822752 and http://marc.info/?l=openssl-users&m=129165895207103.
Jeff ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [email protected]
