mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
added some trust model stuff
This commit is contained in:
parent
1ce26aa6d6
commit
4ec1775f3e
49 changed files with 1580 additions and 331 deletions
|
@ -34,8 +34,12 @@
|
|||
|
||||
|
||||
/*-- trustdb.c --*/
|
||||
int check_trustdb( int level );
|
||||
void list_trustdb(const char *username);
|
||||
void list_trust_path( int max_depth, const char *username );
|
||||
int init_trustdb( int level );
|
||||
int check_pkc_trust( PKT_public_cert *pkc, int *r_trustlevel );
|
||||
int get_ownertrust( PKT_public_cert *pkc, int *r_otrust );
|
||||
int insert_trust_record( PKT_public_cert *pkc );
|
||||
int verify_private_data(void);
|
||||
int sign_private_data(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue