Page MenuHome GnuPG
Feed All Stories

Today

gniibe added a comment to T8171: interoperability of PGP RSA keys.

I sent a patch to gcrypt-devel mailing list for the preparation of the change of RSA secret key checking.
If enabled, wrong RSA secret key (wrong means: under the Libre/OpenPGP specification) is rejected at import when gpg-agent calls gcry_pk_test_key.

Wed, Mar 18, 7:00 AM · libgcrypt, gnupg, Bug Report
gniibe added a comment to T8162: pinentry/gpg/gpgme/Kleo: Cancel semantics: decryption.

I consider again about Ben's change. It could be simply support of the detection of the cancel situation where gpgme should return GPG_ERR_CANCELED (not related to single cancellation vs. whole cancellation).

Wed, Mar 18, 6:38 AM · pinentry, Feature Request, gnupg26, gpd5x, kleopatra
l10n daemon script <scripty@kde.org> committed rMTP33e2e13e4bbe: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Wed, Mar 18, 4:38 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO38529a9e5bfa: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Wed, Mar 18, 4:38 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA1e30cae90d12: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Wed, Mar 18, 4:37 AM
l10n daemon script <scripty@kde.org> committed rMTPc00d86aff00b: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Wed, Mar 18, 2:57 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAe50bd15a5fb5: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Wed, Mar 18, 2:56 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO754d5010fff4: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Wed, Mar 18, 2:55 AM

Yesterday

werner committed rWeece35b2321e: msi: Distribute make-gpd.guids. Fix msi-signed target. (authored by werner).
msi: Distribute make-gpd.guids. Fix msi-signed target.
Tue, Mar 17, 5:05 PM
werner committed rWb0c401eb9b45: msi: Use a different GUID file for GPD. (authored by werner).
msi: Use a different GUID file for GPD.
Tue, Mar 17, 5:05 PM
werner edited projects for T8162: pinentry/gpg/gpgme/Kleo: Cancel semantics: decryption, added: Feature Request, pinentry; removed Bug Report.

I can't remember why Ben introduced the new status. OTOH, I wish that the Qt-Pinentry also emits a button_info line for closing the window. Normal users don't notice the difference but if you have a lot of private keys and you get a mail which has only hidden recipients the full_canceled is pretty useful. Also for other tasks like allow-mark-trusted: On Windows with the qt-pinentry I am always cursing about this but on my box I only need to close the pinentry window to get a fully_canceled

Tue, Mar 17, 4:08 PM · pinentry, Feature Request, gnupg26, gpd5x, kleopatra
werner committed rWeefeec975be9: Set master version to 5.1.0 for correct beta numbering (authored by werner).
Set master version to 5.1.0 for correct beta numbering
Tue, Mar 17, 3:30 PM
werner committed rW4db7e39b3800: msi: Use msi-signed target for build.sh --msi (authored by werner).
msi: Use msi-signed target for build.sh --msi
Tue, Mar 17, 3:30 PM
werner committed rW3e26683407c8: msi: Take care of gnupg-vsd when using --release (authored by werner).
msi: Take care of gnupg-vsd when using --release
Tue, Mar 17, 3:30 PM
hej added a comment to T8167: Draft: Kleopatra: Add Help menu entries for new manuals.

Alternative suggestion:

Tue, Mar 17, 2:29 PM · vsd34, kleopatra
werner added a comment to T8171: interoperability of PGP RSA keys.

BTW, LibrePGP also demands p < q in "Algorithm-Specific Part for RSA Keys".

Tue, Mar 17, 12:27 PM · libgcrypt, gnupg, Bug Report
ebo added a project to T7212: Problems with certificate colors / styles: vsd34.

added vsd34 for the resetting of the defaults

Tue, Mar 17, 10:21 AM · vsd34, needs discussion, gpd5x, kleopatra, Bug Report
gniibe added a comment to T8162: pinentry/gpg/gpgme/Kleo: Cancel semantics: decryption.

I investigated the introduction of STATUS_CANCELED_BY_USER and GPGME_STATUS_CANCELED_BY_USER:
rG31e47dfad0f4: gpg: Add canceled status message.
rM35ca460019ea: Parse STATUS_CANCELED_BY_USER.

