You can subscribe to this list here.
| 2013 |
Jan
(18) |
Feb
(20) |
Mar
(15) |
Apr
(5) |
May
(7) |
Jun
(3) |
Jul
(4) |
Aug
(20) |
Sep
(10) |
Oct
(12) |
Nov
(12) |
Dec
(7) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2014 |
Jan
(12) |
Feb
(8) |
Mar
(3) |
Apr
(7) |
May
(12) |
Jun
(19) |
Jul
(1) |
Aug
(5) |
Sep
(9) |
Oct
(11) |
Nov
(13) |
Dec
(20) |
| 2015 |
Jan
(12) |
Feb
(25) |
Mar
(33) |
Apr
(37) |
May
(36) |
Jun
(2) |
Jul
(18) |
Aug
(31) |
Sep
(98) |
Oct
(50) |
Nov
(25) |
Dec
(34) |
| 2016 |
Jan
(95) |
Feb
(35) |
Mar
(78) |
Apr
(12) |
May
(11) |
Jun
(20) |
Jul
(28) |
Aug
(21) |
Sep
(30) |
Oct
(29) |
Nov
(15) |
Dec
(15) |
| 2017 |
Jan
(29) |
Feb
(17) |
Mar
(34) |
Apr
(28) |
May
(12) |
Jun
(25) |
Jul
(39) |
Aug
(14) |
Sep
(12) |
Oct
(38) |
Nov
(28) |
Dec
(6) |
| 2018 |
Jan
(15) |
Feb
(22) |
Mar
(27) |
Apr
(71) |
May
(78) |
Jun
(47) |
Jul
(24) |
Aug
(63) |
Sep
(43) |
Oct
(34) |
Nov
(27) |
Dec
(18) |
| 2019 |
Jan
(51) |
Feb
(17) |
Mar
(48) |
Apr
(46) |
May
(25) |
Jun
(9) |
Jul
(14) |
Aug
(46) |
Sep
(18) |
Oct
(25) |
Nov
(26) |
Dec
(25) |
| 2020 |
Jan
(28) |
Feb
(30) |
Mar
(20) |
Apr
(69) |
May
(40) |
Jun
(16) |
Jul
(13) |
Aug
(9) |
Sep
(17) |
Oct
(40) |
Nov
(55) |
Dec
(6) |
| 2021 |
Jan
(44) |
Feb
(13) |
Mar
(33) |
Apr
(31) |
May
(32) |
Jun
(10) |
Jul
(9) |
Aug
(27) |
Sep
(33) |
Oct
(7) |
Nov
(14) |
Dec
(17) |
| 2022 |
Jan
(25) |
Feb
(11) |
Mar
(42) |
Apr
(14) |
May
(18) |
Jun
(3) |
Jul
(10) |
Aug
(41) |
Sep
(12) |
Oct
(13) |
Nov
(18) |
Dec
(9) |
| 2023 |
Jan
(10) |
Feb
(18) |
Mar
(25) |
Apr
(27) |
May
(16) |
Jun
(26) |
Jul
(9) |
Aug
(29) |
Sep
(17) |
Oct
(24) |
Nov
(18) |
Dec
(16) |
| 2024 |
Jan
(23) |
Feb
(55) |
Mar
(40) |
Apr
(17) |
May
(15) |
Jun
(12) |
Jul
(12) |
Aug
(6) |
Sep
(15) |
Oct
(16) |
Nov
(29) |
Dec
(26) |
| 2025 |
Jan
(29) |
Feb
(37) |
Mar
(24) |
Apr
(35) |
May
(38) |
Jun
(20) |
Jul
(7) |
Aug
(13) |
Sep
(4) |
Oct
(6) |
Nov
|
Dec
|
|
From: GitHub <no...@gi...> - 2016-01-03 19:14:54
|
Branch: refs/heads/PKCS11_enumerate_public_keys Home: https://github.com/OpenSC/libp11 Commit: 786fa6dc26ad7819a5a5f94851deb938bca31f43 https://github.com/OpenSC/libp11/commit/786fa6dc26ad7819a5a5f94851deb938bca31f43 Author: Michał Trojnara <Mic...@st...> Date: 2016-01-03 (Sun, 03 Jan 2016) Changed paths: M examples/Makefile.am A examples/listkeys.c M tests/Makefile.am M tests/common.sh A tests/pubkey.der A tests/testlistkeys.softhsm Log Message: ----------- Added a test case for private/public key enumeration |
|
From: GitHub <no...@gi...> - 2016-01-03 19:01:37
|
Branch: refs/heads/PKCS11_enumerate_public_keys Home: https://github.com/OpenSC/libp11 Commit: 914e85046fb484cb8eba7b8476f3d073360c979c https://github.com/OpenSC/libp11/commit/914e85046fb484cb8eba7b8476f3d073360c979c Author: Michał Trojnara <Mic...@st...> Date: 2016-01-03 (Sun, 03 Jan 2016) Changed paths: M NEWS M src/libp11-int.h M src/libp11.exports M src/libp11.h M src/p11_ec.c M src/p11_key.c M src/p11_misc.c M src/p11_rsa.c M src/p11_slot.c Log Message: ----------- Added PKCS11_enumerate_public_keys to the API Commit: a4bc54a22dbf33af09932aed3683deb00a7a927e https://github.com/OpenSC/libp11/commit/a4bc54a22dbf33af09932aed3683deb00a7a927e Author: Michał Trojnara <Mic...@st...> Date: 2016-01-03 (Sun, 03 Jan 2016) Log Message: ----------- Merge branch 'master' into PKCS11_enumerate_public_keys Compare: https://github.com/OpenSC/libp11/compare/48c081a28971...a4bc54a22dbf |
|
From: GitHub <no...@gi...> - 2016-01-03 18:57:13
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 914e85046fb484cb8eba7b8476f3d073360c979c https://github.com/OpenSC/libp11/commit/914e85046fb484cb8eba7b8476f3d073360c979c Author: Michał Trojnara <Mic...@st...> Date: 2016-01-03 (Sun, 03 Jan 2016) Changed paths: M NEWS M src/libp11-int.h M src/libp11.exports M src/libp11.h M src/p11_ec.c M src/p11_key.c M src/p11_misc.c M src/p11_rsa.c M src/p11_slot.c Log Message: ----------- Added PKCS11_enumerate_public_keys to the API |
|
From: GitHub <no...@gi...> - 2016-01-03 18:45:29
|
Branch: refs/heads/PKCS11_enumerate_public_keys Home: https://github.com/OpenSC/libp11 Commit: b9ca5d426bb6436bce242884253820a3cb58077f https://github.com/OpenSC/libp11/commit/b9ca5d426bb6436bce242884253820a3cb58077f Author: Michał Trojnara <Mic...@st...> Date: 2016-01-03 (Sun, 03 Jan 2016) Changed paths: M NEWS M src/libp11-int.h M src/libp11.h M src/p11_ec.c M src/p11_key.c M src/p11_misc.c M src/p11_rsa.c M src/p11_slot.c Log Message: ----------- Added PKCS11_enumerate_public_keys to the API Commit: 48c081a2897121ae248c704c1442062430b96283 https://github.com/OpenSC/libp11/commit/48c081a2897121ae248c704c1442062430b96283 Author: Michał Trojnara <Mic...@st...> Date: 2016-01-03 (Sun, 03 Jan 2016) Changed paths: M src/libp11.h M src/p11_ec.c M src/p11_key.c M src/p11_rsa.c Log Message: ----------- Merge branch 'master' into PKCS11_enumerate_public_keys Compare: https://github.com/OpenSC/libp11/compare/07b021c578b1...48c081a28971 |
|
From: GitHub <no...@gi...> - 2016-01-03 18:34:06
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: b9ca5d426bb6436bce242884253820a3cb58077f https://github.com/OpenSC/libp11/commit/b9ca5d426bb6436bce242884253820a3cb58077f Author: Michał Trojnara <Mic...@st...> Date: 2016-01-03 (Sun, 03 Jan 2016) Changed paths: M NEWS M src/libp11-int.h M src/libp11.h M src/p11_ec.c M src/p11_key.c M src/p11_misc.c M src/p11_rsa.c M src/p11_slot.c Log Message: ----------- Added PKCS11_enumerate_public_keys to the API |
|
From: GitHub <no...@gi...> - 2016-01-02 17:39:08
|
Branch: refs/heads/PKCS11_enumerate_public_keys Home: https://github.com/OpenSC/libp11 |
|
From: GitHub <no...@gi...> - 2016-01-02 16:37:16
|
Branch: refs/heads/PKCS11_enumerate_public_keys Home: https://github.com/OpenSC/libp11 Commit: 5f2c564debb12fb84b5ae653b1538435e981f070 https://github.com/OpenSC/libp11/commit/5f2c564debb12fb84b5ae653b1538435e981f070 Author: Michał Trojnara <Mic...@st...> Date: 2016-01-02 (Sat, 02 Jan 2016) Changed paths: M .travis.yml Log Message: ----------- Update CI to use softhsm2 |
|
From: GitHub <no...@gi...> - 2016-01-02 15:30:15
|
Branch: refs/heads/PKCS11_enumerate_public_keys Home: https://github.com/OpenSC/libp11 Commit: 0f40d8a2e85ca54dcb9492ac0e799ad5aab88e1e https://github.com/OpenSC/libp11/commit/0f40d8a2e85ca54dcb9492ac0e799ad5aab88e1e Author: Michał Trojnara <Mic...@st...> Date: 2016-01-02 (Sat, 02 Jan 2016) Changed paths: M NEWS M src/libp11-int.h M src/p11_ec.c M src/p11_key.c M src/p11_rsa.c Log Message: ----------- Fixed RSA public key handling Commit: 07b021c578b1ae6698c8e7a63aa5032aad488377 https://github.com/OpenSC/libp11/commit/07b021c578b1ae6698c8e7a63aa5032aad488377 Author: Michał Trojnara <Mic...@st...> Date: 2016-01-02 (Sat, 02 Jan 2016) Changed paths: M examples/Makefile.am A examples/listkeys.c M tests/Makefile.am M tests/common.sh A tests/pubkey.der A tests/testlistkeys.softhsm Log Message: ----------- A test case for listing keys Compare: https://github.com/OpenSC/libp11/compare/1fc85b718def...07b021c578b1 |
|
From: GitHub <no...@gi...> - 2015-12-31 18:08:44
|
Branch: refs/heads/master Home: https://github.com/OpenSC/openct Commit: 3a3921d2c0e61197cb13b705aa86f3c67af26559 https://github.com/OpenSC/openct/commit/3a3921d2c0e61197cb13b705aa86f3c67af26559 Author: Marcin Cieślak <sa...@sa...> Date: 2015-11-15 (Sun, 15 Nov 2015) Changed paths: M src/pcsc/pcsc.c Log Message: ----------- Handle too large PC/SC buffer values pcsc-lite starting from 1.8.14 provides 65548 byte receive buffers to IFDHTransmitToICC(), which is a maximal extended APDU size. Unfortunately this is more than CT API can use (16 bits). If more than 65536 bytes are about to be sent, return IFD_PROTOCOL_NOT_SUPPORTED. Receive at most 65536 bytes. pcsc-lite will always specify 65548 buffer, even if the client application requests less; therefore we cannot return an error in this case. Discussion: https://lists.alioth.debian.org/pipermail/pcsclite-muscle/Week-of-Mon-20151109/000493.html Commit: a4f3fcb91dcd78274dffb1b934e4a8c55dbb91a4 https://github.com/OpenSC/openct/commit/a4f3fcb91dcd78274dffb1b934e4a8c55dbb91a4 Author: Marcin Cieślak <sa...@sa...> Date: 2015-12-31 (Thu, 31 Dec 2015) Changed paths: M src/pcsc/pcsc.c Log Message: ----------- Merge branch 'rcvbufsiz' Compare: https://github.com/OpenSC/openct/compare/968da6cdf3ef...a4f3fcb91dcd |
|
From: GitHub <no...@gi...> - 2015-12-31 08:33:52
|
Branch: refs/heads/PKCS11_enumerate_public_keys Home: https://github.com/OpenSC/libp11 Commit: 1fc85b718defae296d278225e2f26d6c91e5aa4c https://github.com/OpenSC/libp11/commit/1fc85b718defae296d278225e2f26d6c91e5aa4c Author: Michał Trojnara <Mic...@st...> Date: 2015-12-31 (Thu, 31 Dec 2015) Changed paths: M NEWS M src/p11_ec.c Log Message: ----------- Fixed EC public key handling |
|
From: GitHub <no...@gi...> - 2015-12-30 16:01:39
|
Branch: refs/heads/PKCS11_enumerate_public_keys Home: https://github.com/OpenSC/libp11 Commit: 1460429d09b0954f44ef9e1c61806a3a70669088 https://github.com/OpenSC/libp11/commit/1460429d09b0954f44ef9e1c61806a3a70669088 Author: Michał Trojnara <Mic...@st...> Date: 2015-12-30 (Wed, 30 Dec 2015) Changed paths: M src/libp11-int.h M src/libp11.exports M src/libp11.h M src/p11_key.c M src/p11_misc.c M src/p11_rsa.c M src/p11_slot.c Log Message: ----------- Key storage redesigned to allow for PKCS11_enumerate_public_keys() |
|
From: GitHub <no...@gi...> - 2015-12-30 15:58:58
|
Branch: refs/heads/PKCS11_enumerate_public_keys Home: https://github.com/OpenSC/libp11 |
|
From: GitHub <no...@gi...> - 2015-12-30 11:30:46
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 1ea84bfe1bc506bd13aecca41a37e0777a1b3b13 https://github.com/OpenSC/libp11/commit/1ea84bfe1bc506bd13aecca41a37e0777a1b3b13 Author: Michał Trojnara <Mic...@mi...> Date: 2015-12-30 (Wed, 30 Dec 2015) Changed paths: M README.md M src/libp11-int.h M src/p11_ops.c M src/p11_slot.c Log Message: ----------- Locking for multithreaded operations Commit: f43e3ddb7b1e07d61ff08179d073e599695cd88e https://github.com/OpenSC/libp11/commit/f43e3ddb7b1e07d61ff08179d073e599695cd88e Author: Michał Trojnara <Mic...@st...> Date: 2015-12-30 (Wed, 30 Dec 2015) Changed paths: M README.md M src/libp11-int.h M src/p11_ops.c M src/p11_slot.c Log Message: ----------- Merge pull request #44 from mtrojnar/operation_active Thread-safety for PKCS11_ecdsa_sign, PKCS11_private_encrypt and PKCS11_private_decrypt Compare: https://github.com/OpenSC/libp11/compare/e903c8c1f085...f43e3ddb7b1e |
|
From: GitHub <no...@gi...> - 2015-12-30 11:18:49
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: e3dab4690e3f1fb48bf1210eea788a3d55989683 https://github.com/OpenSC/libp11/commit/e3dab4690e3f1fb48bf1210eea788a3d55989683 Author: Michał Trojnara <Mic...@mi...> Date: 2015-12-30 (Wed, 30 Dec 2015) Changed paths: M NEWS M src/Makefile.am M src/Makefile.mak M src/libp11-int.h M src/p11_load.c M src/p11_misc.c Log Message: ----------- Thread-safety for the PKCS#11 reinitialization Commit: e903c8c1f0851fafb0de17145f3622bea60b6772 https://github.com/OpenSC/libp11/commit/e903c8c1f0851fafb0de17145f3622bea60b6772 Author: Michał Trojnara <Mic...@st...> Date: 2015-12-30 (Wed, 30 Dec 2015) Changed paths: M NEWS M src/Makefile.am M src/Makefile.mak M src/libp11-int.h M src/p11_load.c M src/p11_misc.c Log Message: ----------- Merge pull request #47 from mtrojnar/atfork_locks Thread-safety for the PKCS#11 reinitialization after fork Compare: https://github.com/OpenSC/libp11/compare/87fa165ed17f...e903c8c1f085 |
|
From: GitHub <no...@gi...> - 2015-12-30 09:38:07
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 87fa165ed17f1432ca0298083ad1761aed7b3f81 https://github.com/OpenSC/libp11/commit/87fa165ed17f1432ca0298083ad1761aed7b3f81 Author: Michał Trojnara <Mic...@mi...> Date: 2015-12-30 (Wed, 30 Dec 2015) Changed paths: M .travis.yml M examples/auth.c M examples/decrypt.c M examples/rawrsasign.c M src/libp11.h M src/p11_ec.c M src/p11_key.c M src/p11_load.c Log Message: ----------- Fix most gcc/msvc compiler warnings |
|
From: GitHub <no...@gi...> - 2015-12-28 15:34:35
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 642bcffadca5c18c90b952006e111a7128aa6e5a https://github.com/OpenSC/libp11/commit/642bcffadca5c18c90b952006e111a7128aa6e5a Author: Nikos Mavrogiannopoulos <nm...@gn...> Date: 2015-12-28 (Mon, 28 Dec 2015) Changed paths: M NEWS Log Message: ----------- NEWS: doc update |
|
From: GitHub <no...@gi...> - 2015-12-28 15:27:55
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: e52e6ff7831052d1f392ad354dfb21cf247d49d9 https://github.com/OpenSC/libp11/commit/e52e6ff7831052d1f392ad354dfb21cf247d49d9 Author: Michał Trojnara <Mic...@mi...> Date: 2015-12-18 (Fri, 18 Dec 2015) Changed paths: M src/libp11-int.h M src/p11_load.c M src/p11_slot.c Log Message: ----------- Reinitialize the PKCS11 internal slot table in PKCS11_CTX_reload Commit: e563db686783baf1db48daabeae9c0be9367bdd5 https://github.com/OpenSC/libp11/commit/e563db686783baf1db48daabeae9c0be9367bdd5 Author: Michal Trojnara <Mic...@mi...> Date: 2015-12-21 (Mon, 21 Dec 2015) Changed paths: M tests/fork-test.c Log Message: ----------- fork-test improved to handle child processes terminated with a signal Commit: 446f5d65adb3c567798982f777a45231bfed9ddb https://github.com/OpenSC/libp11/commit/446f5d65adb3c567798982f777a45231bfed9ddb Author: Michal Trojnara <Mic...@mi...> Date: 2015-12-21 (Mon, 21 Dec 2015) Changed paths: M .travis.yml Log Message: ----------- Perform CI tests with a newer SoftHSM Commit: 863005dc032290885e8d5a48861d3d41eb430598 https://github.com/OpenSC/libp11/commit/863005dc032290885e8d5a48861d3d41eb430598 Author: Michał Trojnara <Mic...@mi...> Date: 2015-12-28 (Mon, 28 Dec 2015) Changed paths: M src/p11_attr.c Log Message: ----------- Removed PKCS#11 reinitialization before C_GetAttributeValue calls Commit: 734ce73e923623ca157145261c33a17d94e2b545 https://github.com/OpenSC/libp11/commit/734ce73e923623ca157145261c33a17d94e2b545 Author: Nikos Mavrogiannopoulos <n.m...@gm...> Date: 2015-12-28 (Mon, 28 Dec 2015) Changed paths: M .travis.yml M src/libp11-int.h M src/p11_attr.c M src/p11_load.c M src/p11_slot.c M tests/fork-test.c Log Message: ----------- Merge pull request #43 from mtrojnar/reinitialize Atfork reinitialization fixed to work with opensc-pkcs11 (and not only SoftHSM) Compare: https://github.com/OpenSC/libp11/compare/7f93f83541e9...734ce73e9236 |
|
From: GitHub <no...@gi...> - 2015-12-28 14:57:48
|
Branch: refs/heads/master Home: https://github.com/OpenSC/engine_pkcs11 Commit: 99049131cad2632a5df458f5426ecbacdba6d13c https://github.com/OpenSC/engine_pkcs11/commit/99049131cad2632a5df458f5426ecbacdba6d13c Author: LE TOUX Vincent <HG...@sd...> Date: 2015-12-28 (Mon, 28 Dec 2015) Changed paths: A appveyor.yml A make.rules.mak M src/Makefile.am M src/Makefile.mak Log Message: ----------- add support for appveyor Commit: e0eb635fd6d68a421794752fdbbab82151355475 https://github.com/OpenSC/engine_pkcs11/commit/e0eb635fd6d68a421794752fdbbab82151355475 Author: Ludovic Rousseau <lud...@gm...> Date: 2015-12-28 (Mon, 28 Dec 2015) Changed paths: A appveyor.yml A make.rules.mak M src/Makefile.am M src/Makefile.mak Log Message: ----------- Merge pull request #32 from vletoux/test-appveyor add support for appveyor Compare: https://github.com/OpenSC/engine_pkcs11/compare/024ee27d19e0...e0eb635fd6d6 |
|
From: GitHub <no...@gi...> - 2015-12-28 14:15:16
|
Branch: refs/heads/master Home: https://github.com/OpenSC/engine_pkcs11 Commit: 024ee27d19e0c2e88a7e94c5118799c118927f7e https://github.com/OpenSC/engine_pkcs11/commit/024ee27d19e0c2e88a7e94c5118799c118927f7e Author: Ludovic Rousseau <lud...@gm...> Date: 2015-12-28 (Mon, 28 Dec 2015) Changed paths: M README.md Log Message: ----------- Add AppVeyor badge Use URL https://ci.appveyor.com/project/LudovicRousseau/engine-pkcs11 |
|
From: GitHub <no...@gi...> - 2015-12-28 13:50:40
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 3b88fd85481c02ed33cdf02846f5bf9e8d769fa6 https://github.com/OpenSC/libp11/commit/3b88fd85481c02ed33cdf02846f5bf9e8d769fa6 Author: LE TOUX Vincent <HG...@sd...> Date: 2015-12-27 (Sun, 27 Dec 2015) Changed paths: A appveyor.yml A ltrc.inc A make.rules.mak M src/Makefile.am M src/Makefile.mak M src/libpkcs11.c Log Message: ----------- Add compilation support for Appveyor Commit: 7f93f83541e902f1573659575736195b122ccd31 https://github.com/OpenSC/libp11/commit/7f93f83541e902f1573659575736195b122ccd31 Author: Ludovic Rousseau <lud...@gm...> Date: 2015-12-28 (Mon, 28 Dec 2015) Changed paths: A appveyor.yml A ltrc.inc A make.rules.mak M src/Makefile.am M src/Makefile.mak M src/libpkcs11.c Log Message: ----------- Merge pull request #46 from vletoux/test-appveyor Add support for Appveyor Compare: https://github.com/OpenSC/libp11/compare/0addfebd9cfa...7f93f83541e9 |
|
From: GitHub <no...@gi...> - 2015-12-28 11:25:41
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: 0addfebd9cfa38625ee4373e49d3edfcc199cfec https://github.com/OpenSC/libp11/commit/0addfebd9cfa38625ee4373e49d3edfcc199cfec Author: Ludovic Rousseau <lud...@gm...> Date: 2015-12-28 (Mon, 28 Dec 2015) Changed paths: M README.md Log Message: ----------- Add AppVeyor badge Use https://ci.appveyor.com/project/LudovicRousseau/libp11 |
|
From: GitHub <no...@gi...> - 2015-12-27 23:48:48
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 25dae28ab55c8aa80e323a0bddde9d41bc97dec3 https://github.com/OpenSC/OpenSC/commit/25dae28ab55c8aa80e323a0bddde9d41bc97dec3 Author: Uri Blumenthal <ur...@ll...> Date: 2015-12-21 (Mon, 21 Dec 2015) Changed paths: M src/tools/pkcs15-tool.c Log Message: ----------- Access to public key should not be PIN-authenticated. Especially since access to certificate (from which one can get public key) is not currently PIN-authenticated. Commit: 2b6b0ee05a0a89af72a9b3cd5bcbc3f32fe495fb https://github.com/OpenSC/OpenSC/commit/2b6b0ee05a0a89af72a9b3cd5bcbc3f32fe495fb Author: Uri Blumenthal <ur...@ll...> Date: 2015-12-21 (Mon, 21 Dec 2015) Changed paths: M src/pkcs11/framework-pkcs15.c Log Message: ----------- According to PKCS#11 standard, public key should not have the attribute CKA_SENSITIVE set to TRUE. This attribute is for private and secret keys only. Commit: 76ed06981bde35d979754122fc250ccbf854493d https://github.com/OpenSC/OpenSC/commit/76ed06981bde35d979754122fc250ccbf854493d Author: Uri Blumenthal <ur...@ll...> Date: 2015-12-22 (Tue, 22 Dec 2015) Changed paths: M src/pkcs11/framework-pkcs15.c Log Message: ----------- Made sure attribute CKA_TOKEN is set to TRUE. Commit: e96d3ccf663ed721b43616144567c5082c0d5510 https://github.com/OpenSC/OpenSC/commit/e96d3ccf663ed721b43616144567c5082c0d5510 Author: Frank Morgner <fra...@gm...> Date: 2015-12-28 (Mon, 28 Dec 2015) Changed paths: M src/pkcs11/framework-pkcs15.c M src/tools/pkcs15-tool.c Log Message: ----------- Merge pull request #642 from mouse07410/master Fix public key access and attributes Compare: https://github.com/OpenSC/OpenSC/compare/2f95e7cb5042...e96d3ccf663e |
|
From: GitHub <no...@gi...> - 2015-12-27 23:45:30
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 40440e70f48e554401d6ed6679fa5e47dcba55d0 https://github.com/OpenSC/OpenSC/commit/40440e70f48e554401d6ed6679fa5e47dcba55d0 Author: LE TOUX Vincent <HG...@sd...> Date: 2015-12-26 (Sat, 26 Dec 2015) Changed paths: M appveyor.yml M win32/Make.rules.mak Log Message: ----------- add zlib compilation into the appveyor built process zlib feature now available for x64 Commit: 57f52b1936b1b8a58fa8ecb5660230e451781b40 https://github.com/OpenSC/OpenSC/commit/57f52b1936b1b8a58fa8ecb5660230e451781b40 Author: LE TOUX Vincent <HG...@sd...> Date: 2015-12-27 (Sun, 27 Dec 2015) Changed paths: M appveyor.yml Log Message: ----------- cache the zlib.zip when building from Appveyor Commit: 2f95e7cb5042c391d4b7c70c6563d986c46c37fd https://github.com/OpenSC/OpenSC/commit/2f95e7cb5042c391d4b7c70c6563d986c46c37fd Author: Frank Morgner <fra...@gm...> Date: 2015-12-28 (Mon, 28 Dec 2015) Changed paths: M appveyor.yml M win32/Make.rules.mak Log Message: ----------- Merge pull request #645 from vletoux/zlib-inclusion-appveyor add zlib compilation into the appveyor built process closes https://github.com/OpenSC/OpenSC/issues/586 Compare: https://github.com/OpenSC/OpenSC/compare/47835f719f0c...2f95e7cb5042 |
|
From: GitHub <no...@gi...> - 2015-12-23 20:06:53
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: aa4b089a419807a6517b32457743b9ac19e8312a https://github.com/OpenSC/OpenSC/commit/aa4b089a419807a6517b32457743b9ac19e8312a Author: Doug Engert <dee...@gm...> Date: 2015-12-22 (Tue, 22 Dec 2015) Changed paths: M src/libopensc/pkcs15-piv.c Log Message: ----------- PIV pubkey auth_id fix pkcs15-piv.c was setting the auth_id of the public keys which would cause some appications to require a login to access a public key. The public keys are obtained from the certificates which do not require the PIN to read. Very early drafts of NIST 800-73 did require the PIN to access the certificates, and the auth_id was removed in the opensc code for certificates many years ago, but not from the public keys. Commit: 47835f719f0c8b4205cd2fdf8b89ec8841b4c100 https://github.com/OpenSC/OpenSC/commit/47835f719f0c8b4205cd2fdf8b89ec8841b4c100 Author: Frank Morgner <fra...@gm...> Date: 2015-12-23 (Wed, 23 Dec 2015) Changed paths: M src/libopensc/pkcs15-piv.c Log Message: ----------- Merge pull request #643 from dengert/piv-pubkey-auth_id PIV pubkey auth_id fix Compare: https://github.com/OpenSC/OpenSC/compare/07be93a59745...47835f719f0c |
|
From: GitHub <no...@gi...> - 2015-12-23 19:52:04
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 51be65ba9b48966465e3bcd40c898c15f7b74120 https://github.com/OpenSC/OpenSC/commit/51be65ba9b48966465e3bcd40c898c15f7b74120 Author: LE TOUX Vincent <HG...@sd...> Date: 2015-12-23 (Wed, 23 Dec 2015) Changed paths: M appveyor.yml Log Message: ----------- appveyor: fix OpenSSL version Commit: 9a6e11e28a8c4132967cf02cf4f3d3ea0655d68d https://github.com/OpenSC/OpenSC/commit/9a6e11e28a8c4132967cf02cf4f3d3ea0655d68d Author: LE TOUX Vincent <HG...@sd...> Date: 2015-12-23 (Wed, 23 Dec 2015) Changed paths: M win32/Make.rules.mak Log Message: ----------- appveyor: fix wcautil.h not found Commit: 48782e768de6933e3aec666439604c66b0cea8cc https://github.com/OpenSC/OpenSC/commit/48782e768de6933e3aec666439604c66b0cea8cc Author: LE TOUX Vincent <HG...@sd...> Date: 2015-12-23 (Wed, 23 Dec 2015) Changed paths: M win32/Make.rules.mak Log Message: ----------- appveyor: fix wix lib not found Commit: 07be93a59745ebc23236afec663d4d97ee199ad5 https://github.com/OpenSC/OpenSC/commit/07be93a59745ebc23236afec663d4d97ee199ad5 Author: Frank Morgner <fra...@gm...> Date: 2015-12-23 (Wed, 23 Dec 2015) Changed paths: M appveyor.yml M win32/Make.rules.mak Log Message: ----------- Merge pull request #644 from vletoux/appveyor-fixes Fix AppVeyor builds Compare: https://github.com/OpenSC/OpenSC/compare/2fd32fdd7312...07be93a59745 |