Check tlen size in all padding_check functions. As called within the rsa
authorUlf Möller <ulf@openssl.org>
Tue, 22 Feb 2000 11:34:01 +0000 (11:34 +0000)
committerUlf Möller <ulf@openssl.org>
Tue, 22 Feb 2000 11:34:01 +0000 (11:34 +0000)
commit17ef2916614ff3f1dfbab15c3250278528a31275
treee5f81c22d5f4d5f64da29b438dfc3e8a8b1d32e1
parent261b5d96ad8adaa08bbc2461e89bc59713fbfefe
Check tlen size in all padding_check functions. As called within the rsa
library, the output buffer always is large enough, but if the tlen
parameter is there, it should be checked in the interest of clarity,
as proposed by David Sacerdote <das33@cornell.edu>.
crypto/rsa/rsa_pk1.c
crypto/rsa/rsa_ssl.c