Home
last modified time | relevance | path

Searched refs:X509_new_ex (Results 1 – 25 of 25) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DX509_new.pod5 X509_new, X509_new_ex,
14 X509 *X509_new_ex(OSSL_LIB_CTX *libctx, const char *propq);
24 X509_new_ex() allocates and initializes a X509 structure with a
31 X509_new() is similar to X509_new_ex() but sets the library context
86 The function X509_new_ex() was added in OpenSSL 3.0.
H A DPEM_read_bio_PrivateKey.pod217 B<X509_REQ> or B<X509_CRL> object using L<X509_new_ex(3)>, L<X509_REQ_new_ex(3)>
462 allocated, empty B<X509> object (for example allocated via L<X509_new_ex(3)>).
478 X509 *x = X509_new_ex(libctx, NULL);
H A Dd2i_X509.pod556 x = X509_new_ex(libctx, propq);
/freebsd/crypto/openssl/ssl/
H A Dssl_rsa.c67 x = X509_new_ex(ssl->ctx->libctx, ssl->ctx->propq); in SSL_use_certificate_file()
101 x = X509_new_ex(ssl->ctx->libctx, ssl->ctx->propq); in SSL_use_certificate_ASN1()
298 x = X509_new_ex(ctx->libctx, ctx->propq); in SSL_CTX_use_certificate_file()
328 x = X509_new_ex(ctx->libctx, ctx->propq); in SSL_CTX_use_certificate_ASN1()
452 x = X509_new_ex(real_ctx->libctx, real_ctx->propq); in use_certificate_chain_file()
491 ca = X509_new_ex(real_ctx->libctx, real_ctx->propq); in use_certificate_chain_file()
H A Dssl_cert.c644 x = X509_new_ex(libctx, propq); in STACK_OF()
/freebsd/crypto/openssl/test/testutil/
H A Dload.c26 && TEST_ptr(cert = X509_new_ex(libctx, NULL))) in load_cert_pem()
/freebsd/crypto/openssl/crypto/x509/
H A Dby_file.c108 x = X509_new_ex(libctx, propq); in X509_load_cert_file_ex()
H A Dx_x509.c161 X509 *X509_new_ex(OSSL_LIB_CTX *libctx, const char *propq) in X509_new_ex() function
/freebsd/crypto/openssl/crypto/pem/
H A Dpem_info.c108 xi->x509 = X509_new_ex(libctx, propq); in STACK_OF()
/freebsd/crypto/openssl/crypto/store/
H A Dstore_result.c471 X509 *cert = X509_new_ex(libctx, propq); in try_cert()
/freebsd/crypto/openssl/crypto/crmf/
H A Dcrmf_lib.c703 if ((cert = X509_new_ex(libctx, propq)) == NULL) in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
/freebsd/crypto/openssl/test/
H A Devp_libctx_test.c302 || !TEST_ptr(cert = X509_new_ex(libctx, NULL)) in dhx_cert_load()
H A Dsslapitest.c962 if (!TEST_ptr(chaincert = X509_new_ex(libctx, NULL))) in add_large_cert_chain()
1967 || !TEST_ptr(ocspcert = X509_new_ex(libctx, NULL)) in test_tlsext_status_type()
8427 || !TEST_ptr(rootx = X509_new_ex(libctx, NULL)) in cert_cb()
8435 || !TEST_ptr(x509 = X509_new_ex(libctx, NULL)) in cert_cb()
8589 if (!TEST_ptr(xcert = X509_new_ex(libctx, NULL)) in client_cert_cb()
/freebsd/crypto/openssl/apps/
H A Dx509.c736 if ((x = X509_new_ex(app_get0_libctx(), app_get0_propq())) == NULL) in x509_main()
H A Dreq.c809 if ((new_x509 = X509_new_ex(app_get0_libctx(), in req_main()
H A Dca.c1700 if ((ret = X509_new_ex(app_get0_libctx(), app_get0_propq())) == NULL) in do_body()
/freebsd/crypto/openssl/engines/
H A De_loader_attic.c783 cert = X509_new_ex(libctx, propq); in try_decode_X509Certificate()
/freebsd/crypto/openssl/include/openssl/
H A Dx509.h747 X509 *X509_new_ex(OSSL_LIB_CTX *libctx, const char *propq);
H A Dx509.h.in553 X509 *X509_new_ex(OSSL_LIB_CTX *libctx, const char *propq);
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c1802 x = X509_new_ex(s->ctx->libctx, s->ctx->propq); in tls_process_server_certificate()
H A Dstatem_srvr.c3457 x = X509_new_ex(s->ctx->libctx, s->ctx->propq); in tls_process_client_certificate()
/freebsd/secure/lib/libcrypto/
H A DVersion.map5352 X509_new_ex;
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod657 set up with the default library context. Use L<X509_new_ex(3)>,
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4741 MLINKS+= X509_new.3 X509_new_ex.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num5100 X509_new_ex 5228 3_0_0 EXIST::FUNCTION: