Skip to content

Commit cd21153

Browse files
committed
(PUP-11718) Update comment about old OpenSSL
This commit updates a comment referring to versions of OpenSSL that Puppet no longer supports (OpenSSL < 1.1) and adds a comment about JRruby support.
1 parent 995aea1 commit cd21153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/ssl/ssl_provider.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def print(ssl_context, alg = 'SHA256')
235235
def default_flags
236236
# checking the signature of the self-signed cert doesn't add any security,
237237
# but it's a sanity check to make sure the cert isn't corrupt. This option
238-
# is only available in openssl 1.1+
238+
# is not available in JRuby's OpenSSL library.
239239
if defined?(OpenSSL::X509::V_FLAG_CHECK_SS_SIGNATURE)
240240
OpenSSL::X509::V_FLAG_CHECK_SS_SIGNATURE
241241
else

0 commit comments

Comments
 (0)