Page MenuHome GnuPG
Feed Advanced Search

Mar 16 2018

gniibe committed rG2c85e202bc30: scd: Better user interaction for factory-reset. (authored by gniibe).
scd: Better user interaction for factory-reset.
Mar 16 2018, 3:32 AM

Mar 15 2018

gniibe committed rGfd23a0524d80: scd: Fix suspend/resume handling for CCID driver. (authored by gniibe).
scd: Fix suspend/resume handling for CCID driver.
Mar 15 2018, 4:06 PM

Mar 13 2018

gniibe added a comment to T3825: Scdaemon needs to restart after wake up from sleep mode for YubiKey to work on Windows.

I put an entry: https://wiki.gnupg.org/SmartCard#Known_problem_of_Yubikey

Mar 13 2018, 5:35 AM · gpg4win, gpgagent, gnupg (gpg22), scd, Windows, Bug Report, yubikey
gniibe added a comment to T3825: Scdaemon needs to restart after wake up from sleep mode for YubiKey to work on Windows.

After resume, because resume is not detected, some user interaction is required to cause an error.
gpg --card-status (which will only show partial information) is enough. Or, ssh failure. After failure, scdaemon reconnects the token.
Then, you can use it again without plug-off/plug-in.

Mar 13 2018, 4:58 AM · gpg4win, gpgagent, gnupg (gpg22), scd, Windows, Bug Report, yubikey
gniibe committed rGc84bae69e9e0: scd: After fatal error, shutdown a reader. (authored by gniibe).
scd: After fatal error, shutdown a reader.
Mar 13 2018, 4:56 AM
gniibe committed rG71e5282c25ba: scd: Fix for GNU/Linux suspend/resume. (authored by gniibe).
scd: Fix for GNU/Linux suspend/resume.
Mar 13 2018, 4:56 AM
gniibe added a comment to T3825: Scdaemon needs to restart after wake up from sleep mode for YubiKey to work on Windows.

Thanks a lot for pointers and suggestion.
Well, the problem of Yubikey itself cannot be solved by others, we can put some workaround for the error recovery.
So, this is another try of mine to improve error recovery.

Mar 13 2018, 4:52 AM · gpg4win, gpgagent, gnupg (gpg22), scd, Windows, Bug Report, yubikey

Mar 12 2018

gniibe committed rG655f0b9ad013: scd: Fix typo in previous commit. (authored by gniibe).
scd: Fix typo in previous commit.
Mar 12 2018, 2:19 AM
gniibe added a comment to T3825: Scdaemon needs to restart after wake up from sleep mode for YubiKey to work on Windows.

