Setting PKCS7 signing time..

2001-01-22 Thread Kishore Gummadidala
Hello all, I had a question on specifying the signing time when creating PKCS7 signed files.. I have looked at crypto/pkcs7/sign.c and after liberal use of grep, I think I have traced the function which adds the signingTime to the PKCS7_add_signed_attribute(si, NID_pkcs9_signingTime,

PKCS7 signing time

2001-01-16 Thread Kishore Gummadidala
Hello all, I have a question on controlling the signing time when generating PKCS7 signed files.. I traced the code down to the PKCS7_add_signed_attribute(si, NID_pkcs9_signingTime, V_ASN1_UTCTIME,sign_time); call in PKCS7_dataFinal function in pk7_doit.c in crypto/pkcs7 directory.. I

Generating PKCS7 files, but not PEM encoded.

2000-09-05 Thread Kishore Gummadidala
Dear all, I have a question which I hope someone can help me with. So here goes.. I am trying to sign code, and package it in a PKCS7 file. The sample program in crypto/pkcs7 namely sign.c and verify.c have served my purpose quite well. Many thanks. Now I need to modify them so that they do