I tend to avoid such changes to keep the translations valid. But for master this is okay.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Apr 22 2022
Apr 22 2022
gpg: Fix line end in error message
Bump version to 3.1.22
• aheinecke committed rKLEOPATRA81879ec97eb9: Fix display of non compliance after decrypt (authored by • aheinecke).
Fix display of non compliance after decrypt
The links for the Windows installer as given in the mail was wrong. The corrected links are
• gniibe added a project to T5935: scd: SSH emulation of gpg-agent doesn't work well with sntrup761x25519-sha512@openssh.com: Restricted Project.
• gniibe closed T5538: gpg-agent's keytocard cmd should use a better default creation time. as Resolved.
• gniibe closed T5758: scd: loop forever with reader_port, when open_pcsc_reader failed as Resolved.
• gniibe closed T5884: dotlock is not perfect (errornously remove .lock as stale lockfile) as Resolved.
• gniibe closed T5884: dotlock is not perfect (errornously remove .lock as stale lockfile), a subtask of T5109: Initial socket connection to server, as Resolved.
• gniibe added projects to T5917: gpg-agent: Not writing password into file: Restricted Project, gpgagent, Bug Report.
agent: Not writing password into file.
• gniibe committed rGe8fb8e2b3e66: scd: Don't inhibit SSH authentication for larger data if it can. (authored by • gniibe).
scd: Don't inhibit SSH authentication for larger data if it can.
• gniibe added a comment to T5935: scd: SSH emulation of gpg-agent doesn't work well with sntrup761x25519-sha512@openssh.com.
I confirmed that the patch above works with newer Gnuk (>= 1.2.16).
Apr 21 2022
Apr 21 2022
swdb: GnuPG 2.3.5
• werner set External Link to https://lists.gnupg.org/pipermail/gnupg-announce/2022q2/000472.html on T5743: Release GnuPG 2.3.5.
Release 2.3.5
Post release updates
• ikloecker committed rKLEOPATRA5df72613f43b: Ensure that the key details are loaded when keys were reloaded (authored by • ikloecker).
Ensure that the key details are loaded when keys were reloaded
• ikloecker committed rKLEOPATRAb035e01d57e1: Unify updating of key after key was changed (authored by • ikloecker).
Unify updating of key after key was changed
• ikloecker committed rKLEOPATRA0b6290a47528: Connect the signal only once (authored by • ikloecker).
Connect the signal only once
• ikloecker committed rKLEOPATRA3ac9f23e07bc: Ask for confirmation before revoking a user ID (authored by • ikloecker).
Ask for confirmation before revoking a user ID
• ikloecker committed rKLEOPATRA6df84274eb17: Disable "Revoke User ID" action for last "valid" user ID (authored by • ikloecker).
Disable "Revoke User ID" action for last "valid" user ID
• ikloecker committed rKLEOPATRAc5e2514e3fb3: Add the possibility to revoke a user ID (authored by • ikloecker).
Add the possibility to revoke a user ID
speedo: Fix authenticode signing
po: Auto update
dirmngr: Fix Makefile
• aheinecke committed rW1bae03cb824d: Update kde-l10n with latest german translation (authored by • aheinecke).
Update kde-l10n with latest german translation
Post release version bump
Update NEWS for todays relase
• aheinecke committed rX548de964824d: Add registry config for default command (authored by • aheinecke).
Add registry config for default command
Update GpgOL to 2.5.3
Update gpgex to 1.0.9
swdb: Release gpgex 1.0.9
For the record the Task for the fingerprint copy was T5776
I tend to disagree. The fingerprint is a very long and cryptic looking thing. Most users of Kleopatra will never share their fingerprint as they tend to work on a TOFU model, just accepting a given key and using it. For another bunch of users the long keyid, which we show, is more then enough security. And for the VS-NfD case with very high security where users compare a full fingerprint it is accessibile enough.
• werner triaged T5935: scd: SSH emulation of gpg-agent doesn't work well with sntrup761x25519-sha512@openssh.com as Normal priority.
• gniibe added a comment to T5935: scd: SSH emulation of gpg-agent doesn't work well with sntrup761x25519-sha512@openssh.com.
With newer Gnuk Token, following patch should work:
diff --git a/scd/app-openpgp.c b/scd/app-openpgp.c index 05e1f3977..439052f8c 100644 --- a/scd/app-openpgp.c +++ b/scd/app-openpgp.c @@ -5490,6 +5490,11 @@ do_auth (app_t app, ctrl_t ctrl, const char *keyidstr, exmode = 1; /* Use extended length. */ le_value = app->app_local->keyattr[2].rsa.n_bits / 8; } + else if (app->app_local->cardcap.cmd_chaining && indatalen > 254) + { + exmode = -254; /* Command chaining with max. 254 bytes. */ + le_value = 0; + } else if (indatalen > 255) { if (!app->app_local->cardcap.ext_lc_le)
• gniibe set External Link to https://bugs.debian.org/1008573 on T5935: scd: SSH emulation of gpg-agent doesn't work well with sntrup761x25519-sha512@openssh.com.
• gniibe committed rG3560cd0d9d79: po: Update Simplified Chinese Translation. (authored by • gniibe).
po: Update Simplified Chinese Translation.
• gniibe committed rC299e2f934159: tests: Replace custom bit with more generic flags (authored by Jakuje).
tests: Replace custom bit with more generic flags
• gniibe committed rCf736f3c70182: tests: Expect the RSA PKCS #1.5 encryption to fail in FIPS mode (authored by Jakuje).
tests: Expect the RSA PKCS #1.5 encryption to fail in FIPS mode
• gniibe committed rCc7709f7b2384: Do not allow PKCS #1.5 padding for encryption in FIPS (authored by Jakuje).
Do not allow PKCS #1.5 padding for encryption in FIPS
• gniibe committed rCf436bf4451cb: random: Not use secure memory for DRBG instance. (authored by • gniibe).
random: Not use secure memory for DRBG instance.
Apr 20 2022
Apr 20 2022
• ikloecker committed rLIBKLEO3bb2b74b57c2: Add clang-format git pre-commit hook (authored by • ikloecker).
Add clang-format git pre-commit hook
• ikloecker committed rLIBKLEO8c0c18f09ff7: GIT_SILENT Clear list of words to ignore by codespell (authored by • ikloecker).
GIT_SILENT Clear list of words to ignore by codespell
Run clang-format
• ikloecker committed rLIBKLEO2da96d25145a: GIT_SILENT Add .git-blame-ignore-revs (authored by • ikloecker).
GIT_SILENT Add .git-blame-ignore-revs
• ikloecker committed rLIBKLEO331eba15b911: GIT_SILENT Align and/or keep enum values aligned (authored by • ikloecker).
GIT_SILENT Align and/or keep enum values aligned
• ikloecker committed rLIBKLEOcf45d83d8174: Replace multiple ternary expressions with single if-statement (authored by • ikloecker).
Replace multiple ternary expressions with single if-statement
• ikloecker committed rLIBKLEOcd92403dbc9d: GIT_SILENT Keep indentation in assignment expressions (authored by • ikloecker).
GIT_SILENT Keep indentation in assignment expressions
• ikloecker committed rLIBKLEO5fcfab59c4ac: Simplify and avoid word puzzle (authored by • ikloecker).
Simplify and avoid word puzzle
• ikloecker committed rLIBKLEOb82b4dbe9b09: GIT_SILENT Keep trailing comments aligned (authored by • ikloecker).
GIT_SILENT Keep trailing comments aligned
• ikloecker committed rLIBKLEO7fdc1ea945c3: GIT_SILENT Shorten Kleo::Formatting flags (authored by • ikloecker).
GIT_SILENT Shorten Kleo::Formatting flags
• ikloecker committed rLIBKLEOb484feec475d: GIT_SILENT Separate member definitions (authored by • ikloecker).
GIT_SILENT Separate member definitions
• ikloecker committed rLIBKLEO092ab88200df: Get rid of make_convenience macro which confuses clang-format (authored by • ikloecker).
Get rid of make_convenience macro which confuses clang-format
• ikloecker committed rLIBKLEOdd7973a6b4d8: GIT_SILENT Align or keep alignment of columns of a few initializer lists (authored by • ikloecker).
GIT_SILENT Align or keep alignment of columns of a few initializer lists
• ikloecker committed rLIBKLEOd4c67acdb4f9: Refactor double ternary operator (authored by • ikloecker).
Refactor double ternary operator
• ikloecker committed rLIBKLEO916fd197edfa: GIT_SILENT Do not wrap long string literals (authored by • ikloecker).
GIT_SILENT Do not wrap long string literals
• ikloecker committed rLIBKLEOa2faf692528b: Replace nested ternary expression with switch statement (authored by • ikloecker).
Replace nested ternary expression with switch statement
• ikloecker committed rLIBKLEO58985fcd58dd: GIT_SILENT Avoid that reflow of comments uglifies commented out code (authored by • ikloecker).
GIT_SILENT Avoid that reflow of comments uglifies commented out code
• ikloecker committed rLIBKLEOf7e3d9ee8bfc: GIT_SILENT Keep line breaks in some algorithm calls (authored by • ikloecker).
GIT_SILENT Keep line breaks in some algorithm calls
• ikloecker committed rLIBKLEO67823b7f8176: GIT_SILENT Keep line breaks in stream statements (authored by • ikloecker).
GIT_SILENT Keep line breaks in stream statements
• ikloecker committed rLIBKLEO3f226558485e: GIT_SILENT Move comments inside blocks of if-statements (authored by • ikloecker).
GIT_SILENT Move comments inside blocks of if-statements
• ikloecker committed rLIBKLEO54990a301be3: GIT_SILENT Keep line breaks in logical expressions (authored by • ikloecker).
GIT_SILENT Keep line breaks in logical expressions
• ikloecker committed rLIBKLEOe9b62b976541: GIT_SILENT Remove "else" comment in ternary expressions (authored by • ikloecker).
GIT_SILENT Remove "else" comment in ternary expressions
• ikloecker committed rLIBKLEOe41b895eea08: GIT_SILENT Keep line break in chained expression (authored by • ikloecker).
GIT_SILENT Keep line break in chained expression
• ikloecker committed rLIBKLEOd1a0d35b7d57: GIT_SILENT Add braces to single-line if statement in macro (authored by • ikloecker).
GIT_SILENT Add braces to single-line if statement in macro
• ikloecker committed rLIBKLEO0859029cbfce: GIT_SILENT Keep line breaks in macro definitions (authored by • ikloecker).
GIT_SILENT Keep line breaks in macro definitions
• ikloecker committed rLIBKLEO1b4c25de3621: GIT_SILENT Keep line breaks in ternary expressions (authored by • ikloecker).
GIT_SILENT Keep line breaks in ternary expressions
• ikloecker committed rLIBKLEO126f620f31f8: GIT_SILENT Keep enum values on separate lines (authored by • ikloecker).
GIT_SILENT Keep enum values on separate lines
Add clang-format
• ikloecker committed rLIBKLEO8d29bf191984: GIT_SILENT Keep line breaks in initializer lists (authored by • ikloecker).
GIT_SILENT Keep line breaks in initializer lists
dirmngr: Changes to the linking order.
po: Update German translation
• werner committed rS2b22ff55d1c0: Hack to all using Scute for osslsigncode. (authored by • werner).
Hack to all using Scute for osslsigncode.
Post release version bump
Update NEWS for todays release
• werner committed rG22fef189b111: w32: Do no use Registry item DefaultLogFile for the main tools. (authored by • werner).
w32: Do no use Registry item DefaultLogFile for the main tools.
build: Fix makedist target in m4.
swdb: Released GpgOL 2.5.3
Prepare NEWS for 3.1.22
Update qgpgme so version