Memory leak fix: RSA_blinding_on() didn't free Ai under certain circumstances.
authorRichard Levitte <levitte@openssl.org>
Wed, 16 Apr 2003 06:25:29 +0000 (06:25 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 16 Apr 2003 06:25:29 +0000 (06:25 +0000)
commit7f0f9f193487290d2e6f58a819744b26acc58ddb
treeb82ec90560d0df3f9c4972b6ee02ac71256c8ef4
parent8f09a154e32f84d1ae64459dc842b375a79e2c92
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