| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: stream
This function returns the value of the issuer slot of a x509-certificate
object. (It can also be used to set the value but setting it has no
effect at the moment.) This slot contains information about the issuer
(i.e., signer) of the certificate. The issuer information is
represented as a list of attribute/value conses. The car of each cons
is a string representing the attribute type ("CN", "ST", "L", "O",
"OU", "CN", etc.) and the cdr of each cons is a string representing
the value of the attribute.
See socket.htm.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |