You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ruby 2.5.0 bumped ruby/openssl from 2.0.5 to 2.1.0.beta1[1], which added the
`OpenSSL::SSL::TLS1_VERSION` constant and is supported in jruby-openssl.
Since puppet requires 2.5 or greater we can drop those patches.
[1] ruby/ruby@609103d
Copy file name to clipboardExpand all lines: lib/puppet/util/monkey_patches.rb
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -32,13 +32,6 @@ def daemonize
32
32
# (#19151) Reject all SSLv2 ciphers and handshakes
33
33
require_relative'../../puppet/ssl/openssl_loader'
34
34
unlessPuppet::Util::Platform.jruby_fips?
35
-
unlessdefined?(OpenSSL::SSL::TLS1_VERSION)
36
-
moduleOpenSSL::SSL
37
-
# see https://github.com/ruby/ruby/commit/609103dbb5fb182eec12f052226c43e39b907682#diff-09f822c26289f5347111795ca22ed7ed1cfadd6ebd28f987991d1d414eef565aR2755-R2759
0 commit comments