Describe the enhancement requested
According to #43057 (comment), in some cases a AesEncryptor or AesDecryptor might be used after its WipeOut method was called. This will typically produce a crash in OpenSSL. Instead, we might check whether the encryptor/decryptor was wiped out and error out.
Component(s)
C++, Parquet
Describe the enhancement requested
According to #43057 (comment), in some cases a
AesEncryptororAesDecryptormight be used after itsWipeOutmethod was called. This will typically produce a crash in OpenSSL. Instead, we might check whether the encryptor/decryptor was wiped out and error out.Component(s)
C++, Parquet