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
(10) |
Sep
|
Oct
|
Nov
|
Dec
|
From: GitHub <no...@gi...> - 2019-01-03 23:47:17
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: ee9abfcc71b81201f34ae07c4c5b12965ba34004 https://github.com/OpenSC/OpenSC/commit/ee9abfcc71b81201f34ae07c4c5b12965ba34004 Author: Frank Morgner <fra...@gm...> Date: 2019-01-04 (Fri, 04 Jan 2019) Changed paths: M appveyor.yml Log Message: ----------- Appveyor: use deploy_script **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2019-01-03 23:45:37
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 6f0f42c5068f951a21274a26f8abc0b9326ea245 https://github.com/OpenSC/OpenSC/commit/6f0f42c5068f951a21274a26f8abc0b9326ea245 Author: Frank Morgner <fra...@gm...> Date: 2019-01-04 (Fri, 04 Jan 2019) Changed paths: M src/sm/sm-iso.c Log Message: ----------- fixed use of uninitialized data When card->sm_ctx.ops.free_sm_apdu gets called in sc_sm_single_transmit with a prior transmission error, then `sm_encrypt` still tries to decrypt the response and hence, accesses the previously uninitialized `resp`. Commit: aa940e8619d01e491b92171c427520d30a89b46d https://github.com/OpenSC/OpenSC/commit/aa940e8619d01e491b92171c427520d30a89b46d Author: Frank Morgner <fra...@gm...> Date: 2019-01-04 (Fri, 04 Jan 2019) Changed paths: M src/sm/sm-iso.c Log Message: ----------- iso-sm: avoid allocation of big chunk of data Use unencrypted APDU's resplen to estimate the size of the required SM response buffer Commit: 5c50dc58dabd08e912dd0bf3eba2d54d2cb8e758 https://github.com/OpenSC/OpenSC/commit/5c50dc58dabd08e912dd0bf3eba2d54d2cb8e758 Author: Frank Morgner <fra...@gm...> Date: 2019-01-04 (Fri, 04 Jan 2019) Changed paths: M src/pkcs11/framework-pkcs15.c Log Message: ----------- fixed 320270 Dereference after null check Compare: https://github.com/OpenSC/OpenSC/compare/a6ee84f13d24...5c50dc58dabd **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2019-01-02 08:08:11
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: a6ee84f13d24818ec57ed28bc4d394234478cc00 https://github.com/OpenSC/OpenSC/commit/a6ee84f13d24818ec57ed28bc4d394234478cc00 Author: Peter Marschall <pe...@ad...> Date: 2019-01-02 (Wed, 02 Jan 2019) Changed paths: M src/tools/opensc-explorer.c Log Message: ----------- opensc-explorer: fix 'pin_info' command Correctly treat 'data.pin1.logged_in' as tristate instead of boolean. While at it, fix visual glitch to not wrap around a stand-alone period. **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2019-01-02 08:07:00
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: d577802ea7b938a9612c1512337a304f246d4164 https://github.com/OpenSC/OpenSC/commit/d577802ea7b938a9612c1512337a304f246d4164 Author: Peter Marschall <pe...@ad...> Date: 2019-01-02 (Wed, 02 Jan 2019) Changed paths: M src/libopensc/card-openpgp.c Log Message: ----------- OpenPGP: emulate SC_PIN_CMD_GET_INFO command for cards not supporting it **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2019-01-02 08:06:03
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 0a903522b81ff54057d53f2bbe0abfaadbd689bd https://github.com/OpenSC/OpenSC/commit/0a903522b81ff54057d53f2bbe0abfaadbd689bd Author: Peter Marschall <pe...@ad...> Date: 2019-01-02 (Wed, 02 Jan 2019) Changed paths: M src/libopensc/card-openpgp.c Log Message: ----------- OpenPGP: get rid of "magic" constants in pgp_build_extended_header_list() Use defined symbolic names for well-known DOs to copy data to a correctly defined buffer 'data' using ulong2bebytes() instead of relying on "magic" constants. Commit: 4c51a53beda9ee6bef42a27642f1986765f92794 https://github.com/OpenSC/OpenSC/commit/4c51a53beda9ee6bef42a27642f1986765f92794 Author: Peter Marschall <pe...@ad...> Date: 2019-01-02 (Wed, 02 Jan 2019) Changed paths: M src/libopensc/card-openpgp.c Log Message: ----------- OpenPGP: get rid of "magic" constants in gnuk_delete_key() Use defined symbolic names for well-known DOs to copy data to a correctly defined buffer 'data' using ulong2bebytes() instead of relying on "magic" constants and C's string semantic. Also use 'sizeof(data)' instead of strange strlen() calculations. Commit: 7092d32830d7b9074217b4d49f0c3aa33c17fb16 https://github.com/OpenSC/OpenSC/commit/7092d32830d7b9074217b4d49f0c3aa33c17fb16 Author: Peter Marschall <pe...@ad...> Date: 2019-01-02 (Wed, 02 Jan 2019) Changed paths: M src/libopensc/card-openpgp.c Log Message: ----------- OpenPGP: get rid of "magic" constants in pgp_gen_key() Use defined symbolic names for well-known DOs to copy data to a correctly defined buffer 'apdu_data' using ulong2bebytes() instead of relying on "magic" constants and C's string semantic. Also use 'sizeof(apdu_data)' instead of additional magic constants. Compare: https://github.com/OpenSC/OpenSC/compare/aa7118192ae9...7092d32830d7 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-12-31 20:56:57
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: aa7118192ae967bb31b31c2adf9c6695b4860c7c https://github.com/OpenSC/OpenSC/commit/aa7118192ae967bb31b31c2adf9c6695b4860c7c Author: Jakub Jelen <jj...@re...> Date: 2018-12-31 (Mon, 31 Dec 2018) Changed paths: M src/tests/p11test/p11test_case_common.c Log Message: ----------- p11test: Use function compatible with OpenSSL 1.0.2 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-12-31 20:56:32
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 54dd9f4878cf11c25bc742b0503cf6aaeeddb536 https://github.com/OpenSC/OpenSC/commit/54dd9f4878cf11c25bc742b0503cf6aaeeddb536 Author: Peter Marschall <pe...@ad...> Date: 2018-12-31 (Mon, 31 Dec 2018) Changed paths: M src/libopensc/card-openpgp.c Log Message: ----------- OpenPGP: revert 4d8b2c12ed1dcada1d02fc88b3886e47ef652b04 It broke OpenPGP on Yubikey NEOs and maybe other older versions too. Reverting it restores functionality for those Yubikeys. Commit: bc17e23bd6c77d1884c0ab827760b65ce5b81b86 https://github.com/OpenSC/OpenSC/commit/bc17e23bd6c77d1884c0ab827760b65ce5b81b86 Author: Peter Marschall <pe...@ad...> Date: 2018-12-31 (Mon, 31 Dec 2018) Changed paths: M src/libopensc/card-openpgp.c Log Message: ----------- OpenPGP: fix spec interpretation error in hist_byte parsing Command chaining is available with OpenPGP card spec 1.1+, not only with 3.0+ Commit: 1a60cd761f5dfa4bbfb0aa8ffc8a4c8a1cd01a97 https://github.com/OpenSC/OpenSC/commit/1a60cd761f5dfa4bbfb0aa8ffc8a4c8a1cd01a97 Author: Peter Marschall <pe...@ad...> Date: 2018-12-31 (Mon, 31 Dec 2018) Changed paths: M src/libopensc/card-openpgp.c Log Message: ----------- OpenPGP: fix value for EXT_CAP_MSE enum _ext_caps is a set of bit flags Commit: 391131bb5e4ae91aed9d353d6604aaf3ef7d24e8 https://github.com/OpenSC/OpenSC/commit/391131bb5e4ae91aed9d353d6604aaf3ef7d24e8 Author: Peter Marschall <pe...@ad...> Date: 2018-12-31 (Mon, 31 Dec 2018) Changed paths: M src/libopensc/card-openpgp.c Log Message: ----------- OpenPGP: use "hist_bytes" DO 5F52 as args to pgp_parse_hist_bytes() Fix glitch that crept in during re-factoring. This should unbreak Yubikeys. Compare: https://github.com/OpenSC/OpenSC/compare/075cac482b27...391131bb5e4a **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-12-27 13:25:59
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: e13c0b83ef9dddb7294c10be37367071b69209f4 https://github.com/OpenSC/OpenSC/commit/e13c0b83ef9dddb7294c10be37367071b69209f4 Author: Doug Engert <dee...@gm...> Date: 2018-12-27 (Thu, 27 Dec 2018) Changed paths: M src/libopensc/card-piv.c M src/libopensc/cards.h Log Message: ----------- PIV - Improved Card Matching for Dual CAC/PIV and PIVKEY cards. Not all PIV applets are the same. Different versions of NIST 800-73 and improperly implemented or not implemented required features of NIST 800-73 cases problems. Have a look at the card_issues listed in card-piv.c. The PIV driver has tried to detect the differences based on clues found in the ATR historical bytes and vendor version numbers for some cards. At the same time it has tried to support the possibility there are multiple applets on a card that the user may want to use at the same time from different applications. This has lead to some detection problems with Dual CAC/PIV cards. The same cards sold by the vendor may have only a PIV applet that may not be the same PIV applet that is on the Dual PIV/CAC cards. http://www.cac.mil/Portals/53/Documents/CAC-utilziation-and-variation-matrix-v2.03-20May2016.doc defines a number of official CAC cards in active service. A table of the ATRs for these is now used to detect these cards. The PIV version of the CCC is also read to see if any CAC PKI objects are defined in the CCC, indicating it is a Dual CAC/PIV, even if the ATR is not listed. A more conservative approach to try and handle multiple applets on a card is used. Based on issues with the implementation of the PIV applet this may not be possible to do. So for many cards no additional detection will be done at the start of every transaction, and the login state can not be detected correctly. ATRs for PIVKEY are also in the match table, as these cards have a log of issues. Other PIV cards in the future or not yet tested may not be covered properly by this patch. Extra debugging was added with "PIV_MATCH" to help with these other cards. With "debug = 7;", `grep PIV_MATCH opensc-debug.log` can be used to see how a card type and card_issues are derived. On branch piv-improved-matching Changes to be committed: modified: card-piv.c modified: cards.h Commit: 1fe1d40e3812e564ddc1667b312053354e721eb7 https://github.com/OpenSC/OpenSC/commit/1fe1d40e3812e564ddc1667b312053354e721eb7 Author: Doug Engert <dee...@gm...> Date: 2018-12-27 (Thu, 27 Dec 2018) Changed paths: M src/libopensc/card-piv.c Log Message: ----------- PIV - Improved error handling of get_challenge Random data from PIV card is obtained using GENERAL AUTHENTICATE command for a request of a Challenge from the card. "00 87 00 9B 04 7C 02 81 00" Usually 8 bytes are returned. NIST 800-73-3_PART2, "A.1 Authentication of the PIV Card Application Administrator" "Table 11. Authentication of PIV Card Application Administrator" shows an example of how to do this. Some cards (one I have: 3b:7d:96:00:00:80:31:80:65:b0:83:11:17:d6:83:00:90:00) will not allow 2 of these commands in a row. (Maybe assuming command is only used as in Table 11 and is expecting the second command.) Code was added to card-piv.c so if "6A 80" is returned, try the command one more time. For any other GENERAL AUTHENTICATE failure, SC_ERROR_NOT_SUPPORTED is returned. piv_get_challenge may be called within a loop from sc_get_challenge if more random data is needed thus causing the the 2 commands to sent in a row. On branch piv-improved-matching Changes to be committed: modified: card-piv.c Commit: a78becb76e44b804389e049a3e1d35f850f93660 https://github.com/OpenSC/OpenSC/commit/a78becb76e44b804389e049a3e1d35f850f93660 Author: Doug Engert <dee...@gm...> Date: 2018-12-27 (Thu, 27 Dec 2018) Changed paths: M src/libopensc/card-piv.c Log Message: ----------- PIV - Fix blanks and use returned value On branch piv-improved-matching Changes to be committed: modified: card-piv.c Commit: 7fbcd6e920e09461536d6824659631d6d5f91030 https://github.com/OpenSC/OpenSC/commit/7fbcd6e920e09461536d6824659631d6d5f91030 Author: Doug Engert <dee...@gm...> Date: 2018-12-27 (Thu, 27 Dec 2018) Changed paths: M src/libopensc/card-piv.c Log Message: ----------- PIV - test i7e On branch piv-improved-matching Changes to be committed: modified: card-piv.c Commit: 075cac482b2723a2267c4fcd7985eb6b82effbc7 https://github.com/OpenSC/OpenSC/commit/075cac482b2723a2267c4fcd7985eb6b82effbc7 Author: Doug Engert <dee...@gm...> Date: 2018-12-27 (Thu, 27 Dec 2018) Changed paths: M src/libopensc/card-piv.c Log Message: ----------- PIV - Some VA cards have LCS = 0F Terminated Changes to be committed: modified: card-piv.c Compare: https://github.com/OpenSC/OpenSC/compare/dc505be808dc...075cac482b27 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-12-27 13:13:53
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: dc505be808dca81809221e739ecb9ce1ff34adbf https://github.com/OpenSC/OpenSC/commit/dc505be808dca81809221e739ecb9ce1ff34adbf Author: Peter Marschall <pe...@ad...> Date: 2018-12-27 (Thu, 27 Dec 2018) Changed paths: M src/tools/openpgp-tool.c Log Message: ----------- openpgp-tool: use binary OR for calculating 32-bit integers from byte Also avoid potential unintended sign extension (SIGN_EXTENSION). **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-12-23 20:58:47
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 57ca68ff67efa08e3be1f26dec6d23bf5bb977f2 https://github.com/OpenSC/libp11/commit/57ca68ff67efa08e3be1f26dec6d23bf5bb977f2 Author: Xavier RENE-CORAIL <xav...@gm...> Date: 2018-12-23 (Sun, 23 Dec 2018) Changed paths: M README.md Log Message: ----------- Add LGTM.com code quality badges **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-12-23 20:42:42
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: c02d3e911b065545283da31304dcc643fe62d7b9 https://github.com/OpenSC/libp11/commit/c02d3e911b065545283da31304dcc643fe62d7b9 Author: Pavel Břoušek <web...@me...> Date: 2018-12-23 (Sun, 23 Dec 2018) Changed paths: M src/eng_back.c Log Message: ----------- fix signed/unsigned and possible buffer overflow **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-12-18 13:50:50
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: b11cc3871e381468a53b811f550553dc6abea054 https://github.com/OpenSC/OpenSC/commit/b11cc3871e381468a53b811f550553dc6abea054 Author: Frank Morgner <fra...@gm...> Date: 2018-12-18 (Tue, 18 Dec 2018) Changed paths: M doc/tools/cardos-tool.1.xml M doc/tools/cryptoflex-tool.1.xml M doc/tools/dnie-tool.1.xml M doc/tools/egk-tool.1.xml M doc/tools/eidenv.1.xml M doc/tools/gids-tool.1.xml M doc/tools/iasecc-tool.1.xml M doc/tools/netkey-tool.1.xml M doc/tools/npa-tool.1.xml M doc/tools/openpgp-tool.1.xml M doc/tools/opensc-explorer.1.xml M doc/tools/opensc-tool.1.xml M doc/tools/piv-tool.1.xml M doc/tools/pkcs15-crypt.1.xml M doc/tools/pkcs15-init.1.xml M doc/tools/pkcs15-tool.1.xml M doc/tools/sc-hsm-tool.1.xml M doc/tools/westcos-tool.1.xml M src/tools/Makefile.am M src/tools/Makefile.mak M src/tools/egk-tool-cmdline.c M src/tools/egk-tool-cmdline.h M src/tools/egk-tool.c M src/tools/egk-tool.ggo.in M src/tools/npa-tool-cmdline.c M src/tools/npa-tool-cmdline.h M src/tools/npa-tool.c M src/tools/npa-tool.ggo.in M src/tools/opensc-notify-cmdline.c M src/tools/opensc-notify-cmdline.h Log Message: ----------- tools: harmonize card initialization **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-12-18 13:50:19
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 969e29e663489bad91cf16838c94a7d028b917f3 https://github.com/OpenSC/OpenSC/commit/969e29e663489bad91cf16838c94a7d028b917f3 Author: Jakub Jelen <jj...@re...> Date: 2018-12-18 (Tue, 18 Dec 2018) Changed paths: M src/tests/p11test/p11test_case_multipart.c Log Message: ----------- p11test: Do not talk about multipart encryption Commit: 28deeb2a003ff496379bc1194ef14cd6202afec6 https://github.com/OpenSC/OpenSC/commit/28deeb2a003ff496379bc1194ef14cd6202afec6 Author: Jakub Jelen <jj...@re...> Date: 2018-12-18 (Tue, 18 Dec 2018) Changed paths: M src/tests/p11test/p11test_case_multipart.c M src/tests/p11test/p11test_case_readonly.c Log Message: ----------- p11test: Do not report and try pairs without private key Commit: ed6267512cf53c9d828bdf5fcaae83f4a065a264 https://github.com/OpenSC/OpenSC/commit/ed6267512cf53c9d828bdf5fcaae83f4a065a264 Author: Jakub Jelen <jj...@re...> Date: 2018-12-18 (Tue, 18 Dec 2018) Changed paths: M src/tests/p11test/p11test_case_usage.c Log Message: ----------- p11test: Do not report usage on incomplete keys Commit: f0b47a51d37f1d557162ae4e828db565bcd614ee https://github.com/OpenSC/OpenSC/commit/f0b47a51d37f1d557162ae4e828db565bcd614ee Author: Jakub Jelen <jj...@re...> Date: 2018-12-18 (Tue, 18 Dec 2018) Changed paths: M src/tests/p11test/p11test_case_common.c Log Message: ----------- p11test: Report key sizes for missing certificates Commit: 070190d72e5832e97d898bd19d84a167bd0c76ab https://github.com/OpenSC/OpenSC/commit/070190d72e5832e97d898bd19d84a167bd0c76ab Author: Jakub Jelen <jj...@re...> Date: 2018-12-18 (Tue, 18 Dec 2018) Changed paths: M src/libopensc/padding.c Log Message: ----------- padding: Resotre the PAD_NONE if nothing else is specified Patch from Doug Engert Commit: 26aed9441a87251b9bd94ae7016ec0d17017d947 https://github.com/OpenSC/OpenSC/commit/26aed9441a87251b9bd94ae7016ec0d17017d947 Author: Jakub Jelen <jj...@re...> Date: 2018-12-18 (Tue, 18 Dec 2018) Changed paths: M src/libopensc/padding.c Log Message: ----------- padding: Do not set wrong flags if the raw capability is not available Thanks Doug Engert for pointing the issue out Commit: 4d8b2c12ed1dcada1d02fc88b3886e47ef652b04 https://github.com/OpenSC/OpenSC/commit/4d8b2c12ed1dcada1d02fc88b3886e47ef652b04 Author: Jakub Jelen <jj...@re...> Date: 2018-12-18 (Tue, 18 Dec 2018) Changed paths: M src/libopensc/card-openpgp.c Log Message: ----------- card-openpgp: Workaround parsing historical bytes on Yubikey to set correct capabilities Compare: https://github.com/OpenSC/OpenSC/compare/35cb70b5d664...4d8b2c12ed1d **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-12-18 12:50:20
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 35cb70b5d664c4be417dee2cbe6b652185e6da2d https://github.com/OpenSC/OpenSC/commit/35cb70b5d664c4be417dee2cbe6b652185e6da2d Author: Khem Raj <raj...@gm...> Date: 2018-12-18 (Tue, 18 Dec 2018) Changed paths: M src/pkcs15init/pkcs15-oberthur.c Log Message: ----------- Remove redundant logging Same information is printed a few line below in same function, the only difference is that there it takes care of case when label is NULL pointer unlike this line secondly, every function call to cosm_write_tokeninfo() in this file passes label=NULL, and then it tries to print a null pointer Fixes errors like src/libopensc/log.h:48:47: error: '%s' directive argument is null [-Werror=format-overflow=] Signed-off-by: Khem Raj <raj...@gm...> **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-12-17 08:50:10
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 738c933609e0e6ed54dd1b71ff6092a8288718e9 https://github.com/OpenSC/OpenSC/commit/738c933609e0e6ed54dd1b71ff6092a8288718e9 Author: Peter Marschall <pe...@ad...> Date: 2018-12-17 (Mon, 17 Dec 2018) Changed paths: M src/libopensc/card-openpgp.c Log Message: ----------- OpenPGP: a few cleanups for Gnuk * make sure to remain within buffer size in pgp_read_blob() * make logic more readable in pgp_get_data() Commit: d3e730b621921e737f3088aa75816d6a68b2cbe0 https://github.com/OpenSC/OpenSC/commit/d3e730b621921e737f3088aa75816d6a68b2cbe0 Author: Peter Marschall <pe...@ad...> Date: 2018-12-17 (Mon, 17 Dec 2018) Changed paths: M src/libopensc/card-openpgp.c Log Message: ----------- OpenPGP: refactor error handling in pgp_put_data_plain() * use LOG_TEST_*() macros instead of explicit coding Commit: 08b9f362c08ba7c7983faf08296a87c2dd9d11bc https://github.com/OpenSC/OpenSC/commit/08b9f362c08ba7c7983faf08296a87c2dd9d11bc Author: Peter Marschall <pe...@ad...> Date: 2018-12-17 (Mon, 17 Dec 2018) Changed paths: M src/libopensc/card-openpgp.c Log Message: ----------- OpenPGP: refactor error handling in pgp_gen_key() * use LOG_TEST_*() macros instead of explicit coding Commit: 7916d45857b2c00c39dc7844ac52718423c37e0b https://github.com/OpenSC/OpenSC/commit/7916d45857b2c00c39dc7844ac52718423c37e0b Author: Peter Marschall <pe...@ad...> Date: 2018-12-17 (Mon, 17 Dec 2018) Changed paths: M src/libopensc/card-openpgp.c Log Message: ----------- OpenPGP: refactor error handling in pgp_store_key() * use LOG_TEST_*() macros instead of explicit coding * harmonize use of card->ctx: saves one variable * explictly compare pointers to != NULL Commit: bf2a9bc53b6bcaee9fa85d50414aee9399a6e0bb https://github.com/OpenSC/OpenSC/commit/bf2a9bc53b6bcaee9fa85d50414aee9399a6e0bb Author: Peter Marschall <pe...@ad...> Date: 2018-12-17 (Mon, 17 Dec 2018) Changed paths: M src/libopensc/card-openpgp.c Log Message: ----------- OpenPGP: refactor error handling in pgp_build_extended_header_list() * use LOG_TEST_*() macros instead of explicit coding Commit: c7fc7cc134361e2a63759bd9a599ee1a6638c536 https://github.com/OpenSC/OpenSC/commit/c7fc7cc134361e2a63759bd9a599ee1a6638c536 Author: Peter Marschall <pe...@ad...> Date: 2018-12-17 (Mon, 17 Dec 2018) Changed paths: M src/libopensc/card-openpgp.c Log Message: ----------- OpenPGP: refactor error handling in pgp_calculate_and_store_fingerprint() * initialize pointers to NULL * explicitly compare pointers to NULL * use LOG_TEST_*() macros instead of explicit coding Commit: b1539545d0ad3116c3efe1482855eb1eaf56e451 https://github.com/OpenSC/OpenSC/commit/b1539545d0ad3116c3efe1482855eb1eaf56e451 Author: Peter Marschall <pe...@ad...> Date: 2018-12-17 (Mon, 17 Dec 2018) Changed paths: M src/libopensc/card-openpgp.c Log Message: ----------- OpenPGP: free() unconditionally in error handling of pgp_store_key() Compare: https://github.com/OpenSC/OpenSC/compare/01287e393ebe...b1539545d0ad **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-12-11 07:09:22
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 511ccfcefd88079f99ec5128946b1d455359c33a https://github.com/OpenSC/libp11/commit/511ccfcefd88079f99ec5128946b1d455359c33a Author: Michał Trojnara <Mic...@st...> Date: 2018-12-11 (Tue, 11 Dec 2018) Changed paths: M src/p11_front.c Log Message: ----------- Revert "Only load error strings once" This reverts commit 2652c1b1e9cc90fab239a4a589d2aead13a12844. Neiter this one nor the internal OpenSSL implementation are sufficient to deal with engine unloading described in #264. **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-12-09 22:44:13
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 01287e393ebeed1db7ef2f45ee133b2cd3f069ae https://github.com/OpenSC/OpenSC/commit/01287e393ebeed1db7ef2f45ee133b2cd3f069ae Author: Peter Marschall <pe...@ad...> Date: 2018-12-09 (Sun, 09 Dec 2018) Changed paths: M src/pkcs11/framework-pkcs15.c Log Message: ----------- framework-pkcs15: fix warning * fix -Werror=format-truncation= warning in pkcs15_init_slot() * do not only remove blanks from the end, but all spaces **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-12-06 08:28:04
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 8fb611bb1cc519ecfa54d22007dbf4276a5b18e1 https://github.com/OpenSC/OpenSC/commit/8fb611bb1cc519ecfa54d22007dbf4276a5b18e1 Author: Jakub Jelen <jj...@re...> Date: 2018-12-06 (Thu, 06 Dec 2018) Changed paths: M Makefile.am M configure.ac M doc/tools/Makefile.am R doc/tools/test-manpage.sh A tests/Makefile.am A tests/test-manpage.sh Log Message: ----------- Move the test into separate directory Signed-off-by: Jakub Jelen <jj...@re...> Commit: a7a9326f35a2c46ba06fe480bf0d53b6f29edf91 https://github.com/OpenSC/OpenSC/commit/a7a9326f35a2c46ba06fe480bf0d53b6f29edf91 Author: Jakub Jelen <jj...@re...> Date: 2018-12-06 (Thu, 06 Dec 2018) Changed paths: M tests/Makefile.am A tests/test-pkcs11-tool-sign-verify.sh Log Message: ----------- Add simple Sanity test for pkcs11-tool sign&verify operations Compare: https://github.com/OpenSC/OpenSC/compare/f2145eca79f1...a7a9326f35a2 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-12-06 08:26:58
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: cf55cdc637a2bd6c4fde76d2f038d32d87ba0c8f https://github.com/OpenSC/OpenSC/commit/cf55cdc637a2bd6c4fde76d2f038d32d87ba0c8f Author: Frank Morgner <fra...@gm...> Date: 2018-12-06 (Thu, 06 Dec 2018) Changed paths: M src/libopensc/card-asepcos.c M src/libopensc/card-atrust-acos.c M src/libopensc/card-cac.c M src/libopensc/card-cardos.c M src/libopensc/card-coolkey.c M src/libopensc/card-gids.c M src/libopensc/card-jcop.c M src/libopensc/card-mcrd.c M src/libopensc/card-myeid.c M src/libopensc/card-rutoken.c M src/libopensc/card-starcos.c M src/libopensc/card-tcos.c M src/libopensc/card.c M src/libopensc/ctx.c M src/libopensc/log.h M src/libopensc/pkcs15-gemsafeGPK.c M src/libopensc/pkcs15-pin.c M src/libopensc/sec.c M src/pkcs15init/pkcs15-asepcos.c M src/pkcs15init/pkcs15-cflex.c M src/pkcs15init/pkcs15-oberthur-awp.c M src/sm/sm-common.c M src/sm/sm-eac.c M src/smm/sm-card-authentic.c M src/smm/sm-card-iasecc.c M src/smm/sm-cwa14890.c M src/smm/sm-global-platform.c M src/smm/smm-local.c Log Message: ----------- replace SC_FUNC_CALLED with LOG_FUNC_CALLED Commit: 24b50a4277e94a0b654e744045b30dd730389270 https://github.com/OpenSC/OpenSC/commit/24b50a4277e94a0b654e744045b30dd730389270 Author: Frank Morgner <fra...@gm...> Date: 2018-12-06 (Thu, 06 Dec 2018) Changed paths: M src/libopensc/card-akis.c M src/libopensc/card-asepcos.c M src/libopensc/card-atrust-acos.c M src/libopensc/card-belpic.c M src/libopensc/card-cac.c M src/libopensc/card-cac1.c M src/libopensc/card-cardos.c M src/libopensc/card-coolkey.c M src/libopensc/card-entersafe.c M src/libopensc/card-flex.c M src/libopensc/card-gemsafeV1.c M src/libopensc/card-gids.c M src/libopensc/card-gpk.c M src/libopensc/card-incrypto34.c M src/libopensc/card-itacns.c M src/libopensc/card-jcop.c M src/libopensc/card-masktech.c M src/libopensc/card-mcrd.c M src/libopensc/card-miocos.c M src/libopensc/card-muscle.c M src/libopensc/card-openpgp.c M src/libopensc/card-rtecp.c M src/libopensc/card-rutoken.c M src/libopensc/card-sc-hsm.c M src/libopensc/card-setcos.c M src/libopensc/card-starcos.c M src/libopensc/card-tcos.c M src/libopensc/card-westcos.c M src/libopensc/card.c M src/libopensc/ctbcs.c M src/libopensc/muscle.c M src/libopensc/p15card-helper.c M src/libopensc/pkcs15-cac.c M src/libopensc/pkcs15-cache.c M src/libopensc/pkcs15-coolkey.c M src/libopensc/pkcs15-gemsafeGPK.c M src/libopensc/pkcs15-gemsafeV1.c M src/libopensc/pkcs15-gids.c M src/libopensc/pkcs15-infocamere.c M src/libopensc/pkcs15-itacns.c M src/libopensc/pkcs15-openpgp.c M src/libopensc/pkcs15-piv.c M src/libopensc/pkcs15-postecert.c M src/libopensc/pkcs15-tccardos.c M src/libopensc/pkcs15-tcos.c M src/libopensc/pkcs15-westcos.c M src/libopensc/reader-openct.c M src/libopensc/reader-pcsc.c M src/libopensc/reader-tr03119.c M src/libopensc/sec.c M src/pkcs15init/pkcs15-asepcos.c M src/pkcs15init/pkcs15-cardos.c M src/pkcs15init/pkcs15-cflex.c M src/pkcs15init/pkcs15-entersafe.c M src/pkcs15init/pkcs15-epass2003.c M src/pkcs15init/pkcs15-gpk.c M src/pkcs15init/pkcs15-incrypto34.c M src/pkcs15init/pkcs15-jcop.c M src/pkcs15init/pkcs15-miocos.c M src/pkcs15init/pkcs15-muscle.c M src/pkcs15init/pkcs15-oberthur-awp.c M src/pkcs15init/pkcs15-oberthur.c M src/pkcs15init/pkcs15-openpgp.c M src/pkcs15init/pkcs15-rtecp.c M src/pkcs15init/pkcs15-rutoken.c M src/pkcs15init/pkcs15-sc-hsm.c M src/pkcs15init/pkcs15-setcos.c M src/pkcs15init/pkcs15-starcos.c M src/sm/sm-iso.c M src/tools/egk-tool.c M src/tools/npa-tool.c Log Message: ----------- replace sc_debug with sc_log Commit: 00a150f74ccdac71b48a8e8531c5ecd1fdd9053d https://github.com/OpenSC/OpenSC/commit/00a150f74ccdac71b48a8e8531c5ecd1fdd9053d Author: Frank Morgner <fra...@gm...> Date: 2018-12-06 (Thu, 06 Dec 2018) Changed paths: M src/libopensc/card-akis.c M src/libopensc/card-asepcos.c M src/libopensc/card-atrust-acos.c M src/libopensc/card-cac.c M src/libopensc/card-cac1.c M src/libopensc/card-cardos.c M src/libopensc/card-coolkey.c M src/libopensc/card-entersafe.c M src/libopensc/card-flex.c M src/libopensc/card-gids.c M src/libopensc/card-gpk.c M src/libopensc/card-incrypto34.c M src/libopensc/card-itacns.c M src/libopensc/card-jcop.c M src/libopensc/card-masktech.c M src/libopensc/card-mcrd.c M src/libopensc/card-miocos.c M src/libopensc/card-muscle.c M src/libopensc/card-npa.c M src/libopensc/card-oberthur.c M src/libopensc/card-rtecp.c M src/libopensc/card-rutoken.c M src/libopensc/card-setcos.c M src/libopensc/card-starcos.c M src/libopensc/card-tcos.c M src/libopensc/card.c M src/libopensc/iso7816.c M src/libopensc/muscle.c M src/libopensc/p15card-helper.c M src/libopensc/pkcs15-cac.c M src/libopensc/pkcs15-coolkey.c M src/libopensc/pkcs15-data.c M src/libopensc/pkcs15-oberthur.c M src/libopensc/pkcs15-pin.c M src/libopensc/pkcs15-piv.c M src/libopensc/reader-ctapi.c M src/pkcs15init/pkcs15-gpk.c M src/pkcs15init/pkcs15-miocos.c M src/pkcs15init/pkcs15-oberthur-awp.c M src/pkcs15init/pkcs15-oberthur.c M src/pkcs15init/pkcs15-rtecp.c M src/pkcs15init/pkcs15-setcos.c M src/sm/sm-eac.c Log Message: ----------- replaced SC_FUNC_RETURN with LOG_FUNC_RETURN Commit: e3dda8894e1f9a96fe86ed39fc81d5de72b314fc https://github.com/OpenSC/OpenSC/commit/e3dda8894e1f9a96fe86ed39fc81d5de72b314fc Author: Frank Morgner <fra...@gm...> Date: 2018-12-06 (Thu, 06 Dec 2018) Changed paths: M src/libopensc/card-gids.c M src/pkcs15init/pkcs15-epass2003.c M src/pkcs15init/pkcs15-oberthur-awp.c M src/pkcs15init/pkcs15-oberthur.c Log Message: ----------- log errors in verbose Commit: d4f1a26215ffaa718cbe2543d4d2eff8fae880d6 https://github.com/OpenSC/OpenSC/commit/d4f1a26215ffaa718cbe2543d4d2eff8fae880d6 Author: Frank Morgner <fra...@gm...> Date: 2018-12-06 (Thu, 06 Dec 2018) Changed paths: M src/sm/sm-common.c M src/sm/sm-eac.c Log Message: ----------- respect SM debug level Commit: 907c9479e23330f4da2c2462f61fc07cfcf59406 https://github.com/OpenSC/OpenSC/commit/907c9479e23330f4da2c2462f61fc07cfcf59406 Author: Frank Morgner <fra...@gm...> Date: 2018-12-06 (Thu, 06 Dec 2018) Changed paths: M src/libopensc/card-flex.c M src/libopensc/card-mcrd.c M src/libopensc/iso7816.c M src/libopensc/pkcs15-cac.c M src/libopensc/reader-pcsc.c M src/sm/sm-iso.c M src/tools/npa-tool.c Log Message: ----------- replace sc_debug_hex with sc_log_hex Commit: a899a46b09a48db42d61e416035364bdf8f4537e https://github.com/OpenSC/OpenSC/commit/a899a46b09a48db42d61e416035364bdf8f4537e Author: Frank Morgner <fra...@gm...> Date: 2018-12-06 (Thu, 06 Dec 2018) Changed paths: M src/libopensc/card-acos5.c M src/libopensc/card-akis.c M src/libopensc/card-asepcos.c M src/libopensc/card-atrust-acos.c M src/libopensc/card-authentic.c M src/libopensc/card-belpic.c M src/libopensc/card-cardos.c M src/libopensc/card-entersafe.c M src/libopensc/card-flex.c M src/libopensc/card-gemsafeV1.c M src/libopensc/card-gids.c M src/libopensc/card-gpk.c M src/libopensc/card-incrypto34.c M src/libopensc/card-itacns.c M src/libopensc/card-jcop.c M src/libopensc/card-masktech.c M src/libopensc/card-mcrd.c M src/libopensc/card-miocos.c M src/libopensc/card-muscle.c M src/libopensc/card-rtecp.c M src/libopensc/card-rutoken.c M src/libopensc/card-setcos.c M src/libopensc/card-starcos.c M src/libopensc/card-tcos.c M src/libopensc/card.c M src/libopensc/ctbcs.c M src/libopensc/iso7816.c M src/libopensc/muscle.c M src/libopensc/pkcs15-data.c M src/libopensc/pkcs15-esteid.c M src/libopensc/pkcs15-gids.c M src/libopensc/pkcs15-itacns.c M src/libopensc/pkcs15-pin.c M src/libopensc/pkcs15-sec.c M src/pkcs15init/pkcs15-asepcos.c M src/pkcs15init/pkcs15-cardos.c M src/pkcs15init/pkcs15-cflex.c M src/pkcs15init/pkcs15-entersafe.c M src/pkcs15init/pkcs15-epass2003.c M src/pkcs15init/pkcs15-gids.c M src/pkcs15init/pkcs15-miocos.c M src/pkcs15init/pkcs15-oberthur-awp.c M src/pkcs15init/pkcs15-oberthur.c M src/pkcs15init/pkcs15-rtecp.c M src/pkcs15init/pkcs15-setcos.c M src/sm/sm-iso.c Log Message: ----------- replaced SC_TEST_RET with LOG_TEST_RET Commit: 5474370b17b7dd596b6fdb32d1efdaac013f8258 https://github.com/OpenSC/OpenSC/commit/5474370b17b7dd596b6fdb32d1efdaac013f8258 Author: Frank Morgner <fra...@gm...> Date: 2018-12-06 (Thu, 06 Dec 2018) Changed paths: M src/libopensc/card-entersafe.c M src/libopensc/internal.h M src/libopensc/reader-cryptotokenkit.m M src/libopensc/reader-ctapi.c M src/libopensc/reader-openct.c M src/libopensc/reader-pcsc.c Log Message: ----------- always log APDUs with SC_LOG_DEBUG_NORMAL Commit: f2145eca79f1bc54a5c3ac9056748e58954a4899 https://github.com/OpenSC/OpenSC/commit/f2145eca79f1bc54a5c3ac9056748e58954a4899 Author: Frank Morgner <fra...@gm...> Date: 2018-12-06 (Thu, 06 Dec 2018) Changed paths: M src/libopensc/card.c M src/libopensc/pkcs15-algo.c M src/libopensc/pkcs15-pubkey.c M src/pkcs11/framework-pkcs15.c M src/pkcs11/pkcs11-object.c Log Message: ----------- don't debug pointers Compare: https://github.com/OpenSC/OpenSC/compare/18dc38a61823...f2145eca79f1 **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-12-05 11:43:19
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 18dc38a6182338491c1eb4bf4d1eabbe8ebbd5ee https://github.com/OpenSC/OpenSC/commit/18dc38a6182338491c1eb4bf4d1eabbe8ebbd5ee Author: Luka Logar <luk...@in...> Date: 2018-12-05 (Wed, 05 Dec 2018) Changed paths: M src/tools/pkcs15-init.c Log Message: ----------- Fix some pkcs15-init issues 1. pkcs15-init is using XKU but it should use cert KU to check private key usage instead. 2. Don't mark imported keys as ALWAYSSENSITIVE and NEVEREXTRACTABLE as they are not. 3. When importing keys from PKCS#12 files (with several certs inside), use consecutive IDs for additional certificates (instead of starting from 45). **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-12-05 11:42:35
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: ba7704291180882dbfa18705f4169a88bc5d61ae https://github.com/OpenSC/OpenSC/commit/ba7704291180882dbfa18705f4169a88bc5d61ae Author: Luka Logar <luk...@in...> Date: 2018-12-05 (Wed, 05 Dec 2018) Changed paths: M src/pkcs11/framework-pkcs15.c Log Message: ----------- Fix token label formatting PKCS#15 token label may be padded with spaces, trim it when making a PKCS#11 token label in order not to loose closing parenthesis. I would actually prefer for the token label to be "myCard (User PIN)" instead of current "User PIN (myCard)" before: $ pkcs11-tool --list-slots Available slots: Slot 0 (0x0): OMNIKEY AG CardMan 3121 00 00 token label : User PIN (myCard ... after: $ pkcs11-tool --list-slots Available slots: Slot 0 (0x0): OMNIKEY AG CardMan 3121 00 00 token label : User PIN (myCard) ... **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-12-05 11:42:09
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 2552fde05f78fe457bcdd15a7696caf3a495914d https://github.com/OpenSC/OpenSC/commit/2552fde05f78fe457bcdd15a7696caf3a495914d Author: Luka Logar <luk...@in...> Date: 2018-12-05 (Wed, 05 Dec 2018) Changed paths: M src/pkcs11/framework-pkcs15.c M src/pkcs15init/pkcs15-lib.c Log Message: ----------- Fix some pinpad reader related issues (#1540) 1. Show pinpad reader capabilities even for uninitialised tokens. This way pinpad can be used during initialisation. 2. Make possible to create so-pin object during initialisation even if no so-pin was provided (on the command line) but pinpad reader is used and card profile contains so-pin data. **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-12-05 11:10:53
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: ee8c80af4fc7be369f16aa65dc5fb999f32c866e https://github.com/OpenSC/OpenSC/commit/ee8c80af4fc7be369f16aa65dc5fb999f32c866e Author: Hannu Honkanen <han...@av...> Date: 2018-12-05 (Wed, 05 Dec 2018) Changed paths: M src/pkcs11/framework-pkcs15.c M src/pkcs15init/pkcs15-init.h M src/pkcs15init/pkcs15-lib.c M src/tools/pkcs11-tool.c M src/tools/pkcs15-init.c Log Message: ----------- Implemented handling of CKA_ALWAYS_AUTHENTICATE attribute when importing and generating keys, mapping it to pkcs#15 userConsent field. Added command line options to pkcs11-tool and pkcs15-init tool to use the feature. Commit: 9e5a324903f3129f8205fab8fd15de65aca2fa05 https://github.com/OpenSC/OpenSC/commit/9e5a324903f3129f8205fab8fd15de65aca2fa05 Author: Hannu Honkanen <han...@av...> Date: 2018-12-05 (Wed, 05 Dec 2018) Changed paths: M doc/tools/pkcs11-tool.1.xml M doc/tools/pkcs15-init.1.xml M src/pkcs11/framework-pkcs15.c M src/pkcs11/pkcs11-opensc.h M src/tools/pkcs11-tool.c M src/tools/pkcs15-init.c Log Message: ----------- Edited according to PR review: CKA_ALWAYS_AUTHENTICATE only associated with private keys. Defined a custom attribute to achieve same functionality with secret keys. Updated man pages. Commit: 7d640e62c1fc7c2fd45ddd5a59e29e521fe8dccb https://github.com/OpenSC/OpenSC/commit/7d640e62c1fc7c2fd45ddd5a59e29e521fe8dccb Author: Hannu Honkanen <han...@av...> Date: 2018-12-05 (Wed, 05 Dec 2018) Changed paths: M src/pkcs11/framework-pkcs15.c Log Message: ----------- Fixed incorrect conversion fron int to CK_BBOOL when converting PKCS#15 user consent to a PKCS#11 attribute Compare: https://github.com/OpenSC/OpenSC/compare/b01ca2dcc9bf...7d640e62c1fc **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-11-25 21:08:49
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: b01ca2dcc9bf4a19b13e2f623f974e455390435a https://github.com/OpenSC/OpenSC/commit/b01ca2dcc9bf4a19b13e2f623f974e455390435a Author: Frank Morgner <fra...@gm...> Date: 2018-11-25 (Sun, 25 Nov 2018) Changed paths: M doc/files/opensc.conf.5.xml.in M src/libopensc/ctx.c M src/libopensc/libopensc.exports M src/libopensc/log.c M src/libopensc/log.h M src/libopensc/opensc.h M src/tools/opensc-explorer.c Log Message: ----------- added support for colors (#1534) because everyone loves colors **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |
From: GitHub <no...@gi...> - 2018-11-25 21:07:45
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: fd2343f4a24fce247133a78acdc759211f0f7e52 https://github.com/OpenSC/OpenSC/commit/fd2343f4a24fce247133a78acdc759211f0f7e52 Author: Jakub Jelen <jj...@re...> Date: 2018-11-25 (Sun, 25 Nov 2018) Changed paths: M src/libopensc/card-cac.c Log Message: ----------- cac: Dump the data model number, which is useful for the capabilities detection Signed-off-by: Jakub Jelen <jj...@re...> Commit: f1f98f829cfc316ced237b77cfb2b0abd2124e97 https://github.com/OpenSC/OpenSC/commit/f1f98f829cfc316ced237b77cfb2b0abd2124e97 Author: Jakub Jelen <jj...@re...> Date: 2018-11-25 (Sun, 25 Nov 2018) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: Unbreak signature and verification in pkcs11-tool Compare: https://github.com/OpenSC/OpenSC/compare/0fca7df33a7e...f1f98f829cfc **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |