manpagez: man pages & more
info bigloo
Home | html | info | man
[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

6.7.5.2 Certificates

SSL library procedure: read-certificate file

Reads an X509 certificate stored in PEM format in the given file name. If the file cannot be read, it raises an &io-error condition. Otherwise the certificate is returned.

SSL library procedure: read-pem-file file

Reads a list of X509 certificate stored in PEM format in the given file name. If the file cannot be read, it raises an &io-error condition. Otherwise the list of certificate contained in the file is returned.

SSL library procedure: certificate? obj

Returns #t if obj is an SSL certificate. Otherwise returns #f.

SSL library procedure: certificate-subject cert

Returns the CommonName (CN) part of the subject of the given certificate.

SSL library procedure: certificate-issuer cert

Returns the CommonName (CN) part of the issuer of the given certificate.


This document was generated on March 31, 2014 using texi2html 5.0.

© manpagez.com 2000-2024
Individual documents may contain additional copyright information.