Clarify status of our HKP interface.

- Fixes #66.
This commit is contained in:
Justus Winter 2019-03-01 10:10:46 +01:00
parent f9f4ccb8c1
commit 1723f0b838
No known key found for this signature in database
GPG Key ID: 686F55B4AB2B3386
1 changed files with 5 additions and 7 deletions

View File

@ -33,13 +33,11 @@ Hagrid implements basic HKP (`op=get` and `op=index`) so tools like GnuPG and
OpenKeychain can use it directly. The differences to SKS are
- no support for `op=vindex`,
- `mp=1` is always assumed,
- only exact matches for user IDs are returned,
- `op=index` returns either one or no keys and
- all packets that aren't public keys, user IDs or signatures are filtered out.
Uploading a key via the HKP interface will trigger verification emails to be
send.
- only exact matches for user IDs are returned (i.e. `exact=on` is
always assumed),
- `op=index` returns either one or no keys,
- all packets that aren't public keys, user IDs or signatures are filtered out,
- Uploading a key via the HKP interface is not supported.
### VKS