4.0.0
Breaking Changes
- Functions ending in
_create(
will no longer accept a first parameter. This forces a single way to get a pointer to new object and is more likely to result in a check of its value. - Removing signing features. It is too difficult to maintain across platforms and maintain in continuous integration environments. Anybody who still needs such functionality can stick with an older 3.x version.
- Removing SHA224 support for Windows as part of the cryptographic functions since Windows does not support it natively.
- Added support for different AES modes. Some AES parameters and function names have changed.
Full Changelog: 3.0.10...4.0.0