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
corpora
README.md -rw-r--r-- 5.8 KB
asn1.c -rw-r--r-- 10.9 KB
asn1parse.c -rw-r--r-- 1.0 KB
bignum.c -rw-r--r-- 2.5 KB
bndiv.c -rw-r--r-- 3.4 KB
build.info -rw-r--r-- 3.8 KB
client.c -rw-r--r-- 2.7 KB
cmp.c -rw-r--r-- 6.7 KB
cms.c -rw-r--r-- 1.1 KB
conf.c -rw-r--r-- 1020 bytes
crl.c -rw-r--r-- 1.1 KB
ct.c -rw-r--r-- 1.2 KB
driver.c -rw-r--r-- 1.2 KB
fuzzer.h -rw-r--r-- 504 bytes
helper.py -rwxr-xr-x 1.3 KB
mkfuzzoids.pl -rwxr-xr-x 802 bytes
oids.txt -rw-r--r-- 56.3 KB
rand.inc -rw-r--r-- 766 bytes
server.c -rw-r--r-- 35.7 KB
test-corpus.c -rw-r--r-- 2.6 KB
x509.c -rw-r--r-- 1.2 KB

README.md

back to top