mailvelope / keyserver

A simple OpenPGP public key server that validates email address ownership of uploaded keys.
https://keys.mailvelope.com
GNU Affero General Public License v3.0
414 stars 62 forks source link

Support multiple keys per email address? #105

Open D4N opened 4 years ago

D4N commented 4 years ago

I am currently using two smart cards with two different keys on them (one is mostly used for signing commits, the other for encryption & decryption). However, adding both keys appears to have not worked: only one of the keys is available via the API, the other got rejected during verification with "unknown user id".

Is this generally unsupported?

glor commented 3 years ago

I also hat this problem and it resulted in quite a nasty bug because we could not verify old messages any more... please fix this if you can find the time.