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-03-01 20:13:25
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: b1a4775310a4e30d8fd5c1cc91e60971f922e64a https://github.com/OpenSC/OpenSC/commit/b1a4775310a4e30d8fd5c1cc91e60971f922e64a Author: Zbigniew Halas <zh...@gm...> Date: 2013-02-27 (Wed, 27 Feb 2013) Changed paths: M src/libopensc/card-epass2003.c Log Message: ----------- epass2003: properly disable padding EVP_CIPHER_CTX_set_padding needs to be called after EVP_EncryptInit_ex and EVP_DecryptInit_ex, otherwise padding is re-enabled, which in turn causes buffer overruns Commit: 717a38bcaa615e57cb3546a927c6d6bf16439643 https://github.com/OpenSC/OpenSC/commit/717a38bcaa615e57cb3546a927c6d6bf16439643 Author: Martin Paljak <ma...@ma...> Date: 2013-03-01 (Fri, 01 Mar 2013) Changed paths: M src/libopensc/card-epass2003.c Log Message: ----------- Merge pull request #136 from zhalas/epass2003_fix_padding epass2003: properly disable padding when initializing OpenSSL ciphers. Compare: https://github.com/OpenSC/OpenSC/compare/83dc469f07fb...717a38bcaa61 |
From: GitHub <no...@gi...> - 2013-02-25 18:27:45
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 83dc469f07fb753664400e4dec6ce2d657d7ad64 https://github.com/OpenSC/OpenSC/commit/83dc469f07fb753664400e4dec6ce2d657d7ad64 Author: Ondrej Mikle <ond...@gm...> Date: 2013-02-25 (Mon, 25 Feb 2013) Changed paths: M src/libopensc/card-epass2003.c Log Message: ----------- epass2003: list_files implemented |
From: GitHub <no...@gi...> - 2013-02-25 18:18:34
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 7a57fa86894f09ba96d6057ddbe25e82f06f53da https://github.com/OpenSC/OpenSC/commit/7a57fa86894f09ba96d6057ddbe25e82f06f53da Author: Viktor Tarasov <vik...@gm...> Date: 2013-02-25 (Mon, 25 Feb 2013) Changed paths: M src/tools/Makefile.mak M win32/OpenSC.wxs.in Log Message: ----------- win32: build and include to MSI package 'openpgp-tool.exe' |
From: GitHub <no...@gi...> - 2013-02-25 10:20:23
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 53ac914ba4ee96559b325e21f4c9d5621f9f5cda https://github.com/OpenSC/OpenSC/commit/53ac914ba4ee96559b325e21f4c9d5621f9f5cda Author: Martin Paljak <ma...@ma...> Date: 2013-02-25 (Mon, 25 Feb 2013) Changed paths: M .gitignore Log Message: ----------- Update gitignore to include files generated on OSX. |
From: GitHub <no...@gi...> - 2013-02-25 10:05:32
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 16ee818440f1d9813cdbf978a2d667262ba4a55d https://github.com/OpenSC/OpenSC/commit/16ee818440f1d9813cdbf978a2d667262ba4a55d Author: Martin Paljak <ma...@ma...> Date: 2013-02-25 (Mon, 25 Feb 2013) Changed paths: M src/libopensc/card-javacard.c M src/libopensc/card-mcrd.c M src/libopensc/pkcs15-esteid.c M src/libopensc/pkcs15-pteid.c M src/libopensc/reader-pcsc.c M src/pkcs11/slot.c M src/tools/eidenv.c Log Message: ----------- Update domain name. paljak.pri.ee is gone since 2011. Commit: 025d8c8caf8571717638dcfd586ec45938d65e3f https://github.com/OpenSC/OpenSC/commit/025d8c8caf8571717638dcfd586ec45938d65e3f Author: Martin Paljak <ma...@ma...> Date: 2013-02-25 (Mon, 25 Feb 2013) Changed paths: M MacOSX/build-package.in Log Message: ----------- macosx: move the binary build components from martinpaljak.net to opensc-project.org Compare: https://github.com/OpenSC/OpenSC/compare/3c804ff38204...025d8c8caf85 |
From: GitHub <no...@gi...> - 2013-02-25 09:26:12
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 3c804ff38204b60943a389ce5148b1cc86fb23f8 https://github.com/OpenSC/OpenSC/commit/3c804ff38204b60943a389ce5148b1cc86fb23f8 Author: Viktor Tarasov <vik...@gm...> Date: 2013-02-25 (Mon, 25 Feb 2013) Changed paths: M src/libopensc/types.h Log Message: ----------- libopensc: more comments about FCP data |
From: GitHub <no...@gi...> - 2013-02-24 18:47:03
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 5140c4a1f191ffe68f6782eacf9e1bed515a63f9 https://github.com/OpenSC/OpenSC/commit/5140c4a1f191ffe68f6782eacf9e1bed515a63f9 Author: Viktor Tarasov <vik...@gm...> Date: 2013-02-24 (Sun, 24 Feb 2013) Changed paths: M src/libopensc/iso7816.c Log Message: ----------- libopensc: use short form of the debug message calls Commit: 326232de90bad55040b6c8d01b37704ca0da45db https://github.com/OpenSC/OpenSC/commit/326232de90bad55040b6c8d01b37704ca0da45db Author: Viktor Tarasov <vik...@gm...> Date: 2013-02-24 (Sun, 24 Feb 2013) Changed paths: M src/libopensc/sc.c M src/libopensc/types.h Log Message: ----------- libopensc: introduce 'encoded-content' to the sc_file data it's the hold place for the file's initial encoded content. For some cards such data can be included into the file creation command. Commit: 4b3029258559be1b4ebf46745399ea45f367bc2a https://github.com/OpenSC/OpenSC/commit/4b3029258559be1b4ebf46745399ea45f367bc2a Author: Viktor Tarasov <vik...@gm...> Date: 2013-02-24 (Sun, 24 Feb 2013) Changed paths: M src/libopensc/card-authentic.c M src/libopensc/iso7816.h M src/pkcs15init/profile.c Log Message: ----------- more macros for the values from ISO specification Compare: https://github.com/OpenSC/OpenSC/compare/578cf0691073...4b3029258559 |
From: GitHub <no...@gi...> - 2013-02-24 14:47:41
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pam_pkcs11 Commit: 11de1146685e7933795d5083c9c51595d60d2200 https://github.com/OpenSC/pam_pkcs11/commit/11de1146685e7933795d5083c9c51595d60d2200 Author: Diego Elio Pettenò <fla...@fl...> Date: 2013-02-23 (Sat, 23 Feb 2013) Changed paths: M src/pam_pkcs11/Makefile.am Log Message: ----------- build: only export PAM interface symbols. Commit: 353fecb2ba508a3b8696ea83afcf120ab7e8e117 https://github.com/OpenSC/pam_pkcs11/commit/353fecb2ba508a3b8696ea83afcf120ab7e8e117 Author: Diego Elio Pettenò <fla...@fl...> Date: 2013-02-23 (Sat, 23 Feb 2013) Changed paths: A configure.ac R configure.in Log Message: ----------- build: rename configure.in for compatibility with new autoconf/automake. Commit: 9c0b922227897d889d939871f64a1a0bd9427e56 https://github.com/OpenSC/pam_pkcs11/commit/9c0b922227897d889d939871f64a1a0bd9427e56 Author: Diego Elio Pettenò <fla...@fl...> Date: 2013-02-23 (Sat, 23 Feb 2013) Changed paths: M configure.ac Log Message: ----------- build: do not search for a target. This is not a compiler, so it should not have a target. Commit: 2b16129e9c9e685b6aaaa80d740096353d95ab7a https://github.com/OpenSC/pam_pkcs11/commit/2b16129e9c9e685b6aaaa80d740096353d95ab7a Author: Diego Elio Pettenò <fla...@fl...> Date: 2013-02-23 (Sat, 23 Feb 2013) Changed paths: M src/tools/Makefile.am Log Message: ----------- build: remove an outdated reference to INCLUDE in favour of AM_CFLAGS. Commit: ed5daacfd5a51c57b79d8cfa8f4784e28c521095 https://github.com/OpenSC/pam_pkcs11/commit/ed5daacfd5a51c57b79d8cfa8f4784e28c521095 Author: Martin Paljak <ma...@ma...> Date: 2013-02-24 (Sun, 24 Feb 2013) Changed paths: A configure.ac R configure.in M src/pam_pkcs11/Makefile.am M src/tools/Makefile.am Log Message: ----------- Merge pull request #1 from Flameeyes/master A few build system fixes Tested as working on Debian wheezy. Compare: https://github.com/OpenSC/pam_pkcs11/compare/75613e32dfc4...ed5daacfd5a5 |
From: GitHub <no...@gi...> - 2013-02-22 13:15:57
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 578cf06910732f97e862223da918de975283faad https://github.com/OpenSC/OpenSC/commit/578cf06910732f97e862223da918de975283faad Author: Martin Paljak <ma...@ma...> Date: 2013-02-22 (Fri, 22 Feb 2013) Changed paths: M MacOSX/build-package.in Log Message: ----------- Fixup: somehow a double "make make" slipped through. Thanks to Pohjalainen Pietu for noticing it. |
From: GitHub <no...@gi...> - 2013-02-21 13:01:27
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 8741185a4c97251e58f0b24b6de7feb2b0c44973 https://github.com/OpenSC/OpenSC/commit/8741185a4c97251e58f0b24b6de7feb2b0c44973 Author: Viktor Tarasov <vik...@gm...> Date: 2013-02-21 (Thu, 21 Feb 2013) Changed paths: M MacOSX/Makefile.am Log Message: ----------- MacOSX: remove obsolete EXTRA_DISTs from Makefile.am build scripts have been changed in 3fc2dbc9 |
From: GitHub <no...@gi...> - 2013-02-20 12:45:18
|
Branch: refs/heads/gh-pages Home: https://github.com/OpenSC/OpenSC.tokend |
From: GitHub <no...@gi...> - 2013-02-20 12:44:52
|
Branch: refs/heads/10.5-0.12.0 Home: https://github.com/OpenSC/OpenSC.tokend |
From: GitHub <no...@gi...> - 2013-02-20 12:44:45
|
Branch: refs/heads/10.5 Home: https://github.com/OpenSC/OpenSC.tokend |
From: GitHub <no...@gi...> - 2013-02-20 12:44:40
|
Branch: refs/heads/10.5-0.12.1 Home: https://github.com/OpenSC/OpenSC.tokend |
From: GitHub <no...@gi...> - 2013-02-20 12:44:30
|
Branch: refs/heads/10.5-0.12.2 Home: https://github.com/OpenSC/OpenSC.tokend |
From: GitHub <no...@gi...> - 2013-02-20 12:36:06
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 3fc2dbc9f1f44aa56527fae017f4b46b9b9d9c9c https://github.com/OpenSC/OpenSC/commit/3fc2dbc9f1f44aa56527fae017f4b46b9b9d9c9c Author: Martin Paljak <ma...@ma...> Date: 2013-02-20 (Wed, 20 Feb 2013) Changed paths: R MacOSX/10.5/resources/InstallationCheck.strings R MacOSX/10.5/resources/License.html R MacOSX/10.5/resources/ReadMe.html.in R MacOSX/10.5/resources/background.jpg R MacOSX/10.5/scripts/InstallationCheck R MacOSX/10.5/scripts/postflight R MacOSX/10.6/resources/InstallationCheck.strings R MacOSX/10.6/resources/License.html R MacOSX/10.6/resources/ReadMe.html.in R MacOSX/10.6/resources/background.jpg R MacOSX/10.6/scripts/InstallationCheck R MacOSX/10.6/scripts/postflight M MacOSX/build-package.in A MacOSX/resources/InstallationCheck.strings A MacOSX/resources/License.html A MacOSX/resources/ReadMe.html.in A MacOSX/resources/background.jpg A MacOSX/scripts/InstallationCheck A MacOSX/scripts/postflight M configure.ac Log Message: ----------- Upgrade the MacOSX package build script to current state of affairs. - Target only Intel (available since 2006) and OS X 10.6+ (released in 2009) - Use sources only from https://github.com/OpenSC/ |
From: GitHub <no...@gi...> - 2013-02-20 12:03:16
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC.tokend Commit: 3a53b0fcc6bcabbf12052a475386a28bc60cc3e0 https://github.com/OpenSC/OpenSC.tokend/commit/3a53b0fcc6bcabbf12052a475386a28bc60cc3e0 Author: Martin Paljak <ma...@pa...> Date: 2010-06-08 (Tue, 08 Jun 2010) Changed paths: M OpenSC/OpenSCAttributeCoder.cpp Log Message: ----------- Header inclusion fix Commit: 8d77a0a8c5917364b5765118e273216a45f2a783 https://github.com/OpenSC/OpenSC.tokend/commit/8d77a0a8c5917364b5765118e273216a45f2a783 Author: Martin Paljak <ma...@pa...> Date: 2010-06-08 (Tue, 08 Jun 2010) Changed paths: M OpenSC/OpenSCAttributeCoder.cpp M Tokend.xcodeproj/project.pbxproj Log Message: ----------- Fix building on 10.6: one missing file changed to new debug log; use 10.6 SDK Commit: 91310d83eb8fa0e15b7d6cc12c9f3ac2c43704ea https://github.com/OpenSC/OpenSC.tokend/commit/91310d83eb8fa0e15b7d6cc12c9f3ac2c43704ea Author: Martin Paljak <ma...@pa...> Date: 2010-06-10 (Thu, 10 Jun 2010) Changed paths: M Tokend.xcodeproj/project.pbxproj Log Message: ----------- Look for OpenSC headers in build/opensc-src, which should be a symlink to a built OpenSC/src tree Commit: 147218ee982598703ae59880892beb076552ea4c https://github.com/OpenSC/OpenSC.tokend/commit/147218ee982598703ae59880892beb076552ea4c Author: Martin Paljak <ma...@pa...> Date: 2010-07-02 (Fri, 02 Jul 2010) Changed paths: A fetch-binary-build.py Log Message: ----------- Add script to fetch the binary pieces from Apple. Commit: 27d02c8821c18b15cbb5d4c25daeeab813525d8a https://github.com/OpenSC/OpenSC.tokend/commit/27d02c8821c18b15cbb5d4c25daeeab813525d8a Author: Martin Paljak <ma...@pa...> Date: 2010-10-06 (Wed, 06 Oct 2010) Changed paths: M OpenSC/OpenSCToken.cpp Log Message: ----------- MacInstaller: upgrade tokend for r4788 Commit: 77c18f4e0645927298cf29746950fd2ac8e3c129 https://github.com/OpenSC/OpenSC.tokend/commit/77c18f4e0645927298cf29746950fd2ac8e3c129 Author: Martin Paljak <ma...@pa...> Date: 2010-11-16 (Tue, 16 Nov 2010) Changed paths: M OpenSC/OpenSCToken.cpp Log Message: ----------- Increase the default score to 300. This allows to use OpenSC (which has quite fine-grained card matching support) with cards that (incorrectly) answer with 0x9000 to application selection commnds. CAC driver only checks for a successful SELECT command for card detection and thus incorrectly grabs some Estonian eID cards. Commit: cf1a1b6d43f61e1c33079885c311abaca8a70398 https://github.com/OpenSC/OpenSC.tokend/commit/cf1a1b6d43f61e1c33079885c311abaca8a70398 Author: Martin Paljak <ma...@ma...> Date: 2011-01-24 (Mon, 24 Jan 2011) Changed paths: M OpenSC/OpenSCToken.cpp Log Message: ----------- Synchronize with r5041 of OpenSC https://www.opensc-project.org/opensc/changeset/5041 Commit: ac194a6e5a1f4102342e34b735382fe5a7b5109c https://github.com/OpenSC/OpenSC.tokend/commit/ac194a6e5a1f4102342e34b735382fe5a7b5109c Author: Martin Paljak <ma...@ma...> Date: 2011-02-10 (Thu, 10 Feb 2011) Changed paths: M Tokend.xcodeproj/project.pbxproj Log Message: ----------- OpenSC.tokend: don't require hard /Library/OpenSC for building OpenSC.tokend Commit: 1d72b16b4e72648fc1c636c490aba433c281f623 https://github.com/OpenSC/OpenSC.tokend/commit/1d72b16b4e72648fc1c636c490aba433c281f623 Author: Martin Paljak <ma...@ma...> Date: 2011-03-20 (Sun, 20 Mar 2011) Changed paths: M Tokend.xcodeproj/project.pbxproj Log Message: ----------- Search for libraries in OpenSC build directory, not /Library/OpenSC Commit: 4b883932aa9719eb9a4eb63bd074e4d01ed8f2cc https://github.com/OpenSC/OpenSC.tokend/commit/4b883932aa9719eb9a4eb63bd074e4d01ed8f2cc Author: Martin Paljak <ma...@ma...> Date: 2011-06-07 (Tue, 07 Jun 2011) Changed paths: M OpenSC/OpenSCToken.cpp Log Message: ----------- MacInstaller: update OpenSC.tokend code to reflect changes in [d888b3fd55053894dcc751b21301d53669e966ba] (r5550) Commit: 19e96c9ebeb062835d21102dae3bdbf44700519f https://github.com/OpenSC/OpenSC.tokend/commit/19e96c9ebeb062835d21102dae3bdbf44700519f Author: Martin Paljak <ma...@ma...> Date: 2012-03-18 (Sun, 18 Mar 2012) Changed paths: M Tokend/Token.cpp M Tokend/Token.h Log Message: ----------- Fix compilation error on 10.7 with clang In file included from /Users/martin/OpenSC/OpenSC.tokend/Tokend/Cursor.cpp:35: /Users/martin/OpenSC/OpenSC.tokend/Tokend/Token.h:189:32: error: redefinition of parameter 'hKey' CSSM_HANDLE *hKey, CSSM_KEY *hKey); ^ /Users/martin/OpenSC/OpenSC.tokend/Tokend/Token.h:189:16: note: previous declaration is here CSSM_HANDLE *hKey, CSSM_KEY *hKey); ^ Commit: 28686253f29382f44c40484f3cbd788cac7d105f https://github.com/OpenSC/OpenSC.tokend/commit/28686253f29382f44c40484f3cbd788cac7d105f Author: Martin Paljak <ma...@ma...> Date: 2012-03-18 (Sun, 18 Mar 2012) Changed paths: M Tokend/DbValue.cpp Log Message: ----------- Remove compiler warning. /Users/martin/OpenSC/OpenSC.tokend/Tokend/DbValue.cpp:237:11:{237:6-237:10}{237:13-237:14}: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare,3] if (hour < 0 || hour > 23) ~~~~ ^ ~ /Users/martin/OpenSC/OpenSC.tokend/Tokend/DbValue.cpp:241:13:{241:6-241:12}{241:15-241:16}: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare,3] if (minute < 0 || minute > 59) ~~~~~~ ^ ~ /Users/martin/OpenSC/OpenSC.tokend/Tokend/DbValue.cpp:245:13:{245:6-245:12}{245:15-245:16}: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare,3] if (second < 0 || second > 59) ~~~~~~ ^ ~ Commit: 5adb973066146f1f59131bc96a2add1405749c1a https://github.com/OpenSC/OpenSC.tokend/commit/5adb973066146f1f59131bc96a2add1405749c1a Author: Fredrik Pettai <pe...@no...> Date: 2013-02-20 (Wed, 20 Feb 2013) Changed paths: M OpenSC/OpenSCRecord.cpp Log Message: ----------- Fix proposed in: https://github.com/martinpaljak/OpenSC.tokend/issues/1 Commit: 12697a4b5b892f3fc89a80ed6700a826385f0ee6 https://github.com/OpenSC/OpenSC.tokend/commit/12697a4b5b892f3fc89a80ed6700a826385f0ee6 Author: Martin Paljak <ma...@ma...> Date: 2013-02-20 (Wed, 20 Feb 2013) Log Message: ----------- Merge branch 'master' into new_master Compare: https://github.com/OpenSC/OpenSC.tokend/compare/4f41dc13d84b...12697a4b5b89 |
From: GitHub <no...@gi...> - 2013-02-20 11:44:34
|
Branch: refs/heads/master Home: https://github.com/OpenSC/engine_pkcs11 Commit: 8d6264eea5fb16dcd2c8d1a9e5ca6e031f370241 https://github.com/OpenSC/engine_pkcs11/commit/8d6264eea5fb16dcd2c8d1a9e5ca6e031f370241 Author: Martin Paljak <ma...@ma...> Date: 2013-02-20 (Wed, 20 Feb 2013) Changed paths: M configure.ac Log Message: ----------- Fix autoconf/automake for automake 1.13+ configure.ac:11: error: 'AM_CONFIG_HEADER': this macro is obsolete. You should use the 'AC_CONFIG_HEADERS' macro instead. Also reported in issue, which fixes #1: https://github.com/OpenSC/engine_pkcs11/issues/1 |
From: GitHub <no...@gi...> - 2013-02-16 20:18:45
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: ee48ea187abb6815d7ddd886c712fd0be2dbfab2 https://github.com/OpenSC/OpenSC/commit/ee48ea187abb6815d7ddd886c712fd0be2dbfab2 Author: Ondrej Mikle <ond...@gm...> Date: 2013-02-16 (Sat, 16 Feb 2013) Changed paths: M src/libopensc/card-epass2003.c Log Message: ----------- Fix to allow exponents other than 65537 for Feitian ePass 2003 |
From: GitHub <no...@gi...> - 2013-02-16 20:01:20
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 0577f7d4f5db5c3e1ba4a16f60d287d8810e2177 https://github.com/OpenSC/OpenSC/commit/0577f7d4f5db5c3e1ba4a16f60d287d8810e2177 Author: Frank Thater <fra...@ts...> Date: 2013-02-07 (Thu, 07 Feb 2013) Changed paths: M src/tools/sc-hsm-tool.c Log Message: ----------- sc-hsm-tool: Added support for DKEK password sharing scheme Commit: 20824e212496c66d9ffba78874cd730e37c8987b https://github.com/OpenSC/OpenSC/commit/20824e212496c66d9ffba78874cd730e37c8987b Author: Frank Thater <fra...@ts...> Date: 2013-02-07 (Thu, 07 Feb 2013) Changed paths: M doc/tools/sc-hsm-tool.1.xml Log Message: ----------- sc-hsm-tool: Added threshold scheme parameters to manpage Commit: b34d916e60a6c3fc281e051ce1447191584a85a5 https://github.com/OpenSC/OpenSC/commit/b34d916e60a6c3fc281e051ce1447191584a85a5 Author: Andreas Schwier <and...@ca...> Date: 2013-02-15 (Fri, 15 Feb 2013) Changed paths: M src/libopensc/pkcs15-sc-hsm.c M src/pkcs15init/pkcs15-sc-hsm.c Log Message: ----------- sc-hsm: Fixed problem deleting CA certificates sc-hsm: Fixed public key format returned when generating ECC keys Compare: https://github.com/OpenSC/OpenSC/compare/99af6cd8ee78...b34d916e60a6 |
From: GitHub <no...@gi...> - 2013-02-01 09:36:30
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC.tokend Commit: b2515f9897518b32b84892283e49fb26065e37fd https://github.com/OpenSC/OpenSC.tokend/commit/b2515f9897518b32b84892283e49fb26065e37fd Author: Fredrik Pettai <pe...@no...> Date: 2013-01-31 (Thu, 31 Jan 2013) Changed paths: M OpenSC/OpenSCRecord.cpp Log Message: ----------- Fix proposed in: https://github.com/martinpaljak/OpenSC.tokend/issues/1 Commit: 4f41dc13d84b2afde60e7ca0aafc5b4daf12337b https://github.com/OpenSC/OpenSC.tokend/commit/4f41dc13d84b2afde60e7ca0aafc5b4daf12337b Author: Ludovic Rousseau <lud...@gm...> Date: 2013-02-01 (Fri, 01 Feb 2013) Changed paths: M OpenSC/OpenSCRecord.cpp Log Message: ----------- Merge pull request #1 from pettai/buildfix bscottm's patch Compare: https://github.com/OpenSC/OpenSC.tokend/compare/167622912eeb...4f41dc13d84b |
From: GitHub <no...@gi...> - 2013-01-27 17:57:02
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 58679a5df13d45a13fc35b29ce10511218fcbaae https://github.com/OpenSC/OpenSC/commit/58679a5df13d45a13fc35b29ce10511218fcbaae Author: Toni Sjöblom <dev...@av...> Date: 2013-01-27 (Sun, 27 Jan 2013) Changed paths: M src/pkcs15init/myeid.profile Log Message: ----------- Fixed file-id in myeid.profile Commit: f55bb019d94a740436931d8874eea57d19aeea17 https://github.com/OpenSC/OpenSC/commit/f55bb019d94a740436931d8874eea57d19aeea17 Author: mescheryakov1 <mes...@ru...> Date: 2013-01-27 (Sun, 27 Jan 2013) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- Update src/tools/pkcs11-tool.c fixed filling key type attr on writing object pointer refers to local variable from destroyed stack frame Commit: 6d51b320f36bd7290e8860b1cce4c43f66ef3790 https://github.com/OpenSC/OpenSC/commit/6d51b320f36bd7290e8860b1cce4c43f66ef3790 Author: Andreas Schwier <and...@ca...> Date: 2013-01-27 (Sun, 27 Jan 2013) Changed paths: M src/tools/sc-hsm-tool.c Log Message: ----------- sc-hsm-tool: Added better error handling for non-SmartCard-HSM cards Commit: 99af6cd8ee78776f50bc016fc230541072c60afb https://github.com/OpenSC/OpenSC/commit/99af6cd8ee78776f50bc016fc230541072c60afb Author: Andreas Schwier <and...@ca...> Date: 2013-01-27 (Sun, 27 Jan 2013) Changed paths: M src/libopensc/pkcs15-sc-hsm.c Log Message: ----------- sc-hsm: Fixed a bug that prevents a newly generated 2048 key to show up at the PKCS#11 interface Compare: https://github.com/OpenSC/OpenSC/compare/1d08ac730e0e...99af6cd8ee78 |
From: GitHub <no...@gi...> - 2013-01-25 12:58:07
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: df758cce63f766f6c3e38451bb26a5189c8dab5e https://github.com/OpenSC/libp11/commit/df758cce63f766f6c3e38451bb26a5189c8dab5e Author: Ludovic Rousseau <lud...@gm...> Date: 2013-01-25 (Fri, 25 Jan 2013) Changed paths: M bootstrap Log Message: ----------- Create a m4 directory if not already present It is not possible to store an empty directory using git(1). So we need to create one after a 'git clone'. |
From: GitHub <no...@gi...> - 2013-01-25 12:51:56
|
Branch: refs/heads/master Home: https://github.com/OpenSC/engine_pkcs11 Commit: 49acb54c60dc1c452f39f819ecbcb2632d1d6668 https://github.com/OpenSC/engine_pkcs11/commit/49acb54c60dc1c452f39f819ecbcb2632d1d6668 Author: Ludovic Rousseau <lud...@gm...> Date: 2013-01-25 (Fri, 25 Jan 2013) Changed paths: M bootstrap Log Message: ----------- Create a m4 directory if not already present It is not possible to store an empty directory using git(1). So we need to create one after a 'git clone'. Thanks to Steve Beaty for the bug report https://sourceforge.net/mailarchive/message.php?msg_id=30391747 |
From: GitHub <no...@gi...> - 2013-01-06 19:49:36
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 1d08ac730e0eac310d9321ac9f0ce5fb8d581657 https://github.com/OpenSC/OpenSC/commit/1d08ac730e0eac310d9321ac9f0ce5fb8d581657 Author: Ludovic Rousseau <lud...@gm...> Date: 2013-01-06 (Sun, 06 Jan 2013) Changed paths: M README Log Message: ----------- Update wiki URL The wiki migrated from opensc-project.org to github.com |