singpolyma / openpgp-php

OpenPGP.php is a pure-PHP implementation of the OpenPGP Message Format (RFC 4880).
http://singpolyma.github.io/openpgp-php/
The Unlicense
179 stars 69 forks source link

Support for phpseclib3 #116

Closed allan-simon closed 1 year ago

allan-simon commented 2 years ago

We're currently using phpseclib 3 in our project and unfortunately openpgp-php only support version 2

would you be interested in a PR that bring this compatibility ?

singpolyma commented 2 years ago

For sure, that could be useful

allan-simon commented 2 years ago

ok I will submit tomorrow a draft PR, I still have some test failing for which I may require your insight

meglio commented 2 years ago

So where is the PR - is this the one? https://github.com/singpolyma/openpgp-php/pull/119

singpolyma commented 1 year ago

this is done now