]> granicus.if.org Git - openssl/commit
The logic in the main signing and verifying functions to check lengths was
authorRichard Levitte <levitte@openssl.org>
Tue, 26 Nov 2002 11:14:45 +0000 (11:14 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 26 Nov 2002 11:14:45 +0000 (11:14 +0000)
commit8aa09a245c5eeba1ed504f083badbd0eefa177e0
treef138a691a21e67a479ceefc293ae8789481e73d2
parenta5fd84de410eeae1a2d341ac0ea9c5e9aa56ec55
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