summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2015-03-30 11:25:21 +0200
committerRuben Pollan <meskio@sindominio.net>2015-03-30 22:58:43 +0200
commitaf593ae913052e5e02e53d572824673a101d09ac (patch)
tree29e133abb8193e4d042d4e58369c8fe78987d64b /changes
parentc4bcdea3621ad52400047170e3b7c8049755f629 (diff)
[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
Diffstat (limited to 'changes')
-rw-r--r--changes/feature-6815_nicknym_validation_level1
1 files changed, 1 insertions, 0 deletions
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)