Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes coming in 4.0 #687

Closed
nmoinvaz opened this issue Mar 31, 2023 · 1 comment
Closed

Changes coming in 4.0 #687

nmoinvaz opened this issue Mar 31, 2023 · 1 comment
Labels
api Interface changes

Comments

@nmoinvaz
Copy link
Member

nmoinvaz commented Mar 31, 2023

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.
  • Some AES parameters and function names have changed.
@nmoinvaz nmoinvaz pinned this issue Apr 9, 2023
@nmoinvaz nmoinvaz added the api Interface changes label May 19, 2023
@nmoinvaz
Copy link
Member Author

4.0 has been released.

@nmoinvaz nmoinvaz unpinned this issue May 19, 2023
@nmoinvaz nmoinvaz pinned this issue Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Interface changes
Projects
None yet
Development

No branches or pull requests

1 participant