<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
    <channel rdf:about="http://pear.php.net">
    <link>http://pear.php.net/</link>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <dc:language>en-us</dc:language><items>
<rdf:Seq><rdf:li rdf:resource="http://pear.php.net/package/Crypt_RSA/download/1.2.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Crypt_RSA/download/1.2.0b/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Crypt_RSA/download/1.1.0b/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Crypt_RSA/download/1.0.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/Crypt_RSA/download/1.0.0RC6/"/>
</rdf:Seq>
</items>

<title>Latest releases of crypt_rsa</title>
<description>The latest releases for the package crypt_rsa</description>
</channel>

<item rdf:about="http://pear.php.net/package/Crypt_RSA/download/1.2.1/">
 <title>Crypt_RSA 1.2.1</title>
 <link>http://pear.php.net/package/Crypt_RSA/download/1.2.1/</link>
 <content:encoded>PHPCS&lt;br /&gt;
Bug #7252 - undefined variable $in&lt;br /&gt;
Bug #7254 - E_STRICT / only return variables by reference&lt;br /&gt;
Bug #7253 - docblock corrections
 </content:encoded>
 <dc:date>2009-01-05T03:41:20-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Crypt_RSA/download/1.2.0b/">
 <title>Crypt_RSA 1.2.0b</title>
 <link>http://pear.php.net/package/Crypt_RSA/download/1.2.0b/</link>
 <content:encoded>* added toPEMString() function in Crypt_RSA_KeyPair class. It allows to store keypair in .pem file as RSA private key&lt;br /&gt;
* added isEqual() function in Crypt_RSA_KeyPair class. It returns true if two keypairs are equal&lt;br /&gt;
* added mod() and isPrime() functions to math wrappers interface&lt;br /&gt;
* fixed bug in getPrime() function of GMP and BCMath math wrappers, which hangs up key generating process&lt;br /&gt;
* added optional $random_generator parameter to Crypt_RSA_KeyPair constructor and factory() method&lt;br /&gt;
* added benchmark in tests/bench.php, which clearly shows performance of different math wrappers (GMP, BigInt, BCMath). In short: GMP is 5 times faster than BigInt, BCMath is 50 times slower than BigInt.
 </content:encoded>
 <dc:date>2006-02-28T16:20:06-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Crypt_RSA/download/1.1.0b/">
 <title>Crypt_RSA 1.1.0b</title>
 <link>http://pear.php.net/package/Crypt_RSA/download/1.1.0b/</link>
 <content:encoded>* added fromPEMString() function in Crypt_RSA_KeyPair class. This function allows to retrieve RSA keypair from PEM-encoded strings. Thanks to all the people who sponsored .pem developement&lt;br /&gt;
* modified key generation algorithm&lt;br /&gt;
* added optional 'error_handler' parameter to factory() methods in all classes&lt;br /&gt;
* modified math wrapper interface: isZero(), nextPrime() and getRand() substituted by isOne() and getPrime() functions
 </content:encoded>
 <dc:date>2006-02-26T01:56:47-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Crypt_RSA/download/1.0.0/">
 <title>Crypt_RSA 1.0.0</title>
 <link>http://pear.php.net/package/Crypt_RSA/download/1.0.0/</link>
 <content:encoded>* it is the first stable release of the package&lt;br /&gt;
* added optional $math_wrapper parameter to Crypt_RSA, Crypt_RSA_Key and Crypt_RSA_KeyPair constructors. It allows to catch errors by user's error handler during objects construction&lt;br /&gt;
* updated documentation in docs/Crypt_RSA/docs folder. But it is still very ugly ;)
 </content:encoded>
 <dc:date>2005-05-11T12:22:46-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/Crypt_RSA/download/1.0.0RC6/">
 <title>Crypt_RSA 1.0.0RC6</title>
 <link>http://pear.php.net/package/Crypt_RSA/download/1.0.0RC6/</link>
 <content:encoded>+ added math wrapper for PHP GMP extension. See http://php.net/gmp for details about that extension.&lt;br /&gt;
* fixed many small bugs. I do not remember all of them ;)
 </content:encoded>
 <dc:date>2005-04-21T16:31:09-05:00</dc:date>
</item>

</rdf:RDF>