rnpgp / rnp

RNP: high performance C++ OpenPGP library used by Mozilla Thunderbird
https://www.rnpgp.org
Other
194 stars 55 forks source link

Return information about errored keys from rnp_import_keys() #1167

Open ni4 opened 4 years ago

ni4 commented 4 years ago

Description

Currently function returns JSON only with successfully imported keys, however doesn't tell anything about the keys which errored. It should be updated, so user may know that now all keys were imported successfully.

Issue was separated from the #1162

ni4 commented 4 years ago

Should be implemented after the #1273, when we'll process keys one-after-one during the import.