Home
last modified time | relevance | path

Searched refs:X509 (Results 176 – 200 of 337) sorted by relevance

12345678910>>...14

/openssl/crypto/store/
H A Dstore_result.c471 X509 *cert = X509_new_ex(libctx, propq); in try_cert()
549 X509 *cert = NULL; in try_pkcs12()
550 STACK_OF(X509) *chain = NULL; in try_pkcs12()
620 X509 *ca = sk_X509_value(chain, 0); in try_pkcs12()
/openssl/doc/man3/
H A DCMS_sign.pod11 CMS_ContentInfo *CMS_sign_ex(X509 *signcert, EVP_PKEY *pkey,
12 STACK_OF(X509) *certs, BIO *data,
15 CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey, STACK_OF(X509) *certs,
H A Dd2i_X509.pod428 using X509_free() for X509 objects or DSA_SIG_free() for DSA_SIG objects.
544 Allocate and encode the DER encoding of an X509 structure:
556 X509 *x;
569 X509 *x;
583 X509 *x;
619 X509 *x;
626 interpret its (invalid) value as an B<X509> structure, typically causing
H A DPKCS12_SAFEBAG_get1_cert.pod26 X509 *PKCS12_SAFEBAG_get1_cert(const PKCS12_SAFEBAG *bag);
49 PKCS12_SAFEBAG_get1_cert_ex() and PKCS12_SAFEBAG_get1_crl_ex() return new B<X509> or
H A DX509_sign.pod15 int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md);
16 int X509_sign_ctx(X509 *x, EVP_MD_CTX *ctx);
H A DCMS_get0_SignerInfos.pod19 int CMS_SignerInfo_cert_cmp(CMS_SignerInfo *si, X509 *cert);
20 void CMS_SignerInfo_set1_signer_cert(CMS_SignerInfo *si, X509 *signer);
/openssl/crypto/x509/
H A Dx509type.c16 int X509_certificate_type(const X509 *x, const EVP_PKEY *pkey) in X509_certificate_type()
H A Dpcy_map.c22 int ossl_policy_cache_set_mapping(X509 *x, POLICY_MAPPINGS *maps) in ossl_policy_cache_set_mapping()
H A Dv3_utl.c451 STACK_OF(OPENSSL_STRING) *X509_get1_email(X509 *x) in STACK_OF()
462 STACK_OF(OPENSSL_STRING) *X509_get1_ocsp(X509 *x) in STACK_OF()
876 static int do_x509_check(X509 *x, const char *chk, size_t chklen, in do_x509_check()
1007 int X509_check_host(X509 *x, const char *chk, size_t chklen, in X509_check_host()
1026 int X509_check_email(X509 *x, const char *chk, size_t chklen, in X509_check_email()
1045 int X509_check_ip(X509 *x, const unsigned char *chk, size_t chklen, in X509_check_ip()
1053 int X509_check_ip_asc(X509 *x, const char *ipasc, unsigned int flags) in X509_check_ip_asc()
/openssl/demos/pkcs12/
H A Dpkwrite.c22 X509 *cert; in main()
/openssl/apps/
H A Dx509.c39 static int purpose_print(BIO *bio, X509 *cert, X509_PURPOSE *pt);
40 static int print_x509v3_exts(BIO *bio, X509 *x, const char *ext_names);
202 static X509_REQ *x509_to_req(X509 *cert, int ext_copy, const char *names) in x509_to_req()
247 static int self_signed(X509_STORE *ctx, X509 *cert) in self_signed()
279 X509 *x = NULL, *xca = NULL, *issuer_cert; in x509_main()
1178 X509 *err_cert; in callb()
1201 static int purpose_print(BIO *bio, X509 *cert, X509_PURPOSE *pt) in purpose_print()
1247 static int print_x509v3_exts(BIO *bio, X509 *x, const char *ext_names) in print_x509v3_exts()
H A DCA.pl.in28 my $X509 = "$openssl x509";
206 $RET = run("$X509 -x509toreq -in $NEWREQ -signkey $NEWREQ"
/openssl/crypto/err/
H A Derr_all_legacy.c104 IMPLEMENT_LEGACY_ERR_LOAD(X509)
/openssl/test/
H A Dct_test.c91 static X509 *load_pem_cert(const char *dir, const char *file) in load_pem_cert()
93 X509 *cert = NULL; in load_pem_cert()
227 X509 *cert = NULL, *issuer = NULL; in execute_cert_test()
H A Dx509_load_cert_file_test.c22 STACK_OF(X509) *certs = NULL; in test_load_cert_file()
H A Dpkcs7_test.c56 X509 *cert = NULL; in pkcs7_verify_test()
/openssl/demos/cms/
H A Dcms_dec.c18 X509 *rcert = NULL; in main()
H A Dcms_ddec.c21 X509 *rcert = NULL; in main()
H A Dcms_sign.c18 X509 *scert = NULL; in main()
/openssl/demos/smime/
H A Dsmdec.c18 X509 *rcert = NULL; in main()
H A Dsmsign.c18 X509 *scert = NULL; in main()
H A Dsmver.c19 X509 *cacert = NULL; in main()
/openssl/crypto/cmp/
H A Dcmp_util.c201 int ossl_cmp_X509_STORE_add1_certs(X509_STORE *store, STACK_OF(X509) *certs, in ossl_cmp_X509_STORE_add1_certs()
213 X509 *cert = sk_X509_value(certs, i); in ossl_cmp_X509_STORE_add1_certs()
H A Dcmp_msg.c274 X509 *refcert = ctx->oldCert != NULL ? ctx->oldCert : ctx->cert; in OSSL_CMP_CTX_setup_CRM()
446 X509 *cert, const X509 *encryption_recip, in ossl_cmp_certrep_new()
447 STACK_OF(X509) *chain, STACK_OF(X509) *caPubs, in ossl_cmp_certrep_new()
1050 X509 *ossl_cmp_certresponse_get1_cert(const OSSL_CMP_CTX *ctx, in ossl_cmp_certresponse_get1_cert()
1054 X509 *crt = NULL; in ossl_cmp_certresponse_get1_cert()
/openssl/doc/man7/
H A Dproxy-certificates.pod45 setting an X509 verification flag:
165 ex_data store that is attached to an X509 validation context.
188 * store in the X509 validation context the first time it's
207 /* Callback to be given to the X509 validation procedure. */
220 X509 *xs = X509_STORE_CTX_get_current_cert(ctx);

Completed in 56 milliseconds

12345678910>>...14