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-- 447 bytes
drbg_ctr.c -rw-r--r-- 14.4 KB
drbg_hash.c -rw-r--r-- 12.1 KB
drbg_hmac.c -rw-r--r-- 8.6 KB
drbg_lib.c -rw-r--r-- 41.7 KB
rand_crng_test.c -rw-r--r-- 4.0 KB
rand_egd.c -rw-r--r-- 3.4 KB
rand_err.c -rw-r--r-- 4.2 KB
rand_lib.c -rw-r--r-- 25.4 KB
rand_local.h -rw-r--r-- 12.9 KB
rand_unix.c -rw-r--r-- 25.2 KB
rand_vms.c -rw-r--r-- 17.5 KB
rand_vxworks.c -rw-r--r-- 4.3 KB
rand_win.c -rw-r--r-- 5.4 KB
randfile.c -rw-r--r-- 9.4 KB

back to top