One easy question about PKCS7 use...

2000-01-26 Thread Oscar
Does anybody knows what does idx means here: PKCS7_ISSUER_AND_SERIAL * PKCS7_get_issuer_and_serial(PKCS7 *p7, int idx) I have to use it but i don't do it ok because I don't understand. Thank's __ OpenSSL Project

Re: One easy question about PKCS7 use...

2000-01-26 Thread Dr Stephen Henson
Oscar wrote: Does anybody knows what does idx means here: PKCS7_ISSUER_AND_SERIAL * PKCS7_get_issuer_and_serial(PKCS7 *p7, int idx) I have to use it but i don't do it ok because I don't understand. Thank's It seems to only work for signed and enveloped data. There isn't a function