From: GitHub <no...@gi...> - 2015-02-07 19:07:47
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 9148f21cd1079c53796b420f16e42b3b365d41aa https://github.com/OpenSC/OpenSC/commit/9148f21cd1079c53796b420f16e42b3b365d41aa Author: Viktor Tarasov <vik...@gm...> Date: 2015-02-07 (Sat, 07 Feb 2015) Changed paths: M src/libopensc/pkcs15-pubkey.c Log Message: ----------- pkcs15-pubkey: possible NULL dereference, logs ... remove obsolete comments, minor coding style corrections Commit: e374f88b82b047a55ce557f3e90a80b76eb0108e https://github.com/OpenSC/OpenSC/commit/e374f88b82b047a55ce557f3e90a80b76eb0108e Author: Viktor Tarasov <vik...@gm...> Date: 2015-02-07 (Sat, 07 Feb 2015) Changed paths: M src/libopensc/pkcs15-algo.c M src/libopensc/pkcs15-pubkey.c Log Message: ----------- pkcs15-pubkey: add EC params in SPKI encoding Commit: 96265e6d08a0be51d7d83468d9e42bd54a7b409a https://github.com/OpenSC/OpenSC/commit/96265e6d08a0be51d7d83468d9e42bd54a7b409a Author: Viktor Tarasov <vik...@gm...> Date: 2015-02-07 (Sat, 07 Feb 2015) Changed paths: M src/pkcs11/framework-pkcs15.c M src/pkcs15init/pkcs15-init.h M src/pkcs15init/pkcs15-lib.c M src/tools/pkcs15-init.c Log Message: ----------- pkcs15init: superpluous 'ec-params' in init data Pkcs15init data, used to import/generate key objects, includes twice the same EC parameters data: - explicit 'params' data - part of sc_pkcs15_pubkey/sc_pkcs15_prkey Explicit 'ec-params' data is removed. Compare: https://github.com/OpenSC/OpenSC/compare/faaa11e09100...96265e6d08a0 |