Memory leak fix: RSA_blinding_on() didn't free Ai under certain circumstances.
authorRichard Levitte <levitte@openssl.org>
Wed, 16 Apr 2003 06:25:21 +0000 (06:25 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 16 Apr 2003 06:25:21 +0000 (06:25 +0000)
commit040c687ce479bda5b68fd865d5ab97a91035e29e
treea1962a8487718b237d707df014fd79c641ecb738
parentcd1226bc6a7849e8103bb5fae55fe560ad16d20f
Memory leak fix: RSA_blinding_on() didn't free Ai under certain circumstances.
Memory leak fix: RSA_blinding_on() would leave a dangling pointer in
                 rsa->blinding under certain circumstances.
Double definition fix: RSA_FLAG_NO_BLINDING was defined twice.
crypto/rsa/rsa.h
crypto/rsa/rsa_lib.c