subject-names-match? ( name pattern -- ? )


Vocabulary
io.sockets.secure.openssl

Inputs
namea host name
patterna subject name


Outputs
?a boolean


Word description
True if the host name matches the subject name.

Examples
"www.google.se" "*.google.se" subject-names-match? t


Definition