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: GitHub <no...@gi...> - 2013-01-06 16:39:02
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 6a4de6d55191e3d8842f0a96cc843e2106ff3f55 https://github.com/OpenSC/OpenSC/commit/6a4de6d55191e3d8842f0a96cc843e2106ff3f55 Author: Viktor Tarasov <vik...@gm...> Date: 2013-01-06 (Sun, 06 Jan 2013) Changed paths: M src/libopensc/card.c M src/libopensc/libopensc.exports M src/libopensc/opensc.h M src/libopensc/types.h Log Message: ----------- libopensc: APDU 'allocate & copy'and 'free' procedures Commit: d30cd83ad4b62f2d158cc7b61fa0022afc5d0af2 https://github.com/OpenSC/OpenSC/commit/d30cd83ad4b62f2d158cc7b61fa0022afc5d0af2 Author: Viktor Tarasov <vik...@gm...> Date: 2013-01-06 (Sun, 06 Jan 2013) Changed paths: M src/libsm/sm-common.c M src/libsm/sm-common.h M src/smm/sm-cwa14890.c Log Message: ----------- SM: common SM 'increase-sequence-counter' procedure Compare: https://github.com/OpenSC/OpenSC/compare/8d7c773561e3...d30cd83ad4b6 |
From: GitHub <no...@gi...> - 2013-01-06 15:49:11
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 8d7c773561e3359154b488456a30f97fbed10914 https://github.com/OpenSC/OpenSC/commit/8d7c773561e3359154b488456a30f97fbed10914 Author: Viktor Tarasov <vik...@gm...> Date: 2013-01-06 (Sun, 06 Jan 2013) Changed paths: M src/libopensc/Makefile.am M src/libopensc/Makefile.mak M src/libopensc/apdu.c M src/libopensc/errors.c M src/libopensc/errors.h M src/libopensc/libopensc.exports A src/libopensc/sm.c M src/libopensc/sm.h Log Message: ----------- SM: move SM APDU procedures to dedicated source file new SM errors: 'session-already-opened' and 'invalid-checksum' declare typed data for DH SM session |
From: GitHub <no...@gi...> - 2013-01-06 15:15:18
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 91273184f61b7f68c91d4fbd7598c1073b30729a https://github.com/OpenSC/OpenSC/commit/91273184f61b7f68c91d4fbd7598c1073b30729a Author: Viktor Tarasov <vik...@gm...> Date: 2013-01-06 (Sun, 06 Jan 2013) Changed paths: M src/libopensc/Makefile.mak M src/libopensc/apdu.c M src/libopensc/errors.c M src/libopensc/errors.h M src/libopensc/libopensc.exports A src/libopensc/sm.c M src/libopensc/sm.h Log Message: ----------- SM: move SM APDU procedures to dedicated source file new SM errors: ''session-already-opened' and 'invalid-checksum' declare typed data for DH SM session |
From: GitHub <no...@gi...> - 2013-01-06 12:19:07
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 3f30e14087d66b2c9966a6a706e9905027f8dc3d https://github.com/OpenSC/OpenSC/commit/3f30e14087d66b2c9966a6a706e9905027f8dc3d Author: Viktor Tarasov <vik...@gm...> Date: 2013-01-04 (Fri, 04 Jan 2013) Changed paths: M configure.ac M src/Makefile.am M src/Makefile.mak A src/libsm/Makefile.am A src/libsm/Makefile.mak A src/libsm/sm-common.c A src/libsm/sm-common.h R src/sm/Makefile.am R src/sm/Makefile.mak R src/sm/sm-card-authentic.c R src/sm/sm-card-iasecc.c R src/sm/sm-common.c R src/sm/sm-cwa14890.c R src/sm/sm-global-platform.c R src/sm/sm-module.h R src/sm/smm-local.c R src/sm/smm-local.exports A src/smm/Makefile.am A src/smm/Makefile.mak A src/smm/sm-card-authentic.c A src/smm/sm-card-iasecc.c A src/smm/sm-cwa14890.c A src/smm/sm-global-platform.c A src/smm/sm-module.h A src/smm/smm-local.c A src/smm/smm-local.exports M win32/OpenSC.wxs.in Log Message: ----------- sm: move SM common crypto procedures to the dedicated library rename 'sm' source directory Commit: 4c1c39f3e4c3cb856060b39a3c101acefe7208d0 https://github.com/OpenSC/OpenSC/commit/4c1c39f3e4c3cb856060b39a3c101acefe7208d0 Author: Viktor Tarasov <vik...@gm...> Date: 2013-01-06 (Sun, 06 Jan 2013) Changed paths: M doc/tools/opensc-explorer.1.xml M src/tools/opensc-explorer.c Log Message: ----------- opensc-tool: add 'call-SM-handler' command 'open' and 'close' handlers of the card's SM driver can be called Compare: https://github.com/OpenSC/OpenSC/compare/250364c06073...4c1c39f3e4c3 |
From: GitHub <no...@gi...> - 2013-01-04 18:24:26
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 250364c06073a58cd89fbf3c4b89b4a85555f231 https://github.com/OpenSC/OpenSC/commit/250364c06073a58cd89fbf3c4b89b4a85555f231 Author: Viktor Tarasov <vik...@gm...> Date: 2013-01-04 (Fri, 04 Jan 2013) Changed paths: M src/pkcs15init/pkcs15-cardos.c M src/pkcs15init/pkcs15-incrypto34.c Log Message: ----------- pkcs15init: fix spurious gcc overflow warning, thanks to Milan Broz (mb...@re...) As discussed in pull request #115 (https://github.com/OpenSC/OpenSC/pull/115), 'if' test of impossible condition is removed in 'cardos' and 'incypto34' card drivers. |
From: GitHub <no...@gi...> - 2013-01-03 15:17:22
|
Branch: refs/heads/staging Home: https://github.com/OpenSC/OpenSC |
From: GitHub <no...@gi...> - 2013-01-01 21:20:37
|
Branch: refs/heads/master Home: https://github.com/OpenSC/Test Commit: 0a4de494c4bb1f764ebf8504dcb091d4799ea2ae https://github.com/OpenSC/Test/commit/0a4de494c4bb1f764ebf8504dcb091d4799ea2ae Author: Ludovic Rousseau <lud...@gm...> Date: 2013-01-01 (Tue, 01 Jan 2013) Changed paths: A TODO.txt Log Message: ----------- New file Closes #1 Commit: f3da2d68fa3b6abba49894609f7a738487d17425 https://github.com/OpenSC/Test/commit/f3da2d68fa3b6abba49894609f7a738487d17425 Author: Ludovic Rousseau <lud...@gm...> Date: 2013-01-01 (Tue, 01 Jan 2013) Changed paths: A TODO.txt Log Message: ----------- Merge pull request #2 from LudovicRousseau/master Fix for #1 Compare: https://github.com/OpenSC/Test/compare/ab1f1c7c19bf...f3da2d68fa3b |
From: GitHub <no...@gi...> - 2013-01-01 17:34:18
|
Branch: refs/heads/master Home: https://github.com/OpenSC/Test Commit: ab1f1c7c19bf6540cb93651bcc7695a0b381f3fe https://github.com/OpenSC/Test/commit/ab1f1c7c19bf6540cb93651bcc7695a0b381f3fe Author: Ludovic Rousseau <lud...@gm...> Date: 2013-01-01 (Tue, 01 Jan 2013) Changed paths: M README.md Log Message: ----------- It should work The push email should go to the list automatically. |
From: GitHub <no...@gi...> - 2013-01-01 17:23:18
|
Branch: refs/heads/master Home: https://github.com/OpenSC/Test Commit: 6d08112794d277b0bea153588d2210cc37bfa4ff https://github.com/OpenSC/Test/commit/6d08112794d277b0bea153588d2210cc37bfa4ff Author: Ludovic Rousseau <lud...@gm...> Date: 2013-01-01 (Tue, 01 Jan 2013) Changed paths: M README.md Log Message: ----------- New commit SF.net adds a spam message in the email signature. It is a way to monetize the system. |
From: GitHub <no...@gi...> - 2013-01-01 17:19:00
|
Branch: refs/heads/master Home: https://github.com/OpenSC/Test Commit: 9f545d2992ef529f26269e40c9cd287ddcc2d10e https://github.com/OpenSC/Test/commit/9f545d2992ef529f26269e40c9cd287ddcc2d10e Author: Ludovic Rousseau <lud...@gm...> Date: 2013-01-01 (Tue, 01 Jan 2013) Changed paths: M README.md Log Message: ----------- OpenSC-commits mailing list test Noting to say. |
From: Ludovic R. <lud...@fr...> - 2013-01-01 16:53:59
|
test from a non-member -- Dr. Ludovic Rousseau |
From: Ludovic R. <lud...@gm...> - 2013-01-01 16:45:53
|
still testing -- Dr. Ludovic Rousseau |
From: Ludovic R. <lud...@gm...> - 2013-01-01 16:28:30
|
Test 2 |
From: Ludovic R. <lud...@gm...> - 2013-01-01 16:25:06
|
ignore -- Dr. Ludovic Rousseau |