perl-Crypt-OpenPGP / Crypt-OpenPGP

Pure-Perl OpenPGP implementation
https://metacpan.org/pod/Crypt::OpenPGP
0 stars 1 forks source link

Please implement support for RFC9580 (obsoletes RFC4880) #5

Open guillemj opened 2 weeks ago

guillemj commented 2 weeks ago

The OpenPGP Working Group has recently released an update to the RFC as RFC9580 which obsoletes RFC4880, it would be nice to get this module updated to support the new spec.

There's also an interoperability test suite at https://tests.sequoia-pgp.org/, that could be helpful to test the implementation conformance.

(This was transferred from btrott#37)

timlegge commented 2 weeks ago

Thank you for transferring this from the old repo. I don't have any current plans for this but I would be happy to have assistance or review and merge PRs. I am planning a number of new releases and my look at including some of the tests to see how far it is away from the new specification.