Page MenuHome GnuPG
Feed Advanced Search

Jun 1 2016

bernhard closed T2070: Can not leave passphrase empty when exporting secret key as Resolved.
Jun 1 2016, 3:25 PM · Duplicate, Bug Report, gnupg
bernhard added a comment to T2070: Can not leave passphrase empty when exporting secret key.

I am resolving this issue as duplicate of T2324
in the case of intented empty passphrase for the exported key.
(the export-reset-subkey-passwd flag should be taken to an entirely different
issue.)

Jun 1 2016, 3:25 PM · Duplicate, Bug Report, gnupg
bernhard updated subscribers of T2305: File https://gnupg.org/ftp/gcrypt/binary/index.html needs update.
Jun 1 2016, 3:12 PM · Bug Report, gpgweb
bernhard assigned T2305: File https://gnupg.org/ftp/gcrypt/binary/index.html needs update to werner.
Jun 1 2016, 3:12 PM · Bug Report, gpgweb
bernhard added a comment to T2305: File https://gnupg.org/ftp/gcrypt/binary/index.html needs update.

Both 2.1.11 and 2.1.12 are not in the index, so the update
was missed during the release process.
Werner, you probably know best where to place it in the release process,
so that it is not forgotten. An alternative would be to use a directory listing
module of the webserver which does this more dynamically (and caches the result).

Jun 1 2016, 3:12 PM · Bug Report, gpgweb
bernhard added a comment to T2369: HTTPS download directory listing does not work (403).

Let us use T2305 for the index update.

Jun 1 2016, 3:09 PM · Bug Report, gpgweb

May 31 2016

bernhard renamed T2346: Invalid import result in gnupg 2.1 when importing secret keys from Invalid import result in gnupg 2.1 when importing secret keys to Changed gpgme import result count in gnupg 2.1 when importing secret keys.
May 31 2016, 4:54 PM · Bug Report, gnupg, gnupg (gpg21)
bernhard updated subscribers of T2346: Invalid import result in gnupg 2.1 when importing secret keys.
May 31 2016, 4:54 PM · Bug Report, gnupg, gnupg (gpg21)
bernhard assigned T2346: Invalid import result in gnupg 2.1 when importing secret keys to werner.
May 31 2016, 4:54 PM · Bug Report, gnupg, gnupg (gpg21)
bernhard raised the priority of T2346: Invalid import result in gnupg 2.1 when importing secret keys from Low to Normal.
May 31 2016, 4:54 PM · Bug Report, gnupg, gnupg (gpg21)
bernhard added a comment to T2346: Invalid import result in gnupg 2.1 when importing secret keys.

Hi, I consider it a regular defect if unexplained, because the API somehow changed.

I ran into it while testing python3-gpgme on Debian Jessie.
Two testcases fail because of the changed gpgme behaviour to count more processed
"keys" than before.

pygpgme-0.3$ python3 -m unittest tests.test_import

F..F..

FAIL: test_import_concat (tests.test_import.ImportTestCase)

Traceback (most recent call last):

File "/home/bernhard/werkbank/2auto/pygpgme-0.3/tests/test_import.py", line 105, in

test_import_concat

self.assertEqual(result.considered, 3)

AssertionError: 5 != 3

FAIL: test_import_secret_file (tests.test_import.ImportTestCase)

Traceback (most recent call last):

File "/home/bernhard/werkbank/2auto/pygpgme-0.3/tests/test_import.py", line 58, in

test_import_secret_file

self.assertEqual(result.considered, 1)

AssertionError: 3 != 1

How to see the difference without pygpgme installed in Jessie with
Package: libgpgme11
Version: 1.6.0-99intevation1

Package: gnupg2
Version: 2.1.11-99intevation2

pygpgme-0.3/tests/keys$ LANG=C GNUPGHOME=~/tmp/dot.gnupg3 gpg2 --with-colons --import
key1.pub key1.sec key2.pub
gpg: Total number processed: 5

The same on wheezy:
Package: libgpgme11
Version: 1.3.1-0kk3

Package: gnupg2
Version: 2.0.25-99intevation2
ygpgme-0.3/tests/keys$ LANG=C GNUPGHOME=~/tmp/dot.gnupg gpg2 --with-colons --import
key1.pub key1.sec key2.pub

gpg: Total number processed: 3

