From: Harshal G. <no...@gi...> - 2023-04-26 07:51:41
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 90134a1e8952e73c9afb8a86a24541b828894fd1 https://github.com/OpenSC/libp11/commit/90134a1e8952e73c9afb8a86a24541b828894fd1 Author: Harshal Gohel <har...@ph...> Date: 2023-04-26 (Wed, 26 Apr 2023) Changed paths: M configure.ac M src/engine.h Log Message: ----------- Switch to legacy function if X509_get0_not* is not available Old OpenSSL versions like 1.0.2 do not have this function OpenSSL 1.0.2 is still available under support contract Commit: 5ea9f75a27f640fbf7e449d53051b5bcb65224d3 https://github.com/OpenSC/libp11/commit/5ea9f75a27f640fbf7e449d53051b5bcb65224d3 Author: Harshal Gohel <har...@ph...> Date: 2023-04-26 (Wed, 26 Apr 2023) Changed paths: M src/p11_attr.c Log Message: ----------- Switch to built-in type stdint.h is not included in the source and "uint*_t" is not used anywhere else in the code, so switch to "unsigned char" instead Commit: c9760744a4ace94966beb279b0835d4be4b0a46c https://github.com/OpenSC/libp11/commit/c9760744a4ace94966beb279b0835d4be4b0a46c Author: Harshal Gohel <har...@ph...> Date: 2023-04-26 (Wed, 26 Apr 2023) Changed paths: M src/p11_cert.c M src/p11_pkey.c Log Message: ----------- Fix compile with OpenSSL 1.0.2 sha3_* are supported since OpenSSL 1.1.1 Compare: https://github.com/OpenSC/libp11/compare/9220293dc17a...c9760744a4ac |