You can subscribe to this list here.
2013 |
Jan
(18) |
Feb
(20) |
Mar
(15) |
Apr
(5) |
May
(7) |
Jun
(3) |
Jul
(4) |
Aug
(20) |
Sep
(10) |
Oct
(12) |
Nov
(12) |
Dec
(7) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2014 |
Jan
(12) |
Feb
(8) |
Mar
(3) |
Apr
(7) |
May
(12) |
Jun
(19) |
Jul
(1) |
Aug
(5) |
Sep
(9) |
Oct
(11) |
Nov
(13) |
Dec
(20) |
2015 |
Jan
(12) |
Feb
(25) |
Mar
(33) |
Apr
(37) |
May
(36) |
Jun
(2) |
Jul
(18) |
Aug
(31) |
Sep
(98) |
Oct
(50) |
Nov
(25) |
Dec
(34) |
2016 |
Jan
(95) |
Feb
(35) |
Mar
(78) |
Apr
(12) |
May
(11) |
Jun
(20) |
Jul
(28) |
Aug
(21) |
Sep
(30) |
Oct
(29) |
Nov
(15) |
Dec
(15) |
2017 |
Jan
(29) |
Feb
(17) |
Mar
(34) |
Apr
(28) |
May
(12) |
Jun
(25) |
Jul
(39) |
Aug
(14) |
Sep
(12) |
Oct
(38) |
Nov
(28) |
Dec
(6) |
2018 |
Jan
(15) |
Feb
(22) |
Mar
(27) |
Apr
(71) |
May
(78) |
Jun
(47) |
Jul
(24) |
Aug
(63) |
Sep
(43) |
Oct
(34) |
Nov
(27) |
Dec
(18) |
2019 |
Jan
(51) |
Feb
(17) |
Mar
(48) |
Apr
(46) |
May
(25) |
Jun
(9) |
Jul
(14) |
Aug
(46) |
Sep
(18) |
Oct
(25) |
Nov
(26) |
Dec
(25) |
2020 |
Jan
(28) |
Feb
(30) |
Mar
(20) |
Apr
(69) |
May
(40) |
Jun
(16) |
Jul
(13) |
Aug
(9) |
Sep
(17) |
Oct
(40) |
Nov
(55) |
Dec
(6) |
2021 |
Jan
(44) |
Feb
(13) |
Mar
(33) |
Apr
(31) |
May
(32) |
Jun
(10) |
Jul
(9) |
Aug
(27) |
Sep
(33) |
Oct
(7) |
Nov
(14) |
Dec
(17) |
2022 |
Jan
(25) |
Feb
(11) |
Mar
(42) |
Apr
(14) |
May
(18) |
Jun
(3) |
Jul
(10) |
Aug
(41) |
Sep
(12) |
Oct
(13) |
Nov
(18) |
Dec
(9) |
2023 |
Jan
(10) |
Feb
(18) |
Mar
(25) |
Apr
(27) |
May
(16) |
Jun
(26) |
Jul
(9) |
Aug
(29) |
Sep
(17) |
Oct
(24) |
Nov
(18) |
Dec
(16) |
2024 |
Jan
(23) |
Feb
(55) |
Mar
(40) |
Apr
(17) |
May
(15) |
Jun
(12) |
Jul
(12) |
Aug
(6) |
Sep
(15) |
Oct
(16) |
Nov
(29) |
Dec
(26) |
2025 |
Jan
(29) |
Feb
(37) |
Mar
(24) |
Apr
(35) |
May
(38) |
Jun
(20) |
Jul
(7) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: GitHub <no...@gi...> - 2014-01-12 20:33:06
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: d1ba6164ad391c3ff1549966844f9d3740d8f4cd https://github.com/OpenSC/OpenSC/commit/d1ba6164ad391c3ff1549966844f9d3740d8f4cd Author: Andreas Schwier <and...@ca...> Date: 2014-01-08 (Wed, 08 Jan 2014) Changed paths: M doc/tools/sc-hsm-tool.1.xml M src/libopensc/card-sc-hsm.c M src/libopensc/cardctl.h M src/libopensc/pkcs15-sc-hsm.c M src/tools/sc-hsm-tool.c Log Message: ----------- sc-hsm: Added support for token label to be set via C_InitToken or sc-hsm-tool Commit: 9e54756e1bed0b908f8a068a2f54c8a596a8d7f4 https://github.com/OpenSC/OpenSC/commit/9e54756e1bed0b908f8a068a2f54c8a596a8d7f4 Author: Andreas Schwier <and...@ca...> Date: 2014-01-08 (Wed, 08 Jan 2014) Changed paths: M src/libopensc/card-sc-hsm.c M src/libopensc/card-sc-hsm.h M src/pkcs15init/pkcs15-sc-hsm.c Log Message: ----------- sc-hsm: Added support to unblock PIN using C_InitPIN() Commit: 67dc60f70780e14a04a62945362fd98a3c1251f5 https://github.com/OpenSC/OpenSC/commit/67dc60f70780e14a04a62945362fd98a3c1251f5 Author: Andreas Schwier <and...@ca...> Date: 2014-01-09 (Thu, 09 Jan 2014) Changed paths: M src/libopensc/card-sc-hsm.h M src/libopensc/pkcs15-sc-hsm.c M src/pkcs15init/pkcs15-sc-hsm.c Log Message: ----------- sc-hsm: Added support for persistent EC public keys generated from certificate signing requests Commit: 3dba84714f2cc2550e886baa8d7de32685448b36 https://github.com/OpenSC/OpenSC/commit/3dba84714f2cc2550e886baa8d7de32685448b36 Author: viktorTarasov <vik...@gm...> Date: 2014-01-12 (Sun, 12 Jan 2014) Changed paths: M doc/tools/sc-hsm-tool.1.xml M src/libopensc/card-sc-hsm.c M src/libopensc/card-sc-hsm.h M src/libopensc/cardctl.h M src/libopensc/pkcs15-sc-hsm.c M src/pkcs15init/pkcs15-sc-hsm.c M src/tools/sc-hsm-tool.c Log Message: ----------- Merge pull request #204 from CardContact/master SmartCard-HSM improved token, PIN and EC key support Compare: https://github.com/OpenSC/OpenSC/compare/abb48c8ba7b8...3dba84714f2c |
From: GitHub <no...@gi...> - 2014-01-06 14:39:55
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: abb48c8ba7b848c7233d72700134bfcd34f367e2 https://github.com/OpenSC/OpenSC/commit/abb48c8ba7b848c7233d72700134bfcd34f367e2 Author: Ludovic Rousseau <lud...@gm...> Date: 2014-01-06 (Mon, 06 Jan 2014) Changed paths: M src/libopensc/reader-pcsc.c Log Message: ----------- reader-pcsc: fix compiler warning Add a missing "const" for a constant C-string reader-pcsc.c: In function `detect_reader_features': reader-pcsc.c:926:20: warning: initialization discards `const' qualifier from pointer target type [enabled by default] |
From: GitHub <no...@gi...> - 2014-01-06 14:32:48
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: c6d3b3b0861177d537f3791db182e00bd311b94c https://github.com/OpenSC/OpenSC/commit/c6d3b3b0861177d537f3791db182e00bd311b94c Author: Ludovic Rousseau <lud...@gm...> Date: 2014-01-06 (Mon, 06 Jan 2014) Changed paths: M src/libopensc/reader-pcsc.c Log Message: ----------- reader-pcsc: fix verify/modify pinpad commands The PC/SC v2 part 10 commands for PIN verify and modify were wrong after a change in pcsc-lite. See a similar change in http://lists.alioth.debian.org/pipermail/pcsclite-cvs-commit/2013-December/006364.html Should fix issue #199 |
From: GitHub <no...@gi...> - 2014-01-04 16:44:38
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 4c31128befcda431047f1e20274372c5778761dc https://github.com/OpenSC/OpenSC/commit/4c31128befcda431047f1e20274372c5778761dc Author: Martin Paljak <ma...@ma...> Date: 2014-01-04 (Sat, 04 Jan 2014) Changed paths: M MacOSX/Makefile.am M MacOSX/build-package.in A MacOSX/uninstaller-scripts/postinstall Log Message: ----------- macosx: add "graphical uninstaller" to distribution DMG. This allows to uninstall the software by people who don't use Terminal. Commit: 4ebc506897b206dba6e6a79fa4dafe5f45479a4c https://github.com/OpenSC/OpenSC/commit/4ebc506897b206dba6e6a79fa4dafe5f45479a4c Author: Martin Paljak <ma...@ma...> Date: 2014-01-04 (Sat, 04 Jan 2014) Changed paths: M .gitignore Log Message: ----------- macosx: Ignore the configure-changed distribution.xml file in git. Compare: https://github.com/OpenSC/OpenSC/compare/ab814380cfb2...4ebc506897b2 |
From: GitHub <no...@gi...> - 2014-01-01 19:26:59
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: ab814380cfb202b73f116ff1eb3dc43100fa6cd3 https://github.com/OpenSC/OpenSC/commit/ab814380cfb202b73f116ff1eb3dc43100fa6cd3 Author: Jonathan Süssemilch Poulain <jon...@ar...> Date: 2014-01-01 (Wed, 01 Jan 2014) Changed paths: M src/libopensc/card-gemsafeV1.c M src/libopensc/cards.h Log Message: ----------- Adds support for a Swedish eID card |
From: GitHub <no...@gi...> - 2014-01-01 17:34:19
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 3ab84b3b35a15655c36fac725073e0eca8859905 https://github.com/OpenSC/OpenSC/commit/3ab84b3b35a15655c36fac725073e0eca8859905 Author: Viktor Tarasov <vik...@gm...> Date: 2014-01-01 (Wed, 01 Jan 2014) Changed paths: M src/libopensc/log.c Log Message: ----------- log: no format for the short arrays in 'hex-dump' Commit: 034cff91d8dbfcd86978fb3ddbbd405de22e1736 https://github.com/OpenSC/OpenSC/commit/034cff91d8dbfcd86978fb3ddbbd405de22e1736 Author: Viktor Tarasov <vik...@gm...> Date: 2014-01-01 (Wed, 01 Jan 2014) Changed paths: M src/libopensc/pkcs15-syn.c M src/libopensc/pkcs15.c Log Message: ----------- pkcs15: unify error codes of 'internal' and 'syntetic' binds if no valid PKCS#15 file system found 'internal' bind procedure returns 'non-supported-card' error the same as 'syntetic' bind procedure. this return code is used by pkcs11 framework to accept non-binded cards some codding style issues Compare: https://github.com/OpenSC/OpenSC/compare/0fa475ee5f43...034cff91d8db |
From: GitHub <no...@gi...> - 2013-12-31 08:15:50
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pkcs11-helper Commit: 8d81cf6b460c0443c64605fe9ab0137c12c1ccba https://github.com/OpenSC/pkcs11-helper/commit/8d81cf6b460c0443c64605fe9ab0137c12c1ccba Author: Alon Bar-Lev <alo...@gm...> Date: 2013-12-31 (Tue, 31 Dec 2013) Changed paths: M ChangeLog M lib/pkcs11h-certificate.c Log Message: ----------- certificate: ignore certificates without CKA_ID we won't be able to retrieve them anyway. Signed-off-by: Alon Bar-Lev <alo...@gm...> |
From: GitHub <no...@gi...> - 2013-12-30 09:43:32
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: cb6955c0a76d744dc42cf4dc004fa76d1c5fd6ee https://github.com/OpenSC/OpenSC/commit/cb6955c0a76d744dc42cf4dc004fa76d1c5fd6ee Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/pkcs15init/pkcs15-lib.c Log Message: ----------- pkcs15init: keep certificate's blob in cert. info data always do it, not only when creating a new 'direct' certificate Commit: 6a389f3c4b0416e03b8b9ae51e9a1f7ea960c662 https://github.com/OpenSC/OpenSC/commit/6a389f3c4b0416e03b8b9ae51e9a1f7ea960c662 Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/pkcs15init/pkcs15-lib.c Log Message: ----------- pkcs15init: reselect file to delete Commit: 04fbf6ad08928169c1ca2c675d6830aa05c7dc4a https://github.com/OpenSC/OpenSC/commit/04fbf6ad08928169c1ca2c675d6830aa05c7dc4a Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/pkcs15init/pkcs15-init.h M src/pkcs15init/pkcs15-lib.c M src/pkcs15init/pkcs15.profile Log Message: ----------- pkcs15init: externalize and change name of select_intrinsic_id() Commit: db9e4c90393737869819caf8bf5a26013f9c745b https://github.com/OpenSC/OpenSC/commit/db9e4c90393737869819caf8bf5a26013f9c745b Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M configure.ac Log Message: ----------- build: suppress warning 'unused-parameter' Commit: 00faad3af683cbb7bce7e8a835c21c69f6722931 https://github.com/OpenSC/OpenSC/commit/00faad3af683cbb7bce7e8a835c21c69f6722931 Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/libopensc/pkcs15.c M src/libopensc/pkcs15.h M src/pkcs15init/pkcs15-lib.c Log Message: ----------- pkcs15: in 'pkcs15_object' data: new attr. 'md_flags' also change name of 'guid' attribute for 'md_guid' These attributes are used to parse and generate the minidriver CMAP records Commit: 7948a5c83e11458c7fb571aada75146ff8e9c6b6 https://github.com/OpenSC/OpenSC/commit/7948a5c83e11458c7fb571aada75146ff8e9c6b6 Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/libopensc/pkcs15.h Log Message: ----------- pkcs15: remove unused macros "SC_PKCS15_KEY_USAGE_*" Commit: e855ac800e3834ec86bd94888bd6993464684e67 https://github.com/OpenSC/OpenSC/commit/e855ac800e3834ec86bd94888bd6993464684e67 Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/libopensc/pkcs15-prkey.c M src/libopensc/pkcs15.c M src/libopensc/pkcs15.h M src/minidriver/minidriver.c M src/pkcs15init/pkcs15-lib.c M src/tools/pkcs15-tool.c Log Message: ----------- pkcs15: introduce 'cmap-record' data into the private key info existing 'guid' obejct's data replaced by the one in private-key info New CMAP record data used by pkcs15init emulator for the cards that have the MD specific on-card data Commit: 411cbfb403789c34a803f99ab361b23a52b5e6d9 https://github.com/OpenSC/OpenSC/commit/411cbfb403789c34a803f99ab361b23a52b5e6d9 Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/libopensc/pkcs15.h M src/minidriver/minidriver.c M src/tools/pkcs15-tool.c Log Message: ----------- md: use if available the GUID from the prkey info ... the proprietary on-card data can contain the GUIDs created by proprietary MW, these data are parsed by card driver and put into the internal pkcs15 private key data to be accesible in the different OpenSC frameworks Commit: 40570143b9ae15d02249ee88097e2dec7ce70f9d https://github.com/OpenSC/OpenSC/commit/40570143b9ae15d02249ee88097e2dec7ce70f9d Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/libopensc/pkcs15.c M src/libopensc/pkcs15.h Log Message: ----------- pkcs15: include MD data into sc_pkcs15 data type New data are used to support the card specific minidriver on-card files. Beeing included into internal pkcs15 data type, these new data are accessible at the all frameworks: emulation of pkcs15 and pkcs15init, minidriver. Commit: 3140c6c43b93d7301407c281ff7c7ebd7e916242 https://github.com/OpenSC/OpenSC/commit/3140c6c43b93d7301407c281ff7c7ebd7e916242 Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- md: use, if available, internal cardcf data Commit: 1fe9ba1b2f4c762e9d03b3f5f6feee7ddfd0e97a https://github.com/OpenSC/OpenSC/commit/1fe9ba1b2f4c762e9d03b3f5f6feee7ddfd0e97a Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/tools/opensc-explorer.c Log Message: ----------- opensc-explorer: if available, print DF name Commit: 7a03f1883bdb69790bfe5ec9264d3204e3f01a31 https://github.com/OpenSC/OpenSC/commit/7a03f1883bdb69790bfe5ec9264d3204e3f01a31 Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/libopensc/card.c M src/libopensc/cardctl.h M src/libopensc/libopensc.exports M src/libopensc/opensc.h Log Message: ----------- libopensc: create and export 'sc_match_atr_block' Commit: efdab893a75e0a98ac120e8293b1d4c95e484628 https://github.com/OpenSC/OpenSC/commit/efdab893a75e0a98ac120e8293b1d4c95e484628 Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/pkcs15init/pkcs15-lib.c Log Message: ----------- pkcs15init: NULL pointer dereference error Commit: 9fdd9ecaeb5de997003970577278bce5695f2838 https://github.com/OpenSC/OpenSC/commit/9fdd9ecaeb5de997003970577278bce5695f2838 Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/pkcs11/pkcs11-session.c Log Message: ----------- pkcs11: PIN-NOT-INITIALIZED error concerns only User PIN C_Login returns CKR_USER_PIN_NOT_INITIALIZED error when token info flags do not contains CKF_USER_PIN_INITIALIZED and CKU_USER login type is asked. This flag is not consulted when CKU_SO or CKU_CONTEXT_SPECIFIC login type is needed Commit: f43a9fa41cc640d7673f5c0c5f0d5f3e4e95102c https://github.com/OpenSC/OpenSC/commit/f43a9fa41cc640d7673f5c0c5f0d5f3e4e95102c Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/pkcs11/misc.c Log Message: ----------- pkcs11: fix translation of SC error to PKCS11 SC error SC_ERROR_WRONG_CARD and SC_ERROR_NO_CARD_SUPPORT are translated as CKR_TOKEN_NOT_RECOGNIZED Commit: 95b6b4ccd3e0d973f56d89acd5ccff64965da90d https://github.com/OpenSC/OpenSC/commit/95b6b4ccd3e0d973f56d89acd5ccff64965da90d Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/pkcs11/framework-pkcs15.c M src/pkcs11/pkcs11-global.c M src/pkcs11/sc-pkcs11.h Log Message: ----------- pkcs11: changes in framework API to prepare future enhancements and in the sake of uniformity in 'struct sc_pkcs11_framework_ops' the 'struct sc_pkcs11_card' argument of 'init_token' handler is changed for 'struct sc_pkcs11_slot' coding style issues Commit: d7285843f64997b3e73508e31978d11f19976199 https://github.com/OpenSC/OpenSC/commit/d7285843f64997b3e73508e31978d11f19976199 Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/pkcs11/framework-pkcs15.c Log Message: ----------- pkcs11 framework: more debug logs in 'login' handler Commit: 98325ab7f247552fee95e3211717385c4d5fcd13 https://github.com/OpenSC/OpenSC/commit/98325ab7f247552fee95e3211717385c4d5fcd13 Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/libopensc/libopensc.exports M src/libopensc/pkcs15.c M src/libopensc/pkcs15.h M src/minidriver/minidriver.c M src/pkcs15init/pkcs15-iasecc.c M src/tools/pkcs15-tool.c Log Message: ----------- pkcs15: export 'sc_pkcs15_serialize_guid' ... change name of exported 'sc_pkcs15_get_guid' to 'sc_pkcs15_get_object_guid' ; add more 'CALLED' and 'RETURN' macros ; Commit: 0dc39c11258f1d92d3fb65a89f1426d8b86d8c1b https://github.com/OpenSC/OpenSC/commit/0dc39c11258f1d92d3fb65a89f1426d8b86d8c1b Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/libopensc/pkcs15.c M src/libopensc/pkcs15.h M src/minidriver/minidriver.c M src/pkcs15init/pkcs15-init.h M src/pkcs15init/pkcs15-lib.c M src/tools/pkcs15-tool.c Log Message: ----------- pkcs15: use value/length pair to hold the object's GUID GUID can be presented by non-printable string Commit: 7853d67c12e6b566cd66a237e5b34c31168eb176 https://github.com/OpenSC/OpenSC/commit/7853d67c12e6b566cd66a237e5b34c31168eb176 Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/pkcs15init/pkcs15-init.h Log Message: ----------- pkcs15init: no const values in private key create/generate data Commit: 9251d35635e6287bc2828e5f99b286748259ef8f https://github.com/OpenSC/OpenSC/commit/9251d35635e6287bc2828e5f99b286748259ef8f Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/pkcs15init/pkcs15-lib.c Log Message: ----------- pkcs15init: set key_info->guid value before calling card specific handlers Commit: 692791e8edb58dc821326f643edf33728cff9c25 https://github.com/OpenSC/OpenSC/commit/692791e8edb58dc821326f643edf33728cff9c25 Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- md: set length of container GUID Commit: f71e241f037d551f614eb9e75c70def78ae4de33 https://github.com/OpenSC/OpenSC/commit/f71e241f037d551f614eb9e75c70def78ae4de33 Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- md: config option 'GUID as ID' allows to set the container's GUID value as ID of the key and certificate PKCS#15 objects. Commit: f7a9ac90e8027f4679b8e6a17729362bff69d146 https://github.com/OpenSC/OpenSC/commit/f7a9ac90e8027f4679b8e6a17729362bff69d146 Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- md: config option 'use GUID as crypto object's label' Commit: aaa4489b7f2032846080dbd1162bec58dca207ed https://github.com/OpenSC/OpenSC/commit/aaa4489b7f2032846080dbd1162bec58dca207ed Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- md: configuration options to refuse create-container mechanism used rather for the debug -- allows to refuse, for example, 'key-import' create container mechanism and to compel the application (IE) to generate key on card (rather then generate key by soft and then import it onto card). Commit: 075ff22890a2c00ffa194b594ecc687261ee2c87 https://github.com/OpenSC/OpenSC/commit/075ff22890a2c00ffa194b594ecc687261ee2c87 Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- md: generic procedure to get bool config option Commit: 024cd3b96a2a384597ddf1acc3014dfd582f617b https://github.com/OpenSC/OpenSC/commit/024cd3b96a2a384597ddf1acc3014dfd582f617b Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/pkcs15init/pkcs15-lib.c Log Message: ----------- pkcs15init: more of the debug messages and macros Commit: 51262f00ac988a86a6052af86fd3f2bc6569ed06 https://github.com/OpenSC/OpenSC/commit/51262f00ac988a86a6052af86fd3f2bc6569ed06 Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/libopensc/types.h M src/pkcs15init/profile.c Log Message: ----------- pkcs15init: in profile more AC operations are parsed, ... new AC-OP 'pin-use' Commit: 13d1b8e9f273de4ed7947f08a60ba712a542237b https://github.com/OpenSC/OpenSC/commit/13d1b8e9f273de4ed7947f08a60ba712a542237b Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/libopensc/libopensc.exports M src/libopensc/opensc.h M src/libopensc/sc.c M src/pkcs15init/profile.c Log Message: ----------- pkcs15init: file 'content' and 'prop-attrs' in the card profile Now it's possible to describe in the card profile the 'prop-attr' and 'encoded-content' data of the file to create Commit: 4d5b80fd3f01ab9f1a83a0c371e338ec70ba5bd0 https://github.com/OpenSC/OpenSC/commit/4d5b80fd3f01ab9f1a83a0c371e338ec70ba5bd0 Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/libopensc/pkcs15.c M src/libopensc/pkcs15.h M src/libopensc/types.h M src/pkcs15init/pkcs15-lib.c Log Message: ----------- libopensc: general usage method to allocate generalized time Commit: 01ed00dd661a788193b42f2e277e04a6b1dd8d3e https://github.com/OpenSC/OpenSC/commit/01ed00dd661a788193b42f2e277e04a6b1dd8d3e Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/pkcs15init/pkcs15-lib.c Log Message: ----------- pkcs15init: warning unused variable Commit: 98333e56dff11cd08b8a13e68c964de2cf2fb4b3 https://github.com/OpenSC/OpenSC/commit/98333e56dff11cd08b8a13e68c964de2cf2fb4b3 Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/pkcs11/framework-pkcs15.c M src/pkcs11/misc.c Log Message: ----------- pkcs11: excessif check of return value tiny coding style fix Commit: 161c83ff8b5156a69b1556bf134f5ef6027e8a0d https://github.com/OpenSC/OpenSC/commit/161c83ff8b5156a69b1556bf134f5ef6027e8a0d Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/pkcs11/slot.c Log Message: ----------- pkcs11: allow bind of non-recognized cards To prepare C_InitToken of the non-initialized cards allow bind of the non-recognized card Commit: 77bed452836c56752e2c3dd2e610bae5237b5ed5 https://github.com/OpenSC/OpenSC/commit/77bed452836c56752e2c3dd2e610bae5237b5ed5 Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/pkcs11/framework-pkcs15.c Log Message: ----------- pkcs11: implement generic 'init-token' procedure Commit: 687fdf2a6079f94fad7b8059d5cfb6b3b7ddee2f https://github.com/OpenSC/OpenSC/commit/687fdf2a6079f94fad7b8059d5cfb6b3b7ddee2f Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: more token flags to display Commit: 784f0b8227a3998087484a19886a2145147427f6 https://github.com/OpenSC/OpenSC/commit/784f0b8227a3998087484a19886a2145147427f6 Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/pkcs15init/pkcs15-lib.c Log Message: ----------- pkcs15init: refactoring -- do not use temporary variable Commit: b1a5ebfac76a43a1963db7c11486ff0a06b479cf https://github.com/OpenSC/OpenSC/commit/b1a5ebfac76a43a1963db7c11486ff0a06b479cf Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/libopensc/pkcs15.h M src/pkcs15init/profile.c Log Message: ----------- pkcs15init: introduce 'max-unblocks' PIN init parameter Commit: 0761a5ea02d4bd7f0256991b7adccff7c5f6183f https://github.com/OpenSC/OpenSC/commit/0761a5ea02d4bd7f0256991b7adccff7c5f6183f Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/pkcs11/framework-pkcs15.c M src/pkcs11/misc.c M src/pkcs11/sc-pkcs11.h Log Message: ----------- pkcs11: use 'ignore-pin-length' config option When doing C_Login default behavior is to ignore the applied PINs with lengths less then value of PKCS#15 PIN attribure 'min-length'. Such a PINs are not really verified by card. With 'ignore-pin-length' option in 'true' all applied PINs are verified by card. Commit: 15f694f85dda91dfe509a344126b3d2178943607 https://github.com/OpenSC/OpenSC/commit/15f694f85dda91dfe509a344126b3d2178943607 Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M etc/opensc.conf.in M etc/opensc.conf.win.in Log Message: ----------- pkcs11: introduce 'ignore-pin-length' config option When doing C_Login default behavior is to ignore the applied PINs with lengths less then value of PKCS#15 PIN attribure 'min-length'. Such a PINs are not really verified by card. With 'ignore-pin-length' option in 'true' all applied PINs are verified by card. Commit: 89523a99ce0b6585164009cedc3eff3b391b541f https://github.com/OpenSC/OpenSC/commit/89523a99ce0b6585164009cedc3eff3b391b541f Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- md: use "ignore PIN length" configuration option With this option in 'true' the short PINs will not be ignored by pkcs#15 framework and applied to card Commit: 5564b9973b0047f76dc4ca2e281aa1e19191cc23 https://github.com/OpenSC/OpenSC/commit/5564b9973b0047f76dc4ca2e281aa1e19191cc23 Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- md: when PIN blocked ensure that 0 returned as "tries left" Commit: 1dc5a26a8d1abdbae9c0306529af19244f61d4d8 https://github.com/OpenSC/OpenSC/commit/1dc5a26a8d1abdbae9c0306529af19244f61d4d8 Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- md: implement CardGetChallenge Commit: f72c6fe6256e6efa01acdcb17d83ac1ac57cbf45 https://github.com/OpenSC/OpenSC/commit/f72c6fe6256e6efa01acdcb17d83ac1ac57cbf45 Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- md: implement CardUnblockPin Commit: 1d45eea90711bdae93a04933ac5c1d87d604fea2 https://github.com/OpenSC/OpenSC/commit/1d45eea90711bdae93a04933ac5c1d87d604fea2 Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- md: implement 'CardChangeAuthenticator' Commit: b928e814e540542b037a7565f550ceba6ec2b449 https://github.com/OpenSC/OpenSC/commit/b928e814e540542b037a7565f550ceba6ec2b449 Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M bootstrap M configure.ac Log Message: ----------- build: bootstrap can be used with options 'branch', 'revision' and 'suffix' Commit: 53ed5dc5029112f25a0e70c810800dd584b939c0 https://github.com/OpenSC/OpenSC/commit/53ed5dc5029112f25a0e70c810800dd584b939c0 Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M configure.ac M src/minidriver/Makefile.am M src/minidriver/Makefile.mak A src/minidriver/versioninfo-minidriver.rc.in M src/pkcs11/Makefile.am M src/pkcs11/Makefile.mak A src/pkcs11/versioninfo-pkcs11-spy.rc.in A src/pkcs11/versioninfo-pkcs11.rc.in A src/smm/sm-common.exports M src/tools/Makefile.am M src/tools/Makefile.mak A src/tools/versioninfo-tools.rc.in M win32/Make.rules.mak M win32/versioninfo.rc.in Log Message: ----------- win32: build: 'version-info' resource for each target Commit: aec6f99ff404977d3b3f6bcbda76a9ff1b9da23d https://github.com/OpenSC/OpenSC/commit/aec6f99ff404977d3b3f6bcbda76a9ff1b9da23d Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-29 (Sun, 29 Dec 2013) Changed paths: M src/minidriver/versioninfo-minidriver.rc.in M src/pkcs11/versioninfo-pkcs11-spy.rc.in M src/pkcs11/versioninfo-pkcs11.rc.in M src/tools/versioninfo-tools.rc.in M win32/versioninfo.rc.in Log Message: ----------- win32: build: add 'VarFileInfo' block to version-info Commit: b3baf9e75d77a7bc178aa85eb83685a3904dc732 https://github.com/OpenSC/OpenSC/commit/b3baf9e75d77a7bc178aa85eb83685a3904dc732 Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-30 (Mon, 30 Dec 2013) Changed paths: M bootstrap R configure.ac A configure.ac.in Log Message: ----------- build: delete 'configure.ac', bootstrap creates it from 'configure.ac.in' 'configure.ac' has to be with the context related information, as 'fix number', 'release number', fields of MSDN version-info, ... Using supplied (or not) options, bootstrap will create the working 'configure.ac' as a modified version of 'configure.ac.in'. Commit: 0fa475ee5f438e13fa2cee14698bbf465ac40297 https://github.com/OpenSC/OpenSC/commit/0fa475ee5f438e13fa2cee14698bbf465ac40297 Author: Viktor Tarasov <vik...@gm...> Date: 2013-12-30 (Mon, 30 Dec 2013) Changed paths: M configure.ac.in M src/minidriver/versioninfo-minidriver.rc.in M src/pkcs11/versioninfo-pkcs11-spy.rc.in M src/pkcs11/versioninfo-pkcs11.rc.in M src/tools/versioninfo-tools.rc.in M win32/versioninfo.rc.in Log Message: ----------- build: define in configure.ac.in the common fields of version-info Compare: https://github.com/OpenSC/OpenSC/compare/91e3988ef003...0fa475ee5f43 |
From: GitHub <no...@gi...> - 2013-12-18 10:41:56
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 91e3988ef0037afaa5b961a23a8ef6649002b092 https://github.com/OpenSC/OpenSC/commit/91e3988ef0037afaa5b961a23a8ef6649002b092 Author: Martin Paljak <ma...@ma...> Date: 2013-12-18 (Wed, 18 Dec 2013) Changed paths: M MacOSX/Distribution.xml.in Log Message: ----------- macosx: fix typo in distribution descriptor |
From: GitHub <no...@gi...> - 2013-12-18 09:50:57
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: d4a3edac088eda9f58ba740938a289df4ba16adb https://github.com/OpenSC/OpenSC/commit/d4a3edac088eda9f58ba740938a289df4ba16adb Author: Martin Paljak <ma...@ma...> Date: 2013-12-18 (Wed, 18 Dec 2013) Changed paths: A MacOSX/Distribution.xml.in M MacOSX/Makefile.am M MacOSX/build-package.in R MacOSX/resources/InstallationCheck.strings A MacOSX/resources/Welcome.html.in R MacOSX/scripts/InstallationCheck R MacOSX/scripts/postflight A MacOSX/scripts/postinstall M configure.ac Log Message: ----------- macosx: update package building to modern tools PackageMaker has been deprecated since Xcode 4.6. pkgbuild and productbuild have been available since 10.6.6 |
From: GitHub <no...@gi...> - 2013-12-11 10:45:21
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: cfe0e7368dc5df37075207633095e52ee652be56 https://github.com/OpenSC/OpenSC/commit/cfe0e7368dc5df37075207633095e52ee652be56 Author: Martin Paljak <ma...@ma...> Date: 2013-12-11 (Wed, 11 Dec 2013) Changed paths: M MacOSX/build-package.in Log Message: ----------- macosx: silence the deprecation warnings about OpenSSL |
From: Douglas E. E. <dee...@an...> - 2013-12-09 21:47:00
|
After long discussions with Andreas of Card Contact and sending him a set of additional changes, I committed #197. This allows for a public key to be stored on a PKCS15 card as a SPKI. (The SPKI includes the algorithm and any algorithm parameters. The basic pubkey is stored in a bitstring.) According to PKCS#15, any type of public key can be stores as SPKI. The original #197 added SPKI support only for ECC keys. The additions changes allowed for any type of key to be stored as an SPKI. GOST use of this feature still needs to be tested. The MyEID people have been unresponsive to requests to look at this code for their ECC card. For ECC: The ecpointQ is stored in the sc_pkcs15_pubkey as the raw ecpoint. sc_pkcs15_encode_pubkey returns the ASN1 DER encoding of the ecpointQ. For all keys: sc_pkcs15_encode_pubkey does what it used to do. To get the SPKI use sc_pkcs15_encode_pubkey_as_spki sc_pkcs15_decode_pubkey will now check if the input ASN1 is a sequence and attempt to decode it as a SPKI. If its not a SPKI, it will decode it as it did before. The code in pkcs15-tool --read-public-key will now print the key in two versions, the only code that was in pkcs15-tool and the new routine in the library, sc_pkcs15_encode_pubkey_as_spki. A pull request will be submitted soon to only use the sc_pkcs15_encode_pubkey_as_spki. On 12/9/2013 3:15 PM, GitHub wrote: > Branch: refs/heads/master > Home: https://github.com/OpenSC/OpenSC > Commit: 4604dac3a7aeb7f85b81c6b14cef8daf4e9af714 > https://github.com/OpenSC/OpenSC/commit/4604dac3a7aeb7f85b81c6b14cef8daf4e9af714 > Author: Andreas Schwier <and...@ca...> > Date: 2013-11-15 (Fri, 15 Nov 2013) > > Changed paths: > M src/libopensc/card-sc-hsm.c > > Log Message: > ----------- > sc-hsm: Fixed memory checking and removed warning > > > Commit: 633c98e9ee39b61494ad04f28f14c8ef5e687095 > https://github.com/OpenSC/OpenSC/commit/633c98e9ee39b61494ad04f28f14c8ef5e687095 > Author: Andreas Schwier <and...@ca...> > Date: 2013-11-15 (Fri, 15 Nov 2013) > > Changed paths: > M src/pkcs15init/pkcs15-sc-hsm.c > > Log Message: > ----------- > sc-hsm: Removed compiler warning > > > Commit: 3a6e7ba95934116c681dd2c41b6ed90e3b64980e > https://github.com/OpenSC/OpenSC/commit/3a6e7ba95934116c681dd2c41b6ed90e3b64980e > Author: Andreas Schwier <and...@ca...> > Date: 2013-11-15 (Fri, 15 Nov 2013) > > Changed paths: > M src/libopensc/pkcs15-algo.c > M src/libopensc/pkcs15-pubkey.c > M src/libopensc/pkcs15.h > M src/pkcs15init/pkcs15-lib.c > M src/pkcs15init/pkcs15-sc-hsm.c > > Log Message: > ----------- > pkcs15: Changed encoding for EC public keys in PuKDF to SPKI rather than ECPoint, preserving domain parameter > > > Commit: 09e5a9fa7f09e3cbab72189b8f2eedaaacc24d01 > https://github.com/OpenSC/OpenSC/commit/09e5a9fa7f09e3cbab72189b8f2eedaaacc24d01 > Author: Andreas Schwier <and...@ca...> > Date: 2013-12-05 (Thu, 05 Dec 2013) > > Changed paths: > M src/libopensc/pkcs15-pubkey.c > > Log Message: > ----------- > pkcs11: Fixed typo > > > Commit: d4be8ec747ae2f665f1b95e13f1210ed10fcaf12 > https://github.com/OpenSC/OpenSC/commit/d4be8ec747ae2f665f1b95e13f1210ed10fcaf12 > Author: Andreas Schwier <and...@ca...> > Date: 2013-12-06 (Fri, 06 Dec 2013) > > Changed paths: > M src/libopensc/libopensc.exports > M src/libopensc/pkcs15-piv.c > M src/libopensc/pkcs15-pubkey.c > M src/libopensc/pkcs15.h > M src/pkcs15init/pkcs15-lib.c > M src/pkcs15init/pkcs15-sc-hsm.c > M src/tools/pkcs15-tool.c > > Log Message: > ----------- > sc_pkcs15_encode_pubkey_as_spki replaces sc_pkcs15_encode_pubkey_with_param. > The name implies what the format of the returned value, a SPKI. > > The support for spki as a pkcs15 format of a pubkey, is extended to > work for any algorithm not just EC pubkeys. PKCS#15 appears to allow this. > > sc_pkcs15_decode_pubkey_with_param will look for a SPKI > and attempt to use it for any algorithm, including RSA. > (RSA is the null case, as there are no algorithm parameters.) > > sc_pkcs15_encode_pubkey_as_spki is exported from libopensc. > > pkcs15-piv.c will use sc_pkcs15_encode_pubkey_as_spki to load public keys > as SPKI for RSA and EC. > > The pubkey->data is never a SPKI, it is the DER encoding of the > pubkey without the parameters. If an spki is needed, use the > sc_pkcs15_encode_pubkey_as_spki to get the DER encoding of the spki. > > As in the previous set of patches, pkcs15-tool.c will output both > sc_pkcs15_decode_pubkey_with_param and its internal. > This was left for testing, and the pubkey_pem_encode should be deleted > > > Commit: dff25190d28931bfa15499b9d0e91fd7ec15a5d1 > https://github.com/OpenSC/OpenSC/commit/dff25190d28931bfa15499b9d0e91fd7ec15a5d1 > Author: Doug Engert <dee...@an...> > Date: 2013-12-09 (Mon, 09 Dec 2013) > > Changed paths: > M src/libopensc/card-sc-hsm.c > M src/libopensc/libopensc.exports > M src/libopensc/pkcs15-algo.c > M src/libopensc/pkcs15-piv.c > M src/libopensc/pkcs15-pubkey.c > M src/libopensc/pkcs15.h > M src/pkcs15init/pkcs15-lib.c > M src/pkcs15init/pkcs15-sc-hsm.c > M src/tools/pkcs15-tool.c > > Log Message: > ----------- > Merge pull request #197 from CardContact/master > > Changing EC Public Key format in PuKDF from raw to spki > > > Compare: https://github.com/OpenSC/OpenSC/compare/1acb4adc3e49...dff25190d289 > > > > ------------------------------------------------------------------------------ > Sponsored by Intel(R) XDK > Develop, test and display web and hybrid apps with a single code base. > Download it for free now! > http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk > > > > _______________________________________________ > Opensc-commits mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensc-commits > -- Douglas E. Engert <DEE...@an...> Argonne National Laboratory 9700 South Cass Avenue Argonne, Illinois 60439 (630) 252-5444 |
From: GitHub <no...@gi...> - 2013-12-09 21:16:01
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 4604dac3a7aeb7f85b81c6b14cef8daf4e9af714 https://github.com/OpenSC/OpenSC/commit/4604dac3a7aeb7f85b81c6b14cef8daf4e9af714 Author: Andreas Schwier <and...@ca...> Date: 2013-11-15 (Fri, 15 Nov 2013) Changed paths: M src/libopensc/card-sc-hsm.c Log Message: ----------- sc-hsm: Fixed memory checking and removed warning Commit: 633c98e9ee39b61494ad04f28f14c8ef5e687095 https://github.com/OpenSC/OpenSC/commit/633c98e9ee39b61494ad04f28f14c8ef5e687095 Author: Andreas Schwier <and...@ca...> Date: 2013-11-15 (Fri, 15 Nov 2013) Changed paths: M src/pkcs15init/pkcs15-sc-hsm.c Log Message: ----------- sc-hsm: Removed compiler warning Commit: 3a6e7ba95934116c681dd2c41b6ed90e3b64980e https://github.com/OpenSC/OpenSC/commit/3a6e7ba95934116c681dd2c41b6ed90e3b64980e Author: Andreas Schwier <and...@ca...> Date: 2013-11-15 (Fri, 15 Nov 2013) Changed paths: M src/libopensc/pkcs15-algo.c M src/libopensc/pkcs15-pubkey.c M src/libopensc/pkcs15.h M src/pkcs15init/pkcs15-lib.c M src/pkcs15init/pkcs15-sc-hsm.c Log Message: ----------- pkcs15: Changed encoding for EC public keys in PuKDF to SPKI rather than ECPoint, preserving domain parameter Commit: 09e5a9fa7f09e3cbab72189b8f2eedaaacc24d01 https://github.com/OpenSC/OpenSC/commit/09e5a9fa7f09e3cbab72189b8f2eedaaacc24d01 Author: Andreas Schwier <and...@ca...> Date: 2013-12-05 (Thu, 05 Dec 2013) Changed paths: M src/libopensc/pkcs15-pubkey.c Log Message: ----------- pkcs11: Fixed typo Commit: d4be8ec747ae2f665f1b95e13f1210ed10fcaf12 https://github.com/OpenSC/OpenSC/commit/d4be8ec747ae2f665f1b95e13f1210ed10fcaf12 Author: Andreas Schwier <and...@ca...> Date: 2013-12-06 (Fri, 06 Dec 2013) Changed paths: M src/libopensc/libopensc.exports M src/libopensc/pkcs15-piv.c M src/libopensc/pkcs15-pubkey.c M src/libopensc/pkcs15.h M src/pkcs15init/pkcs15-lib.c M src/pkcs15init/pkcs15-sc-hsm.c M src/tools/pkcs15-tool.c Log Message: ----------- sc_pkcs15_encode_pubkey_as_spki replaces sc_pkcs15_encode_pubkey_with_param. The name implies what the format of the returned value, a SPKI. The support for spki as a pkcs15 format of a pubkey, is extended to work for any algorithm not just EC pubkeys. PKCS#15 appears to allow this. sc_pkcs15_decode_pubkey_with_param will look for a SPKI and attempt to use it for any algorithm, including RSA. (RSA is the null case, as there are no algorithm parameters.) sc_pkcs15_encode_pubkey_as_spki is exported from libopensc. pkcs15-piv.c will use sc_pkcs15_encode_pubkey_as_spki to load public keys as SPKI for RSA and EC. The pubkey->data is never a SPKI, it is the DER encoding of the pubkey without the parameters. If an spki is needed, use the sc_pkcs15_encode_pubkey_as_spki to get the DER encoding of the spki. As in the previous set of patches, pkcs15-tool.c will output both sc_pkcs15_decode_pubkey_with_param and its internal. This was left for testing, and the pubkey_pem_encode should be deleted Commit: dff25190d28931bfa15499b9d0e91fd7ec15a5d1 https://github.com/OpenSC/OpenSC/commit/dff25190d28931bfa15499b9d0e91fd7ec15a5d1 Author: Doug Engert <dee...@an...> Date: 2013-12-09 (Mon, 09 Dec 2013) Changed paths: M src/libopensc/card-sc-hsm.c M src/libopensc/libopensc.exports M src/libopensc/pkcs15-algo.c M src/libopensc/pkcs15-piv.c M src/libopensc/pkcs15-pubkey.c M src/libopensc/pkcs15.h M src/pkcs15init/pkcs15-lib.c M src/pkcs15init/pkcs15-sc-hsm.c M src/tools/pkcs15-tool.c Log Message: ----------- Merge pull request #197 from CardContact/master Changing EC Public Key format in PuKDF from raw to spki Compare: https://github.com/OpenSC/OpenSC/compare/1acb4adc3e49...dff25190d289 |
From: GitHub <no...@gi...> - 2013-11-25 17:48:17
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 1acb4adc3e49743e2ff8d50d2a2dc7a9d27ed948 https://github.com/OpenSC/OpenSC/commit/1acb4adc3e49743e2ff8d50d2a2dc7a9d27ed948 Author: Martin Paljak <ma...@ma...> Date: 2013-11-25 (Mon, 25 Nov 2013) Changed paths: M src/libopensc/card.c Log Message: ----------- Check for NULL before dereferencing. Reported by STACK http://css.csail.mit.edu/stack/ Change-Id: Id7959c8217f46313ecf35a271efaf5f703fde2dc |
From: GitHub <no...@gi...> - 2013-11-25 14:53:00
|
Branch: refs/heads/gh-pages Home: https://github.com/OpenSC/pam_pkcs11 Commit: 7ac0b125ff3bb49b8b42e194071f1be50a769671 https://github.com/OpenSC/pam_pkcs11/commit/7ac0b125ff3bb49b8b42e194071f1be50a769671 Author: Ludovic Rousseau <lud...@gm...> Date: 2013-11-25 (Mon, 25 Nov 2013) Changed paths: A doc/pam_pkcs11.css Log Message: ----------- Add CSS file from branch master This file pam_pkcs11.css should be updated (manually) after each change in the master branch. |
From: GitHub <no...@gi...> - 2013-11-25 14:50:32
|
Branch: refs/heads/gh-pages Home: https://github.com/OpenSC/pam_pkcs11 Commit: d7bd850262c76843ab8cfddf40ba57c4641a46ef https://github.com/OpenSC/pam_pkcs11/commit/d7bd850262c76843ab8cfddf40ba57c4641a46ef Author: Ludovic Rousseau <lud...@gm...> Date: 2013-11-25 (Mon, 25 Nov 2013) Changed paths: A doc/mappers_api.html A doc/pam_pkcs11.html Log Message: ----------- Add generated HTML pages mappers_api.html pam_pkcs11.html |
From: GitHub <no...@gi...> - 2013-11-25 14:38:04
|
Branch: refs/heads/gh-pages Home: https://github.com/OpenSC/pam_pkcs11 Commit: 1158bb03ae268e968329b3c0c03ef19433948be3 https://github.com/OpenSC/pam_pkcs11/commit/1158bb03ae268e968329b3c0c03ef19433948be3 Author: Ludovic Rousseau <lud...@gm...> Date: 2013-11-25 (Mon, 25 Nov 2013) Changed paths: A images/body-bg.jpg A images/download-button.png A images/github-button.png A images/header-bg.jpg A images/highlight-bg.jpg A images/sidebar-bg.jpg A index.html A javascripts/main.js A params.json A stylesheets/print.css A stylesheets/pygment_trac.css A stylesheets/stylesheet.css Log Message: ----------- Create gh-pages branch via GitHub |
From: GitHub <no...@gi...> - 2013-11-14 16:17:28
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 9ff8bd1c61318d022af38e639fc7ff0d54baaef7 https://github.com/OpenSC/OpenSC/commit/9ff8bd1c61318d022af38e639fc7ff0d54baaef7 Author: Doug Engert <dee...@an...> Date: 2013-11-14 (Thu, 14 Nov 2013) Changed paths: M src/libopensc/pkcs15-pubkey.c Log Message: ----------- EC parameters not copied correctly As reported in Github, the memcpy was not valid. pkcs15-pubkey.c-20131106-09007 Commit: f09dae493c27d84ca65d7d69712dd03003d52590 https://github.com/OpenSC/OpenSC/commit/f09dae493c27d84ca65d7d69712dd03003d52590 Author: Doug Engert <dee...@an...> Date: 2013-11-14 (Thu, 14 Nov 2013) Changed paths: M src/libopensc/pkcs15-pubkey.c Log Message: ----------- Merge pull request #196 from dengert/master EC parameters not copied correctly Compare: https://github.com/OpenSC/OpenSC/compare/5dd599449219...f09dae493c27 |
From: GitHub <no...@gi...> - 2013-11-14 14:26:58
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pkcs11-helper Commit: 85a0dfc3053b17c26c80f148fee481c3f4063c06 https://github.com/OpenSC/pkcs11-helper/commit/85a0dfc3053b17c26c80f148fee481c3f4063c06 Author: Steffan Karger <ste...@fo...> Date: 2013-11-14 (Thu, 14 Nov 2013) Changed paths: M ChangeLog M lib/_pkcs11h-crypto-polarssl.c Log Message: ----------- polarssl: support polarssl 1.3 This uses the polarssl-1.2-to-1.3 compatibility layer. Fully upgrading would break support for PolarSSL 1.2, or introduce lots of #ifdef's. Signed-off-by: Steffan Karger <ste...@fo...> |
From: GitHub <no...@gi...> - 2013-11-12 14:56:27
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: bec6d143f3765b309c0f948580dc2b7b185cdddb https://github.com/OpenSC/OpenSC/commit/bec6d143f3765b309c0f948580dc2b7b185cdddb Author: Doug Engert <dee...@an...> Date: 2013-11-06 (Wed, 06 Nov 2013) Changed paths: M src/libopensc/pkcs15-piv.c M src/libopensc/pkcs15-pubkey.c M src/libopensc/pkcs15.h M src/pkcs11/framework-pkcs15.c M src/pkcs15init/pkcs15-myeid.c Log Message: ----------- ECC ecpointQ Fixes The original ECC code in OpenSC stored the ecpointQ as a DER encoded OCTET STRING. Shortly before 0.13.0, code changes where made to store the ecpointQ as raw data without the DER encoding. Only some of the code was changed to support this but not all, and the comments that said the ecpointQ was in DER where not changed either. Some card drivers continued to work, using the original code in all place, while some cards failed, as they where using a mixture of original code and 0.13.0 code. This commit fixes these problems. The ecpointQ is stored in raw format A new structure type sc_pkcs15_u8 is defined. The ecpointQ are changed to use the struct sc_pkcs15_u8. This was done to avoid the confusion of using struct sc_pkcs15_der to hold non-DER encoded data. (There may be other uses for this too...) Comments are change is many places. sc_pkcs15_decode_pubkey_ec was fixed to store the raw ecpointQ correctly. sc_pkcs15_pubkey_from_spki was change to get the sc_ec_params from the alg_id and fix up u.ec.params. Unfortunately the OpenSC code has two places EC parameters are stored. They can get out of sync, or there may still be code that looks in the wrng oplace. o(TODO get it to only only place.) The u.ec.params.field_length is now set in a number of places, as this is need in many of the PKCS#11 routines. framework-pkcs15.c will now correctly return the DER encode ecpointQ, for the CKA_EC_POINT attribute using pubkey->data which has the DER encoding for the ecpointQ. framework-pkcs15.c will look for the EC parameters in either the u.ec.params.der, or in the alg_id->params. (TODO get it to only only place.) pkcs15-myeid.c has some comments, as it looks like the code is storing a TLV rather then a DER encoding of the ecpointQ. With the wrong encoding PKCS#11 will return the wrong attribute for CKA_ECDSA_PARAMS. pkcs15-piv.c is changed so emulation of a pubkey taken from a certificate will work correctly. Commit: 03c196eeaf07ec646f593004e09c2363e0fd51fb https://github.com/OpenSC/OpenSC/commit/03c196eeaf07ec646f593004e09c2363e0fd51fb Author: Doug Engert <dee...@an...> Date: 2013-11-06 (Wed, 06 Nov 2013) Changed paths: M src/libopensc/pkcs15-piv.c M src/libopensc/pkcs15-pubkey.c M src/libopensc/pkcs15.h M src/pkcs11/framework-pkcs15.c M src/pkcs15init/pkcs15-myeid.c Log Message: ----------- ECC ecpointQ Fixes The original ECC code in OpenSC stored the ecpointQ as a DER encoded OCTET STRING. Shortly before 0.13.0, code changes where made to store the ecpointQ as raw data without the DER encoding. Only some of the code was changed to support this but not all, and the comments that said the ecpointQ was in DER where not changed either. Some card drivers continued to work, using the original code in all place, while some cards failed, as they where using a mixture of original code and 0.13.0 code. This commit fixes these problems. The ecpointQ is stored in raw format A new structure type sc_pkcs15_u8 is defined. The ecpointQ are changed to use the struct sc_pkcs15_u8. This was done to avoid the confusion of using struct sc_pkcs15_der to hold non-DER encoded data. (There may be other uses for this too...) Comments are change is many places. sc_pkcs15_decode_pubkey_ec was fixed to store the raw ecpointQ correctly. sc_pkcs15_pubkey_from_spki was change to get the sc_ec_params from the alg_id and fix up u.ec.params. Unfortunately the OpenSC code has two places EC parameters are stored. They can get out of sync, or there may still be code that looks in the wrng oplace. o(TODO get it to only only place.) The u.ec.params.field_length is now set in a number of places, as this is need in many of the PKCS#11 routines. framework-pkcs15.c will now correctly return the DER encode ecpointQ, for the CKA_EC_POINT attribute using pubkey->data which has the DER encoding for the ecpointQ. framework-pkcs15.c will look for the EC parameters in either the u.ec.params.der, or in the alg_id->params. (TODO get it to only only place.) pkcs15-myeid.c has some comments, as it looks like the code is storing a TLV rather then a DER encoding of the ecpointQ. With the wrong encoding PKCS#11 will return the wrong attribute for CKA_ECDSA_PARAMS. pkcs15-piv.c is changed so emulation of a pubkey taken from a certificate will work correctly. Commit: 86d5941e4c7d341e130cf437cdf3c234f05df82e https://github.com/OpenSC/OpenSC/commit/86d5941e4c7d341e130cf437cdf3c234f05df82e Author: Doug Engert <dee...@an...> Date: 2013-11-06 (Wed, 06 Nov 2013) Log Message: ----------- Merge branch 'ecpointQ' of https://github.com/dengert/OpenSC into ecpointQ Commit: 5dd599449219600717946f3823ef50d2af5df48c https://github.com/OpenSC/OpenSC/commit/5dd599449219600717946f3823ef50d2af5df48c Author: Doug Engert <dee...@an...> Date: 2013-11-12 (Tue, 12 Nov 2013) Changed paths: M src/libopensc/pkcs15-piv.c M src/libopensc/pkcs15-pubkey.c M src/libopensc/pkcs15.h M src/pkcs11/framework-pkcs15.c M src/pkcs15init/pkcs15-myeid.c Log Message: ----------- Merge pull request #194 from dengert/ecpointQ EcpointQ Compare: https://github.com/OpenSC/OpenSC/compare/a18a7d8ecf1d...5dd599449219 |
From: GitHub <no...@gi...> - 2013-11-12 13:34:47
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pkcs11-helper Commit: 67da38e61133916dbe4d0170a332cec17d693c09 https://github.com/OpenSC/pkcs11-helper/commit/67da38e61133916dbe4d0170a332cec17d693c09 Author: Alon Bar-Lev <alo...@gm...> Date: 2013-11-12 (Tue, 12 Nov 2013) Changed paths: M configure.ac M lib/Makefile.am M tests/test-basic/Makefile.am M tests/test-certificate/Makefile.am M tests/test-slotevent/Makefile.am Log Message: ----------- build: fix warning of newer automake Signed-off-by: Alon Bar-Lev <alo...@gm...> |
From: GitHub <no...@gi...> - 2013-11-10 18:35:05
|
Branch: refs/tags/pkcs11-helper-1.11 Home: https://github.com/OpenSC/pkcs11-helper |
From: GitHub <no...@gi...> - 2013-11-10 18:34:53
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pkcs11-helper Commit: e7adf8f35be232a4f04c53b4ac409be52792093e https://github.com/OpenSC/pkcs11-helper/commit/e7adf8f35be232a4f04c53b4ac409be52792093e Author: Alon Bar-Lev <alo...@gm...> Date: 2013-11-10 (Sun, 10 Nov 2013) Changed paths: M ChangeLog M configure.ac Log Message: ----------- pkcs11-helper-1.11 Commit: bf9933aec59d2a91b7c78959b347f95208e4716e https://github.com/OpenSC/pkcs11-helper/commit/bf9933aec59d2a91b7c78959b347f95208e4716e Author: Alon Bar-Lev <alo...@gm...> Date: 2013-11-10 (Sun, 10 Nov 2013) Changed paths: M ChangeLog M configure.ac Log Message: ----------- post pkcs11-helper-1.11 Compare: https://github.com/OpenSC/pkcs11-helper/compare/084da7012e3c...bf9933aec59d |
From: GitHub <no...@gi...> - 2013-11-10 18:27:27
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pkcs11-helper Commit: c8698a9a84a327fb9374f17344f9ea3d09ff5a7f https://github.com/OpenSC/pkcs11-helper/commit/c8698a9a84a327fb9374f17344f9ea3d09ff5a7f Author: Alon Bar-Lev <alo...@gm...> Date: 2013-09-16 (Mon, 16 Sep 2013) Changed paths: M lib/pkcs11h-openssl.c Log Message: ----------- openssl: remove unneeded prototypes Signed-off-by: Alon Bar-Lev <alo...@gm...> Commit: dc9b6adca35a1aad4ccdfee4702fef70825b4de8 https://github.com/OpenSC/pkcs11-helper/commit/dc9b6adca35a1aad4ccdfee4702fef70825b4de8 Author: Alon Bar-Lev <alo...@gm...> Date: 2013-09-22 (Sun, 22 Sep 2013) Changed paths: M lib/pkcs11h-openssl.c Log Message: ----------- openssl: remove unused code Signed-off-by: Alon Bar-Lev <alo...@gm...> Commit: 1ecb6e5d19e082e2af2e45be0e9705b4d6718918 https://github.com/OpenSC/pkcs11-helper/commit/1ecb6e5d19e082e2af2e45be0e9705b4d6718918 Author: Alon Bar-Lev <alo...@gm...> Date: 2013-09-22 (Sun, 22 Sep 2013) Changed paths: M lib/pkcs11h-openssl.c Log Message: ----------- openssl: use newer openssl application data association Signed-off-by: Alon Bar-Lev <alo...@gm...> Commit: f821111e67bc944d4042e73f501f4d9d39425466 https://github.com/OpenSC/pkcs11-helper/commit/f821111e67bc944d4042e73f501f4d9d39425466 Author: Alon Bar-Lev <alo...@gm...> Date: 2013-09-22 (Sun, 22 Sep 2013) Changed paths: M lib/pkcs11h-openssl.c Log Message: ----------- openssl: add 'rsa' to rsa functions to enable support of other algorithms. Signed-off-by: Alon Bar-Lev <alo...@gm...> Commit: e370f266f29d76ec00bc6540694a3cab4781c0f2 https://github.com/OpenSC/pkcs11-helper/commit/e370f266f29d76ec00bc6540694a3cab4781c0f2 Author: Alon Bar-Lev <alo...@gm...> Date: 2013-09-22 (Sun, 22 Sep 2013) Changed paths: M lib/pkcs11h-openssl.c Log Message: ----------- openssl: put pkcs11h id instead of pkcs11 Signed-off-by: Alon Bar-Lev <alo...@gm...> Commit: 53e2c700026af6c38a7921bf961ad604e18f41a2 https://github.com/OpenSC/pkcs11-helper/commit/53e2c700026af6c38a7921bf961ad604e18f41a2 Author: Alon Bar-Lev <alo...@gm...> Date: 2013-10-31 (Thu, 31 Oct 2013) Changed paths: M lib/pkcs11h-openssl.c Log Message: ----------- openssl: lock session reference count Signed-off-by: Alon Bar-Lev <alo...@gm...> Commit: 9e0c52e2d8b8c62c56fca2b7e4d75e514379cc69 https://github.com/OpenSC/pkcs11-helper/commit/9e0c52e2d8b8c62c56fca2b7e4d75e514379cc69 Author: Alon Bar-Lev <alo...@gm...> Date: 2013-10-31 (Thu, 31 Oct 2013) Changed paths: M ChangeLog M include/pkcs11-helper-1.0/pkcs11h-openssl.h M lib/Makefile.am A lib/_pkcs11h-openssl.h M lib/openssl.exports M lib/pkcs11h-core.c M lib/pkcs11h-openssl.c Log Message: ----------- openssl: use generic EVP_PKEY instead of RSA Signed-off-by: Alon Bar-Lev <alo...@gm...> Commit: ae8afe56c4e101f9c813a2a528fa5f8166aa481e https://github.com/OpenSC/pkcs11-helper/commit/ae8afe56c4e101f9c813a2a528fa5f8166aa481e Author: Alon Bar-Lev <alo...@gm...> Date: 2013-10-31 (Thu, 31 Oct 2013) Changed paths: M lib/pkcs11h-openssl.c Log Message: ----------- openssl: use RSA_get_ex_new_index to have our own index this supersede the finish override as we can detect free based on the free callback of the data. Signed-off-by: Alon Bar-Lev <alo...@gm...> Commit: 374252981ff3177b10a5c4380a5e0e0b9d71c5c9 https://github.com/OpenSC/pkcs11-helper/commit/374252981ff3177b10a5c4380a5e0e0b9d71c5c9 Author: Alon Bar-Lev <alo...@gm...> Date: 2013-10-31 (Thu, 31 Oct 2013) Changed paths: M ChangeLog M lib/pkcs11h-openssl.c Log Message: ----------- openssl: add dsa support Signed-off-by: Alon Bar-Lev <alo...@gm...> Commit: 084da7012e3cef8f8cad22216e72f301854e3307 https://github.com/OpenSC/pkcs11-helper/commit/084da7012e3cef8f8cad22216e72f301854e3307 Author: Alon Bar-Lev <alo...@gm...> Date: 2013-10-31 (Thu, 31 Oct 2013) Changed paths: M ChangeLog M configure.ac M lib/pkcs11h-openssl.c Log Message: ----------- openssl: add ecdsa support Tested-By: Sanaullah <san...@gm...> Signed-off-by: Alon Bar-Lev <alo...@gm...> Compare: https://github.com/OpenSC/pkcs11-helper/compare/e14205182f9e...084da7012e3c |
From: GitHub <no...@gi...> - 2013-11-01 17:02:23
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: a18a7d8ecf1dbcf2904887ceaac07e75df395167 https://github.com/OpenSC/OpenSC/commit/a18a7d8ecf1dbcf2904887ceaac07e75df395167 Author: Ludovic Rousseau <lud...@gm...> Date: 2013-11-01 (Fri, 01 Nov 2013) Changed paths: M MacOSX/build-package.in Log Message: ----------- Fix typo |