From: Klemens N. <no...@gi...> - 2023-07-10 18:47:54
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 79bec702662f8f35f76b1cd15f61d81f7ca9ea66 https://github.com/OpenSC/OpenSC/commit/79bec702662f8f35f76b1cd15f61d81f7ca9ea66 Author: Theo Buehler <tb...@th...> Date: 2023-07-10 (Mon, 10 Jul 2023) Changed paths: M src/minidriver/minidriver.c M src/pkcs11/pkcs11-global.c Log Message: ----------- LibreSSL: Use OPENSSL_cleanup() CRYPTO_secure_malloc_done() does not exist in LibreSSL, but OPENSSL_cleanup() does which wraps EVP_cleanup(3) and others. Compile- and run-tested on OpenBSD/amd64 7.3-current. Windows-only minidriver included for completeness since LibreSSL is also available on Windows. Courtesy of Theo Buehler <tb...@op...>. Commit: e015242590ad9131e124232cc5a2fd02d525ef2c https://github.com/OpenSC/OpenSC/commit/e015242590ad9131e124232cc5a2fd02d525ef2c Author: Klemens Nanni <kn...@op...> Date: 2023-07-10 (Mon, 10 Jul 2023) Changed paths: M src/libopensc/sc-ossl-compat.h Log Message: ----------- LibreSSL does provide EVP_sha3_*() after 3.7.3 Support was added in 16.04.2023. Compile- and run-tested on OpenBSD/amd64 7.3-current. Commit: 2f7cbb935bdac37df92bc980e35c707218427966 https://github.com/OpenSC/OpenSC/commit/2f7cbb935bdac37df92bc980e35c707218427966 Author: Klemens Nanni <kn...@op...> Date: 2023-07-10 (Mon, 10 Jul 2023) Changed paths: M .github/setup-libressl.sh Log Message: ----------- CI: upgrade to latest LibreSSL 3.7.3 Commit: b7fe5b2e2198cc25fb2e996b73c53bcb3f04b2eb https://github.com/OpenSC/OpenSC/commit/b7fe5b2e2198cc25fb2e996b73c53bcb3f04b2eb Author: Klemens Nanni <kn...@op...> Date: 2023-07-10 (Mon, 10 Jul 2023) Changed paths: M src/libopensc/card-starcos.c Log Message: ----------- fix spelling to silence Codespell CI job It cannot cope with such constructs and turns up false positive CI failures in entirely unrelated PRs. Stop the noise. Commit: 6226a625c35923a911d26eacb2b904901bfe24ce https://github.com/OpenSC/OpenSC/commit/6226a625c35923a911d26eacb2b904901bfe24ce Author: Klemens Nanni <kn...@op...> Date: 2023-07-10 (Mon, 10 Jul 2023) Changed paths: M src/pkcs11/openssl.c Log Message: ----------- fix macro guard comment wrt. LibreSSL specific code Compare: https://github.com/OpenSC/OpenSC/compare/f1993dc4e0b3...6226a625c359 |