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
asm
build.info -rw-r--r-- 1.5 KB
cbc_cksm.c -rw-r--r-- 1.7 KB
cbc_enc.c -rw-r--r-- 554 bytes
cfb64ede.c -rw-r--r-- 5.5 KB
cfb64enc.c -rw-r--r-- 2.2 KB
cfb_enc.c -rw-r--r-- 4.5 KB
des_enc.c -rw-r--r-- 8.6 KB
des_local.h -rw-r--r-- 8.9 KB
ecb3_enc.c -rw-r--r-- 1.0 KB
ecb_enc.c -rw-r--r-- 1.3 KB
fcrypt.c -rw-r--r-- 4.1 KB
fcrypt_b.c -rw-r--r-- 2.1 KB
ncbc_enc.c -rw-r--r-- 3.0 KB
ofb64ede.c -rw-r--r-- 1.8 KB
ofb64enc.c -rw-r--r-- 1.7 KB
ofb_enc.c -rw-r--r-- 2.5 KB
pcbc_enc.c -rw-r--r-- 2.1 KB
qud_cksm.c -rw-r--r-- 2.4 KB
rand_key.c -rw-r--r-- 743 bytes
set_key.c -rw-r--r-- 14.4 KB
spr.h -rw-r--r-- 8.1 KB
str2key.c -rw-r--r-- 2.5 KB
xcbc_enc.c -rw-r--r-- 3.1 KB

back to top