Tue, Mar 17, 10:07 AM · pinentry, Feature Request, gnupg26, gpd5x, kleopatra
gniibe added a comment to T8171: interoperability of PGP RSA keys.

For OpenSSH, ssh-agent spec. defines p, q, and qInv.
FIPS has: FIPS 186-5 and SP 800-56Br2.

Tue, Mar 17, 8:53 AM · libgcrypt, gnupg, Bug Report
l10n daemon script <scripty@kde.org> committed rLIBKLEOda5f72b387fa: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Tue, Mar 17, 4:25 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO5eb402c6da0c: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Tue, Mar 17, 2:49 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAac171f676006: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Tue, Mar 17, 2:48 AM
gniibe committed rE7957a1f72005: spawn:w32: Fix use-after-scope of handle array. (authored by mfilippov).
spawn:w32: Fix use-after-scope of handle array.
Tue, Mar 17, 1:50 AM
gniibe added a comment to T8171: interoperability of PGP RSA keys.

existing standards

Tue, Mar 17, 1:22 AM · libgcrypt, gnupg, Bug Report

Mon, Mar 16

werner committed rC1f85852506bd: Add the commit-id to the VERSION file (authored by werner).
Add the commit-id to the VERSION file
Mon, Mar 16, 6:17 PM
Allen Winter <winter@kde.org> committed rKLEOPATRA238e99259a45: autotests/CMakeLists.txt - use QT_REQUIRED_VERSION (authored by Allen Winter <winter@kde.org>).
autotests/CMakeLists.txt - use QT_REQUIRED_VERSION
Mon, Mar 16, 6:12 PM
werner committed rD5786fe99252c: swdb: gpg4win 5.0.2 (authored by werner).
swdb: gpg4win 5.0.2
Mon, Mar 16, 6:09 PM
Allen Winter <winter@kde.org> committed rMTPe82073a7dfa4: CMake fix uninitialized variables (authored by Allen Winter <winter@kde.org>).
CMake fix uninitialized variables
Mon, Mar 16, 5:32 PM
ikloecker added a comment to T7212: Problems with certificate colors / styles.

Filter 16 is the new filter for valid certificates. The problem could be that the version you tested did not yet have this filter.

Mon, Mar 16, 5:14 PM · vsd34, needs discussion, gpd5x, kleopatra, Bug Report
tfry moved T8178: Improvements to webclient UI from Backlog to WiP on the gpgol2 board.
Mon, Mar 16, 4:47 PM · gpgol2
tfry committed rOJ4fc207c4b2b1: Make unpair-button smaller (authored by tfry).
Make unpair-button smaller
Mon, Mar 16, 3:24 PM
tfry committed rOJcc1c18146089: Connection test page: Fix typo, allow i18n (authored by tfry).
Connection test page: Fix typo, allow i18n
Mon, Mar 16, 2:50 PM
tfry added a comment to T8174: Investigate button order in assistant dialog (aka first time wizard).

Windows button order seems to be described, there: https://web.archive.org/web/20161013015954/https://msdn.microsoft.com/en-us/library/dn742499.aspx . I could not find a more up-to-date official reference. Likely, this still applies, though. This specifies (left to right): OK/[Do it]/Yes, [Don't do it]/No, Cancel, Apply (if present), Help (if present)

Mon, Mar 16, 2:21 PM · gpgol2
tfry added a comment to T8173: Improvements to security level button/info.

branch work/tfry/seclevel_ui

