2001-12-14 00:49:38 +00:00
|
|
|
|
/* t-keylist.c - regression test
|
2003-04-30 03:02:50 +00:00
|
|
|
|
Copyright (C) 2000 Werner Koch (dd9jn)
|
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* README: Refer to COPYING.LESSER and "each file" instead of
COPYING.
* COPYING.LESSER: New file.
* gpgme.spec.in (%doc): Add COPYING.LESSER.
* acinclude.m4, configure.ac, Makefile.am: Change license to LGPL
2.1 or later.
* TODO: Add copyright notice.
* README.CVS: Likewise.
assuan/
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* README.1st: Add copyright notice.
doc/
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* Makefile.am: Change license to LGPL.
(gpgme_TEXINFOS): Replace gpl.texi with lesser.texi.
* gpgme.texi: Change license to LGPL (also for documentation of
GPGME's license).
* lesser.texi: New file.
* gpl.texi: File removed.
gpgme/
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* putc_unlocked.c, funopen.c: I just claim copyright on these
files and change their license to LGPL, because they are totally
trivial wrapper functions.
* isascii.c: Change copyright notice to the one from ctype/ctype.h
in the GNU C Library (CVS Head 2004-10-10), where isascii is
defined as a macro doing exactly the same as the function in this
file.
* memrchr.c: Update from the GNU C Library (CVS Head 2001-07-06).
* stpcpy.c: Update from the GNU C Library (CVS Head 2004-10-10).
* ath.c, ath-compat.c, ath.h, ath-pth.c, ath-pth-compat.c,
ath-pthread.c, ath-pthread-compat.c, context.h, conversion.c,
data.c, data-compat.c, data-fd.c, data.h, data-mem.c,
data-stream.c, data-user.c, debug.c, debug.h, decrypt.c,
decrypt-verify.c, delete.c, edit.c, encrypt.c, encrypt-sign.c,
engine-backend.h, engine.c, engine-gpgsm.c, engine.h, error.c,
export.c, genkey.c, get-env.c, gpgme.c, gpgme.h, import.c, io.h,
key.c, keylist.c, mkstatus, Makefile.am, ops.h, op-support.c,
passphrase.c, posix-io.c, posix-sema.c, posix-util.c, progress.c,
rungpg.c, sema.h, sign.c, signers.c, trust-item.c, trustlist.c,
util.h, verify.c, version.c, w32-io.c, w32-sema.c, w32-util.c,
wait.c, wait-global.c, wait.h, wait-private.c, wait-user.c: Change
license to LGPL.
tests/
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* gpg/mkdemodirs: Add copyright notice.
* gpgsm/Makefile.am, gpgsm/t-support.h, gpgsm/t-decrypt.c,
gpgsm/t-encrypt.c, gpgsm/t-export.c, gpgsm/t-genkey.c,
gpgsm/t-import.c, gpgsm/t-keylist.c, gpgsm/t-sign.c,
gpgsm/t-verify.c, gpg/Makefile.am, gpg/t-decrypt.c,
gpg/t-decrypt-verify.c, gpg/t-edit.c, gpg/t-encrypt.c,
gpg/t-encrypt-sign.c, gpg/t-encrypt-sym.c, gpg/t-eventloop.c,
gpg/t-export.c, gpg/t-genkey.c, gpg/t-import.c, gpg/t-keylist.c,
gpg/t-keylist-sig.c, gpg/t-sign.c, gpg/t-signers.c,
gpg/t-support.h, gpg/t-thread1.c, gpg/t-trustlist.c,
gpg/t-verify.c, Makefile.am, t-data.c, t-engine-info.c,
t-version.c: Change license to LGPL.
2004-12-07 21:13:39 +00:00
|
|
|
|
Copyright (C) 2001, 2003, 2004 g10 Code GmbH
|
2003-04-30 03:02:50 +00:00
|
|
|
|
|
|
|
|
|
This file is part of GPGME.
|
|
|
|
|
|
|
|
|
|
GPGME is free software; you can redistribute it and/or modify it
|
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* README: Refer to COPYING.LESSER and "each file" instead of
COPYING.
* COPYING.LESSER: New file.
* gpgme.spec.in (%doc): Add COPYING.LESSER.
* acinclude.m4, configure.ac, Makefile.am: Change license to LGPL
2.1 or later.
* TODO: Add copyright notice.
* README.CVS: Likewise.
assuan/
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* README.1st: Add copyright notice.
doc/
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* Makefile.am: Change license to LGPL.
(gpgme_TEXINFOS): Replace gpl.texi with lesser.texi.
* gpgme.texi: Change license to LGPL (also for documentation of
GPGME's license).
* lesser.texi: New file.
* gpl.texi: File removed.
gpgme/
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* putc_unlocked.c, funopen.c: I just claim copyright on these
files and change their license to LGPL, because they are totally
trivial wrapper functions.
* isascii.c: Change copyright notice to the one from ctype/ctype.h
in the GNU C Library (CVS Head 2004-10-10), where isascii is
defined as a macro doing exactly the same as the function in this
file.
* memrchr.c: Update from the GNU C Library (CVS Head 2001-07-06).
* stpcpy.c: Update from the GNU C Library (CVS Head 2004-10-10).
* ath.c, ath-compat.c, ath.h, ath-pth.c, ath-pth-compat.c,
ath-pthread.c, ath-pthread-compat.c, context.h, conversion.c,
data.c, data-compat.c, data-fd.c, data.h, data-mem.c,
data-stream.c, data-user.c, debug.c, debug.h, decrypt.c,
decrypt-verify.c, delete.c, edit.c, encrypt.c, encrypt-sign.c,
engine-backend.h, engine.c, engine-gpgsm.c, engine.h, error.c,
export.c, genkey.c, get-env.c, gpgme.c, gpgme.h, import.c, io.h,
key.c, keylist.c, mkstatus, Makefile.am, ops.h, op-support.c,
passphrase.c, posix-io.c, posix-sema.c, posix-util.c, progress.c,
rungpg.c, sema.h, sign.c, signers.c, trust-item.c, trustlist.c,
util.h, verify.c, version.c, w32-io.c, w32-sema.c, w32-util.c,
wait.c, wait-global.c, wait.h, wait-private.c, wait-user.c: Change
license to LGPL.
tests/
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* gpg/mkdemodirs: Add copyright notice.
* gpgsm/Makefile.am, gpgsm/t-support.h, gpgsm/t-decrypt.c,
gpgsm/t-encrypt.c, gpgsm/t-export.c, gpgsm/t-genkey.c,
gpgsm/t-import.c, gpgsm/t-keylist.c, gpgsm/t-sign.c,
gpgsm/t-verify.c, gpg/Makefile.am, gpg/t-decrypt.c,
gpg/t-decrypt-verify.c, gpg/t-edit.c, gpg/t-encrypt.c,
gpg/t-encrypt-sign.c, gpg/t-encrypt-sym.c, gpg/t-eventloop.c,
gpg/t-export.c, gpg/t-genkey.c, gpg/t-import.c, gpg/t-keylist.c,
gpg/t-keylist-sig.c, gpg/t-sign.c, gpg/t-signers.c,
gpg/t-support.h, gpg/t-thread1.c, gpg/t-trustlist.c,
gpg/t-verify.c, Makefile.am, t-data.c, t-engine-info.c,
t-version.c: Change license to LGPL.
2004-12-07 21:13:39 +00:00
|
|
|
|
under the terms of the GNU Lesser General Public License as
|
|
|
|
|
published by the Free Software Foundation; either version 2.1 of
|
|
|
|
|
the License, or (at your option) any later version.
|
|
|
|
|
|
2003-04-30 03:02:50 +00:00
|
|
|
|
GPGME is distributed in the hope that it will be useful, but
|
|
|
|
|
WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* README: Refer to COPYING.LESSER and "each file" instead of
COPYING.
* COPYING.LESSER: New file.
* gpgme.spec.in (%doc): Add COPYING.LESSER.
* acinclude.m4, configure.ac, Makefile.am: Change license to LGPL
2.1 or later.
* TODO: Add copyright notice.
* README.CVS: Likewise.
assuan/
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* README.1st: Add copyright notice.
doc/
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* Makefile.am: Change license to LGPL.
(gpgme_TEXINFOS): Replace gpl.texi with lesser.texi.
* gpgme.texi: Change license to LGPL (also for documentation of
GPGME's license).
* lesser.texi: New file.
* gpl.texi: File removed.
gpgme/
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* putc_unlocked.c, funopen.c: I just claim copyright on these
files and change their license to LGPL, because they are totally
trivial wrapper functions.
* isascii.c: Change copyright notice to the one from ctype/ctype.h
in the GNU C Library (CVS Head 2004-10-10), where isascii is
defined as a macro doing exactly the same as the function in this
file.
* memrchr.c: Update from the GNU C Library (CVS Head 2001-07-06).
* stpcpy.c: Update from the GNU C Library (CVS Head 2004-10-10).
* ath.c, ath-compat.c, ath.h, ath-pth.c, ath-pth-compat.c,
ath-pthread.c, ath-pthread-compat.c, context.h, conversion.c,
data.c, data-compat.c, data-fd.c, data.h, data-mem.c,
data-stream.c, data-user.c, debug.c, debug.h, decrypt.c,
decrypt-verify.c, delete.c, edit.c, encrypt.c, encrypt-sign.c,
engine-backend.h, engine.c, engine-gpgsm.c, engine.h, error.c,
export.c, genkey.c, get-env.c, gpgme.c, gpgme.h, import.c, io.h,
key.c, keylist.c, mkstatus, Makefile.am, ops.h, op-support.c,
passphrase.c, posix-io.c, posix-sema.c, posix-util.c, progress.c,
rungpg.c, sema.h, sign.c, signers.c, trust-item.c, trustlist.c,
util.h, verify.c, version.c, w32-io.c, w32-sema.c, w32-util.c,
wait.c, wait-global.c, wait.h, wait-private.c, wait-user.c: Change
license to LGPL.
tests/
2004-12-07 Marcus Brinkmann <marcus@g10code.de>
* gpg/mkdemodirs: Add copyright notice.
* gpgsm/Makefile.am, gpgsm/t-support.h, gpgsm/t-decrypt.c,
gpgsm/t-encrypt.c, gpgsm/t-export.c, gpgsm/t-genkey.c,
gpgsm/t-import.c, gpgsm/t-keylist.c, gpgsm/t-sign.c,
gpgsm/t-verify.c, gpg/Makefile.am, gpg/t-decrypt.c,
gpg/t-decrypt-verify.c, gpg/t-edit.c, gpg/t-encrypt.c,
gpg/t-encrypt-sign.c, gpg/t-encrypt-sym.c, gpg/t-eventloop.c,
gpg/t-export.c, gpg/t-genkey.c, gpg/t-import.c, gpg/t-keylist.c,
gpg/t-keylist-sig.c, gpg/t-sign.c, gpg/t-signers.c,
gpg/t-support.h, gpg/t-thread1.c, gpg/t-trustlist.c,
gpg/t-verify.c, Makefile.am, t-data.c, t-engine-info.c,
t-version.c: Change license to LGPL.
2004-12-07 21:13:39 +00:00
|
|
|
|
Lesser General Public License for more details.
|
|
|
|
|
|
|
|
|
|
You should have received a copy of the GNU Lesser General Public
|
|
|
|
|
License along with this program; if not, write to the Free Software
|
|
|
|
|
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
|
|
|
|
|
02111-1307, USA. */
|
2001-12-14 00:49:38 +00:00
|
|
|
|
|
2004-02-17 17:26:20 +00:00
|
|
|
|
/* We need to include config.h so that we know whether we are building
|
|
|
|
|
with large file system (LFS) support. */
|
|
|
|
|
#ifdef HAVE_CONFIG_H
|
|
|
|
|
#include <config.h>
|
|
|
|
|
#endif
|
|
|
|
|
|
2001-12-14 00:49:38 +00:00
|
|
|
|
#include <stdlib.h>
|
2003-04-30 03:02:50 +00:00
|
|
|
|
#include <stdio.h>
|
2001-12-14 00:49:38 +00:00
|
|
|
|
#include <string.h>
|
|
|
|
|
|
|
|
|
|
#include <gpgme.h>
|
|
|
|
|
|
2003-09-14 01:05:06 +00:00
|
|
|
|
#include "t-support.h"
|
2001-12-14 00:49:38 +00:00
|
|
|
|
|
2003-09-14 01:05:06 +00:00
|
|
|
|
|
2003-04-30 03:02:50 +00:00
|
|
|
|
struct
|
|
|
|
|
{
|
|
|
|
|
char *fpr;
|
|
|
|
|
int secret;
|
2003-05-04 17:00:52 +00:00
|
|
|
|
long timestamp;
|
|
|
|
|
long expires;
|
2003-04-30 03:02:50 +00:00
|
|
|
|
char *issuer_serial;
|
|
|
|
|
char *issuer_name;
|
|
|
|
|
char *chain_id;
|
|
|
|
|
char *uid;
|
2005-10-07 13:34:22 +00:00
|
|
|
|
char *email;
|
2004-08-17 21:13:20 +00:00
|
|
|
|
gpgme_validity_t validity;
|
|
|
|
|
unsigned int key_length;
|
2001-12-14 00:49:38 +00:00
|
|
|
|
}
|
2003-04-30 03:02:50 +00:00
|
|
|
|
keys[] =
|
|
|
|
|
{
|
2003-05-04 17:00:52 +00:00
|
|
|
|
{ "3CF405464F66ED4A7DF45BBDD1E4282E33BDB76E", 1, 1007372198, 1038908198, "00",
|
2003-04-30 03:02:50 +00:00
|
|
|
|
"CN=test cert 1,OU=Aegypten Project,O=g10 Code GmbH,L=D\xc3\xbcsseldorf,C=DE",
|
2004-03-07 22:49:42 +00:00
|
|
|
|
"3CF405464F66ED4A7DF45BBDD1E4282E33BDB76E",
|
2004-08-17 21:13:20 +00:00
|
|
|
|
"CN=test cert 1,OU=Aegypten Project,O=g10 Code GmbH,L=D\xc3\xbcsseldorf,C=DE",
|
2005-10-07 13:34:22 +00:00
|
|
|
|
NULL, GPGME_VALIDITY_ULTIMATE, 1024
|
2004-08-17 21:13:20 +00:00
|
|
|
|
},
|
2003-05-04 17:00:52 +00:00
|
|
|
|
{ "DFA56FB5FC41E3A8921F77AD1622EEFD9152A5AD", 0, 909684190, 1009821790, "01",
|
2003-04-30 03:02:50 +00:00
|
|
|
|
"1.2.840.113549.1.9.1=#63657274696679407063612E64666E2E6465,"
|
|
|
|
|
"CN=DFN Top Level Certification Authority,OU=DFN-PCA,"
|
2004-03-07 22:49:42 +00:00
|
|
|
|
"O=Deutsches Forschungsnetz,C=DE",
|
|
|
|
|
"DFA56FB5FC41E3A8921F77AD1622EEFD9152A5AD",
|
2003-04-30 03:02:50 +00:00
|
|
|
|
"1.2.840.113549.1.9.1=#63657274696679407063612E64666E2E6465,"
|
|
|
|
|
"CN=DFN Top Level Certification Authority,OU=DFN-PCA,"
|
2004-08-17 21:13:20 +00:00
|
|
|
|
"O=Deutsches Forschungsnetz,C=DE",
|
2005-10-07 13:34:22 +00:00
|
|
|
|
"<certify@pca.dfn.de>", GPGME_VALIDITY_NEVER, 2048
|
2004-08-17 21:13:20 +00:00
|
|
|
|
},
|
2003-05-04 17:00:52 +00:00
|
|
|
|
{ "2C8F3C356AB761CB3674835B792CDA52937F9285", 0, 973183644, 1009735200, "15",
|
2003-04-30 03:02:50 +00:00
|
|
|
|
"1.2.840.113549.1.9.1=#63657274696679407063612E64666E2E6465,"
|
|
|
|
|
"CN=DFN Top Level Certification Authority,OU=DFN-PCA,"
|
|
|
|
|
"O=Deutsches Forschungsnetz,C=DE",
|
|
|
|
|
"DFA56FB5FC41E3A8921F77AD1622EEFD9152A5AD",
|
|
|
|
|
"1.2.840.113549.1.9.1=#63657274696679407063612E64666E2E6465,"
|
|
|
|
|
"CN=DFN Server Certification Authority,OU=DFN-PCA,"
|
2004-08-17 21:13:20 +00:00
|
|
|
|
"O=Deutsches Forschungsnetz,C=DE",
|
2005-10-07 13:34:22 +00:00
|
|
|
|
"<certify@pca.dfn.de>", GPGME_VALIDITY_UNKNOWN, 2048
|
2004-08-17 21:13:20 +00:00
|
|
|
|
},
|
2003-04-30 03:02:50 +00:00
|
|
|
|
{ NULL }
|
|
|
|
|
};
|
2001-12-14 00:49:38 +00:00
|
|
|
|
|
2003-09-14 01:05:06 +00:00
|
|
|
|
|
2003-04-30 03:02:50 +00:00
|
|
|
|
int
|
|
|
|
|
main (int argc, char **argv)
|
2001-12-14 00:49:38 +00:00
|
|
|
|
{
|
2003-05-18 20:45:24 +00:00
|
|
|
|
gpgme_error_t err;
|
|
|
|
|
gpgme_ctx_t ctx;
|
|
|
|
|
gpgme_key_t key;
|
|
|
|
|
gpgme_keylist_result_t result;
|
2003-04-30 03:02:50 +00:00
|
|
|
|
int i = 0;
|
2001-12-15 14:13:18 +00:00
|
|
|
|
|
2003-09-14 00:30:53 +00:00
|
|
|
|
init_gpgme (GPGME_PROTOCOL_CMS);
|
2001-12-14 00:49:38 +00:00
|
|
|
|
|
2003-04-30 03:02:50 +00:00
|
|
|
|
err = gpgme_new (&ctx);
|
|
|
|
|
fail_if_err (err);
|
|
|
|
|
gpgme_set_protocol (ctx, GPGME_PROTOCOL_CMS);
|
2001-12-14 00:49:38 +00:00
|
|
|
|
|
2003-04-30 03:02:50 +00:00
|
|
|
|
err = gpgme_op_keylist_start (ctx, NULL, 0);
|
|
|
|
|
fail_if_err (err);
|
2001-12-14 00:49:38 +00:00
|
|
|
|
|
2003-04-30 03:02:50 +00:00
|
|
|
|
while (!(err = gpgme_op_keylist_next (ctx, &key)))
|
|
|
|
|
{
|
|
|
|
|
if (!keys[i].fpr)
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "More keys returned than expected\n");
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
2001-12-14 00:49:38 +00:00
|
|
|
|
|
2003-04-30 03:02:50 +00:00
|
|
|
|
/* Global key flags. */
|
|
|
|
|
if (key->revoked)
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Key unexpectedly revoked\n");
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (key->expired)
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Key unexpectedly expired\n");
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (key->disabled)
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Key unexpectedly disabled\n");
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (key->invalid)
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Key unexpectedly invalid\n");
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (key->can_encrypt != keys[i].secret)
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Key unexpectedly%s usable for encryption\n",
|
|
|
|
|
key->can_encrypt ? "" : " not");
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (key->can_sign != keys[i].secret)
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Key unexpectedly%s usable for signing\n",
|
|
|
|
|
key->can_sign ? "" : " not");
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (!key->can_certify)
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Key unexpectedly unusable for certifications\n");
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (key->secret != keys[i].secret)
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Key unexpectedly%s secret\n",
|
|
|
|
|
key->secret ? "" : " not");
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (key->protocol != GPGME_PROTOCOL_CMS)
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Key has unexpected protocol: %s\n",
|
|
|
|
|
gpgme_get_protocol_name (key->protocol));
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (!key->issuer_serial)
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Key unexpectedly misses issuer serial\n");
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (strcmp (key->issuer_serial, keys[i].issuer_serial))
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Key has unexpected issuer serial: %s\n",
|
|
|
|
|
key->issuer_serial);
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (!key->issuer_name)
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Key unexpectedly misses issuer name\n");
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (strcmp (key->issuer_name, keys[i].issuer_name))
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Key has unexpected issuer name: %s\n",
|
|
|
|
|
key->issuer_name);
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (key->chain_id && !keys[i].chain_id)
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Key unexpectedly carries chain ID: %s\n",
|
|
|
|
|
key->chain_id);
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (!key->chain_id && keys[i].chain_id)
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Key unexpectedly carries no chain ID\n");
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (key->chain_id && strcmp (key->chain_id, keys[i].chain_id))
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Key carries unexpected chain ID: %s\n",
|
|
|
|
|
key->chain_id);
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (key->owner_trust != GPGME_VALIDITY_UNKNOWN)
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Key has unexpected owner trust: %i\n",
|
|
|
|
|
key->owner_trust);
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (!key->subkeys || key->subkeys->next)
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Key has unexpected number of subkeys\n");
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Primary key. */
|
|
|
|
|
if (key->subkeys->revoked)
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Primary key unexpectedly revoked\n");
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (key->subkeys->expired)
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Primary key unexpectedly expired\n");
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (key->subkeys->disabled)
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Primary key unexpectedly disabled\n");
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (key->subkeys->invalid)
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Primary key unexpectedly invalid\n");
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (key->subkeys->can_encrypt != keys[i].secret)
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Key unexpectedly%s usable for encryption\n",
|
|
|
|
|
key->subkeys->can_encrypt ? "" : " not");
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (key->subkeys->can_sign != keys[i].secret)
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Key unexpectedly%s usable for signing\n",
|
|
|
|
|
key->subkeys->can_sign ? "" : " not");
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (!key->subkeys->can_certify)
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Primary key unexpectedly unusable for certifications\n");
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
2005-12-06 16:30:21 +00:00
|
|
|
|
if (key->subkeys->secret != keys[i].secret)
|
2003-04-30 03:02:50 +00:00
|
|
|
|
{
|
2005-12-06 16:30:21 +00:00
|
|
|
|
fprintf (stderr, "Primary Key unexpectedly%s secret\n",
|
|
|
|
|
key->secret ? "" : " not");
|
2003-04-30 03:02:50 +00:00
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (key->subkeys->pubkey_algo != GPGME_PK_RSA)
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Primary key has unexpected public key algo: %s\n",
|
|
|
|
|
gpgme_pubkey_algo_name (key->subkeys->pubkey_algo));
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
2004-08-17 21:13:20 +00:00
|
|
|
|
if (key->subkeys->length != keys[i].key_length)
|
2003-04-30 03:02:50 +00:00
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Primary key has unexpected length: %i\n",
|
|
|
|
|
key->subkeys->length);
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (strcmp (key->subkeys->keyid, &keys[i].fpr[40 - 16]))
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Primary key has unexpected key ID: %s\n",
|
|
|
|
|
key->subkeys->keyid);
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (strcmp (key->subkeys->fpr, keys[i].fpr))
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Primary key has unexpected fingerprint: %s\n",
|
|
|
|
|
key->subkeys->fpr);
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
2003-05-04 17:00:52 +00:00
|
|
|
|
if (key->subkeys->timestamp != keys[i].timestamp)
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Primary key unexpected timestamp: %lu\n",
|
|
|
|
|
key->subkeys->timestamp);
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
2003-04-30 03:02:50 +00:00
|
|
|
|
if (key->subkeys->expires != keys[i].expires)
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Primary key unexpectedly expires: %lu\n",
|
|
|
|
|
key->subkeys->expires);
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
2001-12-14 00:49:38 +00:00
|
|
|
|
|
2005-10-07 13:34:22 +00:00
|
|
|
|
/* Be tolerant against a missing email (ie, older gpgsm versions). */
|
|
|
|
|
if (!key->uids || (key->uids->next && !keys[i].email))
|
2003-04-30 03:02:50 +00:00
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Key has unexpected number of user IDs\n");
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (key->uids->revoked)
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "User ID unexpectedly revoked\n");
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (key->uids->invalid)
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "User ID unexpectedly invalid\n");
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
2004-08-17 21:13:20 +00:00
|
|
|
|
if (key->uids->validity != keys[i].validity)
|
2003-04-30 03:02:50 +00:00
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "User ID unexpectedly validity: %i\n",
|
|
|
|
|
key->uids->validity);
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (key->uids->signatures)
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "User ID unexpectedly signed\n");
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (!key->uids->name || key->uids->name[0])
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Unexpected name in user ID: %s\n",
|
|
|
|
|
key->uids->name);
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (!key->uids->comment || key->uids->comment[0])
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Unexpected comment in user ID: %s\n",
|
|
|
|
|
key->uids->comment);
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (!key->uids->email || key->uids->email[0])
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Unexpected email in user ID: %s\n",
|
|
|
|
|
key->uids->email);
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
if (!key->uids->uid || strcmp (key->uids->uid, keys[i].uid))
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Unexpected uid in user ID: %s\n",
|
|
|
|
|
key->uids->uid);
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
2005-10-07 13:34:22 +00:00
|
|
|
|
if (key->uids->next && strcmp (key->uids->next->uid, keys[i].email))
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Unexpected email in user ID: %s\n",
|
|
|
|
|
key->uids->next->uid);
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
2005-12-20 20:22:19 +00:00
|
|
|
|
if (key->uids->next && strcmp (key->uids->next->uid, keys[i].email))
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Unexpected email in user ID: %s\n",
|
|
|
|
|
key->uids->next->uid);
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
|
|
|
|
|
2005-10-07 13:34:22 +00:00
|
|
|
|
|
2003-04-30 03:02:50 +00:00
|
|
|
|
|
|
|
|
|
gpgme_key_unref (key);
|
|
|
|
|
i++;
|
|
|
|
|
}
|
2003-06-05 23:20:29 +00:00
|
|
|
|
if (gpg_err_code (err) != GPG_ERR_EOF)
|
2001-12-14 00:49:38 +00:00
|
|
|
|
fail_if_err (err);
|
2003-04-30 03:02:50 +00:00
|
|
|
|
err = gpgme_op_keylist_end (ctx);
|
|
|
|
|
fail_if_err (err);
|
2001-12-14 00:49:38 +00:00
|
|
|
|
|
2003-04-30 03:02:50 +00:00
|
|
|
|
result = gpgme_op_keylist_result (ctx);
|
|
|
|
|
if (result->truncated)
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Key listing unexpectedly truncated\n");
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
2001-12-14 00:49:38 +00:00
|
|
|
|
|
2003-04-30 03:02:50 +00:00
|
|
|
|
if (keys[i].fpr)
|
|
|
|
|
{
|
|
|
|
|
fprintf (stderr, "Less keys returned than expected\n");
|
|
|
|
|
exit (1);
|
|
|
|
|
}
|
2001-12-14 00:49:38 +00:00
|
|
|
|
|
2003-04-30 03:02:50 +00:00
|
|
|
|
gpgme_release (ctx);
|
|
|
|
|
return 0;
|
2001-12-14 00:49:38 +00:00
|
|
|
|
}
|