pitrou opened a new issue, #43946: URL: https://github.com/apache/arrow/issues/43946
### Describe the enhancement requested According to https://github.com/apache/arrow/issues/43057#issuecomment-2328155507, 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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