Mon, Mar 16, 1:49 PM · gpgol2
tfry moved T8173: Improvements to security level button/info from Backlog to WiP on the gpgol2 board.
Mon, Mar 16, 1:42 PM · gpgol2
tfry committed rOJ4d7150ff4f23: Make link to key info work (authored by tfry).
Make link to key info work
Mon, Mar 16, 1:39 PM
tfry committed rOJ904db4c37d72: Simplify, improve placement of security level button (authored by tfry).
Simplify, improve placement of security level button
Mon, Mar 16, 1:39 PM
ikloecker triaged T8181: Gpg4win: Reduce the number of patches as Normal priority.
Mon, Mar 16, 10:41 AM · AppImage, gpd5x, gpg4win
ebo moved T8161: Invalid MimeType Related instead of Mixed from Backlog to WIP on the gpd5x board.
Mon, Mar 16, 10:30 AM · gpd5x, gpgol
ebo moved T8161: Invalid MimeType Related instead of Mixed from Backlog to Done on the gpgol board.
Mon, Mar 16, 10:30 AM · gpd5x, gpgol
ebo changed the status of T8161: Invalid MimeType Related instead of Mixed from Open to Testing.
Mon, Mar 16, 10:30 AM · gpd5x, gpgol
tfry updated the task description for T8177: reencrypt: Log is not copyable.
Mon, Mar 16, 9:59 AM · gpgol2
werner shifted T8110: GpgOL: Parsing issues with KMail mails from the Restricted Space space to the S1 Public space.
Mon, Mar 16, 9:57 AM · vsd33 (vsd-3.3.6), gpd5x (gpd-5.0.2), mimetreeparser, Bug Report, gpgol
tfry claimed T8178: Improvements to webclient UI.
Mon, Mar 16, 9:57 AM · gpgol2
tfry moved T7687: open new windows on top layer from WiP to QA on the gpgol2 board.
Mon, Mar 16, 9:56 AM · gpd5x, gpgol2
tfry moved T8063: improve naming scheme of reencrypt folders from WiP to QA on the gpgol2 board.
Mon, Mar 16, 9:55 AM · gpgol2
tfry moved T7867: split current config dialog into first-time wizard and config editor from WiP to QA on the gpgol2 board.
Mon, Mar 16, 9:55 AM · gpgol2
werner added a project to T8168: GpgOL: improve visibility of warning in case of not signed attachments: Feature Request.
Mon, Mar 16, 9:53 AM · Feature Request, gpd5x, gpgol
tfry triaged T8179: Troubleshooting documentation as Normal priority.
Mon, Mar 16, 9:51 AM · gpgol2
tfry triaged T8178: Improvements to webclient UI as Normal priority.
Mon, Mar 16, 9:49 AM · gpgol2
tfry added a project to T8176: Improvements to first time setup assistant: gpgol2.
Mon, Mar 16, 9:45 AM · gpgol2
tfry added a project to T8177: reencrypt: Log is not copyable: gpgol2.
Mon, Mar 16, 9:45 AM · gpgol2
tfry triaged T8177: reencrypt: Log is not copyable as Normal priority.
Mon, Mar 16, 9:45 AM · gpgol2
tfry triaged T8176: Improvements to first time setup assistant as Normal priority.
Mon, Mar 16, 9:42 AM · gpgol2
tfry triaged T8173: Improvements to security level button/info as Normal priority.
Mon, Mar 16, 9:32 AM · gpgol2
tfry triaged T8174: Investigate button order in assistant dialog (aka first time wizard) as Normal priority.
Mon, Mar 16, 9:31 AM · gpgol2
tfry added a project to T8175: Improvements to key handling / selection in composer window: gpgol2.
Mon, Mar 16, 9:31 AM · gpgol2
tfry triaged T8175: Improvements to key handling / selection in composer window as Normal priority.
Mon, Mar 16, 9:31 AM · gpgol2
ikloecker added a reverting change for rLIBKLEO27f8413d7414: Explicitly use Boost's cmake config file for finding it: rLIBKLEO4047a637714f: Revert "Explicitly use Boost's cmake config file for finding it".
Mon, Mar 16, 9:30 AM
ikloecker committed rLIBKLEO4047a637714f: Revert "Explicitly use Boost's cmake config file for finding it" (authored by ikloecker).
Revert "Explicitly use Boost's cmake config file for finding it"
Mon, Mar 16, 9:30 AM
tfry created T8174: Investigate button order in assistant dialog (aka first time wizard).
Mon, Mar 16, 9:27 AM · gpgol2
tfry created T8173: Improvements to security level button/info.
Mon, Mar 16, 9:25 AM · gpgol2