Now tries SSLv3 first

Initial
Stephane Bortzmeyer 21 years ago
parent 20eda710c5
commit 2d94cc47a8

@ -591,7 +591,7 @@ main (argc, argv)
RAND_file_name (rand_file, sizeof (rand_file));
RAND_write_file (rand_file);
RAND_load_file (rand_file, 1024);
meth = SSLv2_client_method ();
meth = SSLv23_client_method ();
if ((ctx = SSL_CTX_new (meth)) == NULL)
err_sys ("Cannot create a new SSL context");
}

Loading…
Cancel
Save