HomeSort by: relevance | last modified time | path
    Searched refs:peer_CN (Results 1 - 10 of 10) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/tls/
tls_proxy_context_scan.c 77 VSTRING *peer_CN = vstring_alloc(25);
101 RECV_ATTR_STR(TLS_ATTR_PEER_CN, peer_CN),
133 tls_context->peer_CN = vstring_export(peer_CN);
163 if (tls_context->peer_CN)
164 myfree(tls_context->peer_CN);
tls_proxy_context_print.c 68 STRING_OR_EMPTY(tp->peer_CN)),
tls_client.c 94 /* .IP TLScontext->peer_CN
327 * On exit both peer_CN and issuer_CN should be set.
330 TLScontext->peer_CN = tls_peer_CN(peercert, TLScontext);
1371 * Unconditionally set peer_CN, issuer_CN and peer_cert_fprint. Check
1385 TLScontext->peer_CN, TLScontext->issuer_CN,
1396 TLScontext->peer_CN = mystrdup("");
tls_server.c 69 /* .IP TLScontext->peer_CN
1012 TLScontext->peer_CN = tls_peer_CN(peer, TLScontext);
1022 TLScontext->peer_CN, TLScontext->issuer_CN,
1050 TLScontext->peer_CN = mystrdup("");
tls_misc.c 1354 TLScontext->peer_CN = 0;
1402 if (TLScontext->peer_CN)
1403 myfree(TLScontext->peer_CN);
tls.h 242 char *peer_CN; /* Peer Common Name */
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_milter.c 142 return (IF_TRUSTED(state->tls_context->peer_CN));
smtpd.c 3506 VSTRING *peer_CN;
3632 peer_CN = VSTRING_STRDUP(state->tls_context->peer_CN);
3633 comment_sanitize(peer_CN);
3639 STR(peer_CN), STR(issuer_CN),
3643 vstring_free(peer_CN);
smtpd_check.c 3277 state->tls_context->peer_CN,
4056 ENCODE_CN(subject, subject_buf, state->tls_context->peer_CN);
  /src/external/ibm-public/postfix/dist/src/posttls-finger/
posttls-finger.c 914 state->tls_context->peer_CN,

Completed in 39 milliseconds