|
From: Flavio F. <fa...@ex...> - 2011-06-29 14:10:53
|
diff -rupN openssl-0.9.8c/crypto/ts/ts_resp_verify.c openssl-0.9.8c-tsa/crypto/ts/ts_resp_verify.c --- openssl-0.9.8c/crypto/ts/ts_resp_verify.c 2011-06-10 12:02:54.076590999 +0200 +++ openssl-0.9.8c-tsa/crypto/ts/ts_resp_verify.c 2011-06-10 12:03:29.580591000 +0200 @@ -191,7 +191,9 @@ int TS_RESP_verify_signature(PKCS7 *toke /* Check if the signer certificate is consistent with the ESS extension. */ +#if 0 if (!TS_check_signing_certs(si, chain)) goto err; +#endif /* Creating the message digest. */ p7bio = PKCS7_dataInit(token, NULL); |