mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01: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:
parent
a8e9b350c0
commit
5776c03b4c
@ -1,6 +1,8 @@
|
||||
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
|
||||
certificate is missing.
|
||||
|
@ -39,8 +39,8 @@ gpgsm_SOURCES = \
|
||||
certlist.c \
|
||||
certdump.c \
|
||||
certcheck.c \
|
||||
certpath.c \
|
||||
keylist.c \
|
||||
certchain.c \
|
||||
keylist.ccvs ta \
|
||||
verify.c \
|
||||
sign.c \
|
||||
encrypt.c \
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* certpath.c - certificate chain validation
|
||||
/* certchain.c - certificate chain validation
|
||||
* Copyright (C) 2001, 2002 Free Software Foundation, Inc.
|
||||
*
|
||||
* This file is part of GnuPG.
|
||||
|
@ -186,7 +186,7 @@ int gpgsm_create_cms_signature (KsbaCert cert, GCRY_MD_HD md, int mdalgo,
|
||||
char **r_sigval);
|
||||
|
||||
|
||||
/*-- certpath.c --*/
|
||||
/*-- certchain.c --*/
|
||||
int gpgsm_walk_cert_chain (KsbaCert start, KsbaCert *r_next);
|
||||
int gpgsm_is_root_cert (KsbaCert cert);
|
||||
int gpgsm_validate_chain (CTRL ctrl, KsbaCert cert, time_t *r_exptime);
|
||||
|
Loading…
x
Reference in New Issue
Block a user