Page MenuHome GnuPG
Feed All Stories

Aug 23 2018

gouttegd committed rPd0eaec8ef60b: Disallow echo disabling when prompting for a PIN. (authored by Damien Goutte-Gattat via Gnupg-devel <gnupg-devel@gnupg.org>).
Disallow echo disabling when prompting for a PIN.
Aug 23 2018, 12:08 AM

Aug 22 2018

aheinecke added a project to T3824: GpgOL: MAPI to MIME conversion not working properly with Kopano Server: Stalled.

Hi, gpg4o does not send PGP/MIME (the proper format for including attachments and no encoding problems). As such it does not have the Problem described here. You can use "Send PGP Mails without attachments as PGP/Inline" in the options of GpgOL to have something similar. This will also work for Kopano.

Aug 22 2018, 9:15 PM · Stalled, gpgol
rolf added a comment to T3824: GpgOL: MAPI to MIME conversion not working properly with Kopano Server.

how is the actual state of this point? Is it solved?

Aug 22 2018, 9:09 PM · Stalled, gpgol
mkrambach committed rM24a000586522: js: add decrypt result options (authored by mkrambach).
js: add decrypt result options
Aug 22 2018, 7:08 PM
mkrambach committed rMf0409bbdafcb: js: make method parameters objects (authored by mkrambach).
js: make method parameters objects
Aug 22 2018, 6:39 PM
mkrambach committed rM129fa919b935: js: improve decryption performance (authored by mkrambach).
js: improve decryption performance
Aug 22 2018, 4:38 PM
mkrambach committed rM94a0ed361ea0: js: Return error if signature has no fingerprint (authored by mkrambach).
js: Return error if signature has no fingerprint
Aug 22 2018, 2:48 PM
werner added a comment to T4103: Compile with Apple Clang.

I don't think that GnuPG >= 2 can still be build with RISCOS. In any case it is such a minor platform that we are removing special RISCOS hacks when touching such code parts.

Aug 22 2018, 2:44 PM · Feature Request
aheinecke committed rOb09e89143d13: Fix is_valid_chksum check (authored by aheinecke).
Fix is_valid_chksum check
Aug 22 2018, 1:31 PM
aheinecke committed rO7486c0bf18a5: Make autosecure compatible with always sign (authored by aheinecke).
Make autosecure compatible with always sign
Aug 22 2018, 1:31 PM
aheinecke committed rO1692fc9846e5: Fix minor name inconsitencs (authored by aheinecke).
Fix minor name inconsitencs
Aug 22 2018, 1:31 PM
aheinecke closed T4107: GPGME: Merge JavaScript branch as Resolved.

Done.

Aug 22 2018, 1:18 PM · gpgme
aheinecke committed rM59ed27bae14d: Merge branch 'javascript-binding' (authored by aheinecke).
Merge branch 'javascript-binding'
Aug 22 2018, 1:17 PM
aheinecke committed rGTO9c0be8482ee2: Remove sym enc option. It is fixed! (authored by aheinecke).
Remove sym enc option. It is fixed!
Aug 22 2018, 12:47 PM
mkrambach committed rMd8fd4aad8a93: js: changed verify signature result infos (authored by mkrambach).
js: changed verify signature result infos
Aug 22 2018, 12:44 PM
mkrambach committed rM93f674d33d4d: js: throw errors in sync functions (authored by mkrambach).
js: throw errors in sync functions
Aug 22 2018, 12:23 PM
gniibe committed rG0786ac78423c: po: Update Japanese translation. (authored by gniibe).
po: Update Japanese translation.
Aug 22 2018, 11:46 AM
aheinecke committed rO649622c95089: Fix potential crash in T3656 workaround (authored by aheinecke).
Fix potential crash in T3656 workaround
Aug 22 2018, 10:54 AM
aheinecke committed rO9158c1792354: WKS: Handle aborted confirmation process better (authored by aheinecke).
WKS: Handle aborted confirmation process better
Aug 22 2018, 10:54 AM
aheinecke committed rOb5e68fc000ad: Rewrite cached key resolution (authored by aheinecke).
Rewrite cached key resolution
Aug 22 2018, 10:48 AM
aheinecke committed rOcebe6484acaa: Fix crash on async send in OL 2013 (authored by aheinecke).
Fix crash on async send in OL 2013
Aug 22 2018, 10:48 AM
aheinecke committed rO2767b0a794ae: Add helper to print out protocol (authored by aheinecke).
Add helper to print out protocol
Aug 22 2018, 10:48 AM
aheinecke committed rO75659ee29c72: Disable super verbose debug output (authored by aheinecke).
Disable super verbose debug output
Aug 22 2018, 10:48 AM
gniibe updated the task description for T4106: Terminal use case for gpg-agent and gpg-agent for ssh-agent feature.
Aug 22 2018, 10:03 AM · Debian, gpgagent, Bug Report
gniibe updated the task description for T4106: Terminal use case for gpg-agent and gpg-agent for ssh-agent feature.
Aug 22 2018, 10:03 AM · Debian, gpgagent, Bug Report
gniibe updated the task description for T4106: Terminal use case for gpg-agent and gpg-agent for ssh-agent feature.
Aug 22 2018, 10:00 AM · Debian, gpgagent, Bug Report
gniibe claimed T4106: Terminal use case for gpg-agent and gpg-agent for ssh-agent feature.

