v1.5.0
Version 1.5
Minor bugfixes and the addition of Brainpool curves.
As mentioned in the commit: "The use of these algorithms is specified solely by the gematik GmbH – National Digital Health Agency - for use in german e-health applications"
This version also raises the minimum Cryptography version required to 3.4 and the minimum python version tested to 3.7
What's Changed
- Raising the bar for minimum pyca/cryptography by @simo5 in #306
- Fix typos with codespell by @cclauss in #307
- Add codespell checks in CI by @simo5 in #308
- Add Brainpool EC-curves support by @spilikin in #309
- Fix error message by @Cito in #318
- Fix assorted CI issue by @simo5 in #319
- Better support for algorithms that have different input keysize requirement by @simo5 in #324
New Contributors
Full Changelog: v1.4.2...v1.5.0