From fef35addb80d98c57894caeef420ef52e2fe0f72 Mon Sep 17 00:00:00 2001 From: tenderlove Date: Sat, 1 Aug 2015 00:12:46 +0000 Subject: * ext/openssl/ossl_ssl.c (ossl_sslctx_setup): Implement SSLContext#options and options= using SSL_CTX_set_options and SSL_CTX_get_options. This reduces the number of ivars we need and simplifies `ossl_sslctx_setup`. * ext/openssl/lib/openssl/ssl.rb (module OpenSSL): Default `options` to SSL_OP_ALL git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51462 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ba713d6b4f..fd2db5ebf9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Sat Aug 1 09:09:46 2015 Aaron Patterson + + * ext/openssl/ossl_ssl.c (ossl_sslctx_setup): Implement + SSLContext#options and options= using SSL_CTX_set_options and + SSL_CTX_get_options. This reduces the number of ivars we need and + simplifies `ossl_sslctx_setup`. + + * ext/openssl/lib/openssl/ssl.rb (module OpenSSL): Default `options` + to SSL_OP_ALL + Sat Aug 1 06:54:36 2015 Aaron Patterson * ext/openssl/ossl_ssl.c (Init_ossl_ssl): OpenSSL declares these -- cgit v1.2.3