May 31 2016, 4:54 PM · Bug Report, gnupg, gnupg (gpg21)

May 20 2016

bernhard raised the priority of T2365: Web of Trust status Display in Kleopatra insufficient from Low to Normal.
May 20 2016, 8:22 AM · KDE, Bug Report, gpg4win

Apr 18 2016

bernhard reopened T2322: Code Signing Certificate information missmatch as "Open".
Apr 18 2016, 9:53 AM · Bug Report, gpg4win
bernhard added a comment to T2322: Code Signing Certificate information missmatch.

Andre, we probably should also list the old certificate, because we still have
files out there with it.

Like, until 2.3.0 the codesigning certificate was: ..

For completeness, this are the pages:
https://www.gpg4win.de/package-integrity-de.html
https://www.gpg4win.de/package-integrity.html

Apr 18 2016, 9:53 AM · Bug Report, gpg4win
bernhard assigned T2322: Code Signing Certificate information missmatch to aheinecke.
Apr 18 2016, 9:39 AM · Bug Report, gpg4win
bernhard added a comment to T2322: Code Signing Certificate information missmatch.

GnstheGrain,

hmmm. :/

Thanks for the report.

Apr 18 2016, 9:39 AM · Bug Report, gpg4win
bernhard updated subscribers of T2322: Code Signing Certificate information missmatch.
Apr 18 2016, 9:39 AM · Bug Report, gpg4win

Apr 15 2016

bernhard added a comment to T2139: pinentry option to see the password in cleartext.

Am Donnerstag, 14. April 2016 16:24:59 schrieb Andre Heinecke via BTS:

But from the discussion here and back then I took that draft to be no
longer up to date and that the MessageBox Question approach with small icon
buttons is not wanted.

Apr 15 2016, 9:18 AM · pinentry, Feature Request, gpg4win

Apr 6 2016

bernhard added a comment to T2232: Option faked-system-time not available for gpg2, but documented..

Hi Justus,
my report describing the problem, not proposing a solution.
(I think that most report should describe the issue,
so that good solution ideas can be measursed against how could they
solve this and other problems.)

If there is no technical reason to have --faked-system-time
in 2.0.x, I guess that fixing the documentation is the easier solution.

Apr 6 2016, 8:29 AM · Bug Report, gnupg, gnupg (gpg20), Documentation

Mar 25 2016

bernhard added a project to T2293: gpg-agent + smartcard not asking for PIN with PUTTY: Not A Bug.
Mar 25 2016, 11:36 AM · Windows 64, gnupg (gpg20), Bug Report, gpg4win, gnupg, Windows, Not A Bug
bernhard added a comment to T2293: gpg-agent + smartcard not asking for PIN with PUTTY.

Thanks for testing 2.1 and for reporting the results.
Good to know that it works now.

Mar 25 2016, 11:36 AM · Windows 64, gnupg (gpg20), Bug Report, gpg4win, gnupg, Windows, Not A Bug
bernhard closed T2293: gpg-agent + smartcard not asking for PIN with PUTTY as Resolved.
Mar 25 2016, 11:36 AM · Windows 64, gnupg (gpg20), Bug Report, gpg4win, gnupg, Windows, Not A Bug

Mar 24 2016

bernhard updated subscribers of T2293: gpg-agent + smartcard not asking for PIN with PUTTY.
Mar 24 2016, 2:26 PM · Windows 64, gnupg (gpg20), Bug Report, gpg4win, gnupg, Windows, Not A Bug
bernhard added projects to T2293: gpg-agent + smartcard not asking for PIN with PUTTY: Windows, gpg4win, gnupg (gpg20), Windows 64.
Mar 24 2016, 2:26 PM · Windows 64, gnupg (gpg20), Bug Report, gpg4win, gnupg, Windows, Not A Bug

Mar 17 2016

bernhard renamed T2287: "Run Kleopatra" dialogue in final installation screen is not displayed correctly from "Run Kleopatra" dialogoue in final installtion screen is not displayed correctly to "Run Kleopatra" dialogue in final installation screen is not displayed correctly.
Mar 17 2016, 11:42 AM · Bug Report, gpg4win, i18n

Mar 7 2016

bernhard added a comment to T2276: keyring_search failed and failed to rebuild keyring cache: Legacy key.

On Sunday 06 March 2016 at 15:18:54, Neal Walfield via BTS wrote:

