Searched refs:X509 (Results 126 - 150 of 394) sorted by relevance

1234567891011>>

/netbsd-current/crypto/external/bsd/openssl.old/dist/demos/pkcs12/
H A Dpkread.c52 X509 *cert = NULL;
53 STACK_OF(X509) *ca = NULL;
H A Dpkwrite.c22 X509 *cert;
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_apps.h25 int set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key,
26 STACK_OF(X509) *chain, int build_chain);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/engine/
H A Deng_pkey.c115 STACK_OF(X509_NAME) *ca_dn, X509 **pcert,
116 EVP_PKEY **ppkey, STACK_OF(X509) **pother,
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ocsp/
H A Docsp_lib.c22 OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, const X509 *subject,
23 const X509 *issuer)
H A Docsp_local.h55 STACK_OF(X509) *certs;
195 STACK_OF(X509) *certs;
H A Docsp_cl.c64 int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert)
81 X509 *signer,
84 STACK_OF(X509) *certs, unsigned long flags)
178 const STACK_OF(X509) *OCSP_resp_get0_certs(const OCSP_BASICRESP *bs)
/netbsd-current/crypto/external/bsd/openssl/dist/demos/pkcs12/
H A Dpkread.c52 X509 *cert = NULL;
53 STACK_OF(X509) *ca = NULL;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/cmp/
H A Dcmp_ctx.c52 STACK_OF(X509) *OSSL_CMP_CTX_get0_untrusted(const OSSL_CMP_CTX *ctx)
65 int OSSL_CMP_CTX_set1_untrusted(OSSL_CMP_CTX *ctx, STACK_OF(X509) *certs)
67 STACK_OF(X509) *untrusted = NULL;
285 int ossl_cmp_ctx_set0_validatedSrvCert(OSSL_CMP_CTX *ctx, X509 *cert)
479 STACK_OF(X509) *OSSL_CMP_CTX_get1_newChain(const OSSL_CMP_CTX *ctx)
489 * Copies any given stack of inbound X509 certificates to newChain
492 int ossl_cmp_ctx_set1_newChain(OSSL_CMP_CTX *ctx, STACK_OF(X509) *newChain)
504 STACK_OF(X509) *OSSL_CMP_CTX_get1_extraCertsIn(const OSSL_CMP_CTX *ctx)
514 * Copies any given stack of inbound X509 certificates to extraCertsIn
518 STACK_OF(X509) *extraCertsI
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/engine/
H A Deng_pkey.c115 STACK_OF(X509_NAME) *ca_dn, X509 **pcert,
116 EVP_PKEY **ppkey, STACK_OF(X509) **pother,
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_cert.c252 int ssl_cert_set0_chain(SSL *s, SSL_CTX *ctx, STACK_OF(X509) *chain)
270 int ssl_cert_set1_chain(SSL *s, SSL_CTX *ctx, STACK_OF(X509) *chain)
272 STACK_OF(X509) *dchain;
285 int ssl_cert_add0_chain_cert(SSL *s, SSL_CTX *ctx, X509 *x)
303 int ssl_cert_add1_chain_cert(SSL *s, SSL_CTX *ctx, X509 *x)
311 int ssl_cert_select_current(CERT *c, X509 *x)
363 int ssl_verify_cert_chain(SSL *s, STACK_OF(X509) *sk)
365 X509 *x;
527 static int add_ca_name(STACK_OF(X509_NAME) **sk, const X509 *x)
546 int SSL_add1_to_CA_list(SSL *ssl, const X509 *
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/cms/
H A Dcms_smime.c229 STACK_OF(X509) *certs,
233 X509 *signer;
265 int CMS_verify(CMS_ContentInfo *cms, STACK_OF(X509) *certs,
270 STACK_OF(X509) *cms_certs = NULL;
272 X509 *signer;
424 STACK_OF(X509) *certs,
435 CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey,
436 STACK_OF(X509) *certs, BIO *data,
456 X509 *x = sk_X509_value(certs, i);
479 X509 *signcer
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/demos/cms/
H A Dcms_ddec.c21 X509 *rcert = NULL;
H A Dcms_dec.c18 X509 *rcert = NULL;
H A Dcms_sign.c18 X509 *scert = NULL;
H A Dcms_ver.c19 X509 *cacert = NULL;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509type.c16 int X509_certificate_type(const X509 *x, const EVP_PKEY *pkey)
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/store/
H A Dstore_local.h40 X509 *x509; /* when type == OSSL_STORE_INFO_CERT */
/netbsd-current/crypto/external/bsd/openssl.old/dist/demos/smime/
H A Dsmsign.c18 X509 *scert = NULL;
H A Dsmdec.c18 X509 *rcert = NULL;
H A Dsmver.c19 X509 *cacert = NULL;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
H A Dpcy_map.c22 int policy_cache_set_mapping(X509 *x, POLICY_MAPPINGS *maps)
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dct.h76 X509* CT_POLICY_EVAL_CTX_get0_cert(const CT_POLICY_EVAL_CTX *ctx);
83 int CT_POLICY_EVAL_CTX_set1_cert(CT_POLICY_EVAL_CTX *ctx, X509 *cert);
86 X509* CT_POLICY_EVAL_CTX_get0_issuer(const CT_POLICY_EVAL_CTX *ctx);
93 int CT_POLICY_EVAL_CTX_set1_issuer(CT_POLICY_EVAL_CTX *ctx, X509 *issuer);
/netbsd-current/crypto/external/bsd/openssl/dist/demos/smime/
H A Dsmver.c19 X509 *cacert = NULL;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dpcy_map.c22 int ossl_policy_cache_set_mapping(X509 *x, POLICY_MAPPINGS *maps)

Completed in 251 milliseconds

1234567891011>>