EnricoMi commented on PR #46017: URL: https://github.com/apache/arrow/pull/46017#issuecomment-2775797532
I agree, that `OPENSSL_secure_malloc` seems problematic. What if the application crashes (or receives kill -9) and `CRYPTO_secure_malloc_done` cannot be called. Are secrets then not protected? If secrets are protected without `CRYPTO_secure_malloc_done`, and multiple calls to `OPENSSL_secure_malloc` are idempotent, then this would be a good way to go. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org