[cvs] commit: framework/Crypt package.xml framework/Crypt/Crypt pgp.php framework/Crypt/tests clear.txt pgp.inc pgp_decrypt.phpt pgp_encrypt.phpt pgp_encrypted.txt pgp_getSignersFingerprint.phpt pgp_parsePGPData.phpt pgp_pgpPacketInformation.phpt pgp_pgpPacketSignature.phpt ...

Jan Schneider jan at horde.org
Fri Aug 11 07:53:04 PDT 2006


jan         2006-08-11 07:53:04 PDT

  Modified files:
    Crypt                package.xml 
    Crypt/Crypt          pgp.php 
  Added files:
    Crypt/tests          clear.txt pgp.inc pgp_decrypt.phpt 
                         pgp_encrypt.phpt pgp_encrypted.txt 
                         pgp_getSignersFingerprint.phpt 
                         pgp_parsePGPData.phpt 
                         pgp_pgpPacketInformation.phpt 
                         pgp_pgpPacketSignature.phpt 
                         pgp_pgpPacketSignatureByUidIndex.phpt 
                         pgp_pgpPrettyKey.phpt pgp_private.asc 
                         pgp_public.asc pgp_publicKeyMIMEPart.phpt 
                         pgp_sign.phpt pgp_signature.txt 
                         pgp_signed.txt pgp_signed2.txt 
                         pgp_skipif.inc pgp_verify.phpt 
                         pgp_verifyPassphrase.phpt 
  Log:
  Add unit test for almost all Horde_Crypt_pgp methods.
  
  Revision  Changes    Path
  1.105     +17 -14    framework/Crypt/Crypt/pgp.php
  1.9       +23 -0     framework/Crypt/package.xml
  1.1       +14 -0     framework/Crypt/tests/clear.txt (new)
  1.1       +15 -0     framework/Crypt/tests/pgp.inc (new)
  1.1       +37 -0     framework/Crypt/tests/pgp_decrypt.phpt (new)
  1.1       +31 -0     framework/Crypt/tests/pgp_encrypt.phpt (new)
  1.1       +15 -0     framework/Crypt/tests/pgp_encrypted.txt (new)
  1.1       +13 -0     framework/Crypt/tests/pgp_getSignersFingerprint.phpt (new)
  1.1       +89 -0     framework/Crypt/tests/pgp_parsePGPData.phpt (new)
  1.1       +117 -0    framework/Crypt/tests/pgp_pgpPacketInformation.phpt (new)
  1.1       +74 -0     framework/Crypt/tests/pgp_pgpPacketSignature.phpt (new)
  1.1       +74 -0     framework/Crypt/tests/pgp_pgpPacketSignatureByUidIndex.phpt (new)
  1.1       +32 -0     framework/Crypt/tests/pgp_pgpPrettyKey.phpt (new)
  1.1       +27 -0     framework/Crypt/tests/pgp_private.asc (new)
  1.1       +24 -0     framework/Crypt/tests/pgp_public.asc (new)
  1.1       +42 -0     framework/Crypt/tests/pgp_publicKeyMIMEPart.phpt (new)
  1.1       +55 -0     framework/Crypt/tests/pgp_sign.phpt (new)
  1.1       +7 -0      framework/Crypt/tests/pgp_signature.txt (new)
  1.1       +24 -0     framework/Crypt/tests/pgp_signed.txt (new)
  1.1       +9 -0      framework/Crypt/tests/pgp_signed2.txt (new)
  1.1       +4 -0      framework/Crypt/tests/pgp_skipif.inc (new)
  1.1       +31 -0     framework/Crypt/tests/pgp_verify.phpt (new)
  1.1       +16 -0     framework/Crypt/tests/pgp_verifyPassphrase.phpt (new)

  Chora Links:
  http://cvs.horde.org/diff.php/framework/Crypt/Crypt/pgp.php?r1=1.104&r2=1.105&ty=u
  http://cvs.horde.org/diff.php/framework/Crypt/package.xml?r1=1.8&r2=1.9&ty=u
  http://cvs.horde.org/co.php/framework/Crypt/tests/clear.txt?r=1.1
  http://cvs.horde.org/co.php/framework/Crypt/tests/pgp.inc?r=1.1
  http://cvs.horde.org/co.php/framework/Crypt/tests/pgp_decrypt.phpt?r=1.1
  http://cvs.horde.org/co.php/framework/Crypt/tests/pgp_encrypt.phpt?r=1.1
  http://cvs.horde.org/co.php/framework/Crypt/tests/pgp_encrypted.txt?r=1.1
  http://cvs.horde.org/co.php/framework/Crypt/tests/pgp_getSignersFingerprint.phpt?r=1.1
  http://cvs.horde.org/co.php/framework/Crypt/tests/pgp_parsePGPData.phpt?r=1.1
  http://cvs.horde.org/co.php/framework/Crypt/tests/pgp_pgpPacketInformation.phpt?r=1.1
  http://cvs.horde.org/co.php/framework/Crypt/tests/pgp_pgpPacketSignature.phpt?r=1.1
  http://cvs.horde.org/co.php/framework/Crypt/tests/pgp_pgpPacketSignatureByUidIndex.phpt?r=1.1
  http://cvs.horde.org/co.php/framework/Crypt/tests/pgp_pgpPrettyKey.phpt?r=1.1
  http://cvs.horde.org/co.php/framework/Crypt/tests/pgp_private.asc?r=1.1
  http://cvs.horde.org/co.php/framework/Crypt/tests/pgp_public.asc?r=1.1
  http://cvs.horde.org/co.php/framework/Crypt/tests/pgp_publicKeyMIMEPart.phpt?r=1.1
  http://cvs.horde.org/co.php/framework/Crypt/tests/pgp_sign.phpt?r=1.1
  http://cvs.horde.org/co.php/framework/Crypt/tests/pgp_signature.txt?r=1.1
  http://cvs.horde.org/co.php/framework/Crypt/tests/pgp_signed.txt?r=1.1
  http://cvs.horde.org/co.php/framework/Crypt/tests/pgp_signed2.txt?r=1.1
  http://cvs.horde.org/co.php/framework/Crypt/tests/pgp_skipif.inc?r=1.1
  http://cvs.horde.org/co.php/framework/Crypt/tests/pgp_verify.phpt?r=1.1
  http://cvs.horde.org/co.php/framework/Crypt/tests/pgp_verifyPassphrase.phpt?r=1.1


More information about the cvs mailing list