This entry was created based on the conversation at #gnupg channel.
I can't reproduce keep hanging.
I confirmed that pinentry vanished (perhaps, because of timeout).

Aug 22 2018, 9:59 AM · Debian, gpgagent, Bug Report
gniibe updated the task description for T4106: Terminal use case for gpg-agent and gpg-agent for ssh-agent feature.
Aug 22 2018, 9:56 AM · Debian, gpgagent, Bug Report

Aug 21 2018

sbingner added a comment to T4103: Compile with Apple Clang.

Apple Clang changes the -fno-common to be default. It can also compile by adding -fcommon to the CFLAGS but I suspect this patch (with the exception of adding __APPLE__ to the (defined (__riscos__) || defined (__APPLE__))) would be needed for things to work properly on __riscos__ also.

-fcommon, -fno-common
       This flag specifies that variables without initializers get common linkage.  It can be disabled with -fno-common.
Aug 21 2018, 8:43 PM · Feature Request
wheelerlaw added a comment to T3065: dirmngr: proxy issues with dnslookup causing failure.

A workaround for this until the HTTP client is fixed is to just use curl instead:

Aug 21 2018, 5:59 PM · gnupg (gpg22), dns, dirmngr
werner added a comment to T4103: Compile with Apple Clang.

Do you say that the linker can't handle the standard common block feature? The only toolchain I am aware of which does not understand this is the Norcraft C compiler for RISC OS. And now also Clang building for iOS?

Aug 21 2018, 5:35 PM · Feature Request
wheelerlaw added a comment to T3065: dirmngr: proxy issues with dnslookup causing failure.

I am running into the same exact issue. It seems that dirmng is incorrectly attempting to resolve the addresses for the keyservers despite having been given an HTTP proxy to connect through.

Aug 21 2018, 5:31 PM · gnupg (gpg22), dns, dirmngr
werner added a project to T4106: Terminal use case for gpg-agent and gpg-agent for ssh-agent feature: Debian.

gpg-agent has a pinentry caling timeout - doesn't that trigger?
In any case we agreed that Debian takes care of systemd support because that is not an upstream supported configuration.

Aug 21 2018, 5:28 PM · Debian, gpgagent, Bug Report
werner triaged T4104: gpgsm/ksba removes leading zeros from signature byte array as Normal priority.
Aug 21 2018, 5:25 PM · Restricted Project, libksba, S/MIME, Bug Report
werner triaged T4102: libgcrypt: yat2m does not respect SOURCE_DATE_EPOCH, patch included as Normal priority.

We are moving to use the yat2m from gpgrt (libgpg-error); thus the additional tag.

