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:
parent
a8e9b350c0
commit
5776c03b4c
@ -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.
|
||||||
|
@ -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 \
|
||||||
|
@ -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.
|
||||||
|
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user