Flowdock

OpenSSL::Config

Configuration for the openssl library.

Many system’s installation of openssl library will depend on your system configuration. See the value of OpenSSL::Config::DEFAULT_CONFIG_FILE for the location of the file for your host.

See also http://www.openssl.org/docs/apps/config.html

Constants

DEFAULT_CONFIG_FILE = rb_str_new2(default_config_file)

ESCAPE_MAP = { "r" => "\r", "n" => "\n", "b" => "\b", "t" => "\t", }

QUOTE_REGEXP_DQ = /\A([^"\\]*(?:""[^"\\]*|\\.[^"\\]*)*)"/

QUOTE_REGEXP_SQ = /\A([^'\\]*(?:\\.[^'\\]*)*)'/

Attributes

Show files where this class is defined (2 files)
Register or log in to add new notes.