Handbook
Glossary
subject-name ( certificate -- host )
Vocabulary
io
.
sockets
.
secure
.
openssl
Inputs
certificate
an SSL peer certificate
Outputs
host
a
string
Word description
The subject name of a certificate.
Definition
USING:
openssl.libssl
;
IN:
io.sockets.secure.openssl
:
subject-name
( certificate -- host )
X509_get_subject_name
x509name>string
;