Support session keys

This commit is contained in:
Stephen Paul Weber
2013-01-26 11:26:55 -05:00
parent 8c60f4e37b
commit 641c07835b
2 changed files with 61 additions and 51 deletions

View File

@@ -84,11 +84,9 @@ class Decryption extends PHPUnit_Framework_TestCase {
$this->oneSymmetric("hello", "PGP\n", "symmetric-3des.gpg");
}
/* TODO
public function testDecryptSessionKey() {
$this->oneSymmetric("hello", "PGP\n", "symmetric-with-session-key.gpg");
}
*/
public function testDecryptNoMDC() {
$this->oneSymmetric("hello", "PGP\n", "symmetric-no-mdc.gpg");