The logic in the main signing and verifying functions to check lengths was
authorRichard Levitte <levitte@openssl.org>
Tue, 26 Nov 2002 11:14:38 +0000 (11:14 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 26 Nov 2002 11:14:38 +0000 (11:14 +0000)
commit1c4d82a776105ee1a16ec0cededd7f489c485ed6
tree2a9bd38af959b37aed8b99b4be86a9e3972ed879
parent54f70a1ce0b8c05aaf7b00bb9d4b468e596c9c47
The logic in the main signing and verifying functions to check lengths was
incorrect.  Fortunately, there is a second check that's correct, when adding
the pads.
PR: 355
crypto/rsa/rsa.h
crypto/rsa/rsa_pk1.c
crypto/rsa/rsa_saos.c
crypto/rsa/rsa_sign.c