Lines Matching defs:name
45 { "*SSL3_READ_BYTES:sslv3*alert*bad*certificate*", "Subject CN in certificate not server name or identical to CA!?" },
124 char *name;
137 * for holding both the timestamp, module name, pid etc. stuff
144 name = SSL_X509_NAME_to_string(p, X509_get_subject_name(cert),
146 if (!strIsEmpty(name)) {
147 BIO_puts(bio, name);
153 name = SSL_X509_NAME_to_string(p, X509_get_issuer_name(cert),
155 if (!strIsEmpty(name)) {
156 BIO_puts(bio, name);
203 * as well (for temporary allocation of the cert's subject/issuer name strings,