The logic in the main signing and verifying functions to check lengths was
authorRichard Levitte <levitte@openssl.org>
Tue, 26 Nov 2002 11:14:32 +0000 (11:14 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 26 Nov 2002 11:14:32 +0000 (11:14 +0000)
commitba8ad074905ac260117a983237bc61a488e9fb1e
treef244f6f587a13bf67d44658c4a2438090866b199
parent17582ccf21912342b1aeaa60f44c55abc7779a00
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