summaryrefslogtreecommitdiffstats
path: root/ffi/include
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2019-08-19 17:34:10 +0200
committerJustus Winter <justus@sequoia-pgp.org>2019-08-20 10:07:29 +0200
commit4ce96162f089e62d0d27ab305c227e0823439c10 (patch)
tree0441f93e8f76299a8d2b2c5db155df049c4c2f83 /ffi/include
parent7555cfeafb28fccd93aac9441cc18f985036cfc7 (diff)
net: Drop SKS pool in favor of keys.openpgp.org.
Diffstat (limited to 'ffi/include')
-rw-r--r--ffi/include/sequoia/net.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/ffi/include/sequoia/net.h b/ffi/include/sequoia/net.h
index 4e2f030b..8b74f727 100644
--- a/ffi/include/sequoia/net.h
+++ b/ffi/include/sequoia/net.h
@@ -34,15 +34,14 @@ sq_keyserver_t sq_keyserver_with_cert (sq_context_t ctx,
size_t len);
/*/
-/// Returns a handle for the SKS keyserver pool.
+/// Returns a handle for keys.openpgp.org.
///
-/// The pool `hkps://hkps.pool.sks-keyservers.net` provides HKP
-/// services over https. It is authenticated using a certificate
-/// included in this library. It is a good default choice.
+/// The server at `hkps://keys.openpgp.org` distributes updates for
+/// OpenPGP certificates. It is a good default choice.
///
/// Returns `NULL` on errors.
/*/
-sq_keyserver_t sq_keyserver_sks_pool (sq_context_t ctx);
+sq_keyserver_t sq_keyserver_keys_openpgp_org (sq_context_t ctx);
/*/
/// Frees a keyserver object.