Home
last modified time | relevance | path

Searched refs:PKCS12_create (Results 1 – 20 of 20) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DPKCS12_create.pod5 PKCS12_create, PKCS12_create_ex - create a PKCS#12 structure
11 PKCS12 *PKCS12_create(const char *pass, const char *name, EVP_PKEY *pkey,
21 PKCS12_create() creates a PKCS#12 structure.
34 PKCS12_create_ex() is identical to PKCS12_create() but allows for a library context
81 PKCS12_create() makes assumptions regarding the encoding of the given pass
87 PKCS12_create() returns a valid B<PKCS12> structure or NULL if an error occurred.
H A DPKCS12_init.pod32 L<PKCS12_create(3)>,
H A DPKCS12_add1_attr_by_NID.pod41 L<PKCS12_create(3)>
H A DPKCS12_SAFEBAG_get1_cert.pod61 L<PKCS12_create(3)>,
H A DPKCS12_gen_mac.pod62 L<PKCS12_create(3)>,
H A DPKCS12_SAFEBAG_create_cert.pod83 L<PKCS12_create(3)>,
H A DPKCS12_add_cert.pod66 L<PKCS12_create(3)>
H A DPKCS12_add_safe.pod72 L<PKCS12_create(3)>
H A DPKCS12_newpass.pod101 L<PKCS12_create(3)>, L<ERR_get_error(3)>,
/freebsd/crypto/openssl/demos/pkcs12/
H A Dpkwrite.c38 p12 = PKCS12_create(argv[2], argv[3], pkey, cert, NULL, 0, 0, 0, 0, 0); in main()
/freebsd/crypto/openssl/test/
H A Dpkcs12_format_test.c782 p12 = PKCS12_create(NULL, NULL, pkey, NULL, NULL, in pkcs12_create_test()
818 p12 = PKCS12_create("pass", NULL, pkey, cert, NULL, NID_aes_256_cbc, in pkcs12_recreate_test()
841 p12_recreated = PKCS12_create("new_pass", NULL, pkey_parsed, cert_parsed, in pkcs12_recreate_test()
/freebsd/crypto/openssl/crypto/pkcs12/
H A Dp12_crt.c148 PKCS12 *PKCS12_create(const char *pass, const char *name, EVP_PKEY *pkey, X509 *cert, in PKCS12_create() function
/freebsd/crypto/openssl/include/openssl/
H A Dpkcs12.h308 PKCS12 *PKCS12_create(const char *pass, const char *name, EVP_PKEY *pkey,
H A Dpkcs12.h.in285 PKCS12 *PKCS12_create(const char *pass, const char *name, EVP_PKEY *pkey,
/freebsd/crypto/openssl/doc/
H A Dbuild.info1842 DEPEND[html/man3/PKCS12_create.html]=man3/PKCS12_create.pod
1843 GENERATE[html/man3/PKCS12_create.html]=man3/PKCS12_create.pod
1844 DEPEND[man/man3/PKCS12_create.3]=man3/PKCS12_create.pod
1845 GENERATE[man/man3/PKCS12_create.3]=man3/PKCS12_create.pod
3246 html/man3/PKCS12_create.html \
3854 man/man3/PKCS12_create.3 \
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod290 The default algorithms for pkcs12 creation with the PKCS12_create() function
323 See L<EVP_KDF-PKCS12KDF(7)>, L<PKCS12_create(3)>, L<openssl-pkcs12(1)>,
782 L<PKCS12_create(3)>, L<PKCS12_decrypt_skey(3)>, L<PKCS12_init(3)>, L<PKCS12_item_decrypt_d2i(3)>,
/freebsd/secure/lib/libcrypto/
H A DVersion.map2255 PKCS12_create;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile342 MAN+= PKCS12_create.3
3458 MLINKS+= PKCS12_create.3 PKCS12_create_ex.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num2245 PKCS12_create 2294 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/
H A DCHANGES.md11171 PKCS12_create() to recognize a CSP name attribute and
11766 New options to PKCS12_create(), key or cert can be NULL and
11774 New code is modified to use the enhanced PKCS12_create()
15971 * Add two demo programs for PKCS12_parse() and PKCS12_create().