Force usage flags if key type is forced
Update ecm, libkleo and kleopatra
Add sm switch for authenticode_sign command
• ikloecker renamed
T5836: Kleopatra: Optionally, delete private key locally after moving a key to a smartcard from
Reload key list after a key has been moved to a smartcard to
Kleopatra: Optionally, delete private key locally after moving a key to a smartcard.
That sounds reasonable. The FIPS 186-5 draft () covers this in section A.1.3, although I'm not quite sure why a lower bound for p was chosen compared to q. The comment that seems to have triggered this change is published on page 68 of by Allen Roginsky. It only contains a suggestion of 20, presumably for both numbers.
In Kleopatra's there is this comment
before a commented out code snippet that asks the user whether the key should be deleted locally and, if the user confirms, asks the agent to do .
Use offsetof instead of null ptr calculation.
cipher: Fix rsa key generation.
I checked FIPS 186-4 (and FIPS 186-5-draft). It is Appendix A 1.3.
Heiko Becker <heiko.becker@kde.org> committed
rLIBKLEO5c4b8edb6d0b: Include <iterator>. (authored by Martin Liska <mliska@suse.cz>).
Include <iterator>.
Laurent Montel <montel@kde.org> committed
rLIBKLEO75e85016d68b: GIT_SILENT: add codespell settings (authored by Laurent Montel <montel@kde.org>).
GIT_SILENT: add codespell settings
Laurent Montel <montel@kde.org> committed
rKLEOPATRA5b467723d00f: GIT_SILENT: add codespell settings (authored by Laurent Montel <montel@kde.org>).
GIT_SILENT: add codespell settings
Laurent Montel <montel@kde.org> committed
rLIBKLEO4c1129a91ed2: GIT_SILENT: Add test CI support (authored by Laurent Montel <montel@kde.org>).
GIT_SILENT: Add test CI support
I've just had an issue probably related to this.
Outlook was showing an error message like the following: "Empty messages cannot be encrypted" (I am translating, so the exact message may differ)
Prepare NEWS for the next release
Done. I have also tried to make this dialog as accessible as possible as prototype for other form-like dialogs. The error reporting could still be improved by specifying what exactly is wrong instead of simply saying what could be wrong, but QValidator is too limited for this.
Use an instruction for the "all inputs are empty" error
Change text of error summary and always use error message box
Allow only plain text for label, hint, and error messages
Use the currently shown error messages for the error summary
Prefix the error messages with "Error: "
Seems we can close this bug.
We have not seen this problem anymore in recent versions. Thus closing.
We have a solulion for this bug. For further improvements we will use T5882.
gpg: Replace an assert by a log_fatal.
gpg: Replace an assert by a log_fatal.
Printing a note as we do in --edit-key is a good idea.
Passing fds etc adds complex extra code to gpg-agent. This was not the original design goal, although we violated this anyway by have some OpenPGP specific code there. This needs more thinking. Due to our internal use of OCB we can't make it FIPS compliant without large changes.
I have not yet tested OpenSSH 9 and thus the patch to master is here just as a test. Please better use gnupg 2.3 (stable) instead of 2.2 (LTS) because it is unlikely that we will backport all this new ssh stuff.
ssh: Returned faked response for the new session-bind extension.
Ensure that assistive tools use the accessible hint text if available
Mark hint label and error label as related labels
Set label text and optional accessible name with one setter
Add an optional hint to the input fields
Allow alternative error messages for assistive tools
Put the labels above the input fields
Visually indicate required input fields
GIT_SILENT Remove superfluous nullptr checks
Make the labels stand out more
Make the result label accessible
Select the text of an HTML label when it gets keyboard focus
Add helper to give labels keyboard focus if an assistive tool is active
Omit the colon in the accessible name of the input fields
Mark name and/or email as required if requested
Allow marking a form input as required
scd: Renamed a constant in ccid-driver.c
scd: Minor code reorganization
scd: Fix memory leak in ccid-driver.
scd: Minor code reorganization
scd: Fix memory leak in ccid-driver.
tests: Fix warning in common/t-ssh-utils.c
• werner renamed
T5273: Release Gpg4win 4.x.x from
Release Gpg4win 4 to
Release Gpg4win 4.x.x.
Thanks, good explanation!
It is hard to find a word for exact description.
Thus just keep the original verb and add 比特 to confirm 位 is binary bits.
In computer, binary representation is used (generally), binary digits (hex value 6e, 110) is rounded up to (hex value 80, 128), when only one significant binary digit (bit) is required.
Thanks for your explanation.
tests: Fix common/t-ssh-utils.
agent: Ignore MD5 Fingerprints for ssh keys
Patches applied and pushed. For the common/t-ssh-utils, I applied my fix for the use case with key on command line when FIPS mode is enabled (MD5 error is OK, in this case).
• werner updated the task description for
T5703: Release GnuPG 2.2.34.
scd:p15: Improve the PIN prompt for Genua cards.
scd:p15: Support for GeNUA cards.
scd:p15: Add basic support for AET JCOP cards.
scd:p15: Prepare AODF parsing for other authentication types.
scd:p15: Improve the PIN prompt for Genua cards.
scd: Support for GeNUA cards.
sm: Print diagnostic about CRL problems due to Tor mode.
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA02476fd662ba: 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
l10n daemon script <scripty@kde.org> committed
rKLEOPATRAe82bce786ec6: GIT_SILENT made messages (after extraction) (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT made messages (after extraction)
l10n daemon script <scripty@kde.org> committed
rKLEOPATRA72500b4a94ac: 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
l10n daemon script <scripty@kde.org> committed
rKLEOPATRAacfe9c85174a: GIT_SILENT made messages (after extraction) (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT made messages (after extraction)
Heiko Becker <heiko.becker@kde.org> committed
rKLEOPATRA823976ffb5c7: GIT_SILENT Update Appstream for new release (authored by Heiko Becker <heiko.becker@kde.org>).
GIT_SILENT Update Appstream for new release
Heiko Becker <heiko.becker@kde.org> committed
rKLEOPATRAda00bed6a103: GIT_SILENT Upgrade release service version to 22.04.0. (authored by Heiko Becker <heiko.becker@kde.org>).
GIT_SILENT Upgrade release service version to 22.04.0.
Heiko Becker <heiko.becker@kde.org> committed
rKLEOPATRA8bb9358b26bb: GIT_SILENT Update Appstream for new release (authored by Heiko Becker <heiko.becker@kde.org>).
GIT_SILENT Update Appstream for new release
Laurent Montel <montel@kde.org> committed
rLIBKLEO94c84ac2ea9b: GIT_SILENT: time to increase version (authored by Laurent Montel <montel@kde.org>).
GIT_SILENT: time to increase version
Laurent Montel <montel@kde.org> committed
rKLEOPATRA45150c1b870d: GIT_SILENT: time to increase version (authored by Laurent Montel <montel@kde.org>).
GIT_SILENT: time to increase version