v0.3
What's Changed
- Fix mismatching version in spec file by @simo5 in #261
- Update spec file with min OpenSSL version and change log entry by @sahanaprasad07 in #262
- Enable gpg signature verification in spec file by @sahanaprasad07 in #263
- Initial support for explicit EC by @manison in #245
- Skip login if token does not require login by @CharlieYJH in #258
- Change how key export works, and add key import functionality as well as key match by @simo5 in #267
- Smarten up handling of login session by @simo5 in #273
- Extend key comparison tests by @manison in #275
- Allow setting OSSL_PKEY_PARAM_ENCODED_PUBLIC_KEY for EC keys by @manison in #277
- Change Key Generation to take a URI by @simo5 in #284
- Reinit module only once after fork by @simo5 in #286
- Plug a small race in token login operations by @simo5 in #288
- Implement special parameter to define Key Usage by @simo5 in #289
- Fix key generation template size and debug log message by @fabled in #283
- Embed the private key with public key attributes. by @sahanaprasad07 in #293
- CID 465959: Resource leaks by @simo5 in #294
- Replace Oasis headers with public domain headers by @simo5 in #306
- Fix: enable cross compilation by removing the AC_CHECK_FILE macro by @oleorhagen in #307
- tests: Fix expected output and fix Debian package name by @Jakuje in #314
- Side-channel proofing PKCS#1 1.5 paths (CVE-2023-6258) by @simo5 in #308
- Minor coverity fixes by @simo5 in #315
- Implement support for ALWAYS_AUTH and interactive prompting when the caller did not provide pin by @Jakuje in #309
- Apply coverity Fixes by @simo5 in #318
- Use a cached version of the URI to refresh objects by @simo5 in #316
- Use correct strdup function in macro by @simo5 in #323
- CKK_EC_EDWARDS: EC_PARAMS containing oID by @0pq76r in #325
- objects: Avoid memory leak by @Jakuje in #326
- tests: tls test without sleep by @0pq76r in #319
- Quirk: no-operation-state by @0pq76r in #324
- Add --with-openssl info to BUILD.md by @stgloorious in #330
- Fix RSA key generation and test size by @simo5 in #332
- Do not load profiles when they can't be available by @simo5 in #333
- tests: Check csr for keys in token with openssl by @Jakuje in #334
- Release version 0.3 by @simo5 in #335
New Contributors
- @CharlieYJH made their first contribution in #258
- @oleorhagen made their first contribution in #307
- @0pq76r made their first contribution in #325
- @stgloorious made their first contribution in #330
Full Changelog: v0.2...v0.3