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

Update to OpenPGP.js 5.3.1 #130

Closed tacerus closed 1 year ago

tacerus commented 2 years ago

Hi,

the current version of OpenPGP.js the program relies on is already relatively old. This patch updates the program to utilize the currently latest version of the library.

Let me know if you have any suggestions for improvement.

Best, Georg

toberndo commented 2 years ago

Thanks for working on this! Yes, definitely time to bring OpenPGP.js up-to-date.

tacerus commented 2 years ago

I unfortunately only noticed after submitting this PR that quite a lot of unit tests are not compatible with it. I'll try to look into those, however unfortunately I'm not that proficient with Mocha.

toberndo commented 1 year ago

Update to OpenPGP.js v5 has now landed with the new v4 release of the key server.

tacerus commented 1 year ago

Thank you, that's great news. Sorry for not having been able to follow up with this sooner.