Searched refs:X509 (Results 76 - 100 of 132) sorted by relevance

123456

/freebsd-10.2-release/crypto/openssl/apps/
H A Dpkcs7.c232 STACK_OF(X509) *certs = NULL;
250 X509 *x;
H A Dsmime.c73 static int save_certs(char *signerfile, STACK_OF(X509) *signers);
102 X509 *cert = NULL, *recip = NULL, *signer = NULL;
104 STACK_OF(X509) *encerts = NULL, *other = NULL;
676 STACK_OF(X509) *signers;
741 static int save_certs(char *signerfile, STACK_OF(X509) *signers)
H A Dcms.c72 static int save_certs(char *signerfile, STACK_OF(X509) *signers);
118 X509 *cert = NULL, *recip = NULL, *signer = NULL;
120 STACK_OF(X509) *encerts = NULL, *other = NULL;
739 STACK_OF(X509) *allcerts;
974 STACK_OF(X509) *signers;
1066 static int save_certs(char *signerfile, STACK_OF(X509) *signers)
H A Ds_cb.c136 X509 *err_cert;
197 X509 *x509;
249 int set_cert_key_stuff(SSL_CTX *ctx, X509 *cert, EVP_PKEY *key)
H A Drsautl.c99 X509 *x;
H A Dsess_id.c93 X509 *peer = NULL;
249 BIO_printf(bio_err, "unable to write X509\n");
H A Dapps.c456 int dump_cert_text(BIO *out, X509 *x)
751 EVP_PKEY **pkey, X509 **cert, STACK_OF(X509) **ca)
790 X509 *load_cert(BIO *err, const char *file, int format,
793 X509 *x = NULL;
1073 STACK_OF(X509) **pcerts,
1161 STACK_OF(X509) *load_certs(BIO *err, const char *file, int format,
1164 STACK_OF(X509) *certs;
1266 int copy_extensions(X509 *x, X509_REQ *req, int copy_type)
/freebsd-10.2-release/crypto/openssl/ssl/
H A Dssl_task.c134 int MS_CALLBACK verify_callback(int ok, X509 *xs, X509 *xi, int depth,
H A Dssl.h461 * Peer [ 3 ] EXPLICIT X509, -- optional Peer Certificate
515 X509 *peer;
898 int (*client_cert_cb) (SSL *ssl, X509 **x509, EVP_PKEY **pkey);
914 STACK_OF(X509) *extra_certs;
1114 int (*client_cert_cb) (SSL *ssl, X509 **x509,
1116 int (*SSL_CTX_get_client_cert_cb(SSL_CTX *ctx)) (SSL *ssl, X509 **x509,
1869 int SSL_use_certificate(SSL *ssl, X509 *x);
1904 X509 *SSL_SESSION_get0_peer(SSL_SESSION *s);
1931 X509 *SSL_get_peer_certificate(const SSL *s);
1934 STACK_OF(X509) *SSL_get_peer_cert_chai
[all...]
H A Ds3_both.c329 static int ssl3_add_cert_to_buf(BUF_MEM *buf, unsigned long *l, X509 *x)
347 unsigned long ssl3_output_cert_chain(SSL *s, X509 *x)
554 int ssl_cert_type(X509 *x, EVP_PKEY *pkey)
/freebsd-10.2-release/contrib/wpa/src/crypto/
H A Dtls_openssl.c323 X509 *cert = NULL;
357 wpa_printf(MSG_INFO, "CryptoAPI: Could not process X509 DER "
425 X509 *cert;
458 "X509 DER encoding for CA cert");
996 static int tls_match_altsubject_component(X509 *cert, int type,
1018 static int tls_match_altsubject(X509 *cert, const char *match)
1099 static struct wpabuf * get_x509_cert(X509 *cert)
1119 X509 *err_cert, int err, int depth,
1143 X509 *err_cert, int depth,
1182 X509 *err_cer
[all...]
/freebsd-10.2-release/crypto/openssl/crypto/
H A Dossl_typ.h152 typedef struct x509_st X509; typedef in typeref:struct:x509_st
/freebsd-10.2-release/crypto/openssl/crypto/store/
H A Dstore.h161 STORE_OBJECT_TYPE_X509_CERTIFICATE = 0x01, /* X509 * */
240 X509 *certificate;
256 X509 *STORE_get_certificate(STORE *e, OPENSSL_ITEM attributes[],
258 int STORE_store_certificate(STORE *e, X509 *data, OPENSSL_ITEM attributes[],
271 X509 *STORE_list_certificate_next(STORE *e, void *handle);
/freebsd-10.2-release/crypto/openssl/crypto/x509v3/
H A Dv3_akey.c129 X509 *cert;
H A Dpcy_tree.c144 static int tree_init(X509_POLICY_TREE **ptree, STACK_OF(X509) *certs,
151 X509 *x;
731 STACK_OF(X509) *certs,
H A Dv3_utl.c59 /* X509 v3 extension utilities */
525 STACK_OF(OPENSSL_STRING) *X509_get1_email(X509 *x)
536 STACK_OF(OPENSSL_STRING) *X509_get1_ocsp(X509 *x)
/freebsd-10.2-release/contrib/serf/buckets/
H A Dssl_buckets.c178 X509 *cached_cert;
200 X509 *ssl_cert;
439 get_subject_alt_names(apr_array_header_t **san_arr, X509 *ssl_cert,
487 static apr_status_t validate_cert_hostname(X509 *server_cert, apr_pool_t *pool)
516 X509 *server_cert;
601 STACK_OF(X509) *chain;
1128 static int ssl_need_client_cert(SSL *ssl, X509 **cert, EVP_PKEY **pkey)
1438 X509 *ssl_cert = PEM_read_X509(fp, NULL, NULL, NULL);
/freebsd-10.2-release/usr.sbin/uefisign/
H A Duefisign.c242 sign(X509 *cert, EVP_PKEY *key, int pipefd)
341 X509 *cert = NULL;
/freebsd-10.2-release/crypto/openssl/crypto/cms/
H A Dcms_env.c146 X509 *recip, unsigned int flags)
227 EVP_PKEY **pk, X509 **recip,
264 int CMS_RecipientInfo_ktri_cert_cmp(CMS_RecipientInfo *ri, X509 *cert)
/freebsd-10.2-release/crypto/openssl/crypto/pem/
H A Dpem.h114 # define PEM_STRING_X509_OLD "X509 CERTIFICATE"
120 # define PEM_STRING_X509_CRL "X509 CRL"
450 DECLARE_PEM_rw(X509, X509)
451 DECLARE_PEM_rw(X509_AUX, X509)
/freebsd-10.2-release/contrib/ntp/libntp/
H A Dlibssl_compat.c321 const X509 *x
/freebsd-10.2-release/crypto/openssl/crypto/x509/
H A Dby_file.c130 X509 *x = NULL;
H A Dx509_req.c70 X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, const EVP_MD *md)
/freebsd-10.2-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_doit.c405 static int pkcs7_cmp_ri(PKCS7_RECIP_INFO *ri, X509 *pcert)
417 BIO *PKCS7_dataDecode(PKCS7 *p7, EVP_PKEY *pkey, BIO *in_bio, X509 *pcert)
973 STACK_OF(X509) *cert;
974 X509 *x509;
1026 X509 *x509)
/freebsd-10.2-release/crypto/openssl/crypto/stack/
H A Dsafestack.h1640 # define sk_X509_new(cmp) SKM_sk_new(X509, (cmp))
1641 # define sk_X509_new_null() SKM_sk_new_null(X509)
1642 # define sk_X509_free(st) SKM_sk_free(X509, (st))
1643 # define sk_X509_num(st) SKM_sk_num(X509, (st))
1644 # define sk_X509_value(st, i) SKM_sk_value(X509, (st), (i))
1645 # define sk_X509_set(st, i, val) SKM_sk_set(X509, (st), (i), (val))
1646 # define sk_X509_zero(st) SKM_sk_zero(X509, (st))
1647 # define sk_X509_push(st, val) SKM_sk_push(X509, (st), (val))
1648 # define sk_X509_unshift(st, val) SKM_sk_unshift(X509, (st), (val))
1649 # define sk_X509_find(st, val) SKM_sk_find(X509, (s
[all...]

Completed in 459 milliseconds

123456