c569adb5e3
* src/gpgme-json.c (op_createkey): Remove subkey-algo param. (GPG_AGENT_ALLOWS_KEYGEN_TRHOUGH_BROWSER): Fix typo. * lang/js/src/Keyring.js: Remove subkey-algo support. * lang/js/src/permittedOperations.js: Ditto. -- We do not want to expose details of the protocol's key generation and thus the subkey-algo does not make sense. Right now we support only the default and future-default algorithms. A user can configure them anyway using new-default-key-algo in gpg.conf. Eventually we may officially support a more flexible way of creating special structured OpenPGP keys but right now that is not part of the API. Signed-off-by: Werner Koch <wk@gnupg.org>
79 lines
2.4 KiB
Plaintext
79 lines
2.4 KiB
Plaintext
Package: gpgme
|
|
Homepage: https://gnupg.org/software/gpgme/
|
|
Download: https://gnupg.org/ftp/gcrypt/gpgme/
|
|
Repository: git://git.gnupg.org/gpgme.git
|
|
Maintainer: Werner Koch <wk@gnupg.org>
|
|
Bug reports: https://bugs.gnupg.org
|
|
Security related bug reports: security@gnupg.org
|
|
License (software): LGPLv2.1+
|
|
License (manual+tools): GPLv3+
|
|
|
|
|
|
GPGME is free software. See the files COPYING for copying conditions.
|
|
License copyright years may be listed using range notation, e.g.,
|
|
2000-2013, indicating that every year in the range, inclusive, is a
|
|
copyrightable year that would otherwise be listed individually.
|
|
|
|
List of Copyright holders
|
|
=========================
|
|
|
|
Copyright (C) 1991-2013 Free Software Foundation, Inc.
|
|
Copyright (C) 2000-2001 Werner Koch
|
|
Copyright (C) 2001-2018 g10 Code GmbH
|
|
Copyright (C) 2002 Klarälvdalens Datakonsult AB
|
|
Copyright (C) 2004-2008 Igor Belyi
|
|
Copyright (C) 2002 John Goerzen
|
|
Copyright (C) 2014, 2015 Martin Albrecht
|
|
Copyright (C) 2015, 2018 Ben McGinnes
|
|
Copyright (C) 2015, 2016, 2018
|
|
Bundesamt für Sicherheit in der Informationstechnik
|
|
Copyright (C) 2016 Intevation GmbH
|
|
|
|
|
|
Authors info
|
|
============
|
|
|
|
FSF <gnu@gnu.org>
|
|
- Code taken from GnuPG 1.0: src/w32-util.c.
|
|
- Other from FSF projects: src/setenv.c, src/vasprintf.c,
|
|
src/stpcpy.c, src/w32-ce.c.
|
|
|
|
g10 Code GmbH <code@g10code.com>
|
|
- All stuff since mid march 2001.
|
|
|
|
Werner Koch <wk@gnupg.org>
|
|
- Design and most stuff.
|
|
|
|
Wojciech Polak <polak@lodz.pdi.net>
|
|
- gpgme.spec
|
|
|
|
|
|
Authors with a DCO
|
|
==================
|
|
|
|
Daniel Kahn Gillmor <dkg@fifthhorseman.net>
|
|
2014-09-24:878ul9w4j8.fsf@alice.fifthhorseman.net:
|
|
|
|
Colin Watson <cjwatson@debian.org>
|
|
2017-09-16:20170916031428.uypfrdojquvjteor@riva.ucam.org:
|
|
|
|
Tobias Mueller <muelli@cryptobitch.de>
|
|
2016-11-23:1479937342.11180.3.camel@cryptobitch.de:
|
|
|
|
Ben McGinnes <ben@adversary.org>
|
|
2017-12-16:20171216002102.l6aejk5xdp6xhtfi@adversary.org:
|
|
|
|
Jacob Adams <tookmund@gmail.com>
|
|
2018-06-03:ad5141df-b6cc-6c2a-59df-b2f18f7160fd@gmail.com:
|
|
|
|
|
|
Copyright 2001, 2002, 2012, 2013 g10 Code GmbH
|
|
|
|
This file is free software; as a special exception the author gives
|
|
unlimited permission to copy and/or distribute it, with or without
|
|
modifications, as long as this notice is preserved.
|
|
|
|
This file is distributed in the hope that it will be useful, but
|
|
WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
|
|
implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|