Add a PKCS#9 localKeyID attribute to a safeBag.
Synopsis
Declared in <openssl/pkcs12.h>
int
PKCS12_add_localkeyid(
PKCS12_SAFEBAG* bag,
unsigned char* name,
int namelen);
Return Value
1 on success, 0 on failure.
Parameters
Name |
Description |
bag |
SafeBag to modify. |
name |
Octet‐string local key identifier. |
namelen |
Length of |
Created with MrDocs