From: GitHub <no...@gi...> - 2013-05-14 07:22:34
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 62dbdfff3a6e65d3f0b2e994f56554689f4155f8 https://github.com/OpenSC/OpenSC/commit/62dbdfff3a6e65d3f0b2e994f56554689f4155f8 Author: Charles Bancroft <cha...@gm...> Date: 2013-05-10 (Fri, 10 May 2013) Changed paths: M src/tools/piv-tool.c Log Message: ----------- Fixed gen_key to expect the proper PIV Key references. 0x9B is defined as the Card Management Key, and probably shouldn't be regenerated. 0x9E is the Card Authentication key which is what you should be generating keys for. This also brings piv-tool in line with the documentation that states 0x9A, 0x9C, 0x9D and 0x9E are the proper keyIds to use. Commit: 584e47a9b8339e7e39b7ec26c3063b97756f96ee https://github.com/OpenSC/OpenSC/commit/584e47a9b8339e7e39b7ec26c3063b97756f96ee Author: viktorTarasov <vik...@gm...> Date: 2013-05-14 (Tue, 14 May 2013) Changed paths: M src/tools/piv-tool.c Log Message: ----------- Merge pull request #158 from cbancroft/fix-piv-tool-gen_key Fixed gen_key to expect the proper PIV Key references. Compare: https://github.com/OpenSC/OpenSC/compare/f6b0e893b98d...584e47a9b833 |