HKP server handling adopted to conform to draft-shaw-openpgp-hkp-00

- updated regex
- added error if server does not implement hkp function
- added algorithm extraction from downloaded key if hkp fails
-- fixes algorithm shown unknown if hkp response field is empty
This commit is contained in:
jatoko
2018-05-23 21:46:30 +02:00
parent 53fa371c9c
commit e965475540
7 changed files with 134 additions and 91 deletions

View File

@@ -2019,4 +2019,5 @@
<string name="key_import_text_autocrypt_setup_msg">To import your existing setup from another device, you can also open an Autocrypt Setup Message in %s.</string>
<string name="button_goto_openkeychain">Go to OpenKeychain</string>
<string name="backup_code_checkbox">I have written down this backup code. Without it, I will be unable to restore the backup.</string>
<string name="msg_get_query_not_implemented">The server does not support the current query! Some servers only accept mailaddresses. Please redefine or try a different server.</string>
</resources>