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
(9) |
Nov
(23) |
Dec
|
|
From: GitHub <no...@gi...> - 2013-05-11 15:40:23
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: f6b0e893b98da416aa40197b93fc008634c4131a https://github.com/OpenSC/OpenSC/commit/f6b0e893b98da416aa40197b93fc008634c4131a Author: Martin Paljak <ma...@ma...> Date: 2013-05-11 (Sat, 11 May 2013) Changed paths: M src/libopensc/card-ias.c Log Message: ----------- card-ias: fix code style to be MS C89 compliant. |
|
From: GitHub <no...@gi...> - 2013-05-11 15:39:42
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 9f57dd3c53d856395f0279b997e7f5ba551d94a0 https://github.com/OpenSC/OpenSC/commit/9f57dd3c53d856395f0279b997e7f5ba551d94a0 Author: João Poupino <joa...@co...> Date: 2013-05-05 (Sun, 05 May 2013) Changed paths: M src/libopensc/card-ias.c Log Message: ----------- Simplify the compute signature operation and add warning Commit: 4ecbfabffee80a6a3b8867eda43f6de6d55ac1ca https://github.com/OpenSC/OpenSC/commit/4ecbfabffee80a6a3b8867eda43f6de6d55ac1ca Author: João Poupino <joa...@co...> Date: 2013-05-05 (Sun, 05 May 2013) Changed paths: M src/libopensc/pkcs15-pteid.c Log Message: ----------- Fix for PTEID's PKCS#15 emulation breakage Commit: aec1cd963999042b57a9266cc76df11bd76a1568 https://github.com/OpenSC/OpenSC/commit/aec1cd963999042b57a9266cc76df11bd76a1568 Author: João Poupino <joa...@co...> Date: 2013-05-06 (Mon, 06 May 2013) Changed paths: M src/libopensc/pkcs15-pteid.c Log Message: ----------- Remove redudant check Commit: 1b265690e8d4d7d5b6c648c5551e6cc6154b6d6d https://github.com/OpenSC/OpenSC/commit/1b265690e8d4d7d5b6c648c5551e6cc6154b6d6d Author: Martin Paljak <ma...@ma...> Date: 2013-05-11 (Sat, 11 May 2013) Changed paths: M src/libopensc/card-ias.c M src/libopensc/pkcs15-pteid.c Log Message: ----------- Merge pull request #156 from poupas/master Fixes for the PTEID card Compare: https://github.com/OpenSC/OpenSC/compare/112092f7dd9d...1b265690e8d4 |
|
From: GitHub <no...@gi...> - 2013-05-08 12:23:33
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 112092f7dd9df5e77c0f550effe4776aae0a77b0 https://github.com/OpenSC/OpenSC/commit/112092f7dd9df5e77c0f550effe4776aae0a77b0 Author: Martin Paljak <ma...@ma...> Date: 2013-05-08 (Wed, 08 May 2013) Changed paths: M doc/tools/eidenv.1.xml Log Message: ----------- Fix eidenv manual page: -n is actually -p |
|
From: GitHub <no...@gi...> - 2013-05-07 13:59:18
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 7cbd42a2d07c4e63279e6318d2753210ed6c650b https://github.com/OpenSC/OpenSC/commit/7cbd42a2d07c4e63279e6318d2753210ed6c650b Author: Viktor Tarasov <vik...@gm...> Date: 2013-05-07 (Tue, 07 May 2013) Changed paths: M configure.ac Log Message: ----------- build: 'declaration-after-statement' is an error not allowed in Windows VS, so make it also not allowed with GCC Thanks to Martin, https://github.com/OpenSC/OpenSC/pull/156#issuecomment-17538586 |
|
From: GitHub <no...@gi...> - 2013-05-07 07:48:20
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 4a674b4dfc8bd48f78940b78b30399fb94c47a47 https://github.com/OpenSC/OpenSC/commit/4a674b4dfc8bd48f78940b78b30399fb94c47a47 Author: German Blanco <ger...@gm...> Date: 2013-05-07 (Tue, 07 May 2013) Changed paths: M src/libopensc/log.c M src/libopensc/pkcs15-cert.c Log Message: ----------- Improving logging of certificate handling. |
|
From: GitHub <no...@gi...> - 2013-04-28 17:00:37
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: b23060526c4100700d338bf84a730d9baeda2248 https://github.com/OpenSC/OpenSC/commit/b23060526c4100700d338bf84a730d9baeda2248 Author: Dirk-Willem van Gulik <di...@we...> Date: 2013-04-28 (Sun, 28 Apr 2013) Changed paths: M src/libopensc/iso7816.c Log Message: ----------- Allow for the pin to be entered on the keypad during issuing. For compliance reasons. |
|
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 |