Aug 21 2018, 5:23 PM · gpgrt, libgcrypt, Bug Report
mkrambach committed rM6d720137dd95: js: update decrypt/verify results (authored by mkrambach).
js: update decrypt/verify results
Aug 21 2018, 3:27 PM
aheinecke committed rM263dadb04aed: json: Add proper decrypt_result_t handling (authored by aheinecke).
json: Add proper decrypt_result_t handling
Aug 21 2018, 2:39 PM
mkrambach committed rM9dd6c67cd5ae: js: remove outdated checklists (authored by mkrambach).
js: remove outdated checklists
Aug 21 2018, 2:37 PM
aheinecke reassigned T4107: GPGME: Merge JavaScript branch from aheinecke to werner.

I've updated the README and added example mainifests.
Make dist is also updated I could build the extension and webpack it from the dist package.

Aug 21 2018, 2:02 PM · gpgme
aheinecke committed rM0036b9bc493f: js: Fix library name mentioned in js Makefiles (authored by aheinecke).
js: Fix library name mentioned in js Makefiles
Aug 21 2018, 1:59 PM
aheinecke committed rM9608996d8854: Add example manifests for gpgme-json (authored by aheinecke).
Add example manifests for gpgme-json
Aug 21 2018, 1:59 PM
aheinecke committed rM738a8e6f950a: js: Update extra_dist files (authored by aheinecke).
js: Update extra_dist files
Aug 21 2018, 1:59 PM
aheinecke committed rM605eb8a8bfcb: js: Improve README (authored by aheinecke).
js: Improve README
Aug 21 2018, 1:58 PM
aheinecke committed rMfe3de5b86b4a: Remove js as language from configure.ac (authored by aheinecke).
Remove js as language from configure.ac
Aug 21 2018, 1:58 PM
aheinecke created T4107: GPGME: Merge JavaScript branch.
Aug 21 2018, 12:40 PM · gpgme
mkrambach committed rM8b8c009dee8a: js: set expiry of generatedKey to seconds from now (authored by mkrambach).
js: set expiry of generatedKey to seconds from now
Aug 21 2018, 11:43 AM
gniibe created T4106: Terminal use case for gpg-agent and gpg-agent for ssh-agent feature.
Aug 21 2018, 5:48 AM · Debian, gpgagent, Bug Report
gniibe merged task T2439: Optionally always prompt for key confirmation for requests from restricted sockets into T1840: gpg-agent should have prompt-for-use mechanism.
Aug 21 2018, 2:20 AM · gpgagent, Feature Request
gniibe merged T2439: Optionally always prompt for key confirmation for requests from restricted sockets into T1840: gpg-agent should have prompt-for-use mechanism.
Aug 21 2018, 2:20 AM · gnupg, Feature Request

Aug 20 2018

stm created T4105: Inconsistent output for revocation keys in --list-keys --with-colons.
Aug 20 2018, 8:24 PM · Documentation, gnupg, Bug Report
mkrambach committed rMd77a1c887d6a: js: add option "subkey-algo" to generateKey (authored by mkrambach).
js: add option "subkey-algo" to generateKey
Aug 20 2018, 6:04 PM
mkrambach committed rM91c2362550f7: js: set expiry date on generateKey (authored by mkrambach).
js: set expiry date on generateKey
Aug 20 2018, 5:46 PM
aheinecke committed rM8103eeba809b: json: Add subkey_algo and defaults to createkey (authored by aheinecke).
json: Add subkey_algo and defaults to createkey
Aug 20 2018, 4:38 PM
afenkart created T4104: gpgsm/ksba removes leading zeros from signature byte array.
Aug 20 2018, 4:14 PM · Restricted Project, libksba, S/MIME, Bug Report
mkrambach committed rMdd32daad0bb2: js: add and apply eslint rules (authored by mkrambach).
js: add and apply eslint rules
Aug 20 2018, 3:10 PM
eoincreedon_gmail.com added a comment to T4003: Trusted-certs folder not being taken into account where System folders are read.

Hi,
Can I ask if there is any update on the issue that I face?

Aug 20 2018, 1:57 PM · dirmngr, S/MIME, Bug Report
mkrambach committed rM1954d27be86b: js: revert changes to class read/write restriction (authored by mkrambach).
js: revert changes to class read/write restriction
Aug 20 2018, 12:19 PM
mkrambach added a reverting change for rMe16a87e83910: js: Making objects inmutable: rM1954d27be86b: js: revert changes to class read/write restriction.
Aug 20 2018, 12:19 PM
mkrambach added a reverting change for rM94ee0988d4ea: js: change the write access for js class methods: rM1954d27be86b: js: revert changes to class read/write restriction.
Aug 20 2018, 12:19 PM