is for --check-trustdb

Mar 7 2016, 9:41 AM · Bug Report, gnupg, gnupg (gpg21)

Mar 4 2016

bernhard set Version to 2.1.11 on T2276: keyring_search failed and failed to rebuild keyring cache: Legacy key.
Mar 4 2016, 3:04 PM · Bug Report, gnupg, gnupg (gpg21)
bernhard updated subscribers of T2276: keyring_search failed and failed to rebuild keyring cache: Legacy key.
Mar 4 2016, 3:04 PM · Bug Report, gnupg, gnupg (gpg21)
bernhard added projects to T2276: keyring_search failed and failed to rebuild keyring cache: Legacy key: gnupg (gpg21), gnupg, Bug Report.
Mar 4 2016, 3:04 PM · Bug Report, gnupg, gnupg (gpg21)

Mar 2 2016

bernhard added projects to T2271: GpgOL: Should be possible to leave S/MIME to Outlook: gpg4win, gpgol, Bug Report.
Mar 2 2016, 2:30 PM · Bug Report, gpgol, gpg4win
bernhard updated subscribers of T2271: GpgOL: Should be possible to leave S/MIME to Outlook.
Mar 2 2016, 2:30 PM · Bug Report, gpgol, gpg4win
bernhard added a project to T839: GPGOl silently leaves messages decrypted on Outlook 2007: Info Needed.
Mar 2 2016, 2:17 PM · gpg4win, Info Needed, gpgol, Bug Report
bernhard updated subscribers of T839: GPGOl silently leaves messages decrypted on Outlook 2007.
Mar 2 2016, 2:17 PM · gpg4win, Info Needed, gpgol, Bug Report
bernhard added a comment to T839: GPGOl silently leaves messages decrypted on Outlook 2007.

Hi Arthur,
sorry for the late reply:

Outlook 2010 has new code for supporting OpenPGP and S/MIME,
we will tackling the problem differently there.
I think that the last code for GPgOL for Outlook 2007 uses
encryption.

If this is still relevant for you: Can you retest?

Mar 2 2016, 2:17 PM · Info Needed, gpg4win, gpgol, Bug Report
bernhard added a project to T839: GPGOl silently leaves messages decrypted on Outlook 2007: gpg4win.
Mar 2 2016, 2:17 PM · Info Needed, gpg4win, gpgol, Bug Report
bernhard renamed T839: GPGOl silently leaves messages decrypted on Outlook 2007 from GPGOl silently leaves messages decrypted to GPGOl silently leaves messages decrypted on Outlook 2007.
Mar 2 2016, 2:17 PM · Info Needed, gpg4win, gpgol, Bug Report
bernhard reassigned T839: GPGOl silently leaves messages decrypted on Outlook 2007 from werner to aheinecke.
Mar 2 2016, 2:17 PM · Info Needed, gpg4win, gpgol, Bug Report
bernhard added a comment to T1266: "Encrypt Message with GPG" cannot be removed from drop down toolbar!.

Hi,

as the extended support period of Outlook 2003 ended in 2014,
we will not get around fixing this for Outlook 2003.

Please open a new issue, if you encounter problems with a more recent version.

Best,
Bernhard

Mar 2 2016, 2:13 PM · Bug Report, gpgol, gpg4win
bernhard closed T1266: "Encrypt Message with GPG" cannot be removed from drop down toolbar! as Resolved.
Mar 2 2016, 2:13 PM · Bug Report, gpgol, gpg4win
bernhard closed T1019: Buttons in outlook 2007 disappear as Resolved.
Mar 2 2016, 2:09 PM · Bug Report, gpgol, gpg4win
bernhard removed a project from T1019: Buttons in outlook 2007 disappear: Info Needed.
Mar 2 2016, 2:09 PM · Bug Report, gpgol, gpg4win
bernhard lowered the priority of T1019: Buttons in outlook 2007 disappear from High to Normal.
Mar 2 2016, 2:09 PM · Bug Report, gpgol, gpg4win
bernhard added a comment to T1019: Buttons in outlook 2007 disappear.

Since the last activity on this report, GpgOL was changed a lot.
Probably the original reporter does not use the Windows/Outlook combination
anymore. Thus closing this report.

Mar 2 2016, 2:09 PM · Bug Report, gpgol, gpg4win

