From d5448b8e9143667ed181e7c6cb5a5ea6618b7b54 Mon Sep 17 00:00:00 2001 From: nagachika Date: Sat, 25 Jun 2011 09:20:16 +0000 Subject: [PATCH] * ChangeLog: fix some typos. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32223 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9f6c08a5f1..cd5d22551e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -72,7 +72,7 @@ Wed Jun 22 22:34:05 2011 Hiroshi Nakamura * ext/openssl/ossl_ssl.c (ossl_sslctx_session_new_cb): Return 0 to OpenSSL from the callback for SSL_CTX_sess_set_get_cb(). - Returning 0 means to OpenSSL that the the session is still valid + Returning 0 means to OpenSSL that the session is still valid (since we created Ruby Session object) and was not freed by us with SSL_SESSION_free(). Call SSLContext#remove_session(sess) in session_get_cb block if you don't want OpenSSL to cache the session @@ -134,7 +134,7 @@ Wed Jun 22 17:37:49 2011 Martin Bosslet * ext/openssl/ossl_cipher.c * ext/openssl/ossl_pkey_ec.c * ext/openssl/ossl_pkcs12.c - * ext/openssl/ossl_ssl_session.c: Replace rb_raise occurences by + * ext/openssl/ossl_ssl_session.c: Replace rb_raise occurrences by ossl_raise. This automatically flushes OpenSSL's error queue. * ext/openssl/ossl_pkcs7.c: Raise error if DER fallback for parsing