diff options
author | Werner Koch <[email protected]> | 2005-08-05 14:46:59 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-08-05 14:46:59 +0000 |
commit | 2ce542ad523910effbf5418e3c21550b4038924d (patch) | |
tree | 0dab523a7b3d1525a995315f732a1522e2b9a622 /g10/gpgv.c | |
parent | * gpg-zip.in: Add --decrypt functionality. Fix quoting so filenames (diff) | |
download | gnupg-2ce542ad523910effbf5418e3c21550b4038924d.tar.gz gnupg-2ce542ad523910effbf5418e3c21550b4038924d.zip |
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.
Diffstat (limited to 'g10/gpgv.c')
-rw-r--r-- | g10/gpgv.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/g10/gpgv.c b/g10/gpgv.c index 1f2687605..dfd247da8 100644 --- a/g10/gpgv.c +++ b/g10/gpgv.c @@ -281,6 +281,18 @@ keyserver_import_keyid( u32 *keyid, void *dummy ) } /* 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. */ int |