PKCS12_add_CSPName_asc.3ossl - Man Page

Add a Microsoft CSP Name attribute to a PKCS#12 safeBag

Synopsis

 #include <openssl/pkcs12.h>

 int PKCS12_add_CSPName_asc(PKCS12_SAFEBAG *bag, const char *name, int namelen);

Description

PKCS12_add_CSPName_asc() adds an ASCII string representation of the Microsoft CSP Name attribute to a PKCS#12 safeBag.

bag is the PKCS12_SAFEBAG to add the attribute to.

Return Values

Returns 1 for success or 0 for failure.

See Also

PKCS12_add_friendlyname_asc(3)

Info

2024-04-04 3.2.1 OpenSSL