RT4148
authorEmilia Kasper <emilia@openssl.org>
Tue, 2 Feb 2016 17:03:33 +0000 (18:03 +0100)
committerEmilia Kasper <emilia@openssl.org>
Wed, 3 Feb 2016 17:30:23 +0000 (18:30 +0100)
commitba2de73b185016e0a98e62f75b368ab6ae673919
tree184eac5977e27c31f7cfbe1e3905ffd080f46f4d
parent20a5819f135cf55716cf4bea65deb24569016c9b
RT4148

Accept leading 0-byte in PKCS1 type 1 padding. Internally, the byte is
stripped by BN_bn2bin but external callers may have other expectations.

Reviewed-by: Kurt Roeckx<kurt@openssl.org>
CHANGES
crypto/rsa/rsa_pk1.c