Aug 19 2018

BenM committed rM75bc5e6356ec: Python bindings examples (authored by BenM).
Python bindings examples
Aug 19 2018, 6:36 AM

Aug 18 2018

BenM committed rM03b899dbe14a: Python bindings setup file (authored by BenM).
Python bindings setup file
Aug 18 2018, 4:24 PM
BenM committed rM5facba45c83f: Python bindings tests: Near PEP8 compliance (authored by BenM).
Python bindings tests: Near PEP8 compliance
Aug 18 2018, 12:30 PM
BenM committed rMb5fbe90676f4: Python bindings examples: PEP8 conpliance (authored by BenM).
Python bindings examples: PEP8 conpliance
Aug 18 2018, 10:48 AM
BenM committed rMfc55caccfc87: Python bindings setup: Near PEP8 compliance (authored by BenM).
Python bindings setup: Near PEP8 compliance
Aug 18 2018, 10:21 AM
BenM committed rM8a6a73b9c4f9: Python bindings constants: PEP8 compliance (almost) (authored by BenM).
Python bindings constants: PEP8 compliance (almost)
Aug 18 2018, 7:47 AM
BenM committed rM7962cde13c5c: Python bindings src: PEP8 compliance (authored by BenM).
Python bindings src: PEP8 compliance
Aug 18 2018, 7:09 AM

Aug 17 2018

mkrambach committed rM74684f24c663: js: decode arriving gpg message strings (authored by mkrambach).
js: decode arriving gpg message strings
Aug 17 2018, 7:28 PM
mkrambach committed rM3cbafb97ec4d: js: correct decrypt result info (2) (authored by mkrambach).
js: correct decrypt result info (2)
Aug 17 2018, 6:26 PM
mkrambach committed rMfff365ffc583: js: expect additional 'info' to arrive on decrypt, too (authored by mkrambach).
js: expect additional 'info' to arrive on decrypt, too
Aug 17 2018, 5:54 PM
mkrambach committed rM5b0f8230b217: js: decrypt callback is_mime fix (authored by mkrambach).
js: decrypt callback is_mime fix
Aug 17 2018, 5:43 PM
mkrambach committed rM8e87790db349: js: don't expire new keys if no date is set (authored by mkrambach).
js: don't expire new keys if no date is set
Aug 17 2018, 5:22 PM
mkrambach committed rM3fb094a9b8c3: js: small documentation fix (authored by mkrambach).
js: small documentation fix
Aug 17 2018, 5:13 PM
mkrambach committed rMad39d54d1928: js: removed Key.armor property in synchronous use (authored by mkrambach).
js: removed Key.armor property in synchronous use
Aug 17 2018, 4:58 PM
mkrambach committed rM754e799d35fd: js: disallow bulk set data on key from outside (authored by mkrambach).
js: disallow bulk set data on key from outside
Aug 17 2018, 4:58 PM
Serg67 added a comment to T4100: I would like send a new key demand to CA.

Thanks for your answer

Aug 17 2018, 4:55 PM · Bug Report
Serg67 added a comment to T4098: GpgSM: Add ECC support.

Ok
Thanks for your answer

Aug 17 2018, 4:38 PM · gnupg (gpg23), Feature Request, S/MIME
aheinecke triaged T4099: The GpgOL icon is missing inside a new mail as Low priority.

I'm not sure that I understand your Problem. It might be helpful if you could provide screenshots of your problem so that we can better understand it.

Aug 17 2018, 3:53 PM · Bug Report
aheinecke closed T4100: I would like send a new key demand to CA as Invalid.

We are not a CA and do not provide certificates.

Aug 17 2018, 3:45 PM · Bug Report
aheinecke added a comment to T4098: GpgSM: Add ECC support.

There is currently no ECC key support in the S/MIME component of Gpg4win. I've edited the task a bit to reflect that. So it is impossible to generate an ECC Key for S/MIME with Kleopatra.

