Replies: 1 comment 4 replies
-
I'm currently trying to switch from old minizip 1.10 to your version 2.10.5. Have I understood correctly, that on Linux the only way to get old MZ_PKCRYPT working (without AES) is to use BRG or OpenSSL? So with removal of BRG there will be only one option - OpenSSL? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am planning on removing support for BRG library since I have native crypto implementations on the major platforms. If one of the crypto implementations is not found, it will disable encryption support. This should remove both the
MZ_BRG
andMZ_LIBBSD
cmake options as libbsd will no longer be necessary.I would like to move to third-party libraries that have large adoption and active maintenance.
Beta Was this translation helpful? Give feedback.
All reactions