Loading CHANGES +3 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,9 @@ Changes between 0.9.6g and 0.9.6h [xx XXX xxxx] *) Fix race condition in SSLv3_client_method(). [Bodo Moeller] *) Reorder cleanup sequence in SSL_CTX_free(): only remove the ex_data after the cached sessions are flushed, as the remove_cb() might use ex_data contents. Bug found by Sam Varshavchik <mrsam@courier-mta.com> Loading ssl/s3_clnt.c +1 −1 Original line number Diff line number Diff line Loading @@ -146,11 +146,11 @@ SSL_METHOD *SSLv3_client_method(void) if (init) { init=0; memcpy((char *)&SSLv3_client_data,(char *)sslv3_base_method(), sizeof(SSL_METHOD)); SSLv3_client_data.ssl_connect=ssl3_connect; SSLv3_client_data.get_ssl_method=ssl3_get_client_method; init=0; } return(&SSLv3_client_data); } Loading Loading
CHANGES +3 −0 Original line number Diff line number Diff line Loading @@ -4,6 +4,9 @@ Changes between 0.9.6g and 0.9.6h [xx XXX xxxx] *) Fix race condition in SSLv3_client_method(). [Bodo Moeller] *) Reorder cleanup sequence in SSL_CTX_free(): only remove the ex_data after the cached sessions are flushed, as the remove_cb() might use ex_data contents. Bug found by Sam Varshavchik <mrsam@courier-mta.com> Loading
ssl/s3_clnt.c +1 −1 Original line number Diff line number Diff line Loading @@ -146,11 +146,11 @@ SSL_METHOD *SSLv3_client_method(void) if (init) { init=0; memcpy((char *)&SSLv3_client_data,(char *)sslv3_base_method(), sizeof(SSL_METHOD)); SSLv3_client_data.ssl_connect=ssl3_connect; SSLv3_client_data.get_ssl_method=ssl3_get_client_method; init=0; } return(&SSLv3_client_data); } Loading