From: GitHub <no...@gi...> - 2018-12-05 11:43:19
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 18dc38a6182338491c1eb4bf4d1eabbe8ebbd5ee https://github.com/OpenSC/OpenSC/commit/18dc38a6182338491c1eb4bf4d1eabbe8ebbd5ee Author: Luka Logar <luk...@in...> Date: 2018-12-05 (Wed, 05 Dec 2018) Changed paths: M src/tools/pkcs15-init.c Log Message: ----------- Fix some pkcs15-init issues 1. pkcs15-init is using XKU but it should use cert KU to check private key usage instead. 2. Don't mark imported keys as ALWAYSSENSITIVE and NEVEREXTRACTABLE as they are not. 3. When importing keys from PKCS#12 files (with several certs inside), use consecutive IDs for additional certificates (instead of starting from 45). **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |