From: GitHub <no...@gi...> - 2015-04-29 11:45:29
|
Branch: refs/heads/master Home: https://github.com/OpenSC/engine_pkcs11 Commit: d04bccbdb8c0607038be1fa4aa802268ad5c1edd https://github.com/OpenSC/engine_pkcs11/commit/d04bccbdb8c0607038be1fa4aa802268ad5c1edd Author: David Woodhouse <Dav...@in...> Date: 2015-01-08 (Thu, 08 Jan 2015) Changed paths: M configure.ac M src/engine_pkcs11.c Log Message: ----------- Default to using p11-kit-proxy.so if it's available In the general case, PKCS#11-aware applications should automatically be using the tokens listed in the system's p11-kit configuration, rather than needing to be explicitly pointed at a provider module. We currently just *fail* if no provider is given. Fix that to use the p11-kit-proxy.so module from p11-kit if it's detected. Signed-off-by: David Woodhouse <Dav...@in...> Commit: 853a087d7fa5d680c8ffeb7328b459fa71f4a681 https://github.com/OpenSC/engine_pkcs11/commit/853a087d7fa5d680c8ffeb7328b459fa71f4a681 Author: David Woodhouse <Dav...@in...> Date: 2015-01-08 (Thu, 08 Jan 2015) Changed paths: M src/engine_pkcs11.c Log Message: ----------- Add support for parsing PKCS#11 URIs in pkcs11_load_key() Signed-off-by: David Woodhouse <Dav...@in...> Commit: 52456b736305031a24142d0f7b58d525020d72c0 https://github.com/OpenSC/engine_pkcs11/commit/52456b736305031a24142d0f7b58d525020d72c0 Author: David Woodhouse <Dav...@in...> Date: 2015-01-08 (Thu, 08 Jan 2015) Changed paths: M src/engine_pkcs11.c Log Message: ----------- Add support for parsing PKCS#11 URIs in pkcs11_load_cert() Signed-off-by: David Woodhouse <Dav...@in...> Commit: dc5ffebff8cc5ea677aef98159d2c617f8b46d84 https://github.com/OpenSC/engine_pkcs11/commit/dc5ffebff8cc5ea677aef98159d2c617f8b46d84 Author: David Woodhouse <Dav...@in...> Date: 2015-01-08 (Thu, 08 Jan 2015) Changed paths: M src/engine_pkcs11.c Log Message: ----------- Ignore type= and object-type= attributes in PKCS#11 URIs Signed-off-by: David Woodhouse <Dav...@in...> Commit: 0cc9d88eb291f5c545e5bc91d56866a2e0e95d48 https://github.com/OpenSC/engine_pkcs11/commit/0cc9d88eb291f5c545e5bc91d56866a2e0e95d48 Author: David Woodhouse <Dav...@in...> Date: 2015-04-29 (Wed, 29 Apr 2015) Changed paths: M src/engine_pkcs11.c Log Message: ----------- Refer to RFC7512 when reporting ID parse failure Signed-off-by: David Woodhouse <Dav...@in...> Compare: https://github.com/OpenSC/engine_pkcs11/compare/0c93ddba34ad...0cc9d88eb291 |