diff --git a/web/index.org b/web/index.org index f566962..f9c7c0f 100644 --- a/web/index.org +++ b/web/index.org @@ -1,130 +1,136 @@ #+TITLE: The GNU Privacy Guard #+STARTUP: showall #+SETUPFILE: "share/setup.inc" #+GPGWEB-NEED-SWDB * The GNU Privacy Guard #+index: GnuPG #+index: GPG #+index: PGP #+index: Gpg4win GnuPG is a complete and free implementation of the OpenPGP standard as defined by [[https://www.ietf.org/rfc/rfc4880.txt][RFC4880]] (also known as /PGP/). GnuPG allows you to encrypt and sign your data and communications; it features a versatile key management system, along with access modules for all kinds of public key directories. GnuPG, also known as /GPG/, is a command line tool with features for easy integration with other applications. A wealth of [[file:software/frontends.html][frontend applications]] and [[file:software/libraries.html][libraries]] are available. GnuPG also provides support for S/MIME and Secure Shell (ssh). Since its introduction in 1997, GnuPG is [[https://www.gnu.org/philosophy/free-sw.html][Free Software]] (meaning that it respects your freedom). It can be freely used, modified and distributed under the terms of the [[https://www.gnu.org/copyleft/gpl.html][GNU General Public License]] . The current version of GnuPG is {{{gnupg22_ver}}}. See the [[file:download/index.org][download]] page for other maintained versions. [[https://www.gpg4win.org][Gpg4win]] is a Windows version of GnuPG featuring a context menu tool, a crypto manager, and an Outlook plugin to send and receive standard PGP/MIME mails. The current version of Gpg4win is {{{gpg4win_ver}}}. * Reconquer your privacy #+begin_quote Arguing that you don't care about the right to privacy because you have nothing to hide is no different from saying you don't care about free speech because you have nothing to say. \ndash\nbsp{}Edward\nbsp{}Snowden #+end_quote Using encryption helps to protect your privacy and the privacy of the people you communicate with. Encryption makes life difficult for bulk surveillance systems. GnuPG is one of the tools that Snowden used to uncover the secrets of the NSA. Please visit the [[https://emailselfdefense.fsf.org][Email Self-Defense]] site to learn how and why you should use GnuPG for your electronic communication. * News #+index: News The latest blog entries: #+begin_html #+end_html The latest release news:\\ ([[file:news.org][all news]]) # For those of you who like reading world’s news with an RSS reader, # GnuPG's latest news are available as [[http://feedvalidator.org/check.cgi?url%3Dhttps://www.gnupg.org/news.en.rss][RSS 2.0 compliant]] feed. Just # point or paste the [[news.en.rss][RSS file]] into your aggregator. +** GnuPG 2.2.14 released (2019-03-19) + +We are pleased to announce the availability of GnuPG version 2.2.14. +This is a maintenance release fixing a few problems and adding some +minor features. {[[https://lists.gnupg.org/pipermail/gnupg-announce/2019q1/000435.html][more]]} + ** GnuPG 2.2.13 released (2019-02-12) We are pleased to announce the availability of GnuPG version 2.2.13. This is a maintenance release fixing a few problems and adding some minor features. {[[https://lists.gnupg.org/pipermail/gnupg-announce/2019q1/000434.html][more]]} ** GnuPG 2.2.12 released (2018-12-14) We are pleased to announce the availability of GnuPG version 2.2.12. This is a maintenance release fixing a few problems and adding some minor features. {[[https://lists.gnupg.org/pipermail/gnupg-announce/2018q4/000433.html][more]]} ** GnuPG 2.2.11 released (2018-11-06) We are pleased to announce the availability of GnuPG version 2.2.11. This is a maintenance release fixing a few problems. {[[https://lists.gnupg.org/pipermail/gnupg-announce/2018q4/000432.html][more]]} ** GnuPG Made Easy 1.12.0 released (2018-10-08) [[file:software/gpgme/index.org][GPGME]] is a library that allows to add support for cryptography to a program. {[[https://lists.gnupg.org/pipermail/gnupg-announce/2018q4/000429.html][more]]}. ** GnuPG 2.2.10 released (2018-08-30) We are pleased to announce the availability of GnuPG version 2.2.10. This is a maintenance release fixing a few problems. {[[https://lists.gnupg.org/pipermail/gnupg-announce/2018q3/000428.html][more]]} ** GnuPG 2.2.9 released (2018-07-12) We are pleased to announce the availability of GnuPG version 2.2.9. This is a maintenance release fixing a few problems. {[[https://lists.gnupg.org/pipermail/gnupg-announce/2018q3/000427.html][more]]} ** Libgcrypt 1.8.3 released (2018-06-13) We are pleased to announce the availability of [[file:software/libgcrypt/index.org][Libgcrypt]] version 1.8.3 and 1.7.10. These releases fix a local side-channel attack on ECDSA signature as described in the white pager “Return of the Hidden Number Problem” and got assigned {{{CVE(2018-0495)}}}. {[[https://lists.gnupg.org/pipermail/gnupg-announce/2018q2/000426.html][more]]} ** GnuPG 1.4.23 released (2018-06-11) :important: Although GnuPG 1.4 is of very limited use today we did a maintenance release to address the critical security bug {{{CVE(2017-7526)}}}. See the [[../../download/index.org][download]] section on how to get this version. ** GnuPG 2.2.8 released (2018-06-08) :important: This version fixes a critical security bug. Either this version or a vendor provided fix should be installed. There are also a few other changes; see the [[https://lists.gnupg.org/pipermail/gnupg-announce/2018q2/000425.html][announcement]] mail. This is {{{CVE(2018-12020)}}} and our bug [[https://dev.gnupg.org/T4012][#4012]]. * COMMENT This is the publishing info used for the GnuPG pages #+begin_src emacs-lisp (progn (setq gpgweb-root-dir (file-name-directory (buffer-file-name))) (setq gpgweb-stage-dir (concat gpgweb-root-dir "../stage")) (require 'gpgweb (concat gpgweb-root-dir "share/gpgweb.el")) (setq org-publish-use-timestamps-flag nil) (setq org-export-html-toplevel-hlevel 1) (setq org-export-html-coding-system 'utf-8) (gpgweb-setup-project)) #+end_src diff --git a/web/people/index.org b/web/people/index.org index 4831f82..aeb98b7 100644 --- a/web/people/index.org +++ b/web/people/index.org @@ -1,213 +1,195 @@ #+TITLE: GnuPG - People #+STARTUP: showall #+SETUPFILE: "../share/setup.inc" * The People behind GnuPG As with all technical things in the world, people and not machines created them and are responsible to keep them running. Software and thus GnuPG is no different. Although software is built using a lot of other software and thus the work of many thousands of people, you may be interested to see who is working on GnuPG. Here is a list of some of them: #+HTML:
** Werner Koch #+HTML:
#+HTML:

