Crypt/Pgp.php 1

Type Line Description
TODO 675 Return null, instead of exception, if tools are not available to determine whether data was encrypted symmetrically.

Crypt/Pgp/Parse.php 1

Type Line Description
TODO 205 add micalg parameter

Crypt/Pgp/Backend/Binary.php 1

Type Line Description
TODO 681 This method should be protected, but due to closures not having proper access to $this without assigning it to another variable which does not give it access to non-puplic members, we must make this public until H6 when we can require at least PHP 5.4.