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
(13) |
Sep
(4) |
Oct
|
Nov
|
Dec
|
From: GitHub <no...@gi...> - 2014-06-09 13:29:35
|
Branch: refs/heads/opensc-0.14.0 Home: https://github.com/OpenSC/OpenSC Commit: 072dfeb71cffc053d50a0e5fa0b075335899c6ee https://github.com/OpenSC/OpenSC/commit/072dfeb71cffc053d50a0e5fa0b075335899c6ee Author: Andreas Schwier <and...@ca...> Date: 2014-06-09 (Mon, 09 Jun 2014) Changed paths: M src/tools/sc-hsm-tool.c Log Message: ----------- sc-hsm-tool: Fixed SEGV if no or invalid card in reader |
From: GitHub <no...@gi...> - 2014-06-06 16:52:47
|
Branch: refs/heads/opensc-0.14.0 Home: https://github.com/OpenSC/OpenSC Commit: b1b5a39ffad95814901d1955360555d9b3608c5e https://github.com/OpenSC/OpenSC/commit/b1b5a39ffad95814901d1955360555d9b3608c5e Author: Henryk Plötz <he...@pl...> Date: 2014-06-06 (Fri, 06 Jun 2014) Changed paths: M src/pkcs15init/pkcs15-asepcos.c Log Message: ----------- Use sc_pkcs15_find_pin_by_auth_id() in asepcos_create_key() to correctly set the newly created key up for use with the configured PIN. |
From: GitHub <no...@gi...> - 2014-06-06 16:43:23
|
Branch: refs/heads/opensc-0.14.0 Home: https://github.com/OpenSC/OpenSC Commit: 77d8fa390dfff48c5c502c175a0316da57a5c4bc https://github.com/OpenSC/OpenSC/commit/77d8fa390dfff48c5c502c175a0316da57a5c4bc Author: Nikos Mavrogiannopoulos <nm...@re...> Date: 2014-06-06 (Fri, 06 Jun 2014) Changed paths: M src/libopensc/base64.c Log Message: ----------- base64 decoding: Do not assume that char is signed. In the systems where char is unsigned by default the base64 decoding would crash. |
From: GitHub <no...@gi...> - 2014-06-06 08:29:40
|
Branch: refs/heads/opensc-0.14.0 Home: https://github.com/OpenSC/OpenSC Commit: 2f6b5174a81a7aa72da6efabfd347252e911d41c https://github.com/OpenSC/OpenSC/commit/2f6b5174a81a7aa72da6efabfd347252e911d41c Author: Joachim Bauch <ba...@st...> Date: 2014-06-06 (Fri, 06 Jun 2014) Changed paths: M src/libopensc/pkcs15.c Log Message: ----------- Support "D-TRUST card 2.4 2ce". |
From: GitHub <no...@gi...> - 2014-06-01 17:47:24
|
Branch: refs/heads/opensc-0.14.0 Home: https://github.com/OpenSC/OpenSC Commit: 3f13f571c0aa4ecec44ce54f06bab6e7946c2927 https://github.com/OpenSC/OpenSC/commit/3f13f571c0aa4ecec44ce54f06bab6e7946c2927 Author: Viktor Tarasov <vik...@gm...> Date: 2014-06-01 (Sun, 01 Jun 2014) Changed paths: M src/tools/openpgp-tool.c Log Message: ----------- openpgp-tool: issue-220: read and display OpenPGP data |
From: GitHub <no...@gi...> - 2014-06-01 17:00:58
|
Branch: refs/heads/opensc-0.14.0 Home: https://github.com/OpenSC/OpenSC Commit: ee0566af090ab89a4446084f98dbcc94fb0be149 https://github.com/OpenSC/OpenSC/commit/ee0566af090ab89a4446084f98dbcc94fb0be149 Author: Emanuele Pucciarelli <ep...@co...> Date: 2014-06-01 (Sun, 01 Jun 2014) Changed paths: M src/pkcs11/framework-pkcs15.c Log Message: ----------- pkcs11: pr-239: PKCS15 pubkey release fix |
From: GitHub <no...@gi...> - 2014-05-31 19:58:50
|
Branch: refs/heads/opensc-0.14.0 Home: https://github.com/OpenSC/OpenSC Commit: 8e13acf51ebd18d6fa4aeb4fb38c240c11595f3d https://github.com/OpenSC/OpenSC/commit/8e13acf51ebd18d6fa4aeb4fb38c240c11595f3d Author: Raul Metsma <ra...@me...> Date: 2014-05-31 (Sat, 31 May 2014) Changed paths: M etc/opensc.conf.in M src/pkcs11/Makefile.am M src/pkcs11/pkcs11-global.c Log Message: ----------- Restore pkcs11 onepin module for Firefox usage Commit: ccf6da2dbe3e156a68591a7d2b5adfb91a236cae https://github.com/OpenSC/OpenSC/commit/ccf6da2dbe3e156a68591a7d2b5adfb91a236cae Author: Raul Metsma <ra...@me...> Date: 2014-05-31 (Sat, 31 May 2014) Changed paths: M src/pkcs11/Makefile.mak Log Message: ----------- Add windows onepin makefile Commit: 77c71be833bbcf10ed807c2320e26efd5b0fe683 https://github.com/OpenSC/OpenSC/commit/77c71be833bbcf10ed807c2320e26efd5b0fe683 Author: Raul Metsma <ra...@me...> Date: 2014-05-31 (Sat, 31 May 2014) Changed paths: M src/pkcs11/misc.c Log Message: ----------- Don't depend configuration default value Compare: https://github.com/OpenSC/OpenSC/compare/f87a364ddcdf...77c71be833bb |
From: GitHub <no...@gi...> - 2014-05-31 18:11:32
|
Branch: refs/heads/opensc-0.14.0 Home: https://github.com/OpenSC/OpenSC Commit: f87a364ddcdfe58def14e179c772027f78ce2fb0 https://github.com/OpenSC/OpenSC/commit/f87a364ddcdfe58def14e179c772027f78ce2fb0 Author: Viktor Tarasov <vik...@gm...> Date: 2014-05-31 (Sat, 31 May 2014) Changed paths: M NEWS M configure.ac Log Message: ----------- release: candidate for the next stable version |
From: GitHub <no...@gi...> - 2014-05-31 17:59:54
|
Branch: refs/heads/opensc-0.14.0 Home: https://github.com/OpenSC/OpenSC Commit: 3418e9c1461217b661fc6d5f179d026d08a3cefa https://github.com/OpenSC/OpenSC/commit/3418e9c1461217b661fc6d5f179d026d08a3cefa Author: Viktor Tarasov <vik...@gm...> Date: 2014-05-16 (Fri, 16 May 2014) Changed paths: M configure.ac Log Message: ----------- OpenSC 0.13.1 rc1 Commit: 612c7fe43a3d7ffbe85d8e102c582e9f0618786a https://github.com/OpenSC/OpenSC/commit/612c7fe43a3d7ffbe85d8e102c582e9f0618786a Author: Viktor Tarasov <vik...@gm...> Date: 2014-05-16 (Fri, 16 May 2014) Changed paths: M .gitignore Log Message: ----------- git: ignore version.m4.ci Commit: cfc9461fe5fada9147d018bb434e50df5ea0006a https://github.com/OpenSC/OpenSC/commit/cfc9461fe5fada9147d018bb434e50df5ea0006a Author: Viktor Tarasov <vik...@gm...> Date: 2014-05-16 (Fri, 16 May 2014) Changed paths: M NEWS Log Message: ----------- Update NEWS for opensc-0.13.1 Compare: https://github.com/OpenSC/OpenSC/compare/3418e9c14612^...cfc9461fe5fa |
From: GitHub <no...@gi...> - 2014-05-31 17:59:32
|
Branch: refs/heads/opensc-0.13.1 Home: https://github.com/OpenSC/OpenSC |
From: GitHub <no...@gi...> - 2014-05-16 21:15:21
|
Branch: refs/heads/opensc-0.13.1 Home: https://github.com/OpenSC/OpenSC Commit: 612c7fe43a3d7ffbe85d8e102c582e9f0618786a https://github.com/OpenSC/OpenSC/commit/612c7fe43a3d7ffbe85d8e102c582e9f0618786a Author: Viktor Tarasov <vik...@gm...> Date: 2014-05-16 (Fri, 16 May 2014) Changed paths: M .gitignore Log Message: ----------- git: ignore version.m4.ci Commit: cfc9461fe5fada9147d018bb434e50df5ea0006a https://github.com/OpenSC/OpenSC/commit/cfc9461fe5fada9147d018bb434e50df5ea0006a Author: Viktor Tarasov <vik...@gm...> Date: 2014-05-16 (Fri, 16 May 2014) Changed paths: M NEWS Log Message: ----------- Update NEWS for opensc-0.13.1 Compare: https://github.com/OpenSC/OpenSC/compare/3418e9c14612...cfc9461fe5fa |
From: GitHub <no...@gi...> - 2014-05-16 07:41:39
|
Branch: refs/heads/opensc-0.13.1 Home: https://github.com/OpenSC/OpenSC Commit: 3418e9c1461217b661fc6d5f179d026d08a3cefa https://github.com/OpenSC/OpenSC/commit/3418e9c1461217b661fc6d5f179d026d08a3cefa Author: Viktor Tarasov <vik...@gm...> Date: 2014-05-16 (Fri, 16 May 2014) Changed paths: M configure.ac Log Message: ----------- OpenSC 0.13.1 rc1 |
From: GitHub <no...@gi...> - 2014-05-14 20:18:01
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 1df8570a66b401e20d42eeca0752c92fd0eb6e19 https://github.com/OpenSC/OpenSC/commit/1df8570a66b401e20d42eeca0752c92fd0eb6e19 Author: Henrik Andersson <hen...@gm...> Date: 2014-05-14 (Wed, 14 May 2014) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Add fence against using EVP_sha256 mech. Which is only available in >=0.9.8 Commit: de6d61405b271e22244376e4817e16b49018e1ce https://github.com/OpenSC/OpenSC/commit/de6d61405b271e22244376e4817e16b49018e1ce Author: Henrik Andersson <hen...@gm...> Date: 2014-05-14 (Wed, 14 May 2014) Changed paths: M src/pkcs11/framework-pkcs15.c Log Message: ----------- Dont use sha256 if openssl is older than 0.9.8. Compare: https://github.com/OpenSC/OpenSC/compare/e41d94ca1a26...de6d61405b27 |
From: GitHub <no...@gi...> - 2014-05-14 04:53:17
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: b6ad7a92f58853b0c6be02e29db012d4ef960791 https://github.com/OpenSC/OpenSC/commit/b6ad7a92f58853b0c6be02e29db012d4ef960791 Author: Viktor Tarasov <vik...@gm...> Date: 2014-05-13 (Tue, 13 May 2014) Changed paths: M src/pkcs11/framework-pkcs15.c Log Message: ----------- pkcs11: more of debug messages Commit: 808fff2246c985c1e69a8aea6bcc71152c5ddbbc https://github.com/OpenSC/OpenSC/commit/808fff2246c985c1e69a8aea6bcc71152c5ddbbc Author: Viktor Tarasov <vik...@gm...> Date: 2014-05-13 (Tue, 13 May 2014) Changed paths: M src/pkcs11/framework-pkcs15.c Log Message: ----------- pkcs11: take pubkey CKA_VALUE from pub_data Commit: e41d94ca1a26230ffe48a26cd796cdf08b7ce870 https://github.com/OpenSC/OpenSC/commit/e41d94ca1a26230ffe48a26cd796cdf08b7ce870 Author: Viktor Tarasov <vik...@gm...> Date: 2014-05-13 (Tue, 13 May 2014) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- md: fix return code in 'CardGetContainerInfo' Compare: https://github.com/OpenSC/OpenSC/compare/7dcb4359ffc9...e41d94ca1a26 |
From: GitHub <no...@gi...> - 2014-05-12 05:29:26
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 7dcb4359ffc930c6603dbb656c457669ea213edb https://github.com/OpenSC/OpenSC/commit/7dcb4359ffc930c6603dbb656c457669ea213edb Author: Viktor Tarasov <vik...@gm...> Date: 2014-05-12 (Mon, 12 May 2014) Changed paths: M bootstrap.ci M version.m4 Log Message: ----------- build: put PACKAGE_VERSION_REVISION into version.m4 |
From: GitHub <no...@gi...> - 2014-05-11 16:02:16
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 4bed397fbc25227f6323c977f2e9f34153aab0d6 https://github.com/OpenSC/OpenSC/commit/4bed397fbc25227f6323c977f2e9f34153aab0d6 Author: Viktor Tarasov <vik...@gm...> Date: 2014-05-07 (Wed, 07 May 2014) Changed paths: M bootstrap A configure.ac R configure.ac.in A version.m4 Log Message: ----------- build: return to standard use of 'autoconf' Following http://sourceforge.net/p/opensc/mailman/message/32009859/ * 'configure.ac' is not mored created by bootstrap script, but present in source * 'version.m4' is introduced and contains the 'volatile' package settings: settings that can be changed for the needs of particular build (ex. change PACKAGE_SUFFIX using the Git 'describe' or 'commit' data) * 'bootstrap' script facilitate change of the package setting during the 'autoconf' phase Commit: d4195e297ce244de152cd2dc73a16a984c77e481 https://github.com/OpenSC/OpenSC/commit/d4195e297ce244de152cd2dc73a16a984c77e481 Author: Viktor Tarasov <vik...@gm...> Date: 2014-05-11 (Sun, 11 May 2014) Changed paths: M Makefile.am M bootstrap A bootstrap.ci M configure.ac Log Message: ----------- build: bootstrap script has expected content added CI specific 'bootstrap' script version: with parameters it creates the 'm4.version.ci' -- CI specific 'm4.version' Commit: 7b1e2e5dd33fe8d2f3075e927ff198db8afae984 https://github.com/OpenSC/OpenSC/commit/7b1e2e5dd33fe8d2f3075e927ff198db8afae984 Author: Viktor Tarasov <vik...@gm...> Date: 2014-05-11 (Sun, 11 May 2014) Changed paths: M etc/Makefile.am Log Message: ----------- build: uninstall-hook for opensc.conf Commit: 24fa9d8cc27b54b8929d824563c2d2cc7656ab91 https://github.com/OpenSC/OpenSC/commit/24fa9d8cc27b54b8929d824563c2d2cc7656ab91 Author: Viktor Tarasov <vik...@gm...> Date: 2014-05-11 (Sun, 11 May 2014) Changed paths: M configure.ac Log Message: ----------- build: by default enable SM support Compare: https://github.com/OpenSC/OpenSC/compare/5f45739ecb62...24fa9d8cc27b |
From: GitHub <no...@gi...> - 2014-05-03 20:43:48
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: a64326e7683020826372d7a90963cd3a0de94750 https://github.com/OpenSC/OpenSC/commit/a64326e7683020826372d7a90963cd3a0de94750 Author: Frank Morgner <mo...@in...> Date: 2014-05-03 (Sat, 03 May 2014) Changed paths: M src/libopensc/asn1.c M src/libopensc/card-authentic.c M src/libopensc/card-cardos.c M src/libopensc/card-epass2003.c M src/libopensc/card-flex.c M src/libopensc/card-jcop.c M src/libopensc/card-oberthur.c M src/libopensc/card-openpgp.c M src/libopensc/card-piv.c M src/libopensc/pkcs15-data.c M src/libopensc/pkcs15-piv.c M src/libopensc/pkcs15-sec.c M src/libopensc/pkcs15.c M src/pkcs11/framework-pkcs15.c M src/pkcs11/pkcs11-session.c M src/pkcs11/slot.c M src/pkcs15init/pkcs15-cardos.c M src/pkcs15init/pkcs15-iasecc.c M src/pkcs15init/pkcs15-incrypto34.c M src/pkcs15init/pkcs15-lib.c M src/pkcs15init/pkcs15-oberthur-awp.c M src/smm/sm-cwa14890.c M src/tools/netkey-tool.c M src/tools/openpgp-tool.c M src/tools/pkcs11-tool.c M src/tools/pkcs15-tool.c Log Message: ----------- fixed compiler warnings (partially submitted) Signed-off-by: Frank Morgner <mo...@in...> PR-222: commit https://github.com/frankmorgner/OpenSC/commit/0b567dbaa83741675497a76d867645675f57262c partially submitted by Viktor Tarasov Commit: 3b50ccc0eae5d8198a7f6e86624a24fdd3ddd0cf https://github.com/OpenSC/OpenSC/commit/3b50ccc0eae5d8198a7f6e86624a24fdd3ddd0cf Author: Frank Morgner <mo...@in...> Date: 2014-05-03 (Sat, 03 May 2014) Changed paths: M src/libopensc/pkcs15-piv.c Log Message: ----------- fixed incompatible function usage Signed-off-by: Frank Morgner <mo...@in...> Commit: b483d1d27dd7eb299035d1bf06458b4c3cb4b3e0 https://github.com/OpenSC/OpenSC/commit/b483d1d27dd7eb299035d1bf06458b4c3cb4b3e0 Author: Frank Morgner <mo...@in...> Date: 2014-05-03 (Sat, 03 May 2014) Changed paths: M src/libopensc/card-westcos.c Log Message: ----------- westcos: fixed initialization of driver data Signed-off-by: Frank Morgner <mo...@in...> Updated by Viktor Tarasov Commit: 511c8e63829837ab7b48aebd9894ab42fa11a2aa https://github.com/OpenSC/OpenSC/commit/511c8e63829837ab7b48aebd9894ab42fa11a2aa Author: Frank Morgner <mo...@in...> Date: 2014-05-03 (Sat, 03 May 2014) Changed paths: M src/libopensc/card-dnie.c Log Message: ----------- dnie: dont ignore error on sm free operation Signed-off-by: Frank Morgner <mo...@in...> Commit: e1fd9d2a4c12ca460cc50b6f324c46b4846c5737 https://github.com/OpenSC/OpenSC/commit/e1fd9d2a4c12ca460cc50b6f324c46b4846c5737 Author: Frank Morgner <mo...@in...> Date: 2014-05-03 (Sat, 03 May 2014) Changed paths: M src/pkcs15init/pkcs15-cardos.c M src/pkcs15init/pkcs15-incrypto34.c Log Message: ----------- cardos,incrypto34: restored semantics of select_pin_reference Commit: 5f45739ecb6230a1fba68ff514961ee3310f9d02 https://github.com/OpenSC/OpenSC/commit/5f45739ecb6230a1fba68ff514961ee3310f9d02 Author: Frank Morgner <mo...@in...> Date: 2014-05-03 (Sat, 03 May 2014) Changed paths: M src/smm/smm-local.c Log Message: ----------- fixed one more warning Compare: https://github.com/OpenSC/OpenSC/compare/883d42b1f8ec...5f45739ecb62 |
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/ |