mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
Revamped the trustDB
This commit is contained in:
parent
abdd248af9
commit
a3af543617
24 changed files with 1682 additions and 3756 deletions
11
g10/gpgv.c
11
g10/gpgv.c
|
@ -229,21 +229,14 @@ check_signatures_trust( PKT_signature *sig )
|
|||
* instead
|
||||
*/
|
||||
int
|
||||
keyid_from_lid( ulong lid, u32 *keyid )
|
||||
{
|
||||
return G10ERR_TRUSTDB;
|
||||
}
|
||||
|
||||
/* Stub: */
|
||||
int
|
||||
query_trust_info( PKT_public_key *pk, const byte *namehash )
|
||||
get_validity_info (PKT_public_key *pk, const byte *namehash )
|
||||
{
|
||||
return '?';
|
||||
}
|
||||
|
||||
/* Stub: */
|
||||
int
|
||||
get_ownertrust_info( ulong lid )
|
||||
get_ownertrust_info (PKT_public_key *pk)
|
||||
{
|
||||
return '?';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue