GnuPG this Past Fall

Werner Koch wk at gnupg.org
Mon Jan 16 23:16:29 CET 2017


Hi!

Here is a plain text copy of Neal's recent blog entry.  The permanent
URL is: <https://gnupg.org/blog/20170116-gnupg-this-past-fall.html>.  If
you like to comment, please follow up on this mail.


                    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
                     20170116-GNUPG-THIS-PAST-FALL


                                  Neal
                    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━


                            January 6, 2017


Table of Contents
─────────────────

1 GnuPG this Past Fall
.. 1.1 Development
.. 1.2 Releases
.. 1.3 Public Appearances
.. 1.4 Ecosystem
.. 1.5 Press
.. 1.6 Donations


1 GnuPG this Past Fall
══════════════════════

1.1 Development
───────────────

  The focus of development the past few months has been on polishing the
  GnuPG 2.1 code base so that we can release GnuPG 2.2.  This is
  particularly important to us, because we want the latest features to
  be available in the next release of Debian stable, which is about to
  freeze.  All of the main developers have participated in this effort,
  but I want to particularly point out Daniel Kahn Gillmor’s many
  patches in this area.  Even prior to this effort, Daniel has regularly
  submitted patches for relatively minor, boring issues.  But, it is
  exactly these types of fixes that result in a polished product.

  A relatively major change that went into the most recent release of
  GnuPG is the replacement of ADNS with William Ahern’s [libdns].
  Unfortunately, our patches for Tor support for ADNS have been in limbo
  for such a long time, that [we decided to change to a different DNS
  resolver].

  Daniel Kahn Gillmor also helped implement and debug GnuPG’s new
  supervisor mode.  This mode allows GnuPG’s daemons to be auto-started
  and auto-stopped by systemd.  If you are tracking Debian testing or
  Debian unstable, you can try enabling this by following the
  instructions in `/usr/share/doc/gnupg-agent/README.Debian'.  This is
  based on the [reference implementation for starting GnuPG’s daemons
  from systemd] that Daniel also contributed and is included in GnuPG
  proper.  Linux distributions that use systemd are encouraged to base
  their systemd unit files on this implementation.

  Justus also made significant improvements to our relatively new
  Scheme-based testing framework.  He’s also written many new tests,
  fixed bugs in [TinyScheme], the Scheme interpreter that we are using,
  and radically improved TinyScheme’s debugging facilities.
  Furthermore, TinyScheme used to spent about 75% of the execution time
  in the garbage collector alone, now it typically spends less than 40%
  of the time in the memory allocator.  Unfortunately, although he
  submitted some patches upstream, they have been mostly ignored.  Thus,
  if you are using TinyScheme, you might want to consider including our
  patches.

  We’ve decided to change the [default expiration time for new keys to 2
  years].  (Previously, keys did not expire by default.)  Using an
  expiration provides an emergency break for users who lose access to
  their secret key material and any revocation certificate.  But note:
  just because a key has expired does not mean that one has to create a
  new key; it is entirely possible to extend a key’s expiration, even
  after the key has expired.

  Another minor, but notable improvement that Justus implemented is to
  GnuPG’s search algorithm.  Justus changed gpg’s behavior to [take the
  best match instead of the first match].

  Niibe has continued to polish the smart card support including
  improving support for v3 of the [OpenPGPcard] specification, and
  initial support for [multiple card readers].  He has also reviewed and
  integrated a number of bugs fixes and small improvements contributed
  by Arnaud Fontaine.

  Andre has made significant progress on GPGOL, our plugin for Outlook.
  He plans to release a beta in the coming week.  Part of this work
  included fleshing out [how the automatic encryption system should
  work], and thinking about what it can and cannot protect against.
  We’ve documented this in the wiki.  Comments (to the mailing list) are
  welcome!

  As usual, Jussi Kivilinna contributed a number of improvements to
  libgcrypt.  Alon Bar-Lev, a GnuPG maintainer for Gentoo, submitted a
  number of patches.  Mike Blumenkrantz contributed a new [EFL-based
  pinentry].  And, Tobias Mueller provided a number of improvements to
  the Python bindings.

  After a [long discussion], we decided to change the Python GPGME
  bindings to use the [`gpg'] namespace instead of the `pyme3'
  namespace.  This should make finding the bindings easier.

  There was also a discussion about [the right way to deal with any
  missing dependencies (in particular, a sufficiently new GPGME) for the
  Python bindings] when they are installed from pip.  Unfortunately, we
  don’t have sufficient resources to properly package them so any users
  will need to make sure they have a recent operating system or build
  GPGME themselves.


  [libdns] http://25thandclement.com/~william/projects/dns.c.html

  [we decided to change to a different DNS resolver]
  https://lists.gnupg.org/pipermail/gnupg-devel/2016-December/032350.html

  [reference implementation for starting GnuPG’s daemons from systemd]
  https://git.gnupg.org/cgi-bin/gitweb.cgi?p%3Dgnupg.git%3Ba%3Dtree%3Bf%3Ddoc/examples/systemd-user%3Bh%3D2d589564e565b0b886d8c8d9071ca52290fb87e3%3Bhb%3Drefs/heads/master

  [TinyScheme] http://tinyscheme.sourceforge.net/

  [default expiration time for new keys to 2 years]
  https://lists.gnupg.org/pipermail/gnupg-devel/2016-December/032298.html

  [take the best match instead of the first match]
  https://lists.gnupg.org/pipermail/gnupg-devel/2016-October/031994.html

  [OpenPGPcard] http://g10code.com/docs/openpgp-card-3.0.pdf

  [multiple card readers]
  https://lists.gnupg.org/pipermail/gnupg-devel/2016-December/032403.html

  [how the automatic encryption system should work]
  https://wiki.gnupg.org/EasyGpg2016/AutomatedEncryption

  [EFL-based pinentry]
  https://lists.gnupg.org/pipermail/gnupg-devel/2016-October/031807.html

  [long discussion]
  https://lists.gnupg.org/pipermail/gnupg-devel/2016-October/031810.html

  [`gpg'] https://pypi.python.org/pypi/gpg

  [the right way to deal with any missing dependencies (in particular, a
  sufficiently new GPGME) for the Python bindings]
  https://lists.gnupg.org/pipermail/gnupg-devel/2016-December/032366.html


1.2 Releases
────────────

  We’ve released new versions of GPGME including [1.7.0] and [1.8.0].
  1.7.0 includes our new [Python bindings for GPGME], and 1.8.0 includes
  the renaming of the namespace from `pyme3' to `gpg'.

  The GnuPG proper saw two releases: version [2.1.16] and version
  [2.1.17].  The latter was released exactly [19 years after Werner
  released version 0.0.0]!

  We released version 1.7.5 of [Libgcrypt], which includes an important
  bug fix for a [secure memory exhaustion regression] ([see also this
  post]), which was introduced in 1.7.4.


  [1.7.0]
  https://lists.gnupg.org/pipermail/gnupg-announce/2016q3/000397.html

  [1.8.0]
  https://lists.gnupg.org/pipermail/gnupg-devel/2016-November/032182.html

  [Python bindings for GPGME]
  https://gnupg.org/blog/20160921-python-bindings-for-gpgme.html

  [2.1.16]
  https://lists.gnupg.org/pipermail/gnupg-announce/2016q4/000398.html

  [2.1.17]
  https://lists.gnupg.org/pipermail/gnupg-announce/2016q4/000398.html

  [19 years after Werner released version 0.0.0]
  https://www.gnupg.org/download/release_notes.html#sec-1-2-70

  [Libgcrypt]
  https://lists.gnupg.org/pipermail/gnupg-announce/2016q4/000399.html

  [secure memory exhaustion regression]
  https://bugs.gnupg.org/gnupg/issue2870

  [see also this post]
  https://lists.gnupg.org/pipermail/gnupg-devel/2016-November/032157.html


1.3 Public Appearances
──────────────────────

  In October and November, I traveled a fair amount.  Before leaving, I
  contacted a few local groups about giving my "An Advanced Introduction
  to GnuPG" presentation.  In the end, I held it in New York City at the
  [NYLUG meetup] ([recording]), in Baltimore at [JHU’s ACM chapter], and
  in San Francisco at [OpenLate], at [NoiseBridge], ([recording]) and at
  the [Intercept].  The interest in GnuPG in New York is impressive: we
  filled the 150 person room and there was a waiting list.  The audience
  was also very engaged and asked many questions.  Joe Nelson’s
  [recording at NoiseBridge] is probably the best recording so far (I
  had a lapel mic and the slides were recorded separately).  If you are
  interested in seeing the presentation, that is the recording that I
  currently recommend.

  While traveling, I also interviewed a number of GnuPG users
  (journalists, lawyers, activists, and companies) for our upcoming
  donation campaign.  If you or your company/organization are willing to
  talk about how you use GnuPG on camera, [please get in touch with me].

  At the end of December, I attended the [CCC’s annual congress].  I
  participated in a [panel discussion] with Volker Birk from [pEp] and
  Holger Krekel from [Autocrypt].  Unfortunately, we only had half an
  hour, which made the discussion rather superficial.  Other talks more
  or less related to GnuPG were presented in the [#wefixthenet session].

  A few GnuPG team members will be present at this year’s [FOSDEM].
  And, I, Daniel, and some of the Autocrypt people attend the Internet
  Freedom Festival in March in Valencia, Spain.


  [NYLUG meetup] https://www.meetup.com/nylug-meetings/events/234083247/

  [recording] https://www.youtube.com/watch?v%3DfX0pgV8hPq8

  [JHU’s ACM chapter] https://www.acm.jhu.edu/

  [OpenLate] https://www.meetup.com/de-DE/OpenLate/events/234006159/

  [NoiseBridge]
  https://noisebridge.net/wiki/Advanced_Introduction_to_GnuPG

  [recording]
  https://begriffs.com/posts/2016-11-05-advanced-intro-gnupg.html

  [Intercept] https://theintercept.com/

  [recording at NoiseBridge]
  https://begriffs.com/posts/2016-11-05-advanced-intro-gnupg.html

  [please get in touch with me]
  http://k.gnupg.net/8F17777118A33DDA9BA48E62AACB3243630052D9

  [CCC’s annual congress] https://events.ccc.de/tag/33c3/

  [panel discussion]
  https://fossil.net2o.de/33c3/doc/trunk/wiki/panel.md

  [pEp] https://pep.foundation/

  [Autocrypt] https://github.com/autocrypt/autocrypt

  [#wefixthenet session]
  https://fossil.net2o.de/33c3/doc/trunk/wiki/33c3.md

  [FOSDEM] https://fosdem.org/2017/


1.4 Ecosystem
─────────────

  [K9] had a major release (5.2) with significantly better OpenPGP
  support.  Of particular note is support for PGP/MIME.
  Congratulations!

  The developers of GPGTools have released a [beta version of GPGTools
  for macOSX Sierra].

  [Autocrypt] is a new, loose knit group working on a new key discovery
  protocol for opportunistic encryption.  Autocrypt is different from
  WKD in that it transmits keys via email, and, as such, doesn’t require
  any new third-party infrastructure, but is more susceptible to attacks
  than WKD.  This approach is complementary to WKD, and similar to what
  pEp is doing.

  pEp has also begun to [document their protocols].  Their intent
  appears to be to submit them as IETF internet drafts.


  [K9] https://www.openkeychain.org/k-9-5.200

  [beta version of GPGTools for macOSX Sierra]
  https://gpgtools.tenderapp.com/discussions/problems/49449-will-not-work-on-macosx-sierra

  [Autocrypt] http://autocrypt.readthedocs.io/en/latest/

  [document their protocols]
  https://letsencrypt.pep.foundation/dev/repos/internet-drafts/


1.5 Press
─────────

  [The EFF expects surveillance and censorship to increase] under
  President Trump.  And, the same appears to be inevitable in Great
  Britain with their recently introduced [Snoopers’ Charter].  The EFF
  encourages technology companies to, among other things, improve their
  support for end-to-end encryption.  We agree, and add that even
  individuals can help: start using encryption tools, and, if you know
  how, volunteer at a local [CryptoParty].

  Filippo Valsorda wrote an article about [why he is giving up on PGP],
  which got picked up by Ars Technica, and endorsed by [Matthew Green]
  and [Bruce Schneier] ([again]).  [I composed a response], which Ars
  Technica also carried.  In short, one of the major reasons that
  Filippo is giving up on PGP in favor of Signal and WhatsApp is due to
  the lack of forward secrecy.  It’s true that OpenPGP doesn’t support
  forward secrecy (although it can be approximated with a bit of work).
  But, it’s not clear to us whether that should be the most important
  consideration.  We know from Snowden, that when properly implemented,
  "[encryption … really is one of the few things that we can rely on]."
  In other words, when nation states crack encryption, they aren’t
  breaking the actual encryption, they are circumventing it.  Thus, if
  you are like Filippo and are really worried about something like an
  [evil maid attack], then you are probably better off storing your
  encryption keys on a smart card, which is something that GnuPG
  supports, but Signal does not.  Another major problem with Signal,
  which Filippo does not address, is its use of telephone numbers as
  identifiers.  This seriously undermines anonymity, and makes
  harassment easier, which is a particular problem for women who post on
  the Internet.  There are been other responses including those from
  [Bjarni Rúnar] (Mailpile), [Perry Donham] (BU), and [Alexandre
  Dulaunoy] ([HN comments]).

  Tobias Müller recently wrote a blog post about his [impressions of the
  OpenPGP conference].

  [Micah Lee was interviewed about his project about GPG Sync] by the
  FSF.

  Heise published an article with [tips for encrypting emails] (in
  German).

  LinuxFR published a primer covering [key validity and trust models],
  including TOFU (in French).  And, NextInpact published an article with
  [a brief history of PGP and GnuPG, a number of tips for using GnuPG,
  and some tradeoffs] (in French).


  [The EFF expects surveillance and censorship to increase]
  https://supporters.eff.org/donate/eff-wired%20

  [Snoopers’ Charter]
  http://www.theregister.co.uk/2016/11/30/investigatory_powers_act_backdoors/

  [CryptoParty] https://www.cryptoparty.in/

  [why he is giving up on PGP]
  http://arstechnica.com/security/2016/12/op-ed-im-giving-up-on-pgp/

  [Matthew Green]
  https://twitter.com/matthew_d_green/status/806135647199252480

  [Bruce Schneier]
  https://www.schneier.com/blog/archives/2016/12/giving_up_on_pg.html

  [again]
  https://www.schneier.com/blog/archives/2016/12/the_pro-pgp_pos.html

  [I composed a response]
  http://arstechnica.com/information-technology/2016/12/signal-does-not-replace-pgp/

  [encryption … really is one of the few things that we can rely on]
  https://www.seas.harvard.edu/news/2015/01/reengineering-privacy-post-snowden

  [evil maid attack]
  https://www.schneier.com/blog/archives/2009/10/evil_maid_attac.html

  [Bjarni Rúnar]
  https://www.mailpile.is/blog/2016-12-13_Too_Cool_for_PGP.html

  [Perry Donham]
  http://sites.bu.edu/perryd/2016/12/17/rethinking-pgp-encryption/

  [Alexandre Dulaunoy] https://www.foo.be/2016/12/OpenPGP-really-works

  [HN comments] https://news.ycombinator.com/item?id%3D13301307

  [impressions of the OpenPGP conference]
  https://blogs.gnome.org/muelli/2016/10/first-openpgp-conf-2016-in-cologne-germany/

  [Micah Lee was interviewed about his project about GPG Sync]
  https://www.fsf.org/blogs/licensing/the-licensing-and-compliance-lab-interviews-micah-lee-of-gpg-sync

  [tips for encrypting emails]
  https://www.heise.de/download/specials/E-Mails-mit-PGP-verschluesseln-3342397

  [key validity and trust models]
  http://linuxfr.org/users/gouttegd/journaux/de-la-confiance-dans-le-monde-openpgp

  [a brief history of PGP and GnuPG, a number of tips for using GnuPG,
  and some tradeoffs]
  https://www.nextinpact.com/news/98509-openpgp-et-gnupg-25-ans-chiffrement-pour-tous-ce-quil-faut-savoir-avant-sy-mettre.htm


1.6 Donations
─────────────

  We recently received [an account statement] from the Wau Holland
  foundation on the GnuPG account that they manage for us.


  [an account statement]
  https://lists.gnupg.org/pipermail/gnupg-devel/2016-November/032211.html


-- 
Die Gedanken sind frei.  Ausnahmen regelt ein Bundesgesetz.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 227 bytes
Desc: not available
URL: </pipermail/attachments/20170116/d40621ba/attachment-0001.sig>


More information about the Gnupg-users mailing list