lriggs opened a new pull request, #45695: URL: https://github.com/apache/arrow/pull/45695
* GH-45693 updated aes_encrypt/decrypt ### Rationale for this change aes encrypt was only using a 128 bit algorithm which allowed limited cipher length and provided no warning when the cipher provided was longer than that which is supported. ### What changes are included in this PR? Update the c++ Gandiva functions to support 128, 192, 254 bits and corresponding cipher lengths. Throw an error if its incompatible. ### Are these changes tested? Yes, unit test and tested at Dremio. ### Are there any user-facing changes? decryption may not work if the previously used encryption method used a truncated cipher. Fixes GH-45693 -- 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]
