Hi all
has anyone used pkcs7_sign and pkcs7_verify to sign and verify files?
if yes could you give me a sample of how it works;
thank you
Charles Chebli
Ingénieur Informatique,Telecom;
Adresse: 212, Rue de Tolbiac, Paris 75013
Portable: 0677703467
CC
if(error)
return 0;
buf = (char*)malloc(bytes);
egads_entropy(&ctx, buf, bytes, &error);
if(!error)
RAND_seed(buf, bytes);
free(buf);
egads_destroy(&ctx);
return(!error);
}
}
Charles Chebli
Ingénieur Informatique,Telecom;
Adresse: 212, Rue de Tolbiac,