Lines Matching full:x509
261 if (cert->pkeys[i].x509 != NULL)
263 ret->pkeys[i].x509 = cert->pkeys[i].x509;
264 CRYPTO_add(&ret->pkeys[i].x509->references, 1,
330 if (ret->pkeys[i].x509 != NULL)
331 X509_free(ret->pkeys[i].x509);
372 if (c->pkeys[i].x509 != NULL)
373 X509_free(c->pkeys[i].x509);
457 if (sc->peer_pkeys[i].x509 != NULL)
458 X509_free(sc->peer_pkeys[i].x509);
489 int ssl_verify_cert_chain(SSL *s,STACK_OF(X509) *sk)
491 X509 *x;
609 static int add_client_CA(STACK_OF(X509_NAME) **sk,X509 *x)
628 int SSL_add_client_CA(SSL *ssl,X509 *x)
633 int SSL_CTX_add_client_CA(SSL_CTX *ctx,X509 *x)
655 X509 *x=NULL;
726 X509 *x=NULL;