Feb 26 2016

bernhard added a comment to T2247: inst_gpgol = false ha no affect.

On Friday 26 February 2016 at 11:45:07, xyzspeedy via BTS wrote:

We think, there ist a Problem in the Oulook-(Plugin)-Config on the tested
Systems, but i'm not sure,

Feb 26 2016, 1:36 PM · Info Needed, Bug Report, gpg4win

Feb 22 2016

bernhard added a comment to T2247: inst_gpgol = false ha no affect.

xyzspeedy wrote to me that the behaviour is reproducable with
Windows 7, 8.1 and 10 (each time pro x64)

Feb 22 2016, 10:41 AM · Info Needed, Bug Report, gpg4win

Feb 19 2016

bernhard updated subscribers of T2247: inst_gpgol = false ha no affect.
Feb 19 2016, 8:14 AM · Info Needed, Bug Report, gpg4win
bernhard assigned T2247: inst_gpgol = false ha no affect to aheinecke.
Feb 19 2016, 8:14 AM · Info Needed, Bug Report, gpg4win
bernhard added a comment to T2247: inst_gpgol = false ha no affect.

Andre,
let us fix this for 2.3.1.

Feb 19 2016, 8:14 AM · Info Needed, Bug Report, gpg4win

Feb 1 2016

bernhard changed Version from All versions to 2.1 on T2118: Command --quick-gen-key ignores --default-cert-expire, --edit-key ignores --default-sig-expire.
Feb 1 2016, 9:04 AM · Won't Fix, gnupg (gpg21), Bug Report, gnupg
bernhard added a project to T2118: Command --quick-gen-key ignores --default-cert-expire, --edit-key ignores --default-sig-expire: gnupg (gpg21).
Feb 1 2016, 9:04 AM · Won't Fix, gnupg (gpg21), Bug Report, gnupg
bernhard added a comment to T2118: Command --quick-gen-key ignores --default-cert-expire, --edit-key ignores --default-sig-expire.

Jens,
thanks for the report. Now I can classify this as GnuPG "modern" issue. :)
Bernhard

Feb 1 2016, 9:04 AM · Won't Fix, gnupg (gpg21), Bug Report, gnupg
bernhard assigned T2118: Command --quick-gen-key ignores --default-cert-expire, --edit-key ignores --default-sig-expire to neal.
Feb 1 2016, 9:04 AM · Won't Fix, gnupg (gpg21), Bug Report, gnupg
bernhard updated subscribers of T2118: Command --quick-gen-key ignores --default-cert-expire, --edit-key ignores --default-sig-expire.
Feb 1 2016, 9:04 AM · Won't Fix, gnupg (gpg21), Bug Report, gnupg

Jan 29 2016

bernhard updated subscribers of T1801: GPG4win Outlook 2010 GPgol doesn't detect Kleopatra.
Jan 29 2016, 3:23 PM · Windows 32, Windows, Info Needed, Bug Report, gpgol
bernhard added a comment to T1801: GPG4win Outlook 2010 GPgol doesn't detect Kleopatra.

MDK7MX, did you retry ?

Jan 29 2016, 3:23 PM · Windows 32, Windows, Info Needed, Bug Report, gpgol

Jan 28 2016

bernhard updated subscribers of T2232: Option faked-system-time not available for gpg2, but documented..
Jan 28 2016, 3:28 PM · Bug Report, gnupg, gnupg (gpg20), Documentation
bernhard added projects to T2232: Option faked-system-time not available for gpg2, but documented.: Documentation, gnupg (gpg20), gnupg, Bug Report.
Jan 28 2016, 3:28 PM · Bug Report, gnupg, gnupg (gpg20), Documentation
bernhard added a comment to T2118: Command --quick-gen-key ignores --default-cert-expire, --edit-key ignores --default-sig-expire.

Hi Jens,
which version of gpg2 on which platform did you try this?

Jan 28 2016, 3:23 PM · Won't Fix, gnupg (gpg21), Bug Report, gnupg
bernhard added a comment to T2118: Command --quick-gen-key ignores --default-cert-expire, --edit-key ignores --default-sig-expire.

Which version of gnupg2 do you refer to? (On which platform?)
AFAIK 2.0.29 gpg2 does not have a --faked-system-time option.

Jan 28 2016, 3:23 PM · Won't Fix, gnupg (gpg21), Bug Report, gnupg

