module

OpenSSL::X509::Name::RFC2253DN

v2_1_10 - Show latest stable

No documentation available for this module.

Constants

AttributeType = /[a-zA-Z][0-9a-zA-Z]*|[0-9]+(?:\\.[0-9]+)*/

AttributeValue = /\n(?!["#])((?:#{StringChar}|#{Pair})*)|\n\\#(#{HexString})|\n"((?:#{QuoteChar}|#{Pair})*)"\n/x

HexChar = /[0-9a-fA-F]/

HexPair = /#{HexChar}#{HexChar}/

HexString = /#{HexPair}+/

Pair = /\\\\(?:[#{Special}]|\\\\|"|#{HexPair})/

QuoteChar = /[^\\\\"]/

Special = ',=+<>#;'

StringChar = /[^#{Special}\\\\"]/

TypeAndValue = /\\A(#{AttributeType})=#{AttributeValue}/

Files

  • ext/openssl/lib/openssl/x509.rb