Lines Matching full:x509
277 if (cert->pkeys[i].x509 != NULL)
279 ret->pkeys[i].x509 = cert->pkeys[i].x509;
280 CRYPTO_add(&ret->pkeys[i].x509->references, 1,
350 if (ret->pkeys[i].x509 != NULL)
351 X509_free(ret->pkeys[i].x509);
392 if (c->pkeys[i].x509 != NULL)
393 X509_free(c->pkeys[i].x509);
477 if (sc->peer_pkeys[i].x509 != NULL)
478 X509_free(sc->peer_pkeys[i].x509);
509 int ssl_verify_cert_chain(SSL *s,STACK_OF(X509) *sk)
511 X509 *x;
629 static int add_client_CA(STACK_OF(X509_NAME) **sk,X509 *x)
648 int SSL_add_client_CA(SSL *ssl,X509 *x)
653 int SSL_CTX_add_client_CA(SSL_CTX *ctx,X509 *x)
675 X509 *x=NULL;
746 X509 *x=NULL;