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: Doug E. <no...@gi...> - 2024-09-04 13:47:12
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 8d04748704f24da97dd98b66c2fcd7f718eb8b4a https://github.com/OpenSC/OpenSC/commit/8d04748704f24da97dd98b66c2fcd7f718eb8b4a Author: Doug Engert <dee...@gm...> Date: 2024-09-04 (Wed, 04 Sep 2024) Changed paths: M src/libopensc/pkcs15-jpki.c Log Message: ----------- pkcs15-jpki.c - minidriver problem with reading public key Add SC_PKCS15_CO_FLAG_PRIVATE on "Digital Signature Public Key" and set pubkey_obj.flags and pubkey_obj.auth_id to use the Sign KEY so minidriver.c can request the pin before reading the public key. Card enforces this as perspecs. Partial fix for #3169 Only pkcs15-jpki.c is changed. In addition to changes in #3167 that address "user_consent" using "PinCacheAlwaysPrompt", The JPKI card forces the user to verify the Sign PIN before the public key is read. But to use the Sign KEY, Windows minidriver specs V7.07 says: the "CCP_CONTAINER_INFO" contains "cbSigPublicKey" and "pbSigPublicKey" which is needed before the key is selected. It might be possible to add bogus information in these and substitute the real values at a later time. But this will require someone with a working card. On branch minidriver-PinCacheAlwaysPrompt Changes to be committed: modified: libopensc/pkcs15-jpki.c On branch JPKI-Improvments Changes to be committed: modified: libopensc/pkcs15-jpki.c Commit: 9dc4e11325280dc1356ae5ffb3a8fd598cb591b9 https://github.com/OpenSC/OpenSC/commit/9dc4e11325280dc1356ae5ffb3a8fd598cb591b9 Author: Doug Engert <dee...@gm...> Date: 2024-09-04 (Wed, 04 Sep 2024) Changed paths: M src/libopensc/pkcs15-jpki.c Log Message: ----------- pkcs15-jpki.c - code format change Suggesed by clang-format-lint On branch JPKI-Improvements Changes to be committed: modified: libopensc/pkcs15-jpki.c Compare: https://github.com/OpenSC/OpenSC/compare/21ba386091b6...9dc4e1132528 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Jakub J. <no...@gi...> - 2024-08-29 13:27:04
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 21ba386091b6d8e992439d6b04f577fe46d0e190 https://github.com/OpenSC/OpenSC/commit/21ba386091b6d8e992439d6b04f577fe46d0e190 Author: Jakub Jelen <jj...@re...> Date: 2024-08-29 (Thu, 29 Aug 2024) Changed paths: M src/libopensc/card-idprime.c Log Message: ----------- idprime: Add known ATRs and card owners To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Doug E. <no...@gi...> - 2024-08-28 13:19:31
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: c86656b461ac7503018e5ccb7efa0fa6902580f6 https://github.com/OpenSC/OpenSC/commit/c86656b461ac7503018e5ccb7efa0fa6902580f6 Author: Doug Engert <dee...@gm...> Date: 2024-08-28 (Wed, 28 Aug 2024) Changed paths: M src/libopensc/card-piv.c Log Message: ----------- card-piv.c - Card matching fix for unknown card During card matching, only use GET DATA of Discovery object before or in place of SELECT AID, if the ATR matches a known card or user has forced the card type or forced the use of a PIV driver. This avoids possible state change in the unknown card if used by other processes. partial fox for #3108 On branch piv-fix-#3108 Changes to be committed: modified: card-piv.c To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Veronika H. <no...@gi...> - 2024-08-27 14:16:51
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 2646f62102de1928bb86cc1be3a3d371b7c1e3d2 https://github.com/OpenSC/OpenSC/commit/2646f62102de1928bb86cc1be3a3d371b7c1e3d2 Author: Veronika Hanulíková <vha...@re...> Date: 2024-08-27 (Tue, 27 Aug 2024) Changed paths: M src/libopensc/card-idprime.c Log Message: ----------- card-idprime: Fix log message Commit: 900360267ec1bacd6bbf8feb673b33a0ab6476e6 https://github.com/OpenSC/OpenSC/commit/900360267ec1bacd6bbf8feb673b33a0ab6476e6 Author: Veronika Hanulíková <vha...@re...> Date: 2024-08-27 (Tue, 27 Aug 2024) Changed paths: M src/libopensc/card-idprime.c Log Message: ----------- card-idprime: Add key reference even when container does not exist Some IDPrime 940 cards have empty container map file even when the keys corresponding to certificates exist. For 940 cards, it is more reliable to check key reference file, the other cards still relies on container map file. Compare: https://github.com/OpenSC/OpenSC/compare/1ab2af78f0a7...900360267ec1 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Jakub J. <no...@gi...> - 2024-08-19 09:31:34
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: b28a3cef416fcfb92fbb9ea7fd3c71df52c6c9fc https://github.com/OpenSC/OpenSC/commit/b28a3cef416fcfb92fbb9ea7fd3c71df52c6c9fc Author: Jakub Jelen <jj...@re...> Date: 2024-08-19 (Mon, 19 Aug 2024) Changed paths: M src/libopensc/card-openpgp.c Log Message: ----------- openpgp: Do not accept non-matching key responses When generating RSA key pair using PKCS#15 init, the driver could accept responses relevant to ECC keys, which made further processing in the pkcs15-init failing/accessing invalid parts of structures. Thanks oss-fuzz! https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=71010 Signed-off-by: Jakub Jelen <jj...@re...> Commit: 02e847458369c08421fd2d5e9a16a5f272c2de9e https://github.com/OpenSC/OpenSC/commit/02e847458369c08421fd2d5e9a16a5f272c2de9e Author: Jakub Jelen <jj...@re...> Date: 2024-08-19 (Mon, 19 Aug 2024) Changed paths: M src/libopensc/card-openpgp.c Log Message: ----------- openpgp: Avoid buffer overflow when writing fingerprint Fix also surrounding code to return error (not just log it) when some step fails. Thanks oss-fuzz https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=70933 Signed-off-by: Jakub Jelen <jj...@re...> Commit: 6eeeae7ab0436f85bc9e8c7e9ad1931cd982aed7 https://github.com/OpenSC/OpenSC/commit/6eeeae7ab0436f85bc9e8c7e9ad1931cd982aed7 Author: Jakub Jelen <jj...@re...> Date: 2024-08-19 (Mon, 19 Aug 2024) Changed paths: M src/libopensc/card-openpgp.c Log Message: ----------- openpgp: Set the ecpoint_len based on received length This avoids buffer overrun later when the further processing assumes the length is a field length Signed-off-by: Jakub Jelen <jj...@re...> Commit: 1ab2af78f0a7214404e9545c965b877327dc117d https://github.com/OpenSC/OpenSC/commit/1ab2af78f0a7214404e9545c965b877327dc117d Author: Jakub Jelen <jj...@re...> Date: 2024-08-19 (Mon, 19 Aug 2024) Changed paths: M src/libopensc/card-openpgp.c Log Message: ----------- openpgp: Try to workaround the windows unsigned/signed issue Compare: https://github.com/OpenSC/OpenSC/compare/3b289b17866a...1ab2af78f0a7 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Doug E. <no...@gi...> - 2024-08-16 15:13:52
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: d336324c11f7c6acd3bad7e9b456b59af60bc857 https://github.com/OpenSC/OpenSC/commit/d336324c11f7c6acd3bad7e9b456b59af60bc857 Author: Doug Engert <dee...@gm...> Date: 2024-08-16 (Fri, 16 Aug 2024) Changed paths: M src/libopensc/pkcs15-piv.c M src/minidriver/minidriver.c Log Message: ----------- Minidriver.c sign_pin and user_consent - PinCacheAlwaysPrompt At least 5 card drivers set user_consent on a sign pin The user_consent indicates a prompt for the pin should always be done by minidriver. PKCS15 can also set user_consent and PKCS11 sets key attribute CKA_ALWAYS_AUTHENTICATE when key has user_consent, but windows need the PinCacheAlwaysPrompt flag set on the pin. pkcs15-piv.c now defines a sign pin which is used only with the 9C key. ======= On branch minidriver-PinCacheAlwaysPrompt Changes to be committed: modified: libopensc/pkcs15-piv.c modified: minidriver/minidriver.c Commit: 3b289b17866a72349fcc6e2a6413af17f772cf77 https://github.com/OpenSC/OpenSC/commit/3b289b17866a72349fcc6e2a6413af17f772cf77 Author: Doug Engert <dee...@gm...> Date: 2024-08-16 (Fri, 16 Aug 2024) Changed paths: M src/minidriver/minidriver.c Log Message: ----------- minidriver.c - move logprintf into loop As suggested in https://github.com/OpenSC/OpenSC/pull/3167#discussion_r1645272537 Compare: https://github.com/OpenSC/OpenSC/compare/d5a5b5428ef1...3b289b17866a To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Veronika H. <no...@gi...> - 2024-08-01 08:16:48
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 6e56353af8a99e245db30db0e970089ee1073b57 https://github.com/OpenSC/OpenSC/commit/6e56353af8a99e245db30db0e970089ee1073b57 Author: Veronika Hanulíková <vha...@re...> Date: 2024-08-01 (Thu, 01 Aug 2024) Changed paths: M src/libopensc/base64.c Log Message: ----------- base64.c: Fix variable overflow Thanks Coverity CID 427421,427427 Commit: ec1fb62cd6315efd23128f5ddab8fbe093dbcf62 https://github.com/OpenSC/OpenSC/commit/ec1fb62cd6315efd23128f5ddab8fbe093dbcf62 Author: Veronika Hanulíková <vha...@re...> Date: 2024-08-01 (Thu, 01 Aug 2024) Changed paths: M src/libopensc/card-openpgp.c Log Message: ----------- card-openpgp.c: Fix variable overflow Thanks Coverity CID 427425 Commit: 4d7d7cf234c08060aa2df045b62670f46d18d9e0 https://github.com/OpenSC/OpenSC/commit/4d7d7cf234c08060aa2df045b62670f46d18d9e0 Author: Veronika Hanulíková <vha...@re...> Date: 2024-08-01 (Thu, 01 Aug 2024) Changed paths: M src/libopensc/cwa14890.c Log Message: ----------- cwa14890.c: Fix variable overflow Thanks Coverity CID 427423 Commit: bc10aa98d15d1926e74d6808185932c9f82a5017 https://github.com/OpenSC/OpenSC/commit/bc10aa98d15d1926e74d6808185932c9f82a5017 Author: Veronika Hanulíková <vha...@re...> Date: 2024-08-01 (Thu, 01 Aug 2024) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool.c: Fix variable overflow Thanks Coverity CID 427419 Commit: 295e4950960f19feb8c4b8810804effec6f14abb https://github.com/OpenSC/OpenSC/commit/295e4950960f19feb8c4b8810804effec6f14abb Author: Veronika Hanulíková <vha...@re...> Date: 2024-08-01 (Thu, 01 Aug 2024) Changed paths: M src/libopensc/pkcs15-pubkey.c Log Message: ----------- pkcs15-pubkey.c: Fix variable overflow Thanks Coverity CID 427418 Commit: e78867175df9832da615c6e5906e4bccadf6be04 https://github.com/OpenSC/OpenSC/commit/e78867175df9832da615c6e5906e4bccadf6be04 Author: Veronika Hanulíková <vha...@re...> Date: 2024-08-01 (Thu, 01 Aug 2024) Changed paths: M src/pkcs15init/pkcs15-lib.c Log Message: ----------- pkcs15-lib.c: Fix variable overflow Thanks Coverity CID 427417 Commit: 726109db516a623b4181a9254ea21f685b6bb3c6 https://github.com/OpenSC/OpenSC/commit/726109db516a623b4181a9254ea21f685b6bb3c6 Author: Veronika Hanulíková <vha...@re...> Date: 2024-08-01 (Thu, 01 Aug 2024) Changed paths: M src/libopensc/card-epass2003.c Log Message: ----------- card-epass2003.c: Fix code style Commit: 3a52206e8c134e3497c64cd24cca8c69be3dc52a https://github.com/OpenSC/OpenSC/commit/3a52206e8c134e3497c64cd24cca8c69be3dc52a Author: Veronika Hanulíková <vha...@re...> Date: 2024-08-01 (Thu, 01 Aug 2024) Changed paths: M src/libopensc/card-epass2003.c Log Message: ----------- card-epass2003.c: Fix variable overflow Thanks Coverity CID 427420 Commit: d5a5b5428ef1b33c71057fd173e541cdc0273485 https://github.com/OpenSC/OpenSC/commit/d5a5b5428ef1b33c71057fd173e541cdc0273485 Author: Veronika Hanulíková <vha...@re...> Date: 2024-08-01 (Thu, 01 Aug 2024) Changed paths: M src/tests/unittests/Makefile.am M src/tests/unittests/Makefile.mak A src/tests/unittests/base64.c Log Message: ----------- Add unittests for base64 encoder and decoder Compare: https://github.com/OpenSC/OpenSC/compare/99acab9e6cf2...d5a5b5428ef1 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Jakub J. <no...@gi...> - 2024-07-31 12:34:04
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 99acab9e6cf20ed50570abe792472e99e4524e45 https://github.com/OpenSC/OpenSC/commit/99acab9e6cf20ed50570abe792472e99e4524e45 Author: Jakub Jelen <jj...@re...> Date: 2024-07-31 (Wed, 31 Jul 2024) Changed paths: M .github/test-piv.sh Log Message: ----------- ci: Fix PIV test after yubico-piv-tool update The recent CI runs started failing with errors like this causing the CI failures: yubico-piv-tool: ambiguous argument, "verify", for option `--action' (`-a') The new option is called "verify-pin" so updated the scripts to use that. To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: YuliaKolobok <no...@gi...> - 2024-07-30 10:38:56
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 9eef825b6ec1d41fd3cbf715436146328529e6da https://github.com/OpenSC/OpenSC/commit/9eef825b6ec1d41fd3cbf715436146328529e6da Author: baryshnikova <bar...@ru...> Date: 2024-07-30 (Tue, 30 Jul 2024) Changed paths: M src/pkcs15init/rutoken_ecp.profile Log Message: ----------- Update min-length of user-pin to support new tokens Rutoken ECP BIO requires min-length param for user/so PIN to be greater than 6 bytes To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Rémy T. <no...@gi...> - 2024-07-26 11:03:13
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 338eb8b957951d3255f220a97cc1ff10b75a40a2 https://github.com/OpenSC/OpenSC/commit/338eb8b957951d3255f220a97cc1ff10b75a40a2 Author: Rémy Thura <re...@th...> Date: 2024-07-26 (Fri, 26 Jul 2024) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- dev(pkcs11-tool): add support for CKM_AES_GCM key wrapping Commit: 5a260cc109a4dc8724393fb7b2c56dd213d9e1bf https://github.com/OpenSC/OpenSC/commit/5a260cc109a4dc8724393fb7b2c56dd213d9e1bf Author: Rémy Thura <re...@th...> Date: 2024-07-26 (Fri, 26 Jul 2024) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- dev(pkcs11-tool): Add CKM_AES_KEY_WRAP_PAD in supported mechanisms Commit: e4a4046ec818b00e2427bfc49ff40eed6daf7a23 https://github.com/OpenSC/OpenSC/commit/e4a4046ec818b00e2427bfc49ff40eed6daf7a23 Author: Rémy Thura <re...@th...> Date: 2024-07-26 (Fri, 26 Jul 2024) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- dev(pkcs11-tool): Add support for private key wrapping Commit: 6186ab04f3b85788147fb90c4beb86ff5477fbba https://github.com/OpenSC/OpenSC/commit/6186ab04f3b85788147fb90c4beb86ff5477fbba Author: Rémy Thura <re...@th...> Date: 2024-07-26 (Fri, 26 Jul 2024) Changed paths: M doc/tools/pkcs11-tool.1.xml M doc/tools/tools.html Log Message: ----------- doc(pkcs11-tool): Clarify --key-type cli switch documentation Commit: bec3e2e29c88ee72debf007424e86ff618ccd0ed https://github.com/OpenSC/OpenSC/commit/bec3e2e29c88ee72debf007424e86ff618ccd0ed Author: Rémy Thura <re...@th...> Date: 2024-07-26 (Fri, 26 Jul 2024) Changed paths: M tests/test-pkcs11-tool-unwrap-wrap-test.sh Log Message: ----------- tst(pkcs11-tool): Add key wrapping tests Compare: https://github.com/OpenSC/OpenSC/compare/947211ed0dd4...bec3e2e29c88 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Alexandre G. <no...@gi...> - 2024-07-26 07:57:03
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: f6679a8dbab79d59d38e2cdd70a247c43157b507 https://github.com/OpenSC/OpenSC/commit/f6679a8dbab79d59d38e2cdd70a247c43157b507 Author: Alexandre Gonzalo <ale...@tr...> Date: 2024-07-26 (Fri, 26 Jul 2024) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- feat(pkcs11-tool): --usage-derive is also for secret keys Commit: 0a85287a613f48dcc7347e12b34d30e4944a3402 https://github.com/OpenSC/OpenSC/commit/0a85287a613f48dcc7347e12b34d30e4944a3402 Author: Alexandre Gonzalo <ale...@tr...> Date: 2024-07-26 (Fri, 26 Jul 2024) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- feat(pkcs11-tool): secret keys can also be used for derivation Commit: 294def08102dcbced01510ff69bc7646e8783952 https://github.com/OpenSC/OpenSC/commit/294def08102dcbced01510ff69bc7646e8783952 Author: Alexandre Gonzalo <ale...@tr...> Date: 2024-07-26 (Fri, 26 Jul 2024) Changed paths: M src/pkcs11/pkcs11.h M src/tools/pkcs11-tool.c Log Message: ----------- feat(pkcs11-tool): add support for HKDF Commit: 2c85144b0ff962524441f76131c1ffb12a35e0b0 https://github.com/OpenSC/OpenSC/commit/2c85144b0ff962524441f76131c1ffb12a35e0b0 Author: Alexandre Gonzalo <ale...@tr...> Date: 2024-07-26 (Fri, 26 Jul 2024) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- feat(pkcs11-tool): add new macro FILL_ATTR_EX Commit: 947211ed0dd45c8ce10fb20b98951e12e33aee4e https://github.com/OpenSC/OpenSC/commit/947211ed0dd45c8ce10fb20b98951e12e33aee4e Author: Alexandre Gonzalo <ale...@tr...> Date: 2024-07-26 (Fri, 26 Jul 2024) Changed paths: M doc/tools/pkcs11-tool.1.xml M doc/tools/tools.html Log Message: ----------- doc(pkcs11-tool): add new CLI switches Compare: https://github.com/OpenSC/OpenSC/compare/83d56e2cc40a...947211ed0dd4 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Luka L. <no...@gi...> - 2024-07-19 10:03:31
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 83d56e2cc40ac531312ad004e0e7db7b25cbbc2e https://github.com/OpenSC/OpenSC/commit/83d56e2cc40ac531312ad004e0e7db7b25cbbc2e Author: Luka Logar <luk...@in...> Date: 2024-07-19 (Fri, 19 Jul 2024) Changed paths: M src/libopensc/card-eoi.c M src/libopensc/cardctl.h M src/pkcs11/framework-pkcs15.c Log Message: ----------- Introduce SC_CARDCTL_GET_MODEL Card model can now alternatively be set by card driver via the sc_card_ctl() SC_CARDCTL_GET_MODEL call and not just via the configuration file To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Jakub J. <no...@gi...> - 2024-07-19 08:24:25
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: f4315c17bec5724a5b00d2f37bd7aaee0bcd598d https://github.com/OpenSC/OpenSC/commit/f4315c17bec5724a5b00d2f37bd7aaee0bcd598d Author: Jakub Jelen <jj...@re...> Date: 2024-07-19 (Fri, 19 Jul 2024) Changed paths: M src/tests/p11test/runtest.sh Log Message: ----------- p11test: Generate keys with derive flags Commit: 7099f4e34760de89ab3a36c9cc3b5a12d60e18a0 https://github.com/OpenSC/OpenSC/commit/7099f4e34760de89ab3a36c9cc3b5a12d60e18a0 Author: Jakub Jelen <jj...@re...> Date: 2024-07-19 (Fri, 19 Jul 2024) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: Avoid dead code Fixups #3175 ** CID 440022: (DEADCODE) Signed-off-by: Jakub Jelen <jj...@re...> Compare: https://github.com/OpenSC/OpenSC/compare/b8cde78132e7...7099f4e34760 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Alexandre G. <no...@gi...> - 2024-07-16 13:37:25
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 3fe53fb81ce3fd206e64927ac5c4d172c7234eee https://github.com/OpenSC/OpenSC/commit/3fe53fb81ce3fd206e64927ac5c4d172c7234eee Author: Alexandre Gonzalo <ale...@tr...> Date: 2024-07-16 (Tue, 16 Jul 2024) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- feat(pkcs11-tool): allow encryption with public keys Commit: 8a20af82238ed5e26a3cb9d02b763ece3bd056dc https://github.com/OpenSC/OpenSC/commit/8a20af82238ed5e26a3cb9d02b763ece3bd056dc Author: Alexandre Gonzalo <ale...@tr...> Date: 2024-07-16 (Tue, 16 Jul 2024) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- feat(pkcs11-tool): add support for RSA OAEP encryption Commit: b8cde78132e718255fc65fd68ec8829fdf3aa791 https://github.com/OpenSC/OpenSC/commit/b8cde78132e718255fc65fd68ec8829fdf3aa791 Author: Alexandre Gonzalo <ale...@tr...> Date: 2024-07-16 (Tue, 16 Jul 2024) Changed paths: M tests/test-pkcs11-tool-sign-verify.sh Log Message: ----------- feat(pkcs11-tool): add test for RSA OAEP Compare: https://github.com/OpenSC/OpenSC/compare/e3e09f74ab3f...b8cde78132e7 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Luka L. <no...@gi...> - 2024-07-12 10:57:54
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: e3e09f74ab3fabb7d7fc79ac6510f6be0416cee5 https://github.com/OpenSC/OpenSC/commit/e3e09f74ab3fabb7d7fc79ac6510f6be0416cee5 Author: Luka Logar <luk...@in...> Date: 2024-07-12 (Fri, 12 Jul 2024) Changed paths: M src/libopensc/dir.c Log Message: ----------- Fix disable flag for application conf block Currently the mere presence of 'disable=xx' disables the application. Even the 'disable=false', which imho can be confusing. Instead treat it as a boolan To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Veronika H. <no...@gi...> - 2024-07-05 15:33:13
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 5d9f0d8333c4b507c4431f343e218a166c16f983 https://github.com/OpenSC/OpenSC/commit/5d9f0d8333c4b507c4431f343e218a166c16f983 Author: Veronika Hanulíková <vha...@re...> Date: 2024-07-05 (Fri, 05 Jul 2024) Changed paths: M src/pkcs11/openssl.c Log Message: ----------- Allow OpenSSL engine header only for <3.0 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Rémy T. <no...@gi...> - 2024-07-05 14:56:12
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: fdea247c1ff9fc638c78fcfcdfd09d1dcad88c3e https://github.com/OpenSC/OpenSC/commit/fdea247c1ff9fc638c78fcfcdfd09d1dcad88c3e Author: Rémy Thura <re...@th...> Date: 2024-07-05 (Fri, 05 Jul 2024) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- feat(pkcs11-tool): add support for CKM_AES_GCM encryption Commit: 40db104f77394de40e05bd164a376a791f469e34 https://github.com/OpenSC/OpenSC/commit/40db104f77394de40e05bd164a376a791f469e34 Author: Rémy Thura <re...@th...> Date: 2024-07-05 (Fri, 05 Jul 2024) Changed paths: M doc/tools/pkcs11-tool.1.xml M doc/tools/tools.html Log Message: ----------- doc(pkcs11-tool): Add new cli switches Commit: cea5b9a040df5ac143a574cf22b671a77b0705e9 https://github.com/OpenSC/OpenSC/commit/cea5b9a040df5ac143a574cf22b671a77b0705e9 Author: Rémy Thura <re...@th...> Date: 2024-07-05 (Fri, 05 Jul 2024) Changed paths: M tests/test-pkcs11-tool-sym-crypt-test.sh Log Message: ----------- tst(pkcs11-tool): Test AES GCM encryption and decryption Commit: 9af4154700f61f54fa631a098019f4fde2714b50 https://github.com/OpenSC/OpenSC/commit/9af4154700f61f54fa631a098019f4fde2714b50 Author: Rémy Thura <re...@th...> Date: 2024-07-05 (Fri, 05 Jul 2024) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- style(pkcs11-tool): Fix code style issues Compare: https://github.com/OpenSC/OpenSC/compare/259decf656a7...9af4154700f6 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Luka L. <no...@gi...> - 2024-07-02 08:09:20
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 259decf656a77a6d1bd3e944d6f198ed70832ff5 https://github.com/OpenSC/OpenSC/commit/259decf656a77a6d1bd3e944d6f198ed70832ff5 Author: Luka Logar <luk...@in...> Date: 2024-07-02 (Tue, 02 Jul 2024) Changed paths: M src/pkcs11/framework-pkcs15.c M src/pkcs11/sc-pkcs11.h Log Message: ----------- Only append PIN name to token label if necessary There is no need to append PIN name to token label, if the token has only one PIN object (occupies only one virtual slot). To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Rémy T. <no...@gi...> - 2024-07-02 08:08:32
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 2b9188b401d39235a0727eff343f5cc6d632a480 https://github.com/OpenSC/OpenSC/commit/2b9188b401d39235a0727eff343f5cc6d632a480 Author: Rémy Thura <re...@th...> Date: 2024-07-02 (Tue, 02 Jul 2024) Changed paths: M src/pkcs11/pkcs11.h M src/tools/pkcs11-tool.c Log Message: ----------- feat(pkcs11-tool): add support for CKM_AES_CMAC_GENERAL Commit: 62c0daa3b429145bdd4a860e9bd88ed7a34c9c8f https://github.com/OpenSC/OpenSC/commit/62c0daa3b429145bdd4a860e9bd88ed7a34c9c8f Author: Rémy Thura <re...@th...> Date: 2024-07-02 (Tue, 02 Jul 2024) Changed paths: M doc/tools/pkcs11-tool.1.xml M doc/tools/tools.html Log Message: ----------- doc(pkcs11-tool): Add new cli switch Compare: https://github.com/OpenSC/OpenSC/compare/6a65b5159cce...62c0daa3b429 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Luka L. <no...@gi...> - 2024-06-27 03:29:16
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 6a65b5159cce51cc75d85777865622ddcaad157f https://github.com/OpenSC/OpenSC/commit/6a65b5159cce51cc75d85777865622ddcaad157f Author: Luka Logar <luk...@in...> Date: 2024-06-27 (Thu, 27 Jun 2024) Changed paths: M src/libopensc/card.c Log Message: ----------- Verbosify sc_card_ctl() invocation Currently it's hard to know which SC_CARDCTL_* parameter was sc_card_ctl() called with To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Luka L. <no...@gi...> - 2024-06-24 11:51:24
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: b879b9b20523d44d40a43d215d63c367b78a4588 https://github.com/OpenSC/OpenSC/commit/b879b9b20523d44d40a43d215d63c367b78a4588 Author: Luka Logar <luk...@in...> Date: 2024-06-24 (Mon, 24 Jun 2024) Changed paths: M src/libopensc/cardctl.h Log Message: ----------- clang-format cardctl.h so PR #3189 can be applied cleanly To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Jakub J. <no...@gi...> - 2024-06-24 08:44:20
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 4b7a9b01416aea283969c0ca285555921727ed9d https://github.com/OpenSC/OpenSC/commit/4b7a9b01416aea283969c0ca285555921727ed9d Author: Jakub Jelen <jj...@re...> Date: 2024-06-24 (Mon, 24 Jun 2024) Changed paths: M src/tools/pkcs15-init.c Log Message: ----------- pkcs15-init: Check return value of fseek Thanks coverity CID 426268 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Jakub J. <no...@gi...> - 2024-06-24 07:45:20
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 98ead26a963336e7f7e8a14def2b2ca36676feec https://github.com/OpenSC/OpenSC/commit/98ead26a963336e7f7e8a14def2b2ca36676feec Author: Jakub Jelen <jj...@re...> Date: 2024-06-24 (Mon, 24 Jun 2024) Changed paths: M .github/workflows/cifuzz.yml M .github/workflows/fedora.yml M .github/workflows/linux-strict.yml M .github/workflows/linux.yml M .github/workflows/macos.yml M .github/workflows/packit.yaml Log Message: ----------- ci: Update upload/download-artifact to v4 The v3 will be deprecated in the end of 2024 https://github.com/actions/upload-artifact/blob/main/docs/MIGRATION.md To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: invis-z <no...@gi...> - 2024-06-13 19:37:59
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 1685f370b07128ef1fd0e602860d4ce76a7f9b81 https://github.com/OpenSC/OpenSC/commit/1685f370b07128ef1fd0e602860d4ce76a7f9b81 Author: invis-z <227...@us...> Date: 2024-06-13 (Thu, 13 Jun 2024) Changed paths: M src/tools/piv-tool.c Log Message: ----------- piv-tool: Fix RSA key generation `params = OSSL_PARAM_BLD_to_param(bld)` was called twice, once inside `if` condition and once after the `if`. Removed the second one to resolve issue generating RSA keys with OpenSSL 3.0. To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |
From: Jakub J. <no...@gi...> - 2024-06-13 12:06:28
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: d18d2cd2a97c7bdfd654282e60fdc413ffedda94 https://github.com/OpenSC/OpenSC/commit/d18d2cd2a97c7bdfd654282e60fdc413ffedda94 Author: Andreas Schwier <and...@ca...> Date: 2024-06-13 (Thu, 13 Jun 2024) Changed paths: M src/libopensc/opensc.h M src/libopensc/pkcs15-sec.c Log Message: ----------- Add key size to security environment passed into card driver Commit: 8b7f7f53be9296a7ed8284175b6b6d52906a1bd6 https://github.com/OpenSC/OpenSC/commit/8b7f7f53be9296a7ed8284175b6b6d52906a1bd6 Author: Andreas Schwier <and...@ca...> Date: 2024-06-13 (Thu, 13 Jun 2024) Changed paths: M src/libopensc/card-sc-hsm.c M src/libopensc/card-sc-hsm.h M src/libopensc/pkcs15-sc-hsm.c Log Message: ----------- Fix sporadic failure of secp521r1 signature and add missing mechanisms Commit: d4e7823c8f5f265bdf64904cc644eeb26b89ad31 https://github.com/OpenSC/OpenSC/commit/d4e7823c8f5f265bdf64904cc644eeb26b89ad31 Author: Andreas Schwier <and...@ca...> Date: 2024-06-13 (Thu, 13 Jun 2024) Changed paths: M src/libopensc/card-sc-hsm.c M src/libopensc/opensc.h Log Message: ----------- Avoid conversion of int to size_t Commit: 83acf2fb9b36ea36c800d1888768338983882798 https://github.com/OpenSC/OpenSC/commit/83acf2fb9b36ea36c800d1888768338983882798 Author: Andreas Schwier <and...@ca...> Date: 2024-06-13 (Thu, 13 Jun 2024) Changed paths: M src/libopensc/card-sc-hsm.c M src/libopensc/opensc.h M src/libopensc/pkcs15-sec.c Log Message: ----------- Rename field to clarify encoding in bits Commit: 19b0e9830c2581a1d57b1da08a17e05f225358d4 https://github.com/OpenSC/OpenSC/commit/19b0e9830c2581a1d57b1da08a17e05f225358d4 Author: Andreas Schwier <and...@ca...> Date: 2024-06-13 (Thu, 13 Jun 2024) Changed paths: M src/libopensc/pkcs15-sc-hsm.c Log Message: ----------- Fix typo Compare: https://github.com/OpenSC/OpenSC/compare/81e5d5488d1b...19b0e9830c25 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |