using_anon_cipher?()
No documentation available.
# File ext/openssl/lib/openssl/ssl.rb, line 412 def using_anon_cipher? ctx = OpenSSL::SSL::SSLContext.new ctx.ciphers = "aNULL" ctx.ciphers.include?(cipher) end