Aug 17 2018, 3:41 PM · gnupg (gpg23), Feature Request, S/MIME
aheinecke renamed T4098: GpgSM: Add ECC support from Create an X.509/ECDSA key to GpgSM: Add ECC support (Option to create an X.509/ECDSA key).
Aug 17 2018, 3:40 PM · gnupg (gpg23), Feature Request, S/MIME
sbingner created T4103: Compile with Apple Clang.
Aug 17 2018, 11:12 AM · Feature Request
gniibe added a comment to T4097: scdaemon does not handle extended APDUs correctly.

Thanks for the information.

Aug 17 2018, 1:58 AM · scd, Bug Report

Aug 16 2018

mkrambach committed rM90cb4a684211: js: importKey feedback refactor (authored by mkrambach).
js: importKey feedback refactor
Aug 16 2018, 5:58 PM
mkrambach committed rMd65a39267088: js: fix import feedback (authored by mkrambach).
js: fix import feedback
Aug 16 2018, 5:07 PM
mkrambach committed rMea43158d4043: js: avoid async getters (authored by mkrambach).
js: avoid async getters
Aug 16 2018, 5:07 PM
nephirus added a comment to T4097: scdaemon does not handle extended APDUs correctly.

In our implementation, DO 0x6E contains:

Aug 16 2018, 12:15 PM · scd, Bug Report
mkrambach committed rM43cff5136459: js: wrong object assumed in recent commit (authored by mkrambach).
js: wrong object assumed in recent commit
Aug 16 2018, 12:14 PM
mkrambach committed rM715cdc0d7d5b: js: get default key fixes (authored by mkrambach).
js: get default key fixes
Aug 16 2018, 12:04 PM
mkrambach committed rM622db0d1de66: js: consistently return uppercase fingerprint (authored by mkrambach).
js: consistently return uppercase fingerprint
Aug 16 2018, 11:32 AM
mkrambach committed rMaeb065acc91a: js: simplify getDefaultKey (authored by mkrambach).
js: simplify getDefaultKey
Aug 16 2018, 11:32 AM
gniibe added a comment to T4097: scdaemon does not handle extended APDUs correctly.

I don't understand the reason why 0x6E (Application Related Data) can be so long. What OpenPGP card implementation do you have?

Aug 16 2018, 6:22 AM · scd, Bug Report
gniibe claimed T4097: scdaemon does not handle extended APDUs correctly.
Aug 16 2018, 6:16 AM · scd, Bug Report

Aug 15 2018

gouttegd committed rP0fb3392f6156: tqt: Disable echoing if backspace is pressed first. (authored by Damien Goutte-Gattat via Gnupg-devel <gnupg-devel@gnupg.org>).
tqt: Disable echoing if backspace is pressed first.
Aug 15 2018, 11:43 PM
gouttegd committed rPa75786a11666: qt: Disable echoing if backspace is pressed first. (authored by Damien Goutte-Gattat via Gnupg-devel <gnupg-devel@gnupg.org>).
qt: Disable echoing if backspace is pressed first.
Aug 15 2018, 11:42 PM
gouttegd committed rPfd22facabd78: curses: Disable echoing if backspace is pressed first. (authored by Damien Goutte-Gattat via Gnupg-devel <gnupg-devel@gnupg.org>).
curses: Disable echoing if backspace is pressed first.
Aug 15 2018, 11:42 PM
gouttegd committed rP4b06bc600901: gtk: Disable echoing if backspace is pressed first. (authored by Damien Goutte-Gattat via Gnupg-devel <gnupg-devel@gnupg.org>).
gtk: Disable echoing if backspace is pressed first.
Aug 15 2018, 11:42 PM
hoebjo created T4102: libgcrypt: yat2m does not respect SOURCE_DATE_EPOCH, patch included.
Aug 15 2018, 11:15 PM · gpgrt, libgcrypt, Bug Report
1sand0s created T4101: --verify-files does not provide sufficient information.
Aug 15 2018, 11:11 AM · Bug Report

Aug 14 2018

Serg67 created T4100: I would like send a new key demand to CA.
Aug 14 2018, 5:16 PM · Bug Report
Serg67 created T4099: The GpgOL icon is missing inside a new mail.
Aug 14 2018, 5:13 PM · Bug Report