psi-im / plugins

Officially supported Psi plugins
56 stars 24 forks source link

Fix GnuPG configuration menu crash and add ECC subkey type #17

Closed ValdikSS closed 7 years ago

ValdikSS commented 7 years ago

There is no default case for key algorithm other than RSA, DSA and elGamal. Parsing keys of other types result in incomplete "rows" enum filling which later cause crash in Model::showKeys as could not find Fingerprint field and row.at(Fingerprint) resulted in NULL pointer.

This commit adds default case and new ECC subkey type.