Hi all,
I have a question about adding the pkcs7 signed attributes to the
PKCS7_SIGNER_INFO.
I tried to add the transaction-id, messageType and senderNonce attributes
using the function
PKCS7_add_signed_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype,
void *value).
I need them to imple
Hi all,
I have a question about adding the pkcs7 signed attributes to the
PKCS7_SIGNER_INFO.
I tried to add the transaction-id, messageType and senderNonce attributes
using the function
PKCS7_add_signed_attribute(PKCS7_SIGNER_INFO *p7si, int nid, int atrtype,
void *value).
I need them to implem