From af593ae913052e5e02e53d572824673a101d09ac Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Mon, 30 Mar 2015 11:25:21 +0200 Subject: [feat] set fetched keys as Weak Chain if they are not from the same domain Nicknym server is authoritative for its own domain, but for others it might retrieve keys from key servers. On keys from the same domain we set the validation level to 'Provider Trust'. For other domains in the email address we set it to 'Weak Chain' as we don't have info about its source. Resolves: #6815 Related: #6718 Releases: 0.4.0 --- changes/feature-6815_nicknym_validation_level | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/feature-6815_nicknym_validation_level (limited to 'changes') diff --git a/changes/feature-6815_nicknym_validation_level b/changes/feature-6815_nicknym_validation_level new file mode 100644 index 0000000..c82f7d4 --- /dev/null +++ b/changes/feature-6815_nicknym_validation_level @@ -0,0 +1 @@ +- fetched keys from other domain than its provider are set as 'Weak Chain' validation level (Closes: #6815) -- cgit v1.2.3