diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Sat Dec 6 22:58:03 2003 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * ext/openssl/ossl_ssl.c (ossl_start_ssl): new function to wrap + SSL_connect and SSL_accept; if SSL_connect (or SSL_accept) returned + but not finished the handshake process, we should retry it. + + * ext/openssl/ossl_ssl.c (ossl_ssl_connect): call ossl_start_ssl. + + * ext/openssl/ossl_ssl.c (ossl_ssl_accept): ditto. + + * ext/openssl/ossl_ssl.c (ossl_ssl_read): allow signal traps. + Sat Dec 6 21:45:10 2003 WATANABE Hirofumi <eban@ruby-lang.org> * io.c (flush_before_seek): flush before seek on any platform. |
