That's fantastic. I read that there were big API changes with the move to OpenSSL 3, but maybe those changes were not in the functionality that commons crypto exposes. Have you merged into master yet? I look forward to playing around with it.
Alex On Wed, Nov 8, 2023 at 7:12 PM sebb <seb...@gmail.com> wrote: > Crypto now builds and tests OK on > macOS-latest - OpenSSL 3.1.4 24 Oct 2023 > and > Ubuntu-latest - OpenSSL 3.0.2 15 Mar 2022 > Tested with Java 8 and 21 > > I only had to allow for two changed names: > > EVP_CIPHER_CTX_block_size => EVP_CIPHER_CTX_get_block_size > EVP_CIPHER_flags => EVP_CIPHER_get_flags > > This seems too easy, so I suspect there may be some missing tests. > > Sebb > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > >