mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-05 01:00:11 -05:00
Set signing digest to generate RFC3161 response
This commit is contained in:
parent
aa08566a63
commit
a096aa8a33
@ -834,6 +834,10 @@ static TS_RESP *get_rfc3161_response(FILE_FORMAT_CTX *ctx, X509 *signer_cert,
|
|||||||
if (!TS_RESP_CTX_add_md(resp_ctx, ctx->options->md)) {
|
if (!TS_RESP_CTX_add_md(resp_ctx, ctx->options->md)) {
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
/* signing digest to use */
|
||||||
|
if (!TS_RESP_CTX_set_signer_digest(resp_ctx, ctx->options->md)) {
|
||||||
|
goto out;
|
||||||
|
}
|
||||||
/* default policy to use when the request does not mandate any policy
|
/* default policy to use when the request does not mandate any policy
|
||||||
* tsa_policy1 = 1.2.3.4.1 */
|
* tsa_policy1 = 1.2.3.4.1 */
|
||||||
policy_obj = OBJ_txt2obj(TSA_POLICY1, 0);
|
policy_obj = OBJ_txt2obj(TSA_POLICY1, 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user