From: Michał T. <no...@gi...> - 2022-10-11 22:05:28
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 8d7ddb94bfb1d584a81c7eeae2ad374a29685bd9 https://github.com/OpenSC/libp11/commit/8d7ddb94bfb1d584a81c7eeae2ad374a29685bd9 Author: Michał Trojnara <Mic...@st...> Date: 2022-10-11 (Tue, 11 Oct 2022) Changed paths: M src/p11_rsa.c Log Message: ----------- Remove redundant include Commit: 8384cd3f23327898b682f710a71be810ec909bc6 https://github.com/OpenSC/libp11/commit/8384cd3f23327898b682f710a71be810ec909bc6 Author: Michał Trojnara <Mic...@st...> Date: 2022-10-11 (Tue, 11 Oct 2022) Changed paths: M src/engine.h M src/libp11-int.h Log Message: ----------- Suppress OpenSSL deprecated function warnings Many ENGINE, EVP_PKEY and EC functions are deprecated in OpenSSL 3.0. Excessive warnings make it hard to spot issues that really require our attention. Compare: https://github.com/OpenSC/libp11/compare/6c426d6aa2fe...8384cd3f2332 |