Release 0.2
This is mainly a bugfix release following up to 0.1
Thanks to all contributors that provided feedback and fixes.
What's Changed
- CID 451133: Fix errors using config option names by @simo5 in #221
- Set default digest for digest_sign/verify functions by @simo5 in #224
- Add a quirk to prevent calling the module on exit by @simo5 in #225
- Support OSSL_PKEY_PARAM_DEFAULT/MANDATORY_DIGEST by @simo5 in #227
- Fix public key exporting by @simo5 in #228
- Fix SoftHSM issues wth PSS keys by @simo5 in #229
- Improve URI management by @simo5 in #230
- CID 452520: Copy-paste error by @simo5 in #231
- Implement support to expose PKCS#11 Random as openssl rand provider by @simo5 in #233
- Add tunable to influence session caching by @simo5 in #236
- some setup nits for OpenSSL by @baentsch in #241
- Add quirk to control CKA_ALLOWED_MECHANISMS by @simo5 in #237
- Add debugging of config options by @simo5 in #242
- Add manpage by converting wiki's markdown by @simo5 in #244
- Run tests under valgrind, address-sanitizer and address several memory-related issues by @Jakuje in #243
- Minor coverity fixes by @simo5 in #246
- Do not link provider to libssl by @simo5 in #251
- tests: Avoid bogus failures from ossl helper by @Jakuje in #254
- Fixes to spec file to include the right release, source URL, man page, and docs. by @sahanaprasad07 in #253
- spec file clean up. by @sahanaprasad07 in #255
- Run Shellcheck as part of CI and squash the shellcheck and yamlint warnings by @Jakuje in #256
- Set the value for CRYPTO_LIBS flag correctly by @sahanaprasad07 in #257
New Contributors
- @baentsch made their first contribution in #241
- @sahanaprasad07 made their first contribution in #253
Full Changelog: v0.1...v0.2