How to add authenticated attributes...

2001-01-03 Thread chandu
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

How to add authenticated attributes...

2001-01-03 Thread chandu
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