#+HTML:
/Core components maintainer/ Werner started GnuPG in 1997 and still puts most of his working time into the development and maintenance of GnuPG. He has 29 years experience in commercial software development on systems ranging from CP/M systems to mainframes, languages from assembler to Smalltalk and applications from drivers to financial analysis systems. Werner is a long time free software supporter and co-founder of the [[http://fsfe.org][FSFE]]. With the support of his brother he founded [[https://g10code.com][g10^code]] GmbH in 2001 to make GnuPG development his profession. Werner is full time employed by g10^code. He is a founding member and the current chairperson of the [[../verein/index.org][GnuPG e.V.]] #+HTML:

** David Shaw #+HTML:

#+HTML:

#+HTML:
/Master of the classic branch/ David approached the GnuPG Project in 2002 after the relaxing of the US crypto regulation allowed the participation of US based hackers on international crypto projects. One of his first achievements was a much improved Web-of-Trust implementation. Today he mainly takes responsibility for the keyserver access and the classic GnuPG 1.x branch. #+HTML:

** NIIBE Yutaka #+HTML:

#+HTML:

#+HTML:
/Smartcards and Libgcrypt/ Niibe is a long time free software hacker who joined the GnuPG project in 2011 and soon took over the development of the smartcard related code. He is also the person behind the [[http://www.fsij.org/gnuk/][Gnuk Token]] and the [[http://www.gniibe.org/memo/development/gnuk/rng/please-more-and-more-mep.html][MEP game]]. Niibe’s work on GnuPG is financially supported by g10^code. He is a founding member of the [[../verein/index.org][GnuPG e.V.]] #+HTML:

** Jussi Kivilinna #+HTML:

#+HTML:

#+HTML:
/Optimization/ Jussi joined the GnuPG project in 2012 and worked since then on assembler optimized code for cryptographic algorithms in Libgcrypt. #+HTML:

** Andre Heinecke #+HTML:

#+HTML:

#+HTML:
/Windows and UX/ Andre is working on GnuPG related projects for [[https://www.gnupg.com][GnuPG.com]] He has been an active KDE Developer since 2009, mostly focused on Windows ports of KDE Software. Since 2013 he took over several Windows and UX specific parts of GnuPG. Andre is the current maintainer of Kleopatra the KDE / Gpg4win GUI for GnuPG. He also maintains GpgOL since 2013 and wrote the support for Outlook 2010 and later versions. Additonally he is the maintainer of Gpg4win in general and GpgEX as well as the GPGME bindings for C++ and Qt. He is a founding member and the current cashier of the [[../verein/index.org][GnuPG e.V.]] GPG Key: [[https://k.gnupg.net/94A5C9A03C2FE5CA3B095D8E1FDF723CF462B6B1][94A5 C9A0 3C2F E5CA 3B09]] [[https://sks-keyservers.net/pks/lookup?op=get&search=0x94A5C9A03C2FE5CA3B095D8E1FDF723CF462B6B1][5D8E 1FDF 723C F462 B6B1]] #+HTML:

#+HTML:


-** Ben McGinnes - - #+HTML:
- #+HTML:

- #+HTML:
- - /GPGME python hacker/ - - Ben started working on GPGME in 2015 with the initial port of PyME - from Python 2 to Python 3. Then returned to take over stewardship - of Justus' enhanced version of that port from late 2017 onward. In - conjunction with with continuing work on documentation, developing - the XML definitions of various components of the project and - working on enhancements for which GnuPG and OpenPGP can provide - other protocols, languages or services. - - He has been actively advocating for civil and human rights since - the '90s, including as a public [[https://www.securetheinternet.org/][signatory to the open letter]] to - world leaders to not undermine security and freedom. Ben can - sometimes be found on [[irc://irc.freenode.net][Freenode IRC]] using the handle =Hasimir=, in - the fediverse as [[https://chaos.social/users/adversary][@adversary@chaos.social]], and, of course, on the - GnuPG mailing lists (most often posting from his own domain name, - [[http://www.adversary.org/wp/][adversary.org]]). - - GPG Key: [[http://www.adversary.org/ben-key.asc][DB47 24E6 FA42 86C9 2B4E]] [[https://sks-keyservers.net/pks/lookup?op=get&search=0xDB4724E6FA4286C92B4E55C4321E4E2373590E5D][55C4 321E 4E23 7359 0E5D]] - - #+HTML:

- * Former developers The following developers made large contributions to GnuPG in the past but are, sadly, no longer active GnuPG developers. Most are still working on improving the OpenPGP ecosystem and we wish them the very best. #+HTML:


** Marcus Brinkmann #+HTML:
#+HTML:

#+HTML:
- /Hacker/ - Marcus is part of the free software community since 1997, when he joined the [[http://www.debian.org][Debian]] project. Probably best known for his past work on GNU/Hurd, he also has a diploma degree in mathematics, and was part and full time employed by [[https://g10code.com][g10^code]] to work on GnuPG and related software from 2001 to 2012 and for 7 months in 2017. He was a founding member of the [[../verein/index.org][GnuPG e.V.]] Marcus currently works on [[https://neopg.io/][NeoPG]]. #+HTML:

** Neal Walfied #+HTML:

#+HTML:

#+HTML:
- /Core components hacker/ - Neal started to work on GnuPG in 2015 to support maintenance and development in all areas. We was full time employed by g10^code from 2015 to 2017. He is a founding member of the [[../verein/index.org][GnuPG e.V.]] Neal currently works on [[https://sequoia-pgp.org/][Sequoia-PGP]]. #+HTML:

** Kai Michaelis #+HTML:

#+HTML:

#+HTML:
- /Enigmail hacker/ - Kai is working on the [[https://enigmail.net][Enigmail]] project since 2015. He was part time employed by g10^code from 2015 to 2017. He is a founding member of the [[../verein/index.org][GnuPG e.V.]] #+HTML:

** Justus Winter #+HTML:

#+HTML:

#+HTML:
- /Core components hacker/ - Justus started to work on GnuPG in 2015 to support maintenance and development in all areas. He was full time employed by g10^code from 2015 to 2017. He is a founding member of the [[../verein/index.org][GnuPG e.V.]] Justus currently works on [[https://sequoia-pgp.org/][Sequoia-PGP]]. #+HTML:

+** Ben McGinnes + + #+HTML:

+ #+HTML:

+ #+HTML:
+ + Ben started working on GPGME in 2015 with the initial port of PyME + from Python 2 to Python 3. Then returned to take over stewardship + of Justus' enhanced version of that port from late 2017 to the end + of 2018. In conjunction with with continuing work on + documentation, developing the XML definitions of various components + of the project and working on enhancements for which GnuPG and + OpenPGP can provide other protocols, languages or services. + + GPG Key: [[http://www.adversary.org/ben-key.asc][DB47 24E6 FA42 86C9 2B4E]] [[https://sks-keyservers.net/pks/lookup?op=get&search=0xDB4724E6FA4286C92B4E55C4321E4E2373590E5D][55C4 321E 4E23 7359 0E5D]] + + #+HTML:

+ * COMMENT # eof