Part of the problem is Yubikey side, I suppose. (Because my implementation of Gnuk Token has no problem for suspend/resume if it's in-use.)

Mar 12 2018, 1:24 AM · gpg4win, gpgagent, gnupg (gpg22), scd, Windows, Bug Report, yubikey
gniibe added a comment to T3825: Scdaemon needs to restart after wake up from sleep mode for YubiKey to work on Windows.

Again, thanks a lot for your testing. The log said: The code I added cannot detect the event of suspend/resume.
It seems that there is no way to recover from suspend/resume for Yubikey.

Mar 12 2018, 1:19 AM · gpg4win, gpgagent, gnupg (gpg22), scd, Windows, Bug Report, yubikey

Mar 9 2018

gniibe added a comment to T3825: Scdaemon needs to restart after wake up from sleep mode for YubiKey to work on Windows.

Thanks a lot for your testing. So, apparently, the PC/SC behavior is different between GNU/Linux and Windows.
Thus, I pushed another change: rG1e27c0e04cd3: scd: More fix with PC/SC for Windows.. Please test this. (Both of previous version and this version work well on GNU/Linux for operations not including suspend/resume with Yubikey and Gnuk Token, while my Yubikey with PC/SC doesn't work well for suspend/resume.)

Mar 9 2018, 2:02 AM · gpg4win, gpgagent, gnupg (gpg22), scd, Windows, Bug Report, yubikey
gniibe committed rG1e27c0e04cd3: scd: More fix with PC/SC for Windows. (authored by gniibe).
scd: More fix with PC/SC for Windows.
Mar 9 2018, 1:01 AM

Mar 8 2018

gniibe added a comment to T3823: gpg frontend support to setup KDF DO.
Mar 8 2018, 9:06 AM · scd
gniibe committed rGf8b8b6aac2ca: scd: Fix status check when using PC/SC. (authored by gniibe).
scd: Fix status check when using PC/SC.
Mar 8 2018, 9:02 AM
gniibe committed rG334b94898112: gpg: Fix build on Windows. (authored by gniibe).
gpg: Fix build on Windows.
Mar 8 2018, 6:12 AM
gniibe added a comment to T3825: Scdaemon needs to restart after wake up from sleep mode for YubiKey to work on Windows.

Sorry, my build was not good even if it's for x86_64 (I used development version of libassuan, etc.).

Mar 8 2018, 6:07 AM · gpg4win, gpgagent, gnupg (gpg22), scd, Windows, Bug Report, yubikey
gniibe added a comment to T3823: gpg frontend support to setup KDF DO.

I realized that: once KDF-DO is written to smartcard/token, factory-reset command won't work because it assumes standard PIN format than hashed.

Mar 8 2018, 3:45 AM · scd
gniibe added a comment to T3823: gpg frontend support to setup KDF DO.

Sorry again. My script was still wrong (didn't work).

Mar 8 2018, 3:44 AM · scd

Mar 7 2018

gniibe added a comment to T3823: gpg frontend support to setup KDF DO.

It doesn't work because I did mistake for the salt of reset code, it should be 8-byte instead of 4-byte.
Here is a fixed version, which I tested with Gnuk 1.2.8:

Mar 7 2018, 8:02 AM · scd

Mar 6 2018

gniibe changed the visibility for T3825: Scdaemon needs to restart after wake up from sleep mode for YubiKey to work on Windows.
Mar 6 2018, 8:27 AM · gpg4win, gpgagent, gnupg (gpg22), scd, Windows, Bug Report, yubikey
gniibe triaged T3825: Scdaemon needs to restart after wake up from sleep mode for YubiKey to work on Windows as Normal priority.

If possible, please try with this (patched version of scdaemon):

Mar 6 2018, 8:25 AM · gpg4win, gpgagent, gnupg (gpg22), scd, Windows, Bug Report, yubikey
gniibe added a comment to T3823: gpg frontend support to setup KDF DO.

Something like this script should be implemented by gpg frontend:

Mar 6 2018, 7:16 AM · scd
gniibe added a comment to T3825: Scdaemon needs to restart after wake up from sleep mode for YubiKey to work on Windows.

I realized that suspend/resume is not supported yet on GNU/Linux: https://anonscm.debian.org/cgit/pcsclite/PCSC.git/tree/TODO#n7
So, I can't test myself.
Here is an attempt to improve:


The reference is: https://stackoverflow.com/questions/11294638/how-to-use-scardgetstatuschange-correctly-on-windows-8

Mar 6 2018, 2:11 AM · gpg4win, gpgagent, gnupg (gpg22), scd, Windows, Bug Report, yubikey
gniibe added a comment to T3825: Scdaemon needs to restart after wake up from sleep mode for YubiKey to work on Windows.

It looks like SCardGetStatusChange doesn't return failure after wake up.
Here, what we need is catching the event of wake up, which requires reset of the card.
I think that we can check by the dwEventState field.
I'll try on GNU/Linux environment, then ask you to try.

Mar 6 2018, 12:41 AM · gpg4win, gpgagent, gnupg (gpg22), scd, Windows, Bug Report, yubikey

Mar 5 2018

gniibe created T3823: gpg frontend support to setup KDF DO.
Mar 5 2018, 8:49 AM · scd

Feb 28 2018

gniibe committed rE596c0d701ede: syscfg: Add a riscv64 architecture. (authored by gniibe).
syscfg: Add a riscv64 architecture.
Feb 28 2018, 3:16 AM

Feb 27 2018

gniibe committed rM59fe3f26c1ca: core: Support non-thread-safe getenv. (authored by gniibe).
core: Support non-thread-safe getenv.
Feb 27 2018, 10:51 AM

Feb 26 2018

gniibe closed T3201: KDF DO support enhancement, a subtask of T3152: KDF DO support in OpenPGP card, as Resolved.
Feb 26 2018, 8:00 AM · scd
gniibe closed T3201: KDF DO support enhancement as Resolved.

It's in GnuPG 2.2.4, now.

Feb 26 2018, 8:00 AM · gnupg (gpg22), scd
gniibe closed T3787: Signature prompt has negated logic regarding `--only-sign-text-ids` as Resolved.
Feb 26 2018, 7:59 AM · gnupg (gpg22), Bug Report
gniibe closed T3757: Problem building latest master on macOS: unknown identifier LOCAL_PEERUID in command-ssh.c as Resolved.
Feb 26 2018, 7:59 AM · gpgagent, gnupg (gpg23), MacOS, Bug Report
gniibe closed T3778: NetBSD: scdaemon should be killed when its parent (gpg-agent) is going to shutdown as Resolved.
Feb 26 2018, 7:59 AM · gnupg, Bug Report
gniibe closed T3576: Open PGP SmartCard V2.1 - decryption error: ERR 100663364 Missing item in object <SCD> as Resolved.

It's a bug in the OpenPGP card implementation.
I put an entry in Wiki: https://wiki.gnupg.org/SmartCard#Known_Bug.28s.29_of_OpenPGPcard

Feb 26 2018, 7:58 AM · Info Needed, scd, Bug Report
gniibe closed T3508: GPG 2.2.2 not recognizing card reader under Linux as Resolved.
Feb 26 2018, 7:54 AM · scd, Bug Report
gniibe committed rA6c736325c028: Silence two minor warning on Windows. (authored by gniibe).
Silence two minor warning on Windows.
Feb 26 2018, 3:52 AM

Feb 23 2018

gniibe committed rA35aad6b5d53b: Fix previous commit. (authored by gniibe).
Fix previous commit.
Feb 23 2018, 1:50 AM

Feb 20 2018

gniibe committed rA0ad3aafe2c02: Better credential support for other OSes. (authored by gniibe).
Better credential support for other OSes.
Feb 20 2018, 3:15 AM

Feb 16 2018

gniibe added a comment to T3056: gpgme-1.8.0: test failures on NetBSD.

The error of testQuickUID is strange. In the test, it adds a UID and checks number of UIDs (3 + 1 = 4).
It is not reproducible for me (Debian with Qt 5.9.2, NetBSD 7.0.2 with Qt 5.5.1), gnupg 2.2.x from the repo.

Feb 16 2018, 12:45 AM · gpgme (gpgme 1.23.x), gpgagent, gnupg (gpg23)

Feb 15 2018

gniibe added a comment to T3770: heap buffer overflow in iobuf.c.

I guess that you are running on 32-bit architecture where the function keybox_get_keyblock uses 32-bit signed size_t for image_off and image_len.

Feb 15 2018, 7:37 AM · g10, Bug Report
gniibe changed the status of T3787: Signature prompt has negated logic regarding `--only-sign-text-ids` from Open to Testing.
Feb 15 2018, 6:26 AM · gnupg (gpg22), Bug Report
gniibe added a comment to T3787: Signature prompt has negated logic regarding `--only-sign-text-ids`.

Fixed in rGca138d5bf36a: gpg: Fix reversed messages for --only-sign-text-ids..

Feb 15 2018, 6:26 AM · gnupg (gpg22), Bug Report
gniibe committed rGca138d5bf36a: gpg: Fix reversed messages for --only-sign-text-ids. (authored by gniibe).
gpg: Fix reversed messages for --only-sign-text-ids.
Feb 15 2018, 6:25 AM
gniibe claimed T3787: Signature prompt has negated logic regarding `--only-sign-text-ids`.

Thanks for your report. I'm going to fix the messages.

Feb 15 2018, 6:20 AM · gnupg (gpg22), Bug Report
gniibe added a comment to T3056: gpgme-1.8.0: test failures on NetBSD.

I believe that all BSD Makefile issues has been fixed (except python-tar-gz distribution thing for maintainer).
Please test again.

Feb 15 2018, 5:07 AM · gpgme (gpgme 1.23.x), gpgagent, gnupg (gpg23)
gniibe added a comment to T3056: gpgme-1.8.0: test failures on NetBSD.

I located the problem. It's Makefile portability issue and it is fixed in: rMb5ec21b9baf0: tests: Makefile portability., rMba6e610baa13: tests: More Makefile portability., and rM3224d7f0ea83: tests: Fix previous commit
It was not your final invocation of "make check" (GNU or BSD), but the one before ("make all" by BSD make) which imported keys for tests.
The "export" directive doesn't work on BSD.

Feb 15 2018, 3:40 AM · gpgme (gpgme 1.23.x), gpgagent, gnupg (gpg23)
gniibe committed rM3224d7f0ea83: tests: Fix previous commit (authored by gniibe).
tests: Fix previous commit
Feb 15 2018, 3:32 AM
gniibe committed rMba6e610baa13: tests: More Makefile portability. (authored by gniibe).
tests: More Makefile portability.
Feb 15 2018, 3:25 AM
gniibe committed rMb5ec21b9baf0: tests: Makefile portability. (authored by gniibe).
tests: Makefile portability.
Feb 15 2018, 3:15 AM
gniibe committed rMc9a351f5af28: build: More Makefile fix. (authored by gniibe).
build: More Makefile fix.
Feb 15 2018, 2:29 AM

Feb 14 2018

gniibe committed rMf1d8a7975b0a: build: Fix Makefiles for portability. (authored by gniibe).
build: Fix Makefiles for portability.
Feb 14 2018, 9:40 AM
gniibe added a comment to T3056: gpgme-1.8.0: test failures on NetBSD.

OK. Then, it may be some bashi-ism in Makefile. I'll investigate with no bash installed.

Feb 14 2018, 8:32 AM · gpgme (gpgme 1.23.x), gpgagent, gnupg (gpg23)

Feb 13 2018

gniibe claimed T3781: ECC encryption key on-card generation broken.
Feb 13 2018, 5:33 AM · g10, scd, Bug Report
gniibe added a comment to T3056: gpgme-1.8.0: test failures on NetBSD.

For other failures, I guess that you are connecting your card, aren't you?
Last year, I introduced a change for key selection to prefer existing card key. That may affect tests. Well, tests should have configure not to try to access card.

Feb 13 2018, 5:16 AM · gpgme (gpgme 1.23.x), gpgagent, gnupg (gpg23)
gniibe changed the status of T3778: NetBSD: scdaemon should be killed when its parent (gpg-agent) is going to shutdown from Open to Testing.

HAVE_PSELECT_NO_EINTR is introduced for systems which pselect cannot be interrupted.

Feb 13 2018, 4:05 AM · gnupg, Bug Report
gniibe committed rG25f3b6912901: scd: Improve KDF-DO support (authored by Arnaud).
scd: Improve KDF-DO support
Feb 13 2018, 1:31 AM
gniibe committed rM77ca9cc2db2c: configure: MinGW has thread-safe getenv. (authored by gniibe).
configure: MinGW has thread-safe getenv.
Feb 13 2018, 1:10 AM

Feb 12 2018

gniibe committed rG0a3bec2c2525: scd: Fix handling for Data Object with no data. (authored by gniibe).
scd: Fix handling for Data Object with no data.
Feb 12 2018, 11:14 AM

Feb 7 2018

gniibe committed rG015fe1c47b91: scd: Use pipe to kick the loop on NetBSD. (authored by gniibe).
scd: Use pipe to kick the loop on NetBSD.
Feb 7 2018, 4:47 AM
gniibe added a comment to T3778: NetBSD: scdaemon should be killed when its parent (gpg-agent) is going to shutdown.

I think that it's the kernel problem in NetBSD, where signal to self cannot result EINTR for pselect.
Well, something like rG031e3fa7b9a6: scd: Wake up the select when new USB scan. can be applied, I suppose.
Let's see for configure.ac and HAVE_PSELECT_EINTR.

Feb 7 2018, 2:40 AM · gnupg, Bug Report
gniibe renamed T3778: NetBSD: scdaemon should be killed when its parent (gpg-agent) is going to shutdown from scdaemon should be killed when its parent (gpg-agent) is going to shutdown to NetBSD: scdaemon should be killed when its parent (gpg-agent) is going to shutdown.
Feb 7 2018, 2:38 AM · gnupg, Bug Report

Feb 6 2018

gniibe triaged T3778: NetBSD: scdaemon should be killed when its parent (gpg-agent) is going to shutdown as Normal priority.
Feb 6 2018, 8:44 AM · gnupg, Bug Report
gniibe updated the task description for T3778: NetBSD: scdaemon should be killed when its parent (gpg-agent) is going to shutdown.
Feb 6 2018, 8:43 AM · gnupg, Bug Report
gniibe added a comment to T3056: gpgme-1.8.0: test failures on NetBSD.

For scdaemon process(es), I created a ticket T3778: NetBSD: scdaemon should be killed when its parent (gpg-agent) is going to shutdown.

Feb 6 2018, 7:55 AM · gpgme (gpgme 1.23.x), gpgagent, gnupg (gpg23)
gniibe claimed T3778: NetBSD: scdaemon should be killed when its parent (gpg-agent) is going to shutdown.
Feb 6 2018, 7:55 AM · gnupg, Bug Report
gniibe created T3778: NetBSD: scdaemon should be killed when its parent (gpg-agent) is going to shutdown.
Feb 6 2018, 7:54 AM · gnupg, Bug Report

Jan 30 2018

gniibe created T3764: AES-GCM bug for len(IV) != 96.
Jan 30 2018, 12:14 PM · libgcrypt, Bug Report
gniibe added a comment to T3056: gpgme-1.8.0: test failures on NetBSD.

Thanks for your additional suggestion. I pushed the change.

Jan 30 2018, 4:37 AM · gpgme (gpgme 1.23.x), gpgagent, gnupg (gpg23)
gniibe committed rM59fcabbdf537: Fix for BSD Make. (authored by gniibe).
Fix for BSD Make.
Jan 30 2018, 12:26 AM

Jan 29 2018

gniibe added a comment to T3056: gpgme-1.8.0: test failures on NetBSD.

For BSD Make issue, please try:

Jan 29 2018, 11:47 AM · gpgme (gpgme 1.23.x), gpgagent, gnupg (gpg23)
gniibe committed rMbbb5e70e7e85: Fix compile error message. (authored by gniibe).
Fix compile error message.
Jan 29 2018, 11:40 AM
gniibe added a comment to T3376: gpgme: add missing getenv_r() support.

Ah, yes. Will do. Thank you for reminder.

Jan 29 2018, 11:29 AM · patch, gpgme
gniibe changed the status of T3207: FASTWIPE_T undefined from Open to Testing.

Thanks for the report.
Fixed in master.

Jan 29 2018, 11:15 AM · Restricted Project, ntbtls, Bug Report
gniibe committed rT0b56e5c076ae: Fix wipemem.h for other architectures. (authored by gniibe).
Fix wipemem.h for other architectures.
Jan 29 2018, 11:13 AM
gniibe added a comment to T3056: gpgme-1.8.0: test failures on NetBSD.

For the latter, I think it requires path to moc, which may be like /usr/pkg/qt5. Please add it to your PATH. Then, retry from configure

Jan 29 2018, 11:04 AM · gpgme (gpgme 1.23.x), gpgagent, gnupg (gpg23)
gniibe closed T3376: gpgme: add missing getenv_r() support as Resolved.

Fixed in rM37d62e9d0f68: core: Implement _gpgme_getenv for NetBSD..

Jan 29 2018, 5:54 AM · patch, gpgme
gniibe added a comment to T3056: gpgme-1.8.0: test failures on NetBSD.

Other problems are fixed. Please test. It works for me on NetBSD 7.0.2.

Jan 29 2018, 4:09 AM · gpgme (gpgme 1.23.x), gpgagent, gnupg (gpg23)
gniibe committed rM58130b97f658: tests: Fix for NetBSD. (authored by gniibe).
tests: Fix for NetBSD.
Jan 29 2018, 4:06 AM
gniibe committed rM37d62e9d0f68: core: Implement _gpgme_getenv for NetBSD. (authored by gniibe).
core: Implement _gpgme_getenv for NetBSD.
Jan 29 2018, 3:56 AM
gniibe committed rG64aa98c8a055: tests: Fix for NetBSD with __func__. (authored by gniibe).
tests: Fix for NetBSD with __func__.
Jan 29 2018, 1:38 AM

Jan 26 2018

gniibe changed the status of T3757: Problem building latest master on macOS: unknown identifier LOCAL_PEERUID in command-ssh.c from Open to Testing.

I push my change to master.
Please test.

Jan 26 2018, 3:04 AM · gpgagent, gnupg (gpg23), MacOS, Bug Report
gniibe committed rG660eafa3a9f6: agent: Fix sending connecting process uid to pinentry. (authored by gniibe).
agent: Fix sending connecting process uid to pinentry.
Jan 26 2018, 2:59 AM
gniibe committed rGc2e69a7a8c4b: Merge branch 'STABLE-BRANCH-2-2' into master (authored by gniibe).
Merge branch 'STABLE-BRANCH-2-2' into master
Jan 26 2018, 2:59 AM
gniibe committed rGd7207b39b71d: agent: Fix last commit. (authored by gniibe).
agent: Fix last commit.
Jan 26 2018, 2:46 AM
gniibe committed rG08e686a6a6d5: agent: More fix for get_client_pid for portability. (authored by gniibe).
agent: More fix for get_client_pid for portability.
Jan 26 2018, 2:14 AM

Jan 25 2018

gniibe claimed T3757: Problem building latest master on macOS: unknown identifier LOCAL_PEERUID in command-ssh.c.

Thanks for testing master.
No, it's not typo, in my opinion.
The line was added as if it's LOCAL_PEERUID, but there is no such a thing in XNU, but there is LOCAL_PEERUUID which is for UUID.

Jan 25 2018, 4:19 AM · gpgagent, gnupg (gpg23), MacOS, Bug Report

Jan 24 2018

gniibe added a comment to T3754: Problem importing DSA/1024 key signed with SHA256.

You can compare your key with a key generated by GnuPG.

Jan 24 2018, 9:13 AM · Bug Report

Jan 22 2018

gniibe committed rG91303b7df9c3: scd: Support KDF Data Object of OpenPGPcard V3.3. (authored by gniibe).
scd: Support KDF Data Object of OpenPGPcard V3.3.
Jan 22 2018, 11:47 AM
gniibe triaged T3752: gpg --card-status does NOT to create secret key stubs as Normal priority.

I use Debian stretch. It works for me with GnuPG 2.2.4.
The stub is created at the time when --card-edit accesses the card.
When I type RET after fetch command, it shows the key information.

Jan 22 2018, 11:34 AM · scd, gnupg (gpg22), Bug Report
gniibe claimed T3752: gpg --card-status does NOT to create secret key stubs .
Jan 22 2018, 11:00 AM · scd, gnupg (gpg22), Bug Report

Jan 15 2018

gniibe added a comment to T3731: gcry_pk_genkey() segfaults for ecdsa 384.

It is reproducible on my Debian (stretch). I'm going to minimize the case.

Jan 15 2018, 10:36 AM · libgcrypt, Bug Report

Jan 12 2018

gniibe added a comment to T3576: Open PGP SmartCard V2.1 - decryption error: ERR 100663364 Missing item in object <SCD>.

@werner It's just simple; With --personal-cipher-preferences 3DES (3DES only), make a encrypted message. Then, try to decrypt the message with OpenPGPcard (version 2.1 and later).

Jan 12 2018, 12:43 AM · Info Needed, scd, Bug Report

Jan 9 2018

gniibe added a comment to T3576: Open PGP SmartCard V2.1 - decryption error: ERR 100663364 Missing item in object <SCD>.

I forwarded the bug report to the OpenPGP card author.
I think that 2.0 card is OK, 2.1, 2.2, and 3.3 card have this bug.

Jan 9 2018, 2:41 AM · Info Needed, scd, Bug Report

Jan 5 2018

gniibe added a comment to T3576: Open PGP SmartCard V2.1 - decryption error: ERR 100663364 Missing item in object <SCD>.

OK. I managed to reproduce same behavior. I think that it is a bug of OpenPGP card implementation.
Here is the log:


In the log above, I did for RSA-2048. I also did for RSA-4096. The result was same: it was failed with 6A88
I guess that the implementation somehow confuses with the sequence of 00 02 which appears with 3DES.

Jan 5 2018, 1:36 AM · Info Needed, scd, Bug Report

Jan 4 2018

gniibe added a comment to T3576: Open PGP SmartCard V2.1 - decryption error: ERR 100663364 Missing item in object <SCD>.

Could you please give me the debug output line for DEK frame: by encrypted mail to me? So far, I can't find any likely scenario where an error occurs with smartcard. (Use of PGP2.6 is unlikely.)

Jan 4 2018, 5:51 AM · Info Needed, scd, Bug Report

Dec 31 2017

gniibe added a comment to T3576: Open PGP SmartCard V2.1 - decryption error: ERR 100663364 Missing item in object <SCD>.

The conformance problem may (only) happen between PGP 2.6 and OpenPGPcard, because PGP 2.6 uses old format not compatible to PKCS#1, but OpenPGPcard requires PKCS#1.

Dec 31 2017, 8:12 AM · Info Needed, scd, Bug Report
gniibe closed T3624: 2.2.4 make error as Resolved.
Dec 31 2017, 5:37 AM · Bug Report

Dec 29 2017

gniibe added a comment to T3576: Open PGP SmartCard V2.1 - decryption error: ERR 100663364 Missing item in object <SCD>.

OK, I got the picture, now.

Dec 29 2017, 8:51 AM · Info Needed, scd, Bug Report
gniibe added a comment to T3576: Open PGP SmartCard V2.1 - decryption error: ERR 100663364 Missing item in object <SCD>.

Well, my speculation of SERIALNO undefined may be wrong.

Dec 29 2017, 8:23 AM · Info Needed, scd, Bug Report
gniibe added a comment to T3576: Open PGP SmartCard V2.1 - decryption error: ERR 100663364 Missing item in object <SCD>.

Thanks, I received the log file.

Dec 29 2017, 7:51 AM · Info Needed, scd, Bug Report

Dec 28 2017

gniibe added a comment to T3576: Open PGP SmartCard V2.1 - decryption error: ERR 100663364 Missing item in object <SCD>.

Thanks a lot for your testing. Here are my keys:

Dec 28 2017, 2:16 AM · Info Needed, scd, Bug Report