Home
last modified time | relevance | path

Searched refs:X509 (Results 126 – 150 of 336) sorted by relevance

12345678910>>...14

/openssl/ssl/
H A Dssl_local.h525 X509 *peer;
527 STACK_OF(X509) *peer_chain;
908 STACK_OF(X509) *extra_certs;
1529 STACK_OF(X509) *verified_chain;
1979 X509 *x509;
1982 STACK_OF(X509) *chain;
2510 STACK_OF(X509) *chain);
2512 STACK_OF(X509) *chain);
2515 __owur int ssl_cert_select_current(CERT *c, X509 *x);
2805 STACK_OF(X509) *chain, int idx);
[all …]
/openssl/doc/man3/
H A DX509_get0_signature.pod18 const X509 *x);
21 int X509_get_signature_nid(const X509 *x);
22 const X509_ALGOR *X509_get0_tbs_sigalg(const X509 *x);
36 int X509_get_signature_info(X509 *x, int *mdnid, int *pknid, int *secbits,
H A DX509_check_ca.pod11 int X509_check_ca(X509 *cert);
23 3, if it is self-signed X509 v1 certificate, 4, if it is certificate with
H A DPKCS12_parse.pod11 int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert,
12 STACK_OF(X509) **ca);
35 B<X509> structure.
H A DCMS_add1_recipient_cert.pod11 CMS_RecipientInfo *CMS_add1_recipient(CMS_ContentInfo *cms, X509 *recip,
13 X509 *originator, unsigned int flags);
16 X509 *recip, unsigned int flags);
H A DX509V3_set_ctx.pod12 void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subject,
19 providing details potentially needed by functions producing X509 v3 extensions.
H A DCMS_sign_receipt.pod11 CMS_ContentInfo *CMS_sign_receipt(CMS_SignerInfo *si, X509 *signcert,
12 EVP_PKEY *pkey, STACK_OF(X509) *certs,
H A DX509_check_issued.pod12 int X509_check_issued(X509 *issuer, X509 *subject);
H A DCMS_add0_cert.pod13 int CMS_add0_cert(CMS_ContentInfo *cms, X509 *cert);
14 int CMS_add1_cert(CMS_ContentInfo *cms, X509 *cert);
15 STACK_OF(X509) *CMS_get1_certs(CMS_ContentInfo *cms);
H A DOCSP_REQUEST_new.pod19 X509 *signer, EVP_PKEY *key, const EVP_MD *dgst,
20 STACK_OF(X509) *certs, unsigned long flags);
22 int OCSP_request_add1_cert(OCSP_REQUEST *req, X509 *cert);
H A DX509_verify_cert.pod7 X509_STORE_CTX_verify - build and verify X509 certificate chain
13 STACK_OF(X509) *X509_build_chain(X509 *target, STACK_OF(X509) *certs,
H A DX509_check_private_key.pod6 of a private key with the public key in an X509 certificate or certificate
13 int X509_check_private_key(const X509 *cert, EVP_PKEY *pkey);
/openssl/apps/
H A Dcmp.c765 X509 *cert; in load_cert_pwd()
1016 X509 *cert; in setup_cert()
1032 STACK_OF(X509) *certs; in setup_certs()
1366 X509 *cert; in setup_ssl_ctx()
1549 X509 *cert; in setup_protection_ctx()
3350 X509 *oldwithold = NULL; in do_genm()
3351 X509 *newwithnew = NULL; in do_genm()
3352 X509 *newwithold = NULL; in do_genm()
3353 X509 *oldwithnew = NULL; in do_genm()
3394 X509 *crlcert = NULL; in do_genm()
[all …]
H A Dsmime.c22 static int save_certs(char *signerfile, STACK_OF(X509) *signers);
165 STACK_OF(X509) *encerts = NULL, *other = NULL; in smime_main()
166 X509 *cert = NULL, *recip = NULL, *signer = NULL; in smime_main()
599 X509 *x = sk_X509_value(other, i); in smime_main()
642 STACK_OF(X509) *signers; in smime_main()
710 static int save_certs(char *signerfile, STACK_OF(X509) *signers) in save_certs()
/openssl/test/
H A Dx509_test.c95 X509 *x = NULL; in test_x509_tbs_cache()
128 X509 *x509 = NULL; in test_asn1_item_verify()
/openssl/test/certs/
H A Dcyrillic_crl.utf828 -----BEGIN X509 CRL-----
40 -----END X509 CRL-----
/openssl/crypto/ocsp/
H A Docsp_local.h55 STACK_OF(X509) *certs;
195 STACK_OF(X509) *certs;
/openssl/crypto/ts/
H A Dts_verify_ctx.c61 STACK_OF(X509) *TS_VERIFY_CTX_set_certs(TS_VERIFY_CTX *ctx, in STACK_OF() argument
62 STACK_OF(X509) *certs) in STACK_OF()
/openssl/crypto/pem/
H A Dpem_xaux.c18 IMPLEMENT_PEM_rw(X509_AUX, X509, PEM_STRING_X509_TRUSTED, X509_AUX)
/openssl/crypto/cms/
H A Dcms_kari.c97 int CMS_RecipientInfo_kari_orig_id_cmp(CMS_RecipientInfo *ri, X509 *cert) in CMS_RecipientInfo_kari_orig_id_cmp()
149 X509 *cert) in CMS_RecipientEncryptedKey_cert_cmp()
163 EVP_PKEY *pk, X509 *peer) in CMS_RecipientInfo_kari_set0_pkey_and_peer()
341 int ossl_cms_RecipientInfo_kari_init(CMS_RecipientInfo *ri, X509 *recip, in ossl_cms_RecipientInfo_kari_init()
342 EVP_PKEY *recipPubKey, X509 *originator, in ossl_cms_RecipientInfo_kari_init()
/openssl/apps/lib/
H A Dapps.c195 void dump_cert_text(BIO *out, X509 *x) in dump_cert_text()
484 X509 *cert = NULL; in load_cert_pass()
737 X509 **pcert, STACK_OF(X509) **pcerts, in load_cert_certs()
773 STACK_OF(X509) *certs = NULL; in STACK_OF()
774 STACK_OF(X509) *result = sk_X509_new_null(); in STACK_OF()
829 STACK_OF(X509) *certs = NULL; in load_certstore()
932 X509 **pcert, STACK_OF(X509) **pcerts, in load_key_certs_crls()
1239 int copy_extensions(X509 *x, X509_REQ *req, int copy_type) in copy_extensions()
2292 static int adapt_keyid_ext(X509 *cert, X509V3_CTX *ext_ctx, in adapt_keyid_ext()
2320 int cert_matches_key(const X509 *cert, const EVP_PKEY *pkey) in cert_matches_key()
[all …]
/openssl/include/openssl/
H A Dstore.h177 OSSL_STORE_INFO *OSSL_STORE_INFO_new_CERT(X509 *x509);
195 X509 *OSSL_STORE_INFO_get0_CERT(const OSSL_STORE_INFO *info);
196 X509 *OSSL_STORE_INFO_get1_CERT(const OSSL_STORE_INFO *info);
/openssl/engines/
H A De_capi.c144 STACK_OF(X509_NAME) *ca_dn, X509 **pcert,
149 static int cert_select_simple(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs);
151 static int cert_select_dialog(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs);
193 int (*client_cert_select) (ENGINE *e, SSL *ssl, STACK_OF(X509) *certs);
1381 X509 *x; in capi_dump_cert()
1703 static int cert_issuer_match(STACK_OF(X509_NAME) *ca_dn, X509 *x) in cert_issuer_match()
1724 STACK_OF(X509) *certs = NULL; in capi_load_ssl_client_cert()
1725 X509 *x; in capi_load_ssl_client_cert()
1822 static int cert_select_simple(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs) in cert_select_simple()
1849 static int cert_select_dialog(ENGINE *e, SSL *ssl, STACK_OF(X509) *certs) in cert_select_dialog()
[all …]
/openssl/fuzz/
H A Dx509.c39 X509 *x509_1 = NULL, *x509_2 = NULL; in FuzzerTestOneInput()
45 STACK_OF(X509) *certs = NULL; in FuzzerTestOneInput()
/openssl/doc/internal/man3/
H A Dossl_cmp_certreq_new.pod26 X509 *cert, const X509 *encryption_recip,
27 STACK_OF(X509) *chain, STACK_OF(X509) *caPubs,

Completed in 119 milliseconds

12345678910>>...14