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-05-02 11:45:50
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 883d42b1f8ec4a8b67d6eabde334bfa4259efdf9 https://github.com/OpenSC/OpenSC/commit/883d42b1f8ec4a8b67d6eabde334bfa4259efdf9 Author: Viktor Tarasov <vik...@gm...> Date: 2014-05-02 (Fri, 02 May 2014) Changed paths: M src/libopensc/libopensc.exports Log Message: ----------- libopensc: export 'iasecc_sdo_encode_update_field' used by 'local SMM' module |
From: GitHub <no...@gi...> - 2014-04-27 09:09:20
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pkcs11-helper Commit: 3e2c2bd1c9174651550e8b40a7110f906e2a0b05 https://github.com/OpenSC/pkcs11-helper/commit/3e2c2bd1c9174651550e8b40a7110f906e2a0b05 Author: Alon Bar-Lev <alo...@gm...> Date: 2014-04-27 (Sun, 27 Apr 2014) Changed paths: M lib/pkcs11h-openssl.c Log Message: ----------- openssl: fix breakage by 4377bb8c Signed-off-by: Alon Bar-Lev <alo...@gm...> |
From: GitHub <no...@gi...> - 2014-04-21 19:09:17
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 8d000774dfebff00489b40fdcd07a69b1a4b818b https://github.com/OpenSC/OpenSC/commit/8d000774dfebff00489b40fdcd07a69b1a4b818b Author: Martin Paljak <ma...@ma...> Date: 2014-04-21 (Mon, 21 Apr 2014) Changed paths: M src/libopensc/card-mcrd.c Log Message: ----------- EstEID: match card only based on presence of application. Contact cards have ATR-s, contactless not. Only contact cards should be broken so that they answer 0x9000 to application selection, so this should be failsafe. |
From: GitHub <no...@gi...> - 2014-04-21 18:51:57
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 218d198bdc6a0de525e86f9e20181ffa6d19cce4 https://github.com/OpenSC/OpenSC/commit/218d198bdc6a0de525e86f9e20181ffa6d19cce4 Author: Nikos Mavrogiannopoulos <nm...@re...> Date: 2014-04-21 (Mon, 21 Apr 2014) Changed paths: M src/common/libpkcs11.c Log Message: ----------- Call dlclose() only when having a valid handle. Signed-off-by: Nikos Mavrogiannopoulos <nm...@re...> Commit: 46b0bed93f3bb7b3d8edd4401c94f1cf6399fa55 https://github.com/OpenSC/OpenSC/commit/46b0bed93f3bb7b3d8edd4401c94f1cf6399fa55 Author: Frank Morgner <mo...@in...> Date: 2014-04-21 (Mon, 21 Apr 2014) Changed paths: M src/tools/pkcs15-tool.c Log Message: ----------- fixed PUK handling Note that `SC_PKCS15_PIN_AUTH_TYPE_PIN` is used for `sc_pkcs15_auth_info_t.auth_type` `SC_PKCS15_TYPE_AUTH_PIN` is used for `sc_pkcs15_object_t.type` Commit: ba66459f338d597675e2b729ee25f58c9256bed9 https://github.com/OpenSC/OpenSC/commit/ba66459f338d597675e2b729ee25f58c9256bed9 Author: Nikos Mavrogiannopoulos <nm...@re...> Date: 2014-04-21 (Mon, 21 Apr 2014) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- When setting pointers to a template, ensure they do not get out of scope prior of being used. This was causing issues when using pkcs11-tool with opencryptoki: https://bugzilla.redhat.com/show_bug.cgi?id=1062307 Signed-off-by: Nikos Mavrogiannopoulos <nm...@re...> Compare: https://github.com/OpenSC/OpenSC/compare/fc5714a4c9f2...ba66459f338d |
From: GitHub <no...@gi...> - 2014-04-21 18:06:02
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: fc5714a4c9f2c886b4fbce74c79a16bea6f0db30 https://github.com/OpenSC/OpenSC/commit/fc5714a4c9f2c886b4fbce74c79a16bea6f0db30 Author: Henrik Andersson <hen...@gm...> Date: 2014-04-21 (Mon, 21 Apr 2014) Changed paths: M src/pkcs11/misc.c Log Message: ----------- Set missing default create_slots_flags. Without this pkcs11 cant be used without a configuration file or a configfile without pkcs11 block due to the missing initialization of default flag. |
From: GitHub <no...@gi...> - 2014-04-21 11:49:48
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 7796d2c95c2170487498a8fa28136863a4e625fa https://github.com/OpenSC/OpenSC/commit/7796d2c95c2170487498a8fa28136863a4e625fa Author: Nikos Mavrogiannopoulos <nm...@re...> Date: 2014-04-21 (Mon, 21 Apr 2014) Changed paths: M etc/opensc.conf.in Log Message: ----------- Mention that create_slots_for_pins can be used to get opensc-onepin behavior. Commit: 332ced5be7aae383921cd14325aa5288f4a08411 https://github.com/OpenSC/OpenSC/commit/332ced5be7aae383921cd14325aa5288f4a08411 Author: Martin Paljak <ma...@ma...> Date: 2014-04-21 (Mon, 21 Apr 2014) Changed paths: M src/libopensc/Makefile.am M src/libopensc/Makefile.mak R src/libopensc/card-javacard.c M src/libopensc/cards.h M src/libopensc/ctx.c Log Message: ----------- Remove the bogus javacard "driver". I had some ideas on how to improve the experience for JavaCards but that path did not get implemented further and my approach now is very different. While it would be nice if OpenSC (command line) detected somehow blank JavaCard-s and informed the user that steps a-b-c should be taken to make use of it, it doesn't really fit in. Compare: https://github.com/OpenSC/OpenSC/compare/e7cda857f07f...332ced5be7aa |
From: GitHub <no...@gi...> - 2014-04-21 11:34:46
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: e7cda857f07fb7d012d2b150532c57d0c22a8a59 https://github.com/OpenSC/OpenSC/commit/e7cda857f07fb7d012d2b150532c57d0c22a8a59 Author: Raul Metsma <ra...@me...> Date: 2014-04-21 (Mon, 21 Apr 2014) Changed paths: M src/libopensc/pkcs15-esteid.c Log Message: ----------- Fix memory leak, sc_pkcs15_cert_t *cert is never freed |
From: GitHub <no...@gi...> - 2014-04-21 11:24:20
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: cdc379fa2559a616b73405e59793e3ebd37e96dc https://github.com/OpenSC/OpenSC/commit/cdc379fa2559a616b73405e59793e3ebd37e96dc Author: Ludovic Rousseau <lud...@gm...> Date: 2014-04-10 (Thu, 10 Apr 2014) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: check for buffer overflows Check the subject, issuer and serialNumber will encode in the allocated space before copying the data. Thanks to Umberto Rustichelli for the bug report https://sourceforge.net/p/opensc/mailman/message/32210626/ |
From: GitHub <no...@gi...> - 2014-03-16 16:35:49
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 3acb3d8e6033f757b68f9500a6cc87b8e51ba39e https://github.com/OpenSC/OpenSC/commit/3acb3d8e6033f757b68f9500a6cc87b8e51ba39e Author: Martin Paljak <ma...@ma...> Date: 2014-02-14 (Fri, 14 Feb 2014) Changed paths: M src/libopensc/card-default.c Log Message: ----------- Default driver: do not send possibly arbitrary APDU-s to an unknown card. Commit: 8b4125e79df964df38db8ecea3e66cfd72206b83 https://github.com/OpenSC/OpenSC/commit/8b4125e79df964df38db8ecea3e66cfd72206b83 Author: Martin Paljak <ma...@ma...> Date: 2014-03-16 (Sun, 16 Mar 2014) Changed paths: M src/libopensc/card-default.c Log Message: ----------- Merge pull request #213 from martinpaljak/default-driver Default driver: do not send possibly arbitrary APDU-s to an unknown card... Compare: https://github.com/OpenSC/OpenSC/compare/a399905d234d...8b4125e79df9 |
From: GitHub <no...@gi...> - 2014-03-08 10:06:04
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pam_pkcs11 Commit: 80a2c6d6e60480abd84f2745dc3e79b4112f7703 https://github.com/OpenSC/pam_pkcs11/commit/80a2c6d6e60480abd84f2745dc3e79b4112f7703 Author: Lorenzo Milesi <ma...@ye...> Date: 2014-03-05 (Wed, 05 Mar 2014) Changed paths: M configure.ac A po/it.po Log Message: ----------- Italian translation Commit: 4c4eaede5b71441ccab7918ecd21e38ee5e6a632 https://github.com/OpenSC/pam_pkcs11/commit/4c4eaede5b71441ccab7918ecd21e38ee5e6a632 Author: Ludovic Rousseau <lud...@gm...> Date: 2014-03-08 (Sat, 08 Mar 2014) Changed paths: M configure.ac A po/it.po Log Message: ----------- Merge pull request #5 from maxxer/master libpam-pkcs11 Italian translation Compare: https://github.com/OpenSC/pam_pkcs11/compare/809b7889c584...4c4eaede5b71 |
From: GitHub <no...@gi...> - 2014-03-08 10:05:10
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pam_pkcs11 Commit: 7354b2bba6acc766d8ea08b8258af114616e8979 https://github.com/OpenSC/pam_pkcs11/commit/7354b2bba6acc766d8ea08b8258af114616e8979 Author: logich <lo...@ro...> Date: 2014-03-05 (Wed, 05 Mar 2014) Changed paths: M README Log Message: ----------- pam_pkcs11.conf options doc update I’d like to suggest adding the two options card_only and wait_for_card to the README file just after line 102: card_only Always try to get the userid from the certificate, don't prompt for the user name if the card is present, and if the token is present, then we must use it to authenticate. wait_for_card This option needs card_only to be set. This will make the system wait for the token to be inserted on login, or after login it will require the same token be inserted to unlock the system. Commit: 809b7889c58434abd0d00bb9d229ffb24d1440aa https://github.com/OpenSC/pam_pkcs11/commit/809b7889c58434abd0d00bb9d229ffb24d1440aa Author: Ludovic Rousseau <lud...@gm...> Date: 2014-03-08 (Sat, 08 Mar 2014) Changed paths: M README Log Message: ----------- Merge pull request #4 from logich/patch-1 pam_pkcs11.conf options doc update Compare: https://github.com/OpenSC/pam_pkcs11/compare/a1689f8cc262...809b7889c584 |
From: GitHub <no...@gi...> - 2014-02-28 14:47:53
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pkcs11-helper Commit: 4377bb8c9e58193f10484573d9920d64206186e8 https://github.com/OpenSC/pkcs11-helper/commit/4377bb8c9e58193f10484573d9920d64206186e8 Author: Alon Bar-Lev <alo...@gm...> Date: 2014-02-28 (Fri, 28 Feb 2014) Changed paths: M ChangeLog M lib/pkcs11h-openssl.c Log Message: ----------- openssl: fix memory leak Reported-By: ASPj Signed-off-by: Alon Bar-Lev <alo...@gm...> |
From: GitHub <no...@gi...> - 2014-02-24 10:54:32
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pam_pkcs11 Commit: f619569be0869507325b55e0d518d67505134d3a https://github.com/OpenSC/pam_pkcs11/commit/f619569be0869507325b55e0d518d67505134d3a Author: Ludovic Rousseau <lud...@gm...> Date: 2014-02-24 (Mon, 24 Feb 2014) Changed paths: M src/common/debug.h Log Message: ----------- Check debug_print() format and arguments Use GCC format (archetype, string-index, first-to-check) to check the arguments correspond to the format string http://gcc.gnu.org/onlinedocs/gcc-3.1/gcc/Function-Attributes.html Commit: 2ea408a0c4d210979290ea510711fa36521e52b0 https://github.com/OpenSC/pam_pkcs11/commit/2ea408a0c4d210979290ea510711fa36521e52b0 Author: Ludovic Rousseau <lud...@gm...> Date: 2014-02-24 (Mon, 24 Feb 2014) Changed paths: M src/tools/pkcs11_eventmgr.c Log Message: ----------- Fix compiler warning pkcs11_eventmgr.c:439:2: warning: format ‘%d’ expects argument of type ‘int’, but argument 5 has type ‘long unsigned int’ [-Wformat] Commit: 00dbebf4452072050fcb1b8365cafc438baf10a3 https://github.com/OpenSC/pam_pkcs11/commit/00dbebf4452072050fcb1b8365cafc438baf10a3 Author: Ludovic Rousseau <lud...@gm...> Date: 2014-02-24 (Mon, 24 Feb 2014) Changed paths: M src/tools/card_eventmgr.c Log Message: ----------- Fix compiler warning card_eventmgr.c:77:9: warning: format ‘%lX’ expects argument of type ‘long unsigned int’, but argument 5 has type ‘int’ [-Wformat] Commit: a7bc9e59ef568818a23c35314580d14a49699c95 https://github.com/OpenSC/pam_pkcs11/commit/a7bc9e59ef568818a23c35314580d14a49699c95 Author: Ludovic Rousseau <lud...@gm...> Date: 2014-02-24 (Mon, 24 Feb 2014) Changed paths: M src/mappers/pwent_mapper.c Log Message: ----------- Fix bug and compiler warning pwent_mapper.c: In function `pwent_mapper_module_init': pwent_mapper.c:170:3: warning: conversion lacks type at end of format [-Wformat] pwent_mapper.c:170:3: warning: too many arguments for format [-Wformat-extra-args] Commit: 73e4fabd398fbb6be82dd6ce9a2f82300d93f714 https://github.com/OpenSC/pam_pkcs11/commit/73e4fabd398fbb6be82dd6ce9a2f82300d93f714 Author: Ludovic Rousseau <lud...@gm...> Date: 2014-02-24 (Mon, 24 Feb 2014) Changed paths: M src/mappers/null_mapper.c Log Message: ----------- Fix bug and compiler warning null_mapper.c: In function `null_mapper_module_init': null_mapper.c:93:3: warning: conversion lacks type at end of format [-Wformat] null_mapper.c:93:3: warning: too many arguments for format [-Wformat-extra-args] Commit: 3fd81878a506d2e27189f1b3ea1090fdfdf9b462 https://github.com/OpenSC/pam_pkcs11/commit/3fd81878a506d2e27189f1b3ea1090fdfdf9b462 Author: Ludovic Rousseau <lud...@gm...> Date: 2014-02-24 (Mon, 24 Feb 2014) Changed paths: M src/mappers/openssh_mapper.c Log Message: ----------- Fix bug and compiler warning openssh_mapper.c: In function `mapper_module_init': openssh_mapper.c:384:3: warning: conversion lacks type at end of format [-Wformat] openssh_mapper.c:384:3: warning: too many arguments for format [-Wformat-extra-args] Commit: 6fe97a457df9d4d719e0922053ea74e1c5c09ce9 https://github.com/OpenSC/pam_pkcs11/commit/6fe97a457df9d4d719e0922053ea74e1c5c09ce9 Author: Ludovic Rousseau <lud...@gm...> Date: 2014-02-24 (Mon, 24 Feb 2014) Changed paths: M src/mappers/uid_mapper.c Log Message: ----------- Fix bug and compiler warning uid_mapper.c: In function `uid_mapper_module_init': uid_mapper.c:134:3: warning: conversion lacks type at end of format [-Wformat] uid_mapper.c:134:3: warning: too many arguments for format [-Wformat-extra-args] Commit: 476b49da51de1754c01c6f00c85ee7b1635234a3 https://github.com/OpenSC/pam_pkcs11/commit/476b49da51de1754c01c6f00c85ee7b1635234a3 Author: Ludovic Rousseau <lud...@gm...> Date: 2014-02-24 (Mon, 24 Feb 2014) Changed paths: M src/mappers/subject_mapper.c Log Message: ----------- Fix bug and compiler warning subject_mapper.c: In function `subject_mapper_module_init': subject_mapper.c:112:3: warning: conversion lacks type at end of format [-Wformat] subject_mapper.c:112:3: warning: too many arguments for format [-Wformat-extra-args] Commit: 1f8eab1fc0fcac720d8fce05f9290f0bfc6f298b https://github.com/OpenSC/pam_pkcs11/commit/1f8eab1fc0fcac720d8fce05f9290f0bfc6f298b Author: Ludovic Rousseau <lud...@gm...> Date: 2014-02-24 (Mon, 24 Feb 2014) Changed paths: M src/common/base64.c Log Message: ----------- Fix compiler warnings base64.c: In function `base64_encode': base64.c:92:2: warning: format `%d' expects argument of type `int', but argument 5 has type `size_t' [-Wformat] base64.c:92:2: warning: format `%d' expects argument of type `int', but argument 6 has type `size_t' [-Wformat] base64.c:92:2: warning: format `%d' expects argument of type `int', but argument 7 has type `size_t' [-Wformat] Commit: a1689f8cc26254766c01d5b34ce257bc257c3039 https://github.com/OpenSC/pam_pkcs11/commit/a1689f8cc26254766c01d5b34ce257bc257c3039 Author: Ludovic Rousseau <lud...@gm...> Date: 2014-02-24 (Mon, 24 Feb 2014) Changed paths: M src/common/pkcs11_lib.c Log Message: ----------- Fix compiler warnings pkcs11_lib.c: In function `refresh_slots': pkcs11_lib.c:1037:5: warning: format `%d' expects argument of type `int', but argument 5 has type `CK_ULONG' [-Wformat] pkcs11_lib.c: In function `init_pkcs11_module': pkcs11_lib.c:1118:3: warning: format `%d' expects argument of type `int', but argument 5 has type `CK_ULONG' [-Wformat] pkcs11_lib.c:1141:3: warning: format `%d' expects argument of type `int', but argument 5 has type `CK_ULONG' [-Wformat] pkcs11_lib.c: In function `get_certificate_list': pkcs11_lib.c:1579:5: warning: format `%x' expects argument of type `unsigned int', but argument 5 has type `CK_CERTIFICATE_TYPE' [-Wformat] pkcs11_lib.c: In function `sign_value': pkcs11_lib.c:1725:3: warning: format `%d' expects argument of type `int', but argument 5 has type `long unsigned int' [-Wformat] pkcs11_lib.c:1747:7: warning: format `%d' expects argument of type `int', but argument 5 has type `CK_ULONG' [-Wformat] pkcs11_lib.c:1755:3: warning: format `%d' expects argument of type `int', but argument 5 has type `CK_ULONG' [-Wformat] Compare: https://github.com/OpenSC/pam_pkcs11/compare/616d7ad91601...a1689f8cc262 |
From: GitHub <no...@gi...> - 2014-02-24 10:13:37
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pam_pkcs11 Commit: ac2de77ba1a612958074664dcd64ad1a051da508 https://github.com/OpenSC/pam_pkcs11/commit/ac2de77ba1a612958074664dcd64ad1a051da508 Author: Robert Hartmann <har...@kr...> Date: 2014-02-18 (Tue, 18 Feb 2014) Changed paths: M src/mappers/generic_mapper.c Log Message: ----------- unlogical string comparison resolved, wrong debug pointer cast resolved Commit: 8aa5cf87846ed716ed9a127a8ad583f8dbcbdce0 https://github.com/OpenSC/pam_pkcs11/commit/8aa5cf87846ed716ed9a127a8ad583f8dbcbdce0 Author: Robert Hartmann <har...@kr...> Date: 2014-02-24 (Mon, 24 Feb 2014) Changed paths: M src/mappers/generic_mapper.c Log Message: ----------- Fixed mapping error in find_user() for generic_mapper Commit: 616d7ad9160123f021c7da414d83e7c075b89848 https://github.com/OpenSC/pam_pkcs11/commit/616d7ad9160123f021c7da414d83e7c075b89848 Author: Ludovic Rousseau <lud...@gm...> Date: 2014-02-24 (Mon, 24 Feb 2014) Changed paths: M src/mappers/generic_mapper.c Log Message: ----------- Merge pull request #3 from tuxmania87/master unlogical string comparison resolved, wrong debug pointer cast resolved Compare: https://github.com/OpenSC/pam_pkcs11/compare/dd7fa2fe691c...616d7ad91601 |
From: GitHub <no...@gi...> - 2014-02-21 12:10:08
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 46303a640a26b8b6094c903c2c6c8049e2e65c9d https://github.com/OpenSC/OpenSC/commit/46303a640a26b8b6094c903c2c6c8049e2e65c9d Author: Viktor Tarasov <vik...@gm...> Date: 2014-02-09 (Sun, 09 Feb 2014) Changed paths: M configure.ac.in Log Message: ----------- build: new 'disable-optimization' configure option Commit: 1775198ed799ed284637cdebee864db0acff4162 https://github.com/OpenSC/OpenSC/commit/1775198ed799ed284637cdebee864db0acff4162 Author: Viktor Tarasov <vik...@gm...> Date: 2014-02-09 (Sun, 09 Feb 2014) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: format object info output Commit: 2f8fc498aecc6facb6b4805db45737c3b7da3114 https://github.com/OpenSC/OpenSC/commit/2f8fc498aecc6facb6b4805db45737c3b7da3114 Author: Viktor Tarasov <vik...@gm...> Date: 2014-02-09 (Sun, 09 Feb 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: emu: initialize EC key params ;fix EC parameters for the emulated public keys ;add 'sc-context' argument in some function prototypes Commit: efa6e852c21314591f9eb5f4db8d80b0388d0854 https://github.com/OpenSC/OpenSC/commit/efa6e852c21314591f9eb5f4db8d80b0388d0854 Author: Viktor Tarasov <vik...@gm...> Date: 2014-02-09 (Sun, 09 Feb 2014) Changed paths: M src/pkcs15init/pkcs15-myeid.c Log Message: ----------- myeid: support of EC key is broken, waiting for specification and card from Aventra (VTA) Commit: 122c58de85c0e48445a5f875768f79d30898923f https://github.com/OpenSC/OpenSC/commit/122c58de85c0e48445a5f875768f79d30898923f Author: Viktor Tarasov <vik...@gm...> Date: 2014-02-09 (Sun, 09 Feb 2014) Changed paths: M src/pkcs15init/pkcs15-authentic.c M src/pkcs15init/pkcs15-iasecc.c Log Message: ----------- pkcs15init: do not use 'der-data' of pubkey data Commit: 343a627c78214c7f0f344adb1b036206ba63d124 https://github.com/OpenSC/OpenSC/commit/343a627c78214c7f0f344adb1b036206ba63d124 Author: Viktor Tarasov <vik...@gm...> Date: 2014-02-09 (Sun, 09 Feb 2014) Changed paths: M src/pkcs15init/pkcs15-lib.c Log Message: ----------- pkcs15init: set EC pubkey key params using init arguments Commit: dd5115bc02e2508f4192d2d03848b8c426b02903 https://github.com/OpenSC/OpenSC/commit/dd5115bc02e2508f4192d2d03848b8c426b02903 Author: Viktor Tarasov <vik...@gm...> Date: 2014-02-09 (Sun, 09 Feb 2014) Changed paths: M src/libopensc/pkcs15-piv.c M src/libopensc/pkcs15-pubkey.c M src/libopensc/pkcs15-sc-hsm.c M src/libopensc/pkcs15.h M src/minidriver/minidriver.c M src/pkcs11/framework-pkcs15.c M src/pkcs15init/pkcs15-init.h M src/pkcs15init/pkcs15-lib.c Log Message: ----------- pkcs15: use 'direct' public key value pkcs15: in pubkey-info data * introduced new 'direct' 'raw' and 'spki' members * removed 'encoded der data' member * in 'read-public-key' try firstly SPKI direct value pkcs11: 'direct' data used when getting CKA_VALUE attribute of public key pkcs15init: * initialize 'raw' and 'spki' direct public key value Commit: 80005642394d028aff9926c3974f538684e18658 https://github.com/OpenSC/OpenSC/commit/80005642394d028aff9926c3974f538684e18658 Author: Viktor Tarasov <vik...@gm...> Date: 2014-02-09 (Sun, 09 Feb 2014) Changed paths: M src/libopensc/pkcs15-pubkey.c Log Message: ----------- pkcs15: fix encoding of 'SubjectPublicKeyInfo' Commit: 12d362fc731c3c2a5d7b39d5716eaf1f21cc31ee https://github.com/OpenSC/OpenSC/commit/12d362fc731c3c2a5d7b39d5716eaf1f21cc31ee Author: Viktor Tarasov <vik...@gm...> Date: 2014-02-09 (Sun, 09 Feb 2014) Changed paths: M src/libopensc/card-piv.c M src/libopensc/pkcs15-piv.c Log Message: ----------- PIV: fix segfault and valgrind issue prototype of 'get-guid' has been changed; valgrind issue: Conditional jump or move depends on uninitialised value(s) at 0x5A0159B: vfprintf (vfprintf.c:1629) by 0x5AC04BF: __vsnprintf_chk (vsnprintf_chk.c:65) by 0x522A665: sc_do_log_va.part.0 (stdio2.h:78) by 0x522A819: sc_do_log (log.c:52) by 0x529462F: piv_card_ctl (card-piv.c:1794) by 0x5232E2F: sc_card_ctl (card.c:772) by 0x52E561D: sc_pkcs15emu_piv_init (pkcs15-piv.c:626) Commit: 345d4b905cf39b8e54cc0e783a455b92da10e152 https://github.com/OpenSC/OpenSC/commit/345d4b905cf39b8e54cc0e783a455b92da10e152 Author: Viktor Tarasov <vik...@gm...> Date: 2014-02-09 (Sun, 09 Feb 2014) Changed paths: M src/libopensc/pkcs15-piv.c Log Message: ----------- PIV: encode SPKI public key data Commit: 53eae613d4d4f9d1ed2e11bd9c2c56911bc01ca1 https://github.com/OpenSC/OpenSC/commit/53eae613d4d4f9d1ed2e11bd9c2c56911bc01ca1 Author: Viktor Tarasov <vik...@gm...> Date: 2014-02-16 (Sun, 16 Feb 2014) Changed paths: M src/libopensc/pkcs15-pubkey.c Log Message: ----------- pkcs15: remove not used internal procedures sc_pkcs15_copy_pubkey_from_spki_object() not used Commit: 8871e61596df0ddc9b04e565ccdf9b673328f6d4 https://github.com/OpenSC/OpenSC/commit/8871e61596df0ddc9b04e565ccdf9b673328f6d4 Author: Viktor Tarasov <vik...@gm...> Date: 2014-02-16 (Sun, 16 Feb 2014) Changed paths: M src/libopensc/pkcs15-cert.c M src/libopensc/pkcs15-piv.c M src/libopensc/pkcs15-pubkey.c M src/libopensc/pkcs15.h Log Message: ----------- pkcs15: change names of internal SPKI procedures sc_pkcs15_pubkey_from_spki_sequence() takes the ASN1 'subjectPublicKeyInfo' data sc_pkcs15_pubkey_from_spki_fields() takes the ASN1 'subjectPublicKeyInfo' data without outter SEQUENCE tag Commit: a399905d234d3d6d2a9aa8501a4c8ba1224c6b31 https://github.com/OpenSC/OpenSC/commit/a399905d234d3d6d2a9aa8501a4c8ba1224c6b31 Author: viktorTarasov <vik...@gm...> Date: 2014-02-21 (Fri, 21 Feb 2014) Changed paths: M configure.ac.in M src/libopensc/card-piv.c M src/libopensc/card-sc-hsm.h M src/libopensc/pkcs15-cert.c M src/libopensc/pkcs15-piv.c M src/libopensc/pkcs15-pubkey.c M src/libopensc/pkcs15-sc-hsm.c M src/libopensc/pkcs15.h M src/minidriver/minidriver.c M src/pkcs11/framework-pkcs15.c M src/pkcs15init/pkcs15-authentic.c M src/pkcs15init/pkcs15-iasecc.c M src/pkcs15init/pkcs15-init.h M src/pkcs15init/pkcs15-lib.c M src/pkcs15init/pkcs15-myeid.c M src/pkcs15init/pkcs15-sc-hsm.c M src/tools/pkcs11-tool.c Log Message: ----------- Merge pull request #211 from viktorTarasov/fix-206 Fix #206 Compare: https://github.com/OpenSC/OpenSC/compare/72bf7a8593a4...a399905d234d |
From: GitHub <no...@gi...> - 2014-02-09 17:59:22
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 72bf7a8593a4296a9a442e6555fc66fac1668449 https://github.com/OpenSC/OpenSC/commit/72bf7a8593a4296a9a442e6555fc66fac1668449 Author: Viktor Tarasov <vik...@gm...> Date: 2014-02-09 (Sun, 09 Feb 2014) Changed paths: M src/pkcs15init/pkcs15-lib.c Log Message: ----------- pkcs15init: NULL 'store-key' hahdle Card driver can not define 'store-key' init handle |
From: GitHub <no...@gi...> - 2014-02-09 16:06:27
|
Branch: refs/heads/fix-206 Home: https://github.com/OpenSC/OpenSC |
From: GitHub <no...@gi...> - 2014-02-09 15:52:07
|
Branch: refs/heads/fix-206 Home: https://github.com/OpenSC/OpenSC Commit: 30788bf070c2a61ec5a40f9c5adf6d524d66a9df https://github.com/OpenSC/OpenSC/commit/30788bf070c2a61ec5a40f9c5adf6d524d66a9df Author: Viktor Tarasov <vik...@gm...> Date: 2014-02-09 (Sun, 09 Feb 2014) Changed paths: M configure.ac.in Log Message: ----------- build: new 'disable-optimization' configure option Commit: e4d49362f6beccee51f15cf0def182fc0e532303 https://github.com/OpenSC/OpenSC/commit/e4d49362f6beccee51f15cf0def182fc0e532303 Author: Viktor Tarasov <vik...@gm...> Date: 2014-02-09 (Sun, 09 Feb 2014) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: format object info output Commit: add81437b547c7dd3860e7a183bfbc8038005cbf https://github.com/OpenSC/OpenSC/commit/add81437b547c7dd3860e7a183bfbc8038005cbf Author: Viktor Tarasov <vik...@gm...> Date: 2014-02-09 (Sun, 09 Feb 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: emu: initialize EC key params ;fix EC parameters for the emulated public keys ;add 'sc-context' argument in some function prototypes Commit: 559783e9dba81a58528d224ac721fb9d1389db32 https://github.com/OpenSC/OpenSC/commit/559783e9dba81a58528d224ac721fb9d1389db32 Author: Viktor Tarasov <vik...@gm...> Date: 2014-02-09 (Sun, 09 Feb 2014) Changed paths: M src/pkcs15init/pkcs15-myeid.c Log Message: ----------- myeid: support of EC key is broken, waiting for specification and card from Aventra (VTA) Commit: 1aac3485c40e00a077e9a50c39fcbd7aa3ec791b https://github.com/OpenSC/OpenSC/commit/1aac3485c40e00a077e9a50c39fcbd7aa3ec791b Author: Viktor Tarasov <vik...@gm...> Date: 2014-02-09 (Sun, 09 Feb 2014) Changed paths: M src/pkcs15init/pkcs15-authentic.c M src/pkcs15init/pkcs15-iasecc.c Log Message: ----------- pkcs15init: do not use 'der-data' of pubkey data Commit: b75b97d4f7b1b692dba2f34e1639566f64ef1ffd https://github.com/OpenSC/OpenSC/commit/b75b97d4f7b1b692dba2f34e1639566f64ef1ffd Author: Viktor Tarasov <vik...@gm...> Date: 2014-02-09 (Sun, 09 Feb 2014) Changed paths: M src/pkcs15init/pkcs15-lib.c Log Message: ----------- pkcs15init: set EC pubkey key params using init arguments Commit: cc72fe7b95004f64e67c80f17735614243063a06 https://github.com/OpenSC/OpenSC/commit/cc72fe7b95004f64e67c80f17735614243063a06 Author: Viktor Tarasov <vik...@gm...> Date: 2014-02-09 (Sun, 09 Feb 2014) Changed paths: M src/libopensc/pkcs15-piv.c M src/libopensc/pkcs15-pubkey.c M src/libopensc/pkcs15-sc-hsm.c M src/libopensc/pkcs15.h M src/minidriver/minidriver.c M src/pkcs11/framework-pkcs15.c M src/pkcs15init/pkcs15-init.h M src/pkcs15init/pkcs15-lib.c Log Message: ----------- pkcs15: use 'direct' public key value pkcs15: in pubkey-info data * introduced new 'direct' 'raw' and 'spki' members * removed 'encoded der data' member * in 'read-public-key' try firstly SPKI direct value pkcs11: 'direct' data used when getting CKA_VALUE attribute of public key pkcs15init: * initialize 'raw' and 'spki' direct public key value Commit: 59af789b7c0345e0874651dd0b7b523275ec905a https://github.com/OpenSC/OpenSC/commit/59af789b7c0345e0874651dd0b7b523275ec905a Author: Viktor Tarasov <vik...@gm...> Date: 2014-02-09 (Sun, 09 Feb 2014) Changed paths: M src/libopensc/pkcs15-pubkey.c Log Message: ----------- pkcs15: fix encoding of 'SubjectPublicKeyInfo' Commit: 99e92dc23714cdf04ca0163fdb62c31b7fa5c6ab https://github.com/OpenSC/OpenSC/commit/99e92dc23714cdf04ca0163fdb62c31b7fa5c6ab Author: Viktor Tarasov <vik...@gm...> Date: 2014-02-09 (Sun, 09 Feb 2014) Changed paths: M src/libopensc/card-piv.c M src/libopensc/pkcs15-piv.c Log Message: ----------- PIV: fix segfault and valgrind issue prototype of 'get-guid' has been changed; valgrind issue: Conditional jump or move depends on uninitialised value(s) at 0x5A0159B: vfprintf (vfprintf.c:1629) by 0x5AC04BF: __vsnprintf_chk (vsnprintf_chk.c:65) by 0x522A665: sc_do_log_va.part.0 (stdio2.h:78) by 0x522A819: sc_do_log (log.c:52) by 0x529462F: piv_card_ctl (card-piv.c:1794) by 0x5232E2F: sc_card_ctl (card.c:772) by 0x52E561D: sc_pkcs15emu_piv_init (pkcs15-piv.c:626) Commit: bff5b5c6dc339ae489feb8d7a884919e45857a9e https://github.com/OpenSC/OpenSC/commit/bff5b5c6dc339ae489feb8d7a884919e45857a9e Author: Viktor Tarasov <vik...@gm...> Date: 2014-02-09 (Sun, 09 Feb 2014) Changed paths: M src/libopensc/pkcs15-piv.c Log Message: ----------- PIV: encode SPKI public key data Compare: https://github.com/OpenSC/OpenSC/compare/30788bf070c2^...bff5b5c6dc33 |
From: GitHub <no...@gi...> - 2014-02-09 11:07:18
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 032a3ece209e13e0f0d80c69a7a982719e148f24 https://github.com/OpenSC/OpenSC/commit/032a3ece209e13e0f0d80c69a7a982719e148f24 Author: Viktor Tarasov <vik...@gm...> Date: 2014-02-09 (Sun, 09 Feb 2014) Changed paths: M src/pkcs15init/pkcs15-lib.c Log Message: ----------- pkcs15init: ignore if no TokenInfo file to update |
From: GitHub <no...@gi...> - 2014-01-19 18:37:18
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: c5c49e3fd4f4ade1a7d2ccc95b5fe3e061c0d845 https://github.com/OpenSC/OpenSC/commit/c5c49e3fd4f4ade1a7d2ccc95b5fe3e061c0d845 Author: Doug Engert <dee...@an...> Date: 2014-01-19 (Sun, 19 Jan 2014) Changed paths: M src/libopensc/pkcs15-pubkey.c Log Message: ----------- sc_pkcs15_encode_pubkey_as_spki depends on DER encoded RAW key Make sure the sc_pkcs15_pubkey structure contains the DER endoding of the RAW public key before trying to produce the SPKI version. |
From: GitHub <no...@gi...> - 2014-01-19 18:23:43
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 085f971f95409ab181bdaa48229d6ad5be54a014 https://github.com/OpenSC/OpenSC/commit/085f971f95409ab181bdaa48229d6ad5be54a014 Author: Viktor Tarasov <vik...@gm...> Date: 2014-01-19 (Sun, 19 Jan 2014) Changed paths: M src/pkcs15init/pkcs15-iasecc.c Log Message: ----------- pkcs15init: iasecc: fix uncomplete merge prototype of sc_pkcs15_get_object_guid has been changed Commit: 0efe1ec05e5381daeef62f3bfae443018cbce730 https://github.com/OpenSC/OpenSC/commit/0efe1ec05e5381daeef62f3bfae443018cbce730 Author: Viktor Tarasov <vik...@gm...> Date: 2014-01-19 (Sun, 19 Jan 2014) Changed paths: M src/libopensc/card-oberthur.c M src/pkcs15init/pkcs15-myeid.c Log Message: ----------- coding style: remove trailing spaces Commit: 3f023d3342ff3b0cc376cb95c5314ca74952cce2 https://github.com/OpenSC/OpenSC/commit/3f023d3342ff3b0cc376cb95c5314ca74952cce2 Author: Viktor Tarasov <vik...@gm...> Date: 2014-01-19 (Sun, 19 Jan 2014) Changed paths: M etc/opensc.conf.in M etc/opensc.conf.win.in M src/libopensc/pkcs15-pin.c M src/minidriver/minidriver.c M src/pkcs11/framework-pkcs15.c M src/pkcs11/misc.c Log Message: ----------- pkcs15: PIN value not validated in pkcs15-verify In pkcs15-verify the value of PIN is not more validated for conformity with PIN policy, value is only checked for maximal allowed length. So that, no more need of 'ignore-pin-length' configuration option - now it's default behavior of common framework. Commit: 46c86fcb669dfebc1278e3362345ee20e822780f https://github.com/OpenSC/OpenSC/commit/46c86fcb669dfebc1278e3362345ee20e822780f Author: Viktor Tarasov <vik...@gm...> Date: 2014-01-19 (Sun, 19 Jan 2014) Changed paths: M src/libopensc/pkcs15-pin.c Log Message: ----------- coding style: use short form of debug macros Compare: https://github.com/OpenSC/OpenSC/compare/9f90cfae7d4f...46c86fcb669d |
From: Douglas E. E. <dee...@an...> - 2014-01-14 17:00:59
|
Never mind. I looked closer using git, it it looks correct. On 1/13/2014 1:46 PM, Douglas E. Engert wrote: > I am not sure what you did here. It looks like you created the sc_pkcs15_encode_pubkey_as_spki > over in pkcs15-tool. > > The intend of the original code was to call the version of sc_pkcs15_encode_pubkey_as_spki > in libopensc. So there would be only one version of the code. > > There was an export for sc_pkcs15_encode_pubkey_as_spki added for libopensc to allow this. > > On 1/13/2014 6:08 AM, GitHub wrote: >> Branch: refs/heads/master >> Home: https://github.com/OpenSC/OpenSC >> Commit: 3d3592ab288bb5ba23f565ba0f02db180fe84de5 >> https://github.com/OpenSC/OpenSC/commit/3d3592ab288bb5ba23f565ba0f02db180fe84de5 >> Author: Viktor Tarasov <vik...@gm...> >> Date: 2014-01-13 (Mon, 13 Jan 2014) >> >> Changed paths: >> M src/tools/pkcs15-tool.c >> >> Log Message: >> ----------- >> pkcs15-tool: remove unused 'pubkey_pem_encode()' >> >> used instead the sc_pkcs15_encode_pubkey_as_spki() >> >> >> Commit: 5437f87d4b7ac5848dae22ff8f6a597da014d708 >> https://github.com/OpenSC/OpenSC/commit/5437f87d4b7ac5848dae22ff8f6a597da014d708 >> Author: Viktor Tarasov <vik...@gm...> >> Date: 2014-01-13 (Mon, 13 Jan 2014) >> >> Changed paths: >> M src/libopensc/pkcs15-pubkey.c >> M src/pkcs15init/pkcs15-lib.c >> >> Log Message: >> ----------- >> pkcs15: encode public key algorithm (issue 202) >> >> coding style: use linux style line break >> >> >> Compare: https://github.com/OpenSC/OpenSC/compare/3dba84714f2c...5437f87d4b7a >> >> >> >> ------------------------------------------------------------------------------ >> CenturyLink Cloud: The Leader in Enterprise Cloud Services. >> Learn Why More Businesses Are Choosing CenturyLink Cloud For >> Critical Workloads, Development Environments & Everything In Between. >> Get a Quote or Start a Free Trial Today. >> http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk >> >> >> >> _______________________________________________ >> Opensc-commits mailing list >> Ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensc-commits >> > -- Douglas E. Engert <DEE...@an...> <DEE...@gm...> Argonne National Laboratory 9700 South Cass Avenue Argonne, Illinois 60439 (630) 252-5444 |
From: GitHub <no...@gi...> - 2014-01-14 16:36:07
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 9f90cfae7d4f0723847040e50f6c2b421a56f631 https://github.com/OpenSC/OpenSC/commit/9f90cfae7d4f0723847040e50f6c2b421a56f631 Author: Martin Paljak <ma...@ma...> Date: 2014-01-14 (Tue, 14 Jan 2014) Changed paths: M MacOSX/Makefile.am Log Message: ----------- macosx: inlude all files needed to build the installer from distribution. There was a typo in the makefile... |
From: Douglas E. E. <dee...@an...> - 2014-01-13 19:46:40
|
I am not sure what you did here. It looks like you created the sc_pkcs15_encode_pubkey_as_spki over in pkcs15-tool. The intend of the original code was to call the version of sc_pkcs15_encode_pubkey_as_spki in libopensc. So there would be only one version of the code. There was an export for sc_pkcs15_encode_pubkey_as_spki added for libopensc to allow this. On 1/13/2014 6:08 AM, GitHub wrote: > Branch: refs/heads/master > Home: https://github.com/OpenSC/OpenSC > Commit: 3d3592ab288bb5ba23f565ba0f02db180fe84de5 > https://github.com/OpenSC/OpenSC/commit/3d3592ab288bb5ba23f565ba0f02db180fe84de5 > Author: Viktor Tarasov <vik...@gm...> > Date: 2014-01-13 (Mon, 13 Jan 2014) > > Changed paths: > M src/tools/pkcs15-tool.c > > Log Message: > ----------- > pkcs15-tool: remove unused 'pubkey_pem_encode()' > > used instead the sc_pkcs15_encode_pubkey_as_spki() > > > Commit: 5437f87d4b7ac5848dae22ff8f6a597da014d708 > https://github.com/OpenSC/OpenSC/commit/5437f87d4b7ac5848dae22ff8f6a597da014d708 > Author: Viktor Tarasov <vik...@gm...> > Date: 2014-01-13 (Mon, 13 Jan 2014) > > Changed paths: > M src/libopensc/pkcs15-pubkey.c > M src/pkcs15init/pkcs15-lib.c > > Log Message: > ----------- > pkcs15: encode public key algorithm (issue 202) > > coding style: use linux style line break > > > Compare: https://github.com/OpenSC/OpenSC/compare/3dba84714f2c...5437f87d4b7a > > > > ------------------------------------------------------------------------------ > CenturyLink Cloud: The Leader in Enterprise Cloud Services. > Learn Why More Businesses Are Choosing CenturyLink Cloud For > Critical Workloads, Development Environments & Everything In Between. > Get a Quote or Start a Free Trial Today. > http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk > > > > _______________________________________________ > Opensc-commits mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensc-commits > -- Douglas E. Engert <DEE...@an...> <DEE...@gm...> Argonne National Laboratory 9700 South Cass Avenue Argonne, Illinois 60439 (630) 252-5444 |
From: GitHub <no...@gi...> - 2014-01-13 12:08:32
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 3d3592ab288bb5ba23f565ba0f02db180fe84de5 https://github.com/OpenSC/OpenSC/commit/3d3592ab288bb5ba23f565ba0f02db180fe84de5 Author: Viktor Tarasov <vik...@gm...> Date: 2014-01-13 (Mon, 13 Jan 2014) Changed paths: M src/tools/pkcs15-tool.c Log Message: ----------- pkcs15-tool: remove unused 'pubkey_pem_encode()' used instead the sc_pkcs15_encode_pubkey_as_spki() Commit: 5437f87d4b7ac5848dae22ff8f6a597da014d708 https://github.com/OpenSC/OpenSC/commit/5437f87d4b7ac5848dae22ff8f6a597da014d708 Author: Viktor Tarasov <vik...@gm...> Date: 2014-01-13 (Mon, 13 Jan 2014) Changed paths: M src/libopensc/pkcs15-pubkey.c M src/pkcs15init/pkcs15-lib.c Log Message: ----------- pkcs15: encode public key algorithm (issue 202) coding style: use linux style line break Compare: https://github.com/OpenSC/OpenSC/compare/3dba84714f2c...5437f87d4b7a |