C For C's Sake
C For C's Sake
It would be cool to get an overview of "real world" coverage, for example using the dumps from https://pgp.key-server.io/sks-dump/ I expect a good portion of these to be broken, and...
Incorporate a test suite for testing against - https://gnupg.org/ - https://github.com/calccrypto/OpenPGP - http://netpgp.com/ (I like how [they don't sign their releases](http://netpgp.com/src/)) - ... (TODO look for more OpenPGP implementations; the...
https://github.com/krzyzanowskim/ObjectivePGP/tree/master/ObjectivePGPTests/testfiles.bundle https://github.com/singpolyma/OpenPGP-Haskell/tree/master/tests https://github.com/public/OpenPGP-SDK/tree/master/test/original
https://github.com/btrott/Crypt-OpenPGP/tree/master/t
https://github.com/open-keychain/open-keychain/tree/master/OpenKeychain/src/test/resources
https://github.com/calccrypto/OpenPGP/tree/master/tests
https://github.com/openpgpjs/openpgpjs/wiki/Cure53-security-audit
We only want one of each signature subpacket per signature, and we need to preserve ordering when parsing in order to compute correct hashes. An ordered map of some sort...
To guard against typos, it would be nice to have tests that check that `t_of_*` and `*_of_t` are consistent.
After merging https://github.com/rlepigre/ocaml-imagelib/pull/43 we now have better support for transparency in the GIF format. The `imagetool` however should be updated to not paint the background color in transparent pixels in...