Jan 25 2016

bernhard updated subscribers of T2228: Explain export-attributes from --export-options better.
Jan 25 2016, 11:51 AM · Bug Report, gnupg, Documentation
bernhard added projects to T2228: Explain export-attributes from --export-options better: Documentation, gnupg, Bug Report.
Jan 25 2016, 11:51 AM · Bug Report, gnupg, Documentation
bernhard added projects to T2227: Sign GpgOL to support group deployments: Feature Request, gpgol.
Jan 25 2016, 10:58 AM · gpgol, Feature Request
bernhard updated subscribers of T2227: Sign GpgOL to support group deployments.
Jan 25 2016, 10:58 AM · gpgol, Feature Request

Dec 11 2015

bernhard updated subscribers of T2184: keyserver configuration dialog crash when clicking.
Dec 11 2015, 8:56 AM · Bug Report, kleopatra, gpg4win
bernhard added projects to T2184: keyserver configuration dialog crash when clicking: gpg4win, kleopatra, Bug Report.
Dec 11 2015, 8:56 AM · Bug Report, kleopatra, gpg4win
bernhard set Version to 2.2.6, 2.3.0 on T2184: keyserver configuration dialog crash when clicking.
Dec 11 2015, 8:56 AM · Bug Report, kleopatra, gpg4win
bernhard added a comment to T2183: gpg-agent not terminated when upgrading from gpg4win 2.2.6 -> 2.3.0.

More detail to the longer description:

Before on the machine kleo was running.
I've started the upgrade, now I get the hint that I should make
sure that all applications are closed, especially Outlook ...
So I close Kleo and continue.
After a while the problem with libksba comes up.

Dec 11 2015, 8:52 AM · Bug Report, gpg4win
bernhard added projects to T2183: gpg-agent not terminated when upgrading from gpg4win 2.2.6 -> 2.3.0: gpg4win, Bug Report.
Dec 11 2015, 8:50 AM · Bug Report, gpg4win
bernhard updated subscribers of T2183: gpg-agent not terminated when upgrading from gpg4win 2.2.6 -> 2.3.0.
Dec 11 2015, 8:50 AM · Bug Report, gpg4win

Dec 9 2015

bernhard added a comment to T1817: Changing expiration on subkeys breaks subkeys.

Some more infos:

https://www.openkeychain.org/faq/#importing-your-own-key-from-gnupg-fails
says that this is a problem for a number of people.

Werner told me that porting the fix back would mean to basically
migrate 2.0 to 2.1, which is useless because 2.1 is already 2.1.

Another possibility would be to change --export to mix public keys (certs)
with secret keys. This would create other problems and thus is not
adviable for a stable version.

So I think this is "won't fix" because it (technically) does not make
sense to fix in 1.4 or 2.0. Solutions: Use 2.1 or wait for 2.2.
As importing implementation: Be tolerant for this problem man use the cert
information if you can.

Dec 9 2015, 3:55 PM · Won't Fix, gnupg (gpg20), gnupg (gpg14), Bug Report, gnupg
bernhard closed T1817: Changing expiration on subkeys breaks subkeys as Resolved.
Dec 9 2015, 3:55 PM · Won't Fix, gnupg (gpg20), gnupg (gpg14), Bug Report, gnupg
bernhard removed projects from T1817: Changing expiration on subkeys breaks subkeys: Stalled, maybe.
Dec 9 2015, 3:55 PM · Won't Fix, gnupg (gpg20), gnupg (gpg14), Bug Report, gnupg
bernhard changed Version from 1.4.18 & 2.0.26 to 1.4.18, 2.0.26 on T1817: Changing expiration on subkeys breaks subkeys.
Dec 9 2015, 3:55 PM · Won't Fix, gnupg (gpg20), gnupg (gpg14), Bug Report, gnupg
bernhard added projects to T1817: Changing expiration on subkeys breaks subkeys: gnupg (gpg20), Won't Fix.
Dec 9 2015, 3:55 PM · Won't Fix, gnupg (gpg20), gnupg (gpg14), Bug Report, gnupg

Dec 1 2015

bernhard added a comment to T2139: pinentry option to see the password in cleartext.

Ready for implementation by Andre.

