Home | History | Annotate | Download | only in ssl

Lines Matching full:x509

262 		if (cert->pkeys[i].x509 != NULL)
264 ret->pkeys[i].x509 = cert->pkeys[i].x509;
265 CRYPTO_add(&ret->pkeys[i].x509->references, 1,
331 if (ret->pkeys[i].x509 != NULL)
332 X509_free(ret->pkeys[i].x509);
373 if (c->pkeys[i].x509 != NULL)
374 X509_free(c->pkeys[i].x509);
458 if (sc->peer_pkeys[i].x509 != NULL)
459 X509_free(sc->peer_pkeys[i].x509);
490 int ssl_verify_cert_chain(SSL *s,STACK_OF(X509) *sk)
492 X509 *x;
610 static int add_client_CA(STACK_OF(X509_NAME) **sk,X509 *x)
629 int SSL_add_client_CA(SSL *ssl,X509 *x)
634 int SSL_CTX_add_client_CA(SSL_CTX *ctx,X509 *x)
656 X509 *x=NULL;
727 X509 *x=NULL;