Paul Schaub

Results 145 comments of Paul Schaub

I just released PGPainless `1.4.0-rc1` which introduces support for custom decryptor factories :)

This factory can be used with #322

TODO: * [x] Enforce max nesting level * [x] Handle UnsupportedPacketVersionExceptions gracefully * ~~[ ] Try handle invalid s2k in EncryptedDataList (IllegalStateException)~~ (needs fix in BC) * ~~[ ] Investigate...

I opened https://github.com/bcgit/bc-java/pull/1268 to handle unknown S2Ks gracefully. No changes are required on PGPainless' end, so once the PR is merged and a release is available, we can enable [these...

This has been merged.

The pda branch will add support for this :)

Apply fix proposed in https://github.com/bcgit/bc-java/pull/1228

Meh, our fix did not make it into 1.72, so this PR has to wait another BC release cycle.