Method: Rex::Socket::Parameters#sslctx

Defined in:
lib/rex/socket/parameters.rb

#sslctxOpenSSL::SSL::SSLContext

Pre configured SSL Context to use

Returns:

  • (OpenSSL::SSL::SSLContext)


334
335
336
# File 'lib/rex/socket/parameters.rb', line 334

def sslctx
  @sslctx
end