core: Add a high level option/argument parser.
workaround:
edit gpg.conf and dirmgr.conf manually
rem proxy in dirmgr
insert https keyserver in gpg
Add more code from Kleopatra
Make CardManager a singleton
Add card data classes from Kleopatra
Add CardManager and export card API
Use pimpl for netkeycard and openpgpcard
Move card data into private class
core: Add gpgrt_fnameconcat and gpgrt_absfnameconcat.
w32: Support static link with -lws2_32.
With the fix of T4623, this bug is now fixed.
Fixed in master, using Libs.private support.
well, so far it`s win 10 with 3.1.11
The info from your report iis a bit scarce; we would need more to replicate this and also the version of the software and the OS you are running.
sm: Remove left over debug output.
sm: Remove left over debug output.
scd: Disable pinpad if it's impossible by KDF DO.
I already tried reinstalling gpg4win without first uninstalling it (I thought it might repair corrupt files) but now I uninstalled first and it is working again.
I searched through C: and D: and found it in D:\Programme\GnuPG\bin and in D:\Programme\Gpg4win\bin - both seem to be created by gpg4win. I'll try reinstalling, hopefully without deleting my private keys...
The DLL libassuan-0.dll was not found or the system somehow found.
Do you have other versions of GnuPG or Gpg4win installed? Please search the system for copies of the above mentioned DLL?
Laurent Montel <montel@kde.org> committed
rKLEOPATRAcaddedfbb6a6: GIT_SILENT: Prepare 5.13.3 (authored by Laurent Montel <montel@kde.org>).
GIT_SILENT: Prepare 5.13.3
Laurent Montel <montel@kde.org> committed
rLIBKLEOac0b2b67c2e1: GIT_SILENT: Prepare 5.13.3 (authored by Laurent Montel <montel@kde.org>).
GIT_SILENT: Prepare 5.13.3
gpgsm: Fix import of some CR,LF ternminated certificates
gpgsm: Fix import of some CR,LF ternminated certificates
Really interesting: The code didn't changed since since 2003 and the bug must have been there all the time. It does happen only for 25% of the certificates with CR and LF; the others have padding characters at the end '=' which is also an indication of the end of the base64 block. I wonder why this has not been reported more often; maybe because most people import binary certificates.
Wald certificate will be fixed very soon. But as it is not fixed yet, I provided an http link, not https for you.
web: Indicate which data formats acceptable for security reports.
Thomas, please provide a sample certificate. I can't access the intevation site to see whether one of the links has the cert. And pretty please fix the wald certificates!
Older version of GnuPG had a rare bug in the keyring update code.
No, this depends on the version of Libgcrypt. Sorry, won't be documented or changed. Thanks for the report, though.
python: Also detect python 3.9.
regexp: Add comment of changes.
Documentation for the regular expression of Jim Tcl:
build: New configure option --disable-doc
Extend GpGOLConfig to add the requested options
build: New configure option --disable-keyboxd
scd: Print the main app name also for not fully supported cards.
gpg: Changes to allow direct key generation from an OpenPGP card.
card: Fix openpgp subkey listing.
gpg: New option --full-timestrings.
card: Take the key creation time from the KEYPAIRINFO
scd:openpgp: Return key creation time as part of KEYPARIINFO.
agent: Allow signing with card key even without a stub key.
I'd like to re-report this bug for version 3.1.11-Gpg4win-3.1.11
in Windows 10 version 1809 build 17763.1039 and version 1909 build 18363.657.
l10n daemon script <scripty@kde.org> committed
rLIBKLEO094af7aff486: SVN_SILENT made messages (.desktop file) - always resolve ours (authored by l10n daemon script <scripty@kde.org>).
SVN_SILENT made messages (.desktop file) - always resolve ours
regexp: Add rules to generate _unicode_mapping.c.
regexp: Tweak generation of _unicode_mapping.c.
regexp: More removal from unused utf8 functions.
regexp: Don't need width calc for regexp.
regexp: Also don't need title map.
gpg: Rename the struct card_key_info_s.
Use API from Libkleo for cards
qt: Add dummy context to make mixin happy
card: Fix parsing of the received card_list.
qt: Add GpgCardJob following the job pattern
card: List more info for an OpenPGP key.
card: New option --no-key-lookup.
regexp: Check if ->pmatch != NULL.
regexp: Fix use of regexp in g10/trustdb.c.
regexp: Use regexp/libregexp.a by gpg frontend.
regexp: Add regexp/Makefile.am.
regexp: A little fix for jimregexp.c.
regexp: Add UTF-8 support.
regexp: Remove including Jim Tcl headers.
regexp: Add regexp module from Jim Tcl.
RFC4880 (and older version of RFC2440) referes Henry Spenser's REGEXP. There are three implementations:
gpg: Improve key creation direct from the card.
scd:openpgp: Send a KEY-TIME status with READKEY
Some style fixes and another missing file
Always add --with-colons to gpgcard calls
card: First code to actually create openpgp keys.
scd:openpgp: Allow auto-changing of the key attributes in genkey.
scd:openpgp: Optional allow for lowercase keyrefs.
common: Extend the openpgp_curve_to_oid function.
Add gnupg-helper and hex utils from Kleopatra
Create initial process interaction framework