/freebsd/crypto/openssl/doc/man3/ |
H A D | X509_new.pod | 5 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 D | PEM_read_bio_PrivateKey.pod | 217 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 D | d2i_X509.pod | 556 x = X509_new_ex(libctx, propq);
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_rsa.c | 67 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 D | ssl_cert.c | 644 x = X509_new_ex(libctx, propq); in STACK_OF()
|
/freebsd/crypto/openssl/test/testutil/ |
H A D | load.c | 26 && TEST_ptr(cert = X509_new_ex(libctx, NULL))) in load_cert_pem()
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | by_file.c | 108 x = X509_new_ex(libctx, propq); in X509_load_cert_file_ex()
|
H A D | x_x509.c | 161 X509 *X509_new_ex(OSSL_LIB_CTX *libctx, const char *propq) in X509_new_ex() function
|
/freebsd/crypto/openssl/crypto/pem/ |
H A D | pem_info.c | 108 xi->x509 = X509_new_ex(libctx, propq); in STACK_OF()
|
/freebsd/crypto/openssl/crypto/store/ |
H A D | store_result.c | 471 X509 *cert = X509_new_ex(libctx, propq); in try_cert()
|
/freebsd/crypto/openssl/crypto/crmf/ |
H A D | crmf_lib.c | 703 if ((cert = X509_new_ex(libctx, propq)) == NULL) in OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert()
|
/freebsd/crypto/openssl/test/ |
H A D | evp_libctx_test.c | 302 || !TEST_ptr(cert = X509_new_ex(libctx, NULL)) in dhx_cert_load()
|
H A D | sslapitest.c | 962 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 D | x509.c | 736 if ((x = X509_new_ex(app_get0_libctx(), app_get0_propq())) == NULL) in x509_main()
|
H A D | req.c | 809 if ((new_x509 = X509_new_ex(app_get0_libctx(), in req_main()
|
H A D | ca.c | 1700 if ((ret = X509_new_ex(app_get0_libctx(), app_get0_propq())) == NULL) in do_body()
|
/freebsd/crypto/openssl/engines/ |
H A D | e_loader_attic.c | 783 cert = X509_new_ex(libctx, propq); in try_decode_X509Certificate()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | x509.h | 747 X509 *X509_new_ex(OSSL_LIB_CTX *libctx, const char *propq);
|
H A D | x509.h.in | 553 X509 *X509_new_ex(OSSL_LIB_CTX *libctx, const char *propq);
|
/freebsd/crypto/openssl/ssl/statem/ |
H A D | statem_clnt.c | 1802 x = X509_new_ex(s->ctx->libctx, s->ctx->propq); in tls_process_server_certificate()
|
H A D | statem_srvr.c | 3457 x = X509_new_ex(s->ctx->libctx, s->ctx->propq); in tls_process_client_certificate()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 5352 X509_new_ex;
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | migration_guide.pod | 657 set up with the default library context. Use L<X509_new_ex(3)>,
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 4741 MLINKS+= X509_new.3 X509_new_ex.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 5100 X509_new_ex 5228 3_0_0 EXIST::FUNCTION:
|