From: GitHub <no...@gi...> - 2015-08-25 13:12:38
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 61de9ceeace6732ed5b65f451ad3d4d1e4dce7d1 https://github.com/OpenSC/libp11/commit/61de9ceeace6732ed5b65f451ad3d4d1e4dce7d1 Author: Nikos Mavrogiannopoulos <nm...@re...> Date: 2015-08-25 (Tue, 25 Aug 2015) Changed paths: M examples/auth.c Log Message: ----------- examples: auth: allow PIN from command line Commit: 987e183ec3a6fea1201d862cb94b6a9f7b6e99b9 https://github.com/OpenSC/libp11/commit/987e183ec3a6fea1201d862cb94b6a9f7b6e99b9 Author: Nikos Mavrogiannopoulos <nm...@re...> Date: 2015-08-25 (Tue, 25 Aug 2015) Changed paths: M examples/auth.c Log Message: ----------- examples: auth: authenticate prior to any listing That makes the example work with cards that have their objects marked as private. Commit: c9e923977305e80c2870daeabde6856ca5cb2ab6 https://github.com/OpenSC/libp11/commit/c9e923977305e80c2870daeabde6856ca5cb2ab6 Author: Nikos Mavrogiannopoulos <nm...@re...> Date: 2015-08-25 (Tue, 25 Aug 2015) Changed paths: M Makefile.am M configure.ac R examples/Makefile A examples/Makefile.am A tests/Makefile.am A tests/cert.der A tests/key.der A tests/testpkcs11.softhsm Log Message: ----------- Added minimal test suite That is based on the presence of pkcs11-tool (opensc) and softhsm. Commit: 53974c12bba472338e599ce4d039c96f3162f7ce https://github.com/OpenSC/libp11/commit/53974c12bba472338e599ce4d039c96f3162f7ce Author: Nikos Mavrogiannopoulos <nm...@re...> Date: 2015-08-25 (Tue, 25 Aug 2015) Changed paths: M .gitignore Log Message: ----------- Ignore the test suite generated files Commit: 556687da395bf21bf6aade3bf3b5c3a6e68e43c5 https://github.com/OpenSC/libp11/commit/556687da395bf21bf6aade3bf3b5c3a6e68e43c5 Author: Nikos Mavrogiannopoulos <nm...@re...> Date: 2015-08-25 (Tue, 25 Aug 2015) Changed paths: M examples/Makefile.am Log Message: ----------- examples: Add OPENSSL_LIBS in LDADD This allows to pass any alternative LDFLAGS from OPENSSL_LIBS to the built programs. Commit: 9ead9b569b45e2704bc49ae6fdbc8ad34d3b933c https://github.com/OpenSC/libp11/commit/9ead9b569b45e2704bc49ae6fdbc8ad34d3b933c Author: Nikos Mavrogiannopoulos <nm...@re...> Date: 2015-08-25 (Tue, 25 Aug 2015) Changed paths: M tests/Makefile.am A tests/common.sh A tests/fork-test.c A tests/testfork.softhsm M tests/testpkcs11.softhsm Log Message: ----------- tests: added check for operation under fork Unfortunately that is not very reliable because it is based on softhsm, and softhsm has no issues operating under fork. Compare: https://github.com/OpenSC/libp11/compare/72ce36afb4af...9ead9b569b45 |