Hello, I was wondering if any of you guys ran into the below error and provide some guidance/assistance?
8980:error:23076071:PKCS12 routines:PKCS12_parse:mac verify failure:p12_kiss.c:121: <code> p12 = d2i_PKCS12_fp(fp, NULL); if (!PKCS12_parse(p12, "password", &pkey, &x509, &ca)) </code> Basically, I am trying to read in a string, sign it and return its signature value. Thanks, Sashi