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
(1) |
Nov
|
Dec
|
From: GitHub <no...@gi...> - 2013-04-28 16:43:05
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 4c1cafed7cd202c5e5539fc132a38fff5d3d5e94 https://github.com/OpenSC/OpenSC/commit/4c1cafed7cd202c5e5539fc132a38fff5d3d5e94 Author: Ondrej Mikle <ond...@ni...> Date: 2013-04-28 (Sun, 28 Apr 2013) Changed paths: M src/pkcs15init/pkcs15-epass2003.c Log Message: ----------- epass2003: key generation allows stricter privkey/pubkey ACLs |
From: GitHub <no...@gi...> - 2013-04-28 16:29:03
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 338fc3ed5f0029ea5edc5f3818d31909db7cc487 https://github.com/OpenSC/OpenSC/commit/338fc3ed5f0029ea5edc5f3818d31909db7cc487 Author: João Poupino <joa...@co...> Date: 2013-04-09 (Tue, 09 Apr 2013) Changed paths: M src/libopensc/card-ias.c Log Message: ----------- pteid: do not call the iso7816 driver get_response operation |
From: GitHub <no...@gi...> - 2013-04-07 15:27:05
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: e8eb4cd7ed230aff08e4bb1c777f3d6d0c3fe24a https://github.com/OpenSC/OpenSC/commit/e8eb4cd7ed230aff08e4bb1c777f3d6d0c3fe24a Author: Viktor Tarasov <vik...@gm...> Date: 2013-04-07 (Sun, 07 Apr 2013) Changed paths: M src/pkcs11/framework-pkcs15.c Log Message: ----------- pkcs11-framework: do not wrap subject in a second ASN1 sequence In a supplement to f5d53ab01783b0c37802e35f063fdbe5814bdbc7. Subject and Issuer, returned by pkcs#15 framework, are already encoded as ASN1 sequence. No need to wrap them in a second ASN1 sequence frame. |
From: GitHub <no...@gi...> - 2013-04-06 20:21:57
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: c66278098b4f81a34fdb19bdb6dee98c042814c3 https://github.com/OpenSC/OpenSC/commit/c66278098b4f81a34fdb19bdb6dee98c042814c3 Author: Viktor Tarasov <vik...@gm...> Date: 2013-04-06 (Sat, 06 Apr 2013) Changed paths: M src/tools/util.c Log Message: ----------- tools: missing names for ACL methods thanks to fde...@gm... https://sourceforge.net/mailarchive/message.php?msg_id=30684430 |
From: GitHub <no...@gi...> - 2013-03-30 10:29:35
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: d887083998c1d0b997a4650f070aabda88d59ba1 https://github.com/OpenSC/OpenSC/commit/d887083998c1d0b997a4650f070aabda88d59ba1 Author: Martin Paljak <ma...@ma...> Date: 2013-03-30 (Sat, 30 Mar 2013) Changed paths: M MacOSX/build-package.in Log Message: ----------- macosx: add new tool and SDK paths for OS X 10.8 Also: * Don't do a debug build * Don't download Tokend build pieces if already present. * Check the md5 of the "external binary" See https://github.com/OpenSC/OpenSC/pull/148 |
From: GitHub <no...@gi...> - 2013-03-17 13:04:10
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 98db49936a451e86692354df04ea8da320916b7d https://github.com/OpenSC/OpenSC/commit/98db49936a451e86692354df04ea8da320916b7d Author: Viktor Tarasov <vik...@gm...> Date: 2013-03-17 (Sun, 17 Mar 2013) Changed paths: M src/libopensc/pkcs15-cert.c Log Message: ----------- pkcs15: 'issuer' and 'subject' have to be DER encoded sequence 'issuer' and 'subject' data have been the non-encoded sequence of rDNs |
From: GitHub <no...@gi...> - 2013-03-16 19:31:30
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: ea71ae7baf29f2e787d0c7cde83096c71a34517f https://github.com/OpenSC/OpenSC/commit/ea71ae7baf29f2e787d0c7cde83096c71a34517f Author: Viktor Tarasov <vik...@gm...> Date: 2013-03-16 (Sat, 16 Mar 2013) Changed paths: M Makefile.am Log Message: ----------- build: svnignore went away in previous commit |
From: GitHub <no...@gi...> - 2013-03-16 18:39:37
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 10718b15e0d023f69bd0167f852924f74bf28a30 https://github.com/OpenSC/OpenSC/commit/10718b15e0d023f69bd0167f852924f74bf28a30 Author: Martin Paljak <ma...@ma...> Date: 2013-03-16 (Sat, 16 Mar 2013) Changed paths: R svnignore Log Message: ----------- build: remove useless svnignore file |
From: GitHub <no...@gi...> - 2013-03-15 22:36:07
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 11ff81367af9bc9dce2cbcb550cc463552a3b69e https://github.com/OpenSC/OpenSC/commit/11ff81367af9bc9dce2cbcb550cc463552a3b69e Author: Martin Paljak <ma...@ma...> Date: 2013-03-15 (Fri, 15 Mar 2013) Changed paths: M configure.ac Log Message: ----------- build: check for dlopen() in a BSD-friendly way. >From http://www.flameeyes.eu/autotools-mythbuster/autoconf/finding.html |
From: GitHub <no...@gi...> - 2013-03-15 21:03:00
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: c2b6a0d500e79e8e46401a96be254f3e06a3a735 https://github.com/OpenSC/OpenSC/commit/c2b6a0d500e79e8e46401a96be254f3e06a3a735 Author: Martin Paljak <ma...@ma...> Date: 2013-03-15 (Fri, 15 Mar 2013) Changed paths: M src/pkcs11/pkcs11-global.c Log Message: ----------- pkcs11: report the library version based on plug-n-play feature. Commit: 3b4f7b9ff7892245490a2ffe0876b26d1986674d https://github.com/OpenSC/OpenSC/commit/3b4f7b9ff7892245490a2ffe0876b26d1986674d Author: Martin Paljak <ma...@ma...> Date: 2013-03-15 (Fri, 15 Mar 2013) Changed paths: M src/pkcs11/pkcs11-global.c Log Message: ----------- pkcs11: Don't touch readers or inserted cards in C_Initialize in 2.20 mode This significantly speeds up calling C_Initialize. Thanks to Nikos Mavrogiannopoulos for the tip. Commit: 32ed3090376996a2b5dcafa166808120fc724a15 https://github.com/OpenSC/OpenSC/commit/32ed3090376996a2b5dcafa166808120fc724a15 Author: Martin Paljak <ma...@ma...> Date: 2013-03-15 (Fri, 15 Mar 2013) Changed paths: M configure.ac M src/pkcs11/framework-pkcs15.c M src/pkcs11/mechanism.c M src/pkcs11/openssl.c M src/pkcs11/pkcs11-global.c M src/pkcs11/pkcs11-object.c M src/pkcs11/sc-pkcs11.h Log Message: ----------- pkcs11: use calloc instead of malloc; remove obsolete malloc.h references. Compare: https://github.com/OpenSC/OpenSC/compare/99016822883f...32ed30903769 |
From: GitHub <no...@gi...> - 2013-03-15 17:59:22
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC.tokend Commit: a62eca9f94f8a60b9fb21d513ae157e643c0c8cd https://github.com/OpenSC/OpenSC.tokend/commit/a62eca9f94f8a60b9fb21d513ae157e643c0c8cd Author: Dirk-Willem van Gulik <di...@we...> Date: 2013-03-15 (Fri, 15 Mar 2013) Changed paths: M OpenSC/OpenSCToken.cpp Log Message: ----------- Similar treatment for cache basedir as to not get fooled by naughtly labels Commit: c013f819104280eac758d15a57d1aa4848c35654 https://github.com/OpenSC/OpenSC.tokend/commit/c013f819104280eac758d15a57d1aa4848c35654 Author: Dirk-Willem van Gulik <di...@we...> Date: 2013-03-15 (Fri, 15 Mar 2013) Changed paths: M Tokend/Token.cpp Log Message: ----------- Hashing name as to quell any ../../../etc/passwd sort of naughty labels. Compare: https://github.com/OpenSC/OpenSC.tokend/compare/12697a4b5b89...c013f8191042 |
From: GitHub <no...@gi...> - 2013-03-15 10:32:10
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 99016822883f3358f74d0f05deb80259f4233634 https://github.com/OpenSC/OpenSC/commit/99016822883f3358f74d0f05deb80259f4233634 Author: Martin Paljak <ma...@ma...> Date: 2013-03-15 (Fri, 15 Mar 2013) Changed paths: M src/libopensc/errors.c M src/libopensc/errors.h M src/libopensc/iso7816.c Log Message: ----------- Normalize SC_ERROR_* API and clean up ISO7816-4 errors. * iso7816_check_sw() emits a "informational message" (from ISO7816-4 table 6) * SW-s which are not known or not meaningful for internal API get translated to SC_ERROR_CARD_CMD_FAILED by default, so use it also in the SW table * Remove undefined SW-s and move generic SW-s to their sequential location. This commit improves 8fc679bf4062bc1d74092ed51eab663620dabaef |
From: GitHub <no...@gi...> - 2013-03-12 09:34:04
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 6f1ae23b1e921bd838ad7a7b7a05fdee43303e18 https://github.com/OpenSC/OpenSC/commit/6f1ae23b1e921bd838ad7a7b7a05fdee43303e18 Author: Viktor Tarasov <vik...@gm...> Date: 2013-03-12 (Tue, 12 Mar 2013) Changed paths: M src/pkcs11/framework-pkcs15.c Log Message: ----------- pkcs11: segfault if 'application-file' not defined for some cards with emulated PKCS#15 'file_app' from 'application-info' is not defined |
From: GitHub <no...@gi...> - 2013-03-11 17:31:05
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: c1b65752044dfb78af5b20797b8bac7aa7c40f7e https://github.com/OpenSC/OpenSC/commit/c1b65752044dfb78af5b20797b8bac7aa7c40f7e Author: Viktor Tarasov <vik...@gm...> Date: 2013-03-11 (Mon, 11 Mar 2013) Changed paths: M src/tools/pkcs15-init.c Log Message: ----------- pkcs15init tool: throw error when invalid appliaction-id supplied fix action labels Commit: 3b0ac5f8e7eb8b534013886ac0b3f09cb306354e https://github.com/OpenSC/OpenSC/commit/3b0ac5f8e7eb8b534013886ac0b3f09cb306354e Author: Viktor Tarasov <vik...@gm...> Date: 2013-03-11 (Mon, 11 Mar 2013) Changed paths: M src/pkcs15init/pkcs15-lib.c Log Message: ----------- pkcs15init: copy DATA object value to 'pkcs15-data-info' When creating new DATA object, keep it's value in 'data' member of 'sc-pkcs15-data-info' data. Used by pkcs15init emulation layer to store DATA value into a proprietary placement. Compare: https://github.com/OpenSC/OpenSC/compare/743ca1cedcd2...3b0ac5f8e7eb |
From: GitHub <no...@gi...> - 2013-03-11 13:07:31
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 743ca1cedcd26adcba6636296a35b909b92fdcbd https://github.com/OpenSC/OpenSC/commit/743ca1cedcd26adcba6636296a35b909b92fdcbd Author: Viktor Tarasov <vik...@gm...> Date: 2013-03-11 (Mon, 11 Mar 2013) Changed paths: M src/libopensc/pkcs15-data.c M src/libopensc/pkcs15.h Log Message: ----------- pkcs15: new 'data' member in 'sc_pkcs15_data_info' New member keeps the value of the PKCS#15 DATA object. Internal pkcs15 procedure that reads DATA object is modified to check if requested data are already vailable in 'data-info', an only then try to read the content of dedicated on-card file. For some emulated PKCS#15 systems value of DATA object is kept as 'direct' value in a proprietary attribute files and so the common read procedure could not be used. ; some efforts to unify layout of code source. |
From: GitHub <no...@gi...> - 2013-03-10 13:12:38
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: a24ecd073383b30ea40b756af17247e2ecd4eea4 https://github.com/OpenSC/OpenSC/commit/a24ecd073383b30ea40b756af17247e2ecd4eea4 Author: Viktor Tarasov <vik...@gm...> Date: 2013-03-10 (Sun, 10 Mar 2013) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: ignore CRYPTOKI_ALREADY_INITIALIZED error https://github.com/OpenSC/OpenSC/pull/118 Print warning and ignore 'Cryptoki library has already been initialized' error returned by C_Initialize(). |
From: GitHub <no...@gi...> - 2013-03-04 12:21:25
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 8e95abf326d709afb83cf47c96b88545865bd365 https://github.com/OpenSC/OpenSC/commit/8e95abf326d709afb83cf47c96b88545865bd365 Author: Martin Paljak <ma...@ma...> Date: 2013-03-04 (Mon, 04 Mar 2013) Changed paths: M MacOSX/opensc-uninstall Log Message: ----------- macosx: make the opensc-uninstall script better at removing all files. |
From: GitHub <no...@gi...> - 2013-03-02 19:02:01
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 8fc679bf4062bc1d74092ed51eab663620dabaef https://github.com/OpenSC/OpenSC/commit/8fc679bf4062bc1d74092ed51eab663620dabaef Author: Viktor Tarasov <vik...@gm...> Date: 2013-03-02 (Sat, 02 Mar 2013) Changed paths: M src/libopensc/card.c M src/libopensc/errors.c M src/libopensc/errors.h M src/libopensc/iasecc-sdo.c M src/libopensc/iso7816.c M src/libopensc/pkcs15-oberthur.c M src/pkcs15init/pkcs15-iasecc.c M src/smm/sm-global-platform.c Log Message: ----------- libopensc: invalid usage of SC_ERROR_MEMORY_FAILURE Initiated by discussion in https://github.com/OpenSC/OpenSC/pull/134 . SC_ERROR_MEMORY_FAILURE has to be used as a resulting code of the card related operations, and not as result of the memory allocation problems. New 'warning' category of SC_ERRORs introduced -- SC_WARNING_xx . Error text and SC_ERROR associated with return codes 6300 and 6200 has been changed. |
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 |