1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-04-13 22:21:09 +02:00

* certpath.c: Renamed to ..

* certchain.c: this. Renamed all all other usages of "path" in the
context of certificates to "chain".
This commit is contained in:
Werner Koch 2002-08-16 14:09:23 +00:00
parent a8e9b350c0
commit 5776c03b4c
4 changed files with 7 additions and 5 deletions

View File

@ -1,6 +1,8 @@
2002-08-16 Werner Koch <wk@gnupg.org> 2002-08-16 Werner Koch <wk@gnupg.org>
Renamed all all usages of "path" with certificates to "chain" * certpath.c: Renamed to ..
* certchain.c: this. Renamed all all other usages of "path" in the
context of certificates to "chain".
* call-agent.c (learn_cb): Special treatment when the issuer * call-agent.c (learn_cb): Special treatment when the issuer
certificate is missing. certificate is missing.

View File

@ -39,8 +39,8 @@ gpgsm_SOURCES = \
certlist.c \ certlist.c \
certdump.c \ certdump.c \
certcheck.c \ certcheck.c \
certpath.c \ certchain.c \
keylist.c \ keylist.ccvs ta \
verify.c \ verify.c \
sign.c \ sign.c \
encrypt.c \ encrypt.c \

View File

@ -1,4 +1,4 @@
/* certpath.c - certificate chain validation /* certchain.c - certificate chain validation
* Copyright (C) 2001, 2002 Free Software Foundation, Inc. * Copyright (C) 2001, 2002 Free Software Foundation, Inc.
* *
* This file is part of GnuPG. * This file is part of GnuPG.

View File

@ -186,7 +186,7 @@ int gpgsm_create_cms_signature (KsbaCert cert, GCRY_MD_HD md, int mdalgo,
char **r_sigval); char **r_sigval);
/*-- certpath.c --*/ /*-- certchain.c --*/
int gpgsm_walk_cert_chain (KsbaCert start, KsbaCert *r_next); int gpgsm_walk_cert_chain (KsbaCert start, KsbaCert *r_next);
int gpgsm_is_root_cert (KsbaCert cert); int gpgsm_is_root_cert (KsbaCert cert);
int gpgsm_validate_chain (CTRL ctrl, KsbaCert cert, time_t *r_exptime); int gpgsm_validate_chain (CTRL ctrl, KsbaCert cert, time_t *r_exptime);