1
0
Forkuj 0
kopia lustrzana git://git.gnupg.org/gnupg.git zsynchronizowano 2025-07-02 22:46:30 +02:00

auto retrieve keys from PKA. Thsi allows to specify an email address

so that gpg can get the key from DNS.  This helps with opportunistic
encryption.  No integration with the trust modell yet.
Ten commit jest zawarty w:
Werner Koch 2005-08-05 14:46:59 +00:00
rodzic 433038b4a9
commit 2ce542ad52
10 zmienionych plików z 491 dodań i 313 usunięć

Wyświetl plik

@ -280,6 +280,18 @@ keyserver_import_keyid( u32 *keyid, void *dummy )
return -1;
}
/* Stub:
* Because we only work with trusted keys, it does not make sense to
* get them from a keyserver
*/
int
keyserver_import_fprint (const byte *fprint, size_t fprint_len,
struct keyserver_spec *keyserver)
{
return -1;
}
/* Stub:
* No encryption here but mainproc links to these functions.
*/