Dec 1 2015, 11:49 AM · pinentry, Feature Request, gpg4win
bernhard reassigned T2139: pinentry option to see the password in cleartext from bernhard to aheinecke.
Dec 1 2015, 11:49 AM · pinentry, Feature Request, gpg4win
bernhard added a comment to T2139: pinentry option to see the password in cleartext.
So if you want to go ahead with the current plan, that's fine with me.

Thanks for your feedback.
I was wondering specifically about the use-case when you want to enter
and "ok" the passphrase. The regular flow for this as I understand it would=
be

  typing the passphrase and then "enter" or "return"

I think it is okay to have "tab" cycle between options, but including the=20
option of toggling visibility, because somebody who want to enter the=20
passphrase would (in my understand) always do the above flow and not=20
tab-tab-enter.

Dec 1 2015, 10:11 AM · pinentry, Feature Request, gpg4win

Nov 27 2015

bernhard added a comment to T2139: pinentry option to see the password in cleartext.

(2nd try, the mailinterface failed for me.)

http://www.aelog.org/password-visibility-in-kpassworddialog/

Good that you found it.
In the comments Bogdan has a point.
The screenshots also do not look convincing, but I agree it makes sense to be
consistent there. Could we also get a screenshot about this implementation
for Windows 8 they are talking about?

For GTK we should implement it the way werner has outlined and as has been
discussed on the mailing list. So that users with more "Keyboard centric"
workflow have the GTK alternative available.

As gtk-pinentry

  1. currently does not allow tab-return
  2. and it does not make sense as a workflow
  3. we are lacking further evidence if there are users that still use this for a password entry. (Not response by dkg.)

I'd say the discussion on the mailinglist is fully superceded.

In my view we should
a) design it close to pinentry-qt, because it also will be used on Windows

mostly and the consistency with other Windows password dialogs has a lot of 
weight

b) Look at other wide spread gtk-dialog for this functionality and use

   the better design considerin Bogdans comment with a "switch".

The icon could possibly used in both implementations. (If the license allows
this. Oxygen used to have a bit less practical licene coming with it.)

Best,
Bernhar

Nov 27 2015, 5:32 PM · pinentry, Feature Request, gpg4win

Nov 20 2015

bernhard added a comment to T2139: pinentry option to see the password in cleartext.

@dkg,
what do you think about T2139 (bernhard on Nov 02 2015, 10:09 AM / Roundup)?

Nov 20 2015, 8:59 AM · pinentry, Feature Request, gpg4win

Nov 18 2015

bernhard lowered the priority of T1858: Wish for additional TLS access to GnuPG and Gpg4win binaries from High to Wishlist.
Nov 18 2015, 9:57 AM · Feature Request, gpgweb
bernhard closed T1858: Wish for additional TLS access to GnuPG and Gpg4win binaries as Resolved.
Nov 18 2015, 9:57 AM · Feature Request, gpgweb
bernhard removed a project from T1858: Wish for additional TLS access to GnuPG and Gpg4win binaries: Bug Report.
Nov 18 2015, 9:57 AM · Feature Request, gpgweb
bernhard added a project to T1858: Wish for additional TLS access to GnuPG and Gpg4win binaries: Feature Request.
Nov 18 2015, 9:57 AM · Feature Request, gpgweb
bernhard added a comment to T1858: Wish for additional TLS access to GnuPG and Gpg4win binaries.

Chris,
your arguments have been discussed before.
The transportation with OpenPGP and Authenticode signatures
is considered to be save enough.
And you can bring them up again in a public discussion forum,
not in a contributors todo list. Or you can use a platform of your chosen,
e.g. a personal blog.

Your last msg's wording is also against our rules as a community to
work together in a respectful and manner. You repeately imply
personal deficies by others like me or Werner you are not convinced
by your arguments. For the sake of our community, we cannot tolerate
that. Thus I'll have to see this specific acount to be removed, so we
can close this issue.

I hope to see respectful contributions from you in the future,
Bernhard

Nov 18 2015, 9:57 AM · Feature Request, gpgweb

Nov 13 2015

bernhard closed T1858: Wish for additional TLS access to GnuPG and Gpg4win binaries as Resolved.
Nov 13 2015, 12:40 PM · Feature Request, gpgweb
bernhard reopened T1858: Wish for additional TLS access to GnuPG and Gpg4win binaries as "Open".
Nov 13 2015, 12:36 PM · Feature Request, gpgweb
bernhard added a comment to T1858: Wish for additional TLS access to GnuPG and Gpg4win binaries.

Chris,

the admins tell me that it is easiest to remove your user account
to withdraw updating rights to this issue. This I may be forced to do,
unless we find a better solution for civility and availability of this tracker.

Regards,
Bernhard

Nov 13 2015, 12:36 PM · Feature Request, gpgweb
bernhard closed T1858: Wish for additional TLS access to GnuPG and Gpg4win binaries as Resolved.
Nov 13 2015, 12:29 PM · Feature Request, gpgweb
bernhard added a project to T1858: Wish for additional TLS access to GnuPG and Gpg4win binaries: Feature Request.
Nov 13 2015, 12:29 PM · Feature Request, gpgweb
bernhard lowered the priority of T1858: Wish for additional TLS access to GnuPG and Gpg4win binaries from Unbreak Now! to Wishlist.
Nov 13 2015, 12:29 PM · Feature Request, gpgweb
bernhard removed a project from T1858: Wish for additional TLS access to GnuPG and Gpg4win binaries: Bug Report.
Nov 13 2015, 12:29 PM · Feature Request, gpgweb
bernhard added a comment to T1858: Wish for additional TLS access to GnuPG and Gpg4win binaries.

Chris,
as we want to keep this community functional, we require a basic politeness
and respect for the provided tools like this tracker.

As you keep insisting on an argument that Werner and myself
cannot follow and you do not respect that this tracker is the
todo list of the active contribution, we have to protect
our contribution community for repeated obstruction of our goals.
I will see if I can get this tracker issue closed.

Feel free to bring matters like this up on the public mailing list or
your own other channels.

Best,
Bernhard

Nov 13 2015, 12:29 PM · Feature Request, gpgweb
bernhard removed a project from T1858: Wish for additional TLS access to GnuPG and Gpg4win binaries: Bug Report.
Nov 13 2015, 8:28 AM · Feature Request, gpgweb
bernhard added a comment to T1858: Wish for additional TLS access to GnuPG and Gpg4win binaries.

Dear Chris <coward@anon.im>,

this is the todo list of active contributors
and to be useful to them, they get to decide what is tracked.

My argument that there are some people that are in situations
where they cannot get a TLS connection (behind a firewall or not having
the right software), they still get the same, integrity protected distribution.
All other can use TLS, if they want to. So it is more people overall
that have access.

Convince a few other active contributors of GnuPG or Ggp4win that
you are still having a valid point for the todo list. If so, open a new
issue. Reopening this one is not helpful.

Best,
Bernhard

Nov 13 2015, 8:28 AM · Feature Request, gpgweb
bernhard lowered the priority of T1858: Wish for additional TLS access to GnuPG and Gpg4win binaries from Unbreak Now! to Wishlist.
Nov 13 2015, 8:28 AM · Feature Request, gpgweb
bernhard closed T1858: Wish for additional TLS access to GnuPG and Gpg4win binaries as Resolved.
Nov 13 2015, 8:28 AM · Feature Request, gpgweb
bernhard added a project to T1858: Wish for additional TLS access to GnuPG and Gpg4win binaries: Feature Request.
Nov 13 2015, 8:28 AM · Feature Request, gpgweb

Nov 12 2015

bernhard closed T1858: Wish for additional TLS access to GnuPG and Gpg4win binaries as Resolved.
Nov 12 2015, 1:48 PM · Feature Request, gpgweb
bernhard added a comment to T1858: Wish for additional TLS access to GnuPG and Gpg4win binaries.

We will keep the non-TLS access, because there are some people
that will lose access otherwise. This would be security loss in availability.

I appreciate that you checking what we do and that you want to help the initiative.
In order that many people can do so in a constructive way
the tracker is here to support the active contributors,
which will have the final say what they are going to see as a todo item or not.
We'll probably change some of the web pages and will move some more services
over time, but there is not much point in tracking it here.
Please respect this decision.

Nov 12 2015, 1:48 PM · Feature Request, gpgweb
bernhard renamed T1858: Wish for additional TLS access to GnuPG and Gpg4win binaries from Insecure unauthenticable distribution via (secure) gnupg site to Wish for additional TLS access to GnuPG and Gpg4win binaries.
Nov 12 2015, 11:27 AM · Feature Request, gpgweb