mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Implemented PKA trust model
This commit is contained in:
parent
a1cdf3c75f
commit
986a137c58
19 changed files with 576 additions and 62 deletions
|
@ -1042,6 +1042,8 @@ can_handle_critical_notation(const byte *name,size_t len)
|
|||
{
|
||||
if(len==32 && memcmp(name,"preferred-email-encoding@pgp.com",32)==0)
|
||||
return 1;
|
||||
if(len==21 && memcmp(name,"pka-address@gnupg.org",21)==0)
|
||||
return 1;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue