<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.8.1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0     http://pear.php.net/dtd/tasks-1.0.xsd     http://pear.php.net/dtd/package-2.0     http://pear.php.net/dtd/package-2.0.xsd">
 <name>Crypt_DiffieHellman</name>
 <channel>pear.php.net</channel>
 <summary>Implementation of Diffie-Hellman Key Exchange cryptographic protocol for PHP5</summary>
 <description>Implementation of the Diffie-Hellman Key Exchange cryptographic protocol
in PHP5. Enables two parties without any prior knowledge of each other
establish a secure shared secret key across an insecure channel
of communication.</description>
 <lead>
  <name>Bill Shupp</name>
  <user>shupp</user>
  <email>shupp@php.net</email>
  <active>yes</active>
 </lead>
 <lead>
  <name>Pádraic Brady</name>
  <user>padraic</user>
  <email>padraic@php.net</email>
  <active>no</active>
 </lead>
 <date>2009-05-29</date>
 <time>18:42:03</time>
 <version>
  <release>0.2.2</release>
  <api>0.2.2</api>
 </version>
 <stability>
  <release>beta</release>
  <api>beta</api>
 </stability>
 <license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
 <notes>
* Fixed Bug #16214
* Fixed Bug #15682
 </notes>
 <contents>
  <dir baseinstalldir="Crypt" name="/">
   <file baseinstalldir="Crypt" md5sum="38b11f131f20054c1d1087465f95656c" name="DiffieHellman/Math/BigInteger/Bcmath.php" role="php" />
   <file baseinstalldir="Crypt" md5sum="a86e4d4a0d1672b87da23175b5192a1f" name="DiffieHellman/Math/BigInteger/Exception.php" role="php" />
   <file baseinstalldir="Crypt" md5sum="29347ec1403869efe7ebe351b83d9cc5" name="DiffieHellman/Math/BigInteger/Gmp.php" role="php" />
   <file baseinstalldir="Crypt" md5sum="98a62bcbd00f31a25028793c0edaecdc" name="DiffieHellman/Math/BigInteger/Interface.php" role="php" />
   <file baseinstalldir="Crypt" md5sum="3499b955e0aae674c852c7e52f40449d" name="DiffieHellman/Math/BigInteger.php" role="php" />
   <file baseinstalldir="Crypt" md5sum="5c0e893e685e5a42d38ac9a8d56b0b46" name="DiffieHellman/Math/Exception.php" role="php" />
   <file baseinstalldir="Crypt" md5sum="526c4366a2799307ca5f9fe97a18f07c" name="DiffieHellman/Exception.php" role="php" />
   <file baseinstalldir="Crypt" md5sum="851b7ba85a0359e0b421ece6459544ad" name="DiffieHellman/Math.php" role="php" />
   <file baseinstalldir="Crypt" md5sum="9ecc1c2a37cb3c679212f2cf328b820d" name="tests/AllTests.php" role="test" />
   <file baseinstalldir="Crypt" md5sum="9c41ff93af3045e5c169d70794cc4938" name="tests/DiffieHellmanTest.php" role="test" />
   <file baseinstalldir="Crypt" md5sum="81db1d6b1750815fb7ce64512fc48ef6" name="tests/TestConfiguration.php.dist" role="test" />
   <file baseinstalldir="Crypt" md5sum="2905836b0402bd79dbc8a54202aa133f" name="tests/TestHelper.php" role="test" />
   <file baseinstalldir="Crypt" md5sum="b69ba2b913ee5d270cfe99e8ab900c7e" name="DiffieHellman.php" role="php" />
  </dir>
 </contents>
 <dependencies>
  <required>
   <php>
    <min>5.2.0</min>
   </php>
   <pearinstaller>
    <min>1.4.0b1</min>
   </pearinstaller>
   <package>
    <name>PEAR</name>
    <channel>pear.php.net</channel>
    <min>1.3.6</min>
   </package>
   <extension>
    <name>mbstring</name>
   </extension>
  </required>
 </dependencies>
 <phprelease />
 <changelog>
  <release>
   <version>
    <release>0.2.2</release>
    <api>0.2.2</api>
   </version>
   <stability>
    <release>beta</release>
    <api>beta</api>
   </stability>
   <date>2009-05-29</date>
   <license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
   <notes>
* Fixed Bug #16214
* Fixed Bug #15682
   </notes>
  </release>
  <release>
   <version>
    <release>0.2.1</release>
    <api>0.2.1</api>
   </version>
   <stability>
    <release>beta</release>
    <api>beta</api>
   </stability>
   <date>2007-09-30</date>
   <license uri="http://opensource.org/licenses/bsd-license.php">New BSD License</license>
   <notes>
* Fixed base install directory bug in package.xml
   </notes>
  </release>
 </changelog>
</package>
