- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Nov 18 2020
It was a bunch or work and we are still not able to pass Unicode strings on the command line. Will eventually be done. At least people in Asia can now use their regular Windows account with gpg.
Yes sure. --debug ipc should give you some insight why gpg does not thing the key is on the card.
Ingo, can you please check? I guess we are not affected because Kleo already checks for an empty string. But dkg's suggestion sounds good to me.
Nov 17 2020
A fix has been released; see T5052.
I change this to a feature request: Allow several processes to run public key decryption using the same set of private keys.
Note that you actually run 30 independent processes with gpg 1.4 but with gpg-agent there is just one process to handle the private key operations (decrypt). To utilize more cores you need to setup several GNUPGHOME with the same private keys.
Nov 16 2020
Nov 15 2020
I know these troubles.
Nov 13 2020
Nov 12 2020
Please ask on a mailing list - this is a bug tracker and somehow expects bug descriptions.
Sorry, I do not understand what kind of bug you are trying to report. it seems that you have a question about some software and you assume this is gpg4win. "invalid pocket" is however not an error any of our software emits.
BTW, the idea is to fade out support for gpg --card-status and --card-edit. Thus no new features there. New features shall only go into gpg-card.
Nov 11 2020
Released with GpgOL 2.4.6 ang gpg4win 3.1.12
This is in 3.1.12
3.1.12 was released on 2020-07-24.
Nov 10 2020
Works for me. Also with a gpg.conf-2 file. Do you use a /etc/gnupg/gpg.conf ?
Nov 9 2020
I reconsidered this. Suppressing such messages with --quiet is oka and will be in 2.2.24.
Nov 6 2020
For portability reasons it would be better to define F_OK if is is not defined.
Nov 4 2020
That is just one bit different - Shouldn't we better have a wrapper as we used to do for other things?
The inotify thing is only used to detect a deleted homedir and stop the agent. AFAIU your problem is that a migration is triggered again. The migration status is a file ~/.gnupg/.gpg-v21-migrated - are you sure that you have extracted it again?