Revision 2c6094baca6476d8b024dc7d9f461dae597ae797 authored by Richard Levitte on 06 May 2020, 19:44:58 UTC, committed by Richard Levitte on 14 May 2020, 10:16:35 UTC
Instead of passing it with signature->digest_verify_init() and
signature->digest_sign_init(), we pass it with signature->newctx().
This allows the digests that are indicated by RSA PSS parameters
to have a useful propquery.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11710)
1 parent ea297dc
History
File Mode Size
build.info -rw-r--r-- 173 bytes
ct_b64.c -rw-r--r-- 4.5 KB
ct_err.c -rw-r--r-- 2.1 KB
ct_local.h -rw-r--r-- 7.8 KB
ct_log.c -rw-r--r-- 8.6 KB
ct_oct.c -rw-r--r-- 9.6 KB
ct_policy.c -rw-r--r-- 2.9 KB
ct_prn.c -rw-r--r-- 3.9 KB
ct_sct.c -rw-r--r-- 10.7 KB
ct_sct_ctx.c -rw-r--r-- 7.4 KB
ct_vfy.c -rw-r--r-- 3.9 KB
ct_x509v3.c -rw-r--r-- 2.8 KB

back to top