Move Horde_Crypt from CVS.
authorMichael M Slusarz <slusarz@curecanti.org>
Sun, 16 Nov 2008 21:05:55 +0000 (14:05 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Sun, 16 Nov 2008 21:05:55 +0000 (14:05 -0700)
commitb038b6ac295e05fb5d8e9247b52379dd17b59b40
tree4a9d5a7503ecfe554dfa37a10758d6dc0d13ce47
parent3c844d69e648a58aa17422d18dc209a89a5b6488
Move Horde_Crypt from CVS.

Due to Horde_Mime changes.
36 files changed:
framework/Crypt/lib/Horde/Crypt.php [new file with mode: 0644]
framework/Crypt/lib/Horde/Crypt/pgp.php [new file with mode: 0644]
framework/Crypt/lib/Horde/Crypt/smime.php [new file with mode: 0644]
framework/Crypt/package.xml [new file with mode: 0644]
framework/Crypt/test/Horde/Crypt/bug_6601.phpt [new file with mode: 0644]
framework/Crypt/test/Horde/Crypt/fixtures/bug_6601.asc [new file with mode: 0644]
framework/Crypt/test/Horde/Crypt/fixtures/clear.txt [new file with mode: 0644]
framework/Crypt/test/Horde/Crypt/fixtures/pgp_encrypted.txt [new file with mode: 0644]
framework/Crypt/test/Horde/Crypt/fixtures/pgp_encrypted_symmetric.txt [new file with mode: 0644]
framework/Crypt/test/Horde/Crypt/fixtures/pgp_private.asc [new file with mode: 0644]
framework/Crypt/test/Horde/Crypt/fixtures/pgp_public.asc [new file with mode: 0644]
framework/Crypt/test/Horde/Crypt/fixtures/pgp_signature.txt [new file with mode: 0644]
framework/Crypt/test/Horde/Crypt/fixtures/pgp_signed.txt [new file with mode: 0644]
framework/Crypt/test/Horde/Crypt/fixtures/pgp_signed2.txt [new file with mode: 0644]
framework/Crypt/test/Horde/Crypt/fixtures/smime_subjectAltName.pem [new file with mode: 0644]
framework/Crypt/test/Horde/Crypt/pgp.inc [new file with mode: 0644]
framework/Crypt/test/Horde/Crypt/pgp_decrypt.phpt [new file with mode: 0644]
framework/Crypt/test/Horde/Crypt/pgp_decrypt_symmetric.phpt [new file with mode: 0644]
framework/Crypt/test/Horde/Crypt/pgp_encrypt.phpt [new file with mode: 0644]
framework/Crypt/test/Horde/Crypt/pgp_encrypt_symmetric.phpt [new file with mode: 0644]
framework/Crypt/test/Horde/Crypt/pgp_encryptedSymmetrically.phpt [new file with mode: 0644]
framework/Crypt/test/Horde/Crypt/pgp_generateRevocation.phpt [new file with mode: 0644]
framework/Crypt/test/Horde/Crypt/pgp_getSignersKeyID.phpt [new file with mode: 0644]
framework/Crypt/test/Horde/Crypt/pgp_parsePGPData.phpt [new file with mode: 0644]
framework/Crypt/test/Horde/Crypt/pgp_pgpPacketInformation.phpt [new file with mode: 0644]
framework/Crypt/test/Horde/Crypt/pgp_pgpPacketSignature.phpt [new file with mode: 0644]
framework/Crypt/test/Horde/Crypt/pgp_pgpPacketSignatureByUidIndex.phpt [new file with mode: 0644]
framework/Crypt/test/Horde/Crypt/pgp_pgpPrettyKey.phpt [new file with mode: 0644]
framework/Crypt/test/Horde/Crypt/pgp_publicKeyMIMEPart.phpt [new file with mode: 0644]
framework/Crypt/test/Horde/Crypt/pgp_sign.phpt [new file with mode: 0644]
framework/Crypt/test/Horde/Crypt/pgp_skipif.inc [new file with mode: 0644]
framework/Crypt/test/Horde/Crypt/pgp_verify.phpt [new file with mode: 0644]
framework/Crypt/test/Horde/Crypt/pgp_verifyPassphrase.phpt [new file with mode: 0644]
framework/Crypt/test/Horde/Crypt/smime.inc [new file with mode: 0644]
framework/Crypt/test/Horde/Crypt/smime_skipif.inc [new file with mode: 0644]
framework/Crypt/test/Horde/Crypt/smime_subjectAltName.phpt [new file with mode: 0644]