From: Alon Bar-L. <no...@gi...> - 2021-09-27 20:35:23
|
Branch: refs/heads/pull/37/head Home: https://github.com/OpenSC/pkcs11-helper Commit: b78d21c7e26041746aa4ae3d08b95469e1714a85 https://github.com/OpenSC/pkcs11-helper/commit/b78d21c7e26041746aa4ae3d08b95469e1714a85 Author: Alon Bar-Lev <alo...@gm...> Date: 2021-09-27 (Mon, 27 Sep 2021) Changed paths: M ChangeLog M include/pkcs11-helper-1.0/pkcs11h-core.h M lib/_pkcs11h-core.h M lib/core.exports M lib/pkcs11h-core.c M tests/test-basic/Makefile.am M tests/test-basic/test-basic.c A tests/test-basic/test-basic2.c Log Message: ----------- core: add property based initialization this enables adding new properties while not breaking the interface. Commit: 133f893e30856eba1de715ecd6fe176722eb3097 https://github.com/OpenSC/pkcs11-helper/commit/133f893e30856eba1de715ecd6fe176722eb3097 Author: Alon Bar-Lev <alo...@gm...> Date: 2021-09-27 (Mon, 27 Sep 2021) Changed paths: M ChangeLog M include/pkcs11-helper-1.0/pkcs11h-core.h M lib/_pkcs11h-core.h M lib/pkcs11h-core.c M tests/test-basic/test-basic2.c Log Message: ----------- core: add initialization arguments property for pkcs11 provider Compare: https://github.com/OpenSC/pkcs11-helper/compare/b78d21c7e260%5E...133f893e3085 |