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: Ludovic R. <no...@gi...> - 2019-04-25 12:52:29
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 98ec27e76828034aab971490027e4e3ee777eed1 https://github.com/OpenSC/OpenSC/commit/98ec27e76828034aab971490027e4e3ee777eed1 Author: Ludovic Rousseau <lud...@fr...> Date: 2019-04-25 (Thu, 25 Apr 2019) Changed paths: M src/pkcs11/pkcs11-spy.c Log Message: ----------- pkcs11-spy: log pParameter buffer for C_EncryptInit & C_DecryptInit Commit: 69727c79adeda87faa69a9e7497dd33471f18512 https://github.com/OpenSC/OpenSC/commit/69727c79adeda87faa69a9e7497dd33471f18512 Author: Ludovic Rousseau <lud...@fr...> Date: 2019-04-25 (Thu, 25 Apr 2019) Changed paths: M src/pkcs11/pkcs11.h Log Message: ----------- pkcs11.h: add CK_GCM_PARAMS structure Commit: ffaaf1c0d3884d01888042e34e4cce3cc9a4a83d https://github.com/OpenSC/OpenSC/commit/ffaaf1c0d3884d01888042e34e4cce3cc9a4a83d Author: Ludovic Rousseau <lud...@fr...> Date: 2019-04-25 (Thu, 25 Apr 2019) Changed paths: M src/pkcs11/pkcs11-spy.c Log Message: ----------- pkcs11-spy: parse CKM_AES_GCM for C_EncryptInit() Compare: https://github.com/OpenSC/OpenSC/compare/bfa94dc90d5c...ffaaf1c0d388 |
From: Frank M. <no...@gi...> - 2019-04-25 12:52:03
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: f412995811084e60c069b3befeabfd1a8f2089d1 https://github.com/OpenSC/OpenSC/commit/f412995811084e60c069b3befeabfd1a8f2089d1 Author: alegon01 <ale...@tr...> Date: 2019-02-01 (Fri, 01 Feb 2019) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Bug fix in verify_signature() when the buffer to verify is larger than 1025 bytes. In this case, the signature length given to C_VerifyFinal() was incorrect. Commit: ff3448fb18c007dae05c9ef543de29a311251b43 https://github.com/OpenSC/OpenSC/commit/ff3448fb18c007dae05c9ef543de29a311251b43 Author: alegon01 <ale...@tr...> Date: 2019-02-01 (Fri, 01 Feb 2019) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Fix build when OPENSSL_NO_RIPEMD and OPENSSL_NO_CAST are defined. Commit: 968bfa84445c74078a784931aa12efa9711de293 https://github.com/OpenSC/OpenSC/commit/968bfa84445c74078a784931aa12efa9711de293 Author: alegon01 <ale...@tr...> Date: 2019-02-01 (Fri, 01 Feb 2019) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Add support for CKM_RSA_PKCS_OAEP in encrypt_decrypt(). Commit: 16ca73ae4008656ff2d7ee079eb39304e15fb776 https://github.com/OpenSC/OpenSC/commit/16ca73ae4008656ff2d7ee079eb39304e15fb776 Author: alegon01 <ale...@tr...> Date: 2019-02-01 (Fri, 01 Feb 2019) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Add support for CKM_RSA_PKCS_OAEP in encrypt_decrypt(). fix mechanism value in call to util_fatal(). Commit: 2be799f739c20f4ff276834b91a50f32fe314718 https://github.com/OpenSC/OpenSC/commit/2be799f739c20f4ff276834b91a50f32fe314718 Author: alegon01 <ale...@tr...> Date: 2019-02-01 (Fri, 01 Feb 2019) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Add support for CKM_RSA_PKCS_OAEP in encrypt_decrypt(). fix mechanism value in call to util_fatal(). fix formatting. Commit: cf617da4bda4d37ede78651662010d472c244ab0 https://github.com/OpenSC/OpenSC/commit/cf617da4bda4d37ede78651662010d472c244ab0 Author: alegon01 <ale...@tr...> Date: 2019-02-01 (Fri, 01 Feb 2019) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Before calling encrypt_decrypt() make sure that the mechanism is for RSA and supports decryption, otherwise skip it. Commit: 9b7605ff3ceb6e799e106ff718465626e739486f https://github.com/OpenSC/OpenSC/commit/9b7605ff3ceb6e799e106ff718465626e739486f Author: alegon01 <ale...@tr...> Date: 2019-02-01 (Fri, 01 Feb 2019) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Add support for CKM_RSA_PKCS_OAEP in encrypt_decrypt(). Only set the OAEP params for CKM_RSA_PKCS_OAEP, I had an issue with a variable not initialized. Commit: f030aa2c25943472fa66f601286487c2a8c98b10 https://github.com/OpenSC/OpenSC/commit/f030aa2c25943472fa66f601286487c2a8c98b10 Author: alegon01 <ale...@tr...> Date: 2019-02-04 (Mon, 04 Feb 2019) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Add support for CKM_RSA_X_509 in encrypt_decrypt() and decrypt_data(). Commit: 3d09823df0029a35f9f3259a5f9a401dcbf26ee3 https://github.com/OpenSC/OpenSC/commit/3d09823df0029a35f9f3259a5f9a401dcbf26ee3 Author: alegon01 <ale...@tr...> Date: 2019-02-04 (Mon, 04 Feb 2019) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Fix build when OPENSSL_NO_RIPEMD and OPENSSL_NO_CAST are defined. Fix formatting. Commit: d25fbe3cecc55857541ad773899235e227409c47 https://github.com/OpenSC/OpenSC/commit/d25fbe3cecc55857541ad773899235e227409c47 Author: alegon01 <ale...@tr...> Date: 2019-02-05 (Tue, 05 Feb 2019) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Remove 2 useless comments in encrypt_decrypt(). Commit: 9aa413bd7e9ad7298a30d517c0446308393ea9b1 https://github.com/OpenSC/OpenSC/commit/9aa413bd7e9ad7298a30d517c0446308393ea9b1 Author: alegon01 <ale...@tr...> Date: 2019-02-05 (Tue, 05 Feb 2019) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Fix CKM_RSA_X_509 encrypt_decrypt(). Improve the code for CKM_RSA_PKCS and CKM_RSA_PKCS_OAEP. For these alogs, only CKM_SHA_1 is supported. Commit: 084624f340afd66c985a2dafc8eaf93461946724 https://github.com/OpenSC/OpenSC/commit/084624f340afd66c985a2dafc8eaf93461946724 Author: alegon01 <ale...@tr...> Date: 2019-02-05 (Tue, 05 Feb 2019) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Fix CKM_RSA_PKCS in encrypt_decrypt(). Commit: 973625773b6bef1750db94712339381a534beeae https://github.com/OpenSC/OpenSC/commit/973625773b6bef1750db94712339381a534beeae Author: alegon01 <ale...@tr...> Date: 2019-02-07 (Thu, 07 Feb 2019) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Fix encrypt_decrypt() for CKM_RSA_PKCS_OAEP. It is working fine now with OpenSsl 1.1.1a. Commit: b63a868e68635754048ec24431cbbedea848544b https://github.com/OpenSC/OpenSC/commit/b63a868e68635754048ec24431cbbedea848544b Author: alegon01 <ale...@tr...> Date: 2019-02-12 (Tue, 12 Feb 2019) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Fix build when EVP_PKEY_CTX_set_rsa_oaep_md is not defined. Commit: 9ae507c5f8dcc193f367e6ad536157cb679f3408 https://github.com/OpenSC/OpenSC/commit/9ae507c5f8dcc193f367e6ad536157cb679f3408 Author: alegon01 <ale...@tr...> Date: 2019-02-12 (Tue, 12 Feb 2019) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Fix indentation. Commit: 7271fe610b341ab2f9f56eaf0f9eaef48b8e0e78 https://github.com/OpenSC/OpenSC/commit/7271fe610b341ab2f9f56eaf0f9eaef48b8e0e78 Author: alegon01 <ale...@tr...> Date: 2019-02-18 (Mon, 18 Feb 2019) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Add support for the OpenSsl signature format for the signature verification. Commit: b327b76134b19e2495e01abce47ca1aef2d32034 https://github.com/OpenSC/OpenSC/commit/b327b76134b19e2495e01abce47ca1aef2d32034 Author: alegon01 <ale...@tr...> Date: 2019-03-06 (Wed, 06 Mar 2019) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- FIX use pseudo_randomize() for a proper initialization of orig_data in encrypt_decrypt(). Commit: 728d099a536ab1923a217ae00408f72aa0b8ecee https://github.com/OpenSC/OpenSC/commit/728d099a536ab1923a217ae00408f72aa0b8ecee Author: alegon01 <ale...@tr...> Date: 2019-03-06 (Wed, 06 Mar 2019) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- FIX typo OpenSSL vs OpenSsl. Commit: 31831c300be3d1fc6387ce221c069301ecb3c087 https://github.com/OpenSC/OpenSC/commit/31831c300be3d1fc6387ce221c069301ecb3c087 Author: alegon01 <ale...@tr...> Date: 2019-03-12 (Tue, 12 Mar 2019) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Remove the call to OPENSSL_init_crypto() which is not needed. I have a segmentation fault when the process exits. Commit: 4913feadb8c5d8cb2302054d76721364ff43d9f7 https://github.com/OpenSC/OpenSC/commit/4913feadb8c5d8cb2302054d76721364ff43d9f7 Author: alegon01 <ale...@tr...> Date: 2019-04-05 (Fri, 05 Apr 2019) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Fix in encrypt_decrypt(), check for (in_len <= sizeof orig_data) Commit: f631b5f733c9332e6bd68649afe8b926bf378911 https://github.com/OpenSC/OpenSC/commit/f631b5f733c9332e6bd68649afe8b926bf378911 Author: alegon01 <ale...@tr...> Date: 2019-04-05 (Fri, 05 Apr 2019) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Fix in encrypt_decrypt(), check for (in_len <= sizeof orig_data) Commit: e21cb5712c04b7ac5ae10ca754d952fe28679cf6 https://github.com/OpenSC/OpenSC/commit/e21cb5712c04b7ac5ae10ca754d952fe28679cf6 Author: alegon01 <ale...@tr...> Date: 2019-04-24 (Wed, 24 Apr 2019) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Fix in encrypt_decrypt(), initialize the mgf Commit: bfa94dc90d5c407e7d1da4e0bfd392031c496506 https://github.com/OpenSC/OpenSC/commit/bfa94dc90d5c407e7d1da4e0bfd392031c496506 Author: Frank Morgner <fra...@gm...> Date: 2019-04-25 (Thu, 25 Apr 2019) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Merge pull request #1600 from AlexandreGonzalo/trustonic_pkcs11 Compare: https://github.com/OpenSC/OpenSC/compare/b06398c1af93...bfa94dc90d5c |
From: Frank M. <no...@gi...> - 2019-04-25 12:50:10
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: b06398c1af93e51c5acf25ff35ecd8c8af377d4a https://github.com/OpenSC/OpenSC/commit/b06398c1af93e51c5acf25ff35ecd8c8af377d4a Author: Frank Morgner <fra...@gm...> Date: 2019-04-25 (Thu, 25 Apr 2019) Changed paths: M MacOSX/opensc-uninstall M MacOSX/scripts/postinstall Log Message: ----------- macOS: install man, doc, completion to /usr/local |
From: Alon Bar-L. <no...@gi...> - 2019-04-25 11:45:40
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pkcs11-helper Commit: b370bd5051ba086a1e351b6f7b778d79d514be32 https://github.com/OpenSC/pkcs11-helper/commit/b370bd5051ba086a1e351b6f7b778d79d514be32 Author: Alon Bar-Lev <alo...@gm...> Date: 2019-04-25 (Thu, 25 Apr 2019) Changed paths: M lib/pkcs11h-core.c Log Message: ----------- core: __pkcs11h_forkFixup always activate slotevents Commit: 551631c0e6ce65e10426c965abf14c63ec9018f8 https://github.com/OpenSC/pkcs11-helper/commit/551631c0e6ce65e10426c965abf14c63ec9018f8 Author: Alon Bar-Lev <alo...@gm...> Date: 2019-04-25 (Thu, 25 Apr 2019) Changed paths: M include/pkcs11-helper-1.0/pkcs11h-core.h M lib/pkcs11h-core.c Log Message: ----------- core: avoid lock during fork fixup the atfork child is guarenteed to be run before any child logic. developers are instructed to call fork fixup before any logic. Commit: b8e0956d8e74f41dee0d6284dcb56971d56ae0b3 https://github.com/OpenSC/pkcs11-helper/commit/b8e0956d8e74f41dee0d6284dcb56971d56ae0b3 Author: Alon Bar-Lev <alo...@gm...> Date: 2019-04-25 (Thu, 25 Apr 2019) Changed paths: M lib/pkcs11h-core.c Log Message: ----------- core: avoid recursive fork fixup Commit: d954c6e15061ce59c934d0632588655c67adba1c https://github.com/OpenSC/pkcs11-helper/commit/d954c6e15061ce59c934d0632588655c67adba1c Author: Alon Bar-Lev <alo...@gm...> Date: 2019-04-25 (Thu, 25 Apr 2019) Changed paths: M configure.ac M tests/Makefile.am A tests/test-fork/Makefile.am A tests/test-fork/test-fork.c Log Message: ----------- tests: add fork test Commit: b3753ebd65782c33e7cea69c997ddc482ff30396 https://github.com/OpenSC/pkcs11-helper/commit/b3753ebd65782c33e7cea69c997ddc482ff30396 Author: Alon Bar-Lev <alo...@gm...> Date: 2019-04-25 (Thu, 25 Apr 2019) Changed paths: M ChangeLog Log Message: ----------- doc: update ChangeLog Compare: https://github.com/OpenSC/pkcs11-helper/compare/1ab6cb173185...b3753ebd6578 |
From: Martin P. <no...@gi...> - 2019-04-25 11:40:49
|
Branch: refs/heads/esteid-2018 Home: https://github.com/OpenSC/OpenSC Commit: b3bc2cacdcdbe1edfadbf94e9970b24b1827d3d3 https://github.com/OpenSC/OpenSC/commit/b3bc2cacdcdbe1edfadbf94e9970b24b1827d3d3 Author: Martin Paljak <ma...@ma...> Date: 2019-04-25 (Thu, 25 Apr 2019) Changed paths: M src/libopensc/card-esteid2018.c Log Message: ----------- Address more review comments Change-Id: I7ca63b19bee23672c471bbbdce613298e8ef8015 |
From: Martin P. <no...@gi...> - 2019-04-25 11:27:47
|
Branch: refs/heads/esteid-2018 Home: https://github.com/OpenSC/OpenSC Commit: 887b68f2a178b315b31b07cec545eb5c834ead30 https://github.com/OpenSC/OpenSC/commit/887b68f2a178b315b31b07cec545eb5c834ead30 Author: Martin Paljak <ma...@ma...> Date: 2019-04-25 (Thu, 25 Apr 2019) Changed paths: M src/libopensc/card-esteid2018.c Log Message: ----------- Address review and fix reading bigger files than 1024 bytes Change-Id: I8a8365ef15196341fabeb67ce911698532b46dd6 |
From: Frank M. <no...@gi...> - 2019-04-24 21:43:29
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pam_p11 Commit: 1900611b97f73060451b4ed07bde14c21fa3f362 https://github.com/OpenSC/pam_p11/commit/1900611b97f73060451b4ed07bde14c21fa3f362 Author: Frank Morgner <fra...@gm...> Date: 2019-04-24 (Wed, 24 Apr 2019) Changed paths: M configure.ac Log Message: ----------- post pam_p11-0.3.0 |
From: Frank M. <no...@gi...> - 2019-04-24 21:40:35
|
Branch: refs/tags/pam_p11-0.3.0 Home: https://github.com/OpenSC/pam_p11 |
From: Frank M. <no...@gi...> - 2019-04-24 21:33:08
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pam_p11 Commit: abc7080e707501de13a2aa84f79b4e7f8ce14d52 https://github.com/OpenSC/pam_p11/commit/abc7080e707501de13a2aa84f79b4e7f8ce14d52 Author: Frank Morgner <fra...@gm...> Date: 2019-04-24 (Wed, 24 Apr 2019) Changed paths: M README.md Log Message: ----------- extended documentation Commit: 991b4805d775656e5bcf01a7ffb22bff47efbb02 https://github.com/OpenSC/pam_p11/commit/991b4805d775656e5bcf01a7ffb22bff47efbb02 Author: Frank Morgner <fra...@gm...> Date: 2019-04-24 (Wed, 24 Apr 2019) Changed paths: M Makefile.am Log Message: ----------- added README.md to installation Commit: 6e819682cedc4ab77ef510d8a9fe11e8d42d5e5f https://github.com/OpenSC/pam_p11/commit/6e819682cedc4ab77ef510d8a9fe11e8d42d5e5f Author: Frank Morgner <fra...@gm...> Date: 2019-04-24 (Wed, 24 Apr 2019) Changed paths: M NEWS M README.md M configure.ac M po/de.po M po/it.po M po/pam_p11.pot Log Message: ----------- Released 0.3.0 Compare: https://github.com/OpenSC/pam_p11/compare/6bc6649e3a1d...6e819682cedc |
From: Alon Bar-L. <no...@gi...> - 2019-04-24 07:45:41
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pkcs11-helper Commit: 1ab6cb173185e22e5752fae1714425578cba0fef https://github.com/OpenSC/pkcs11-helper/commit/1ab6cb173185e22e5752fae1714425578cba0fef Author: Alon Bar-Lev <alo...@gm...> Date: 2019-04-24 (Wed, 24 Apr 2019) Changed paths: M ChangeLog M lib/pkcs11h-core.c Log Message: ----------- core: reduce mutex scope at add/remove provider resolve a deadlock caused when provider fork in C_Initialize/C_Finalize. Thanks: Frank Morgner <fra...@gm...> Bug: https://github.com/OpenSC/OpenSC/issues/1507 Bug: https://github.com/OpenSC/pkcs11-helper/issues/16 |
From: Frank M. <no...@gi...> - 2019-04-23 21:33:54
|
Branch: refs/heads/opensc Home: https://github.com/OpenSC/pkcs11-helper Commit: a3b6a4711304062fb44be9fbe6914fe394d5ec33 https://github.com/OpenSC/pkcs11-helper/commit/a3b6a4711304062fb44be9fbe6914fe394d5ec33 Author: Frank Morgner <fra...@gm...> Date: 2019-04-23 (Tue, 23 Apr 2019) Changed paths: M lib/pkcs11h-core.c Log Message: ----------- Add fork compatibility with OpenSC fixes https://github.com/OpenSC/OpenSC/issues/1507 |
From: Jakub J. <no...@gi...> - 2019-04-23 12:49:55
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 13429baed047a93719987db900f169c7a426c426 https://github.com/OpenSC/OpenSC/commit/13429baed047a93719987db900f169c7a426c426 Author: Jakub Jelen <jj...@re...> Date: 2019-04-23 (Tue, 23 Apr 2019) Changed paths: M src/libopensc/card-cac.c Log Message: ----------- cac: Avoid signed/unsigned casting reported by coverity src/libopensc/card-cac.c:1707: negative_returns: "val_len" is passed to a parameter that cannot be negative. |
From: Selva N. <no...@gi...> - 2019-04-22 14:43:44
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pkcs11-helper Commit: c192bb48e9170d636e305d03a87c82580101a1a9 https://github.com/OpenSC/pkcs11-helper/commit/c192bb48e9170d636e305d03a87c82580101a1a9 Author: Selva Nair <sel...@gm...> Date: 2019-04-22 (Mon, 22 Apr 2019) Changed paths: M ChangeLog M lib/pkcs11h-openssl.c Log Message: ----------- openssl: support RSA_NO_PADDING padding When PSS padding is in use, OpenSSL pre-pads the data and requests signature with padding=RSA_NO_PADDING. Handle this using CKM_RSA_X_509 as the mechanism. Signed-off-by: Selva Nair <sel...@gm...> |
From: Martin P. <no...@gi...> - 2019-04-20 07:08:43
|
Branch: refs/heads/esteid-2018 Home: https://github.com/OpenSC/OpenSC Commit: c0780810ee1c22f44d9b82b073d551b78bc1eab2 https://github.com/OpenSC/OpenSC/commit/c0780810ee1c22f44d9b82b073d551b78bc1eab2 Author: Martin Paljak <ma...@ma...> Date: 2019-04-20 (Sat, 20 Apr 2019) Changed paths: M src/libopensc/card-esteid2018.c M src/libopensc/pkcs15-esteid2018.c Log Message: ----------- Address review comments Change-Id: I9aa97c8a9878dddd3e6f1a2baa877d188b9d7fe5 |
From: Martin P. <no...@gi...> - 2019-04-20 06:41:30
|
Branch: refs/heads/esteid-2018 Home: https://github.com/OpenSC/OpenSC Commit: 781f42cf773b6faa0d8e0822a631f0a56c534c8e https://github.com/OpenSC/OpenSC/commit/781f42cf773b6faa0d8e0822a631f0a56c534c8e Author: Martin Paljak <ma...@ma...> Date: 2019-04-18 (Thu, 18 Apr 2019) Changed paths: A .clang-format Log Message: ----------- meta: add clang-format formatting configuration This allows for voluntary formatting with clang-format (or IDE tools like clang-format plugin for VS Code). Once a suitable formatting configuration is found, automatic formatting can be configured Change-Id: I9021a98fe90c5ef9f21ce7459fdf05fa645fb56c Commit: 1c34ba343cd1d5f88aa0d2783e02b1119d42c807 https://github.com/OpenSC/OpenSC/commit/1c34ba343cd1d5f88aa0d2783e02b1119d42c807 Author: Martin Paljak <ma...@ma...> Date: 2019-04-18 (Thu, 18 Apr 2019) Changed paths: M src/libopensc/Makefile.am A src/libopensc/card-esteid2018.c M src/libopensc/cards.h M src/libopensc/ctx.c A src/libopensc/pkcs15-esteid2018.c M src/libopensc/pkcs15-syn.c M src/libopensc/pkcs15-syn.h Log Message: ----------- Snapshot of EstEID 2018+ driver Change-Id: I2e4b4914d8a3b991d9a639728695abf4a2362ca0 Commit: 2c2bd2fd463da2be65c7ad46b962339de1bbcece https://github.com/OpenSC/OpenSC/commit/2c2bd2fd463da2be65c7ad46b962339de1bbcece Author: Martin Paljak <ma...@ma...> Date: 2019-04-18 (Thu, 18 Apr 2019) Changed paths: M src/libopensc/pkcs15-esteid2018.c Log Message: ----------- Make Travis happy Change-Id: I6bc0f79921967402b28c907a2e95a20165e422e7 Commit: 1d463a1d8ca3842bcfd54d8e93f491f845053df4 https://github.com/OpenSC/OpenSC/commit/1d463a1d8ca3842bcfd54d8e93f491f845053df4 Author: Martin Paljak <ma...@ma...> Date: 2019-04-18 (Thu, 18 Apr 2019) Changed paths: M src/libopensc/card-esteid2018.c M src/libopensc/pkcs15-esteid2018.c M src/libopensc/pkcs15-syn.c Log Message: ----------- Address review comments and further reduce LOC and make sure the card is always handled emulated card first Change-Id: I60174c2793bb882fb73716f62a652d84e028382c Commit: 4c4cdbec25e7ccd4725fa9016c0894d83d1b6163 https://github.com/OpenSC/OpenSC/commit/4c4cdbec25e7ccd4725fa9016c0894d83d1b6163 Author: Martin Paljak <ma...@ma...> Date: 2019-04-18 (Thu, 18 Apr 2019) Changed paths: M src/libopensc/Makefile.mak Log Message: ----------- Add to windows build Change-Id: I97d5dd5716dd322dc13a839105c980e3dfd32818 Commit: 49f7669d23f5371642181038db699249e3c58e4e https://github.com/OpenSC/OpenSC/commit/49f7669d23f5371642181038db699249e3c58e4e Author: Martin Paljak <ma...@ma...> Date: 2019-04-18 (Thu, 18 Apr 2019) Changed paths: M src/libopensc/Makefile.mak M src/libopensc/card-esteid2018.c Log Message: ----------- Change saved function pointer signature and fix typo in Windows makefile Commit: 31cb52704af0415bced8a2b6ba836e06cb51037c https://github.com/OpenSC/OpenSC/commit/31cb52704af0415bced8a2b6ba836e06cb51037c Author: Martin Paljak <ma...@ma...> Date: 2019-04-18 (Thu, 18 Apr 2019) Changed paths: M src/libopensc/card-esteid2018.c Log Message: ----------- Avoid 6282 reply for a successful operation Change-Id: I5d4d3103692fc6db51f13fc5338360289c26af9a Compare: https://github.com/OpenSC/OpenSC/compare/902862733a5a...31cb52704af0 |
From: Frank M. <no...@gi...> - 2019-04-18 07:51:39
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: abc6cfbe68323e83f36e4cc6db771a5d8a8ed4db https://github.com/OpenSC/OpenSC/commit/abc6cfbe68323e83f36e4cc6db771a5d8a8ed4db Author: Frank Morgner <fra...@gm...> Date: 2019-04-18 (Thu, 18 Apr 2019) Changed paths: M .travis.yml M README.md Log Message: ----------- Added more CI card testing |
From: Frank M. <no...@gi...> - 2019-04-17 23:43:16
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 8f2b4c79237076a4f60a969edb3573c725de3798 https://github.com/OpenSC/OpenSC/commit/8f2b4c79237076a4f60a969edb3573c725de3798 Author: Frank Morgner <fra...@gm...> Date: 2019-04-18 (Thu, 18 Apr 2019) Changed paths: M MacOSX/Distribution.xml.in Log Message: ----------- macos: use hierarchical layout for installer |
From: dfortinskiy <no...@gi...> - 2019-04-17 14:42:22
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 0e12b1dc711c6296155c336b904516de2443c589 https://github.com/OpenSC/OpenSC/commit/0e12b1dc711c6296155c336b904516de2443c589 Author: Dmitriy Fortinskiy <for...@ru...> Date: 2019-04-17 (Wed, 17 Apr 2019) Changed paths: M src/pkcs11/pkcs11.h M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: Generate GOSTR3410-2012 keys Commit: a5382d32fde67d3c882d7bf717307a913b78772d https://github.com/OpenSC/OpenSC/commit/a5382d32fde67d3c882d7bf717307a913b78772d Author: Dmitriy Fortinskiy <for...@ru...> Date: 2019-04-17 (Wed, 17 Apr 2019) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: Show GOSTR3410-2012 keys Commit: 8cf1e6f769b36bdcadc3958574305b90e88c816d https://github.com/OpenSC/OpenSC/commit/8cf1e6f769b36bdcadc3958574305b90e88c816d Author: Dmitriy Fortinskiy <for...@ru...> Date: 2019-04-17 (Wed, 17 Apr 2019) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: List supported GOST mechanisms Compare: https://github.com/OpenSC/OpenSC/compare/4614beb87e8f...8cf1e6f769b3 |
From: dfortinskiy <no...@gi...> - 2019-04-17 14:40:51
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 4614beb87e8feb9f49918d31657f2f19e20a353c https://github.com/OpenSC/OpenSC/commit/4614beb87e8feb9f49918d31657f2f19e20a353c Author: Dmitriy Fortinskiy <for...@ru...> Date: 2019-04-17 (Wed, 17 Apr 2019) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: Add keys access flags |
From: dfortinskiy <no...@gi...> - 2019-04-17 14:38:59
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: fe4dae4d31d443f00da793bb05d8fb47424ddeb1 https://github.com/OpenSC/OpenSC/commit/fe4dae4d31d443f00da793bb05d8fb47424ddeb1 Author: Dmitriy Fortinskiy <for...@ru...> Date: 2019-04-17 (Wed, 17 Apr 2019) Changed paths: M src/libopensc/card-rtecp.c Log Message: ----------- card-rtecp: Add Rutoken ECP SC ATR Commit: aff2059ec1421f42945de79e6a9b37eedda06f04 https://github.com/OpenSC/OpenSC/commit/aff2059ec1421f42945de79e6a9b37eedda06f04 Author: Dmitriy Fortinskiy <for...@ru...> Date: 2019-04-17 (Wed, 17 Apr 2019) Changed paths: M src/libopensc/card-rtecp.c Log Message: ----------- card-rtecp: Fix SELECT FILE Commit: 2600f1ae43265fd75e0ae823888ff55a6e014c85 https://github.com/OpenSC/OpenSC/commit/2600f1ae43265fd75e0ae823888ff55a6e014c85 Author: Dmitriy Fortinskiy <for...@ru...> Date: 2019-04-17 (Wed, 17 Apr 2019) Changed paths: M win32/customactions.cpp Log Message: ----------- win32: Add Rutoken ECP ATRs to the minidriver Compare: https://github.com/OpenSC/OpenSC/compare/91a1dd9af4e5...2600f1ae4326 |
From: Raul M. <no...@gi...> - 2019-04-17 12:38:50
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 91a1dd9af4e5743eb5276f587a2df50270d5aa0d https://github.com/OpenSC/OpenSC/commit/91a1dd9af4e5743eb5276f587a2df50270d5aa0d Author: Raul Metsma <ra...@me...> Date: 2019-04-17 (Wed, 17 Apr 2019) Changed paths: M doc/tools/pkcs11-tool.1.xml M src/tools/pkcs11-tool.c Log Message: ----------- Option to delete object by index Signed-off-by: Raul Metsma <ra...@me...> |
From: Raul M. <no...@gi...> - 2019-04-17 12:38:01
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 3935d501bf27d49943562ad0c5746047dd6d8498 https://github.com/OpenSC/OpenSC/commit/3935d501bf27d49943562ad0c5746047dd6d8498 Author: Raul Metsma <ra...@me...> Date: 2019-04-17 (Wed, 17 Apr 2019) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Implement Secret Key write object Signed-off-by: Raul Metsma <ra...@me...> |
From: Frank M. <no...@gi...> - 2019-04-12 19:13:41
|
Branch: refs/heads/test Home: https://github.com/OpenSC/OpenSC Commit: e52c7b3985bcb7fdbe998588d2c957aedbdf6c39 https://github.com/OpenSC/OpenSC/commit/e52c7b3985bcb7fdbe998588d2c957aedbdf6c39 Author: Frank Morgner <fra...@gm...> Date: 2019-04-12 (Fri, 12 Apr 2019) Changed paths: M .travis.yml Log Message: ----------- simulation: use piv-tool for generating keys |
From: Henrik R. <no...@gi...> - 2019-04-11 05:53:42
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 97700cb51ac1e84f5ac8bc402e6f9e0fc271d76b https://github.com/OpenSC/libp11/commit/97700cb51ac1e84f5ac8bc402e6f9e0fc271d76b Author: Henrik Riomar <hen...@gm...> Date: 2019-04-11 (Thu, 11 Apr 2019) Changed paths: M src/p11_atfork.c Log Message: ----------- add needed include for getpid() Fixes: p11_atfork.c: In function '_P11_get_forkid': p11_atfork.c:78:9: warning: implicit declaration of function 'getpid'; did you mean 'getenv'? [-Wimplicit-function-declaration] return getpid(); |
From: Michał T. <no...@gi...> - 2019-04-08 20:25:25
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 67e1a8e0f01006326e9066d5b01b759d3f45d29c https://github.com/OpenSC/libp11/commit/67e1a8e0f01006326e9066d5b01b759d3f45d29c Author: Michał Trojnara <Mic...@st...> Date: 2019-04-08 (Mon, 08 Apr 2019) Changed paths: M INSTALL.md Log Message: ----------- pkgconf added to build prerequisites See #282 for details. |