Top Level :: Encryption

Package Information: Crypt_GPG

Show All Changelogs
» Version » Information
0.6.0Download

Release date: 2008-04-05 21:29 UTC
Release state: beta

Changelog:

API is beta. No API changes in this release. Changes in this release:
* unit test - fail on E_NOTICE,
* unit test - fixes for PHPUnit > 3.2.16,
* unit test - fixes for systems other than Ubuntu 7.10,
* PHP driver - added workarounds for Windows using temporary files,
* PHP driver - added auto-detection of GPG binary, making it less likely that you need to specify the binary location,
* PHP driver - documentation typo fixes,
* PHP driver - fix bug parsing status output in Windows,
* PHP driver - fix undefined array in _parseVerifyStatus(),
* PHP driver - throw an exception if the specified GPG binary is not valid.

Dependencies:
  • PHP Version: PHP 5.2.1 or newer
  • PEAR Package: PEAR Installer 1.4.0 or newer
  • PHP Extension: gnupg (optional)
0.5.0Download

Release date: 2008-03-02 21:41 UTC
Release state: beta

Changelog:

API is beta. No API changes in this release. Changes in this release:
* added PECL-powered gnupg driver,
* added unit tests for new driver.

Dependencies:
  • PHP Version: PHP 5.1.0 or newer
  • PEAR Package: PEAR Installer 1.4.0 or newer
  • PHP Extension: gnupg (optional)
0.4.0Download

Release date: 2008-01-28 05:12 UTC
Release state: beta

Changelog:

API is beta. The native PHP driver is pretty much finished. A PECL-powered gnupg driver will be added in the future.

Changes in this release:
* cleaned up Key and Signature objects,
* getPublicKeys() and getPrivateKeys become getKeys(),
* getPublicFingerprint() and getPrivateFingerprint become getFingerprint(),
* added ability to specify a key in getKeys(),
* getFingerprint() can return fingerprint formatted in common formats,
* throw an exception when you try to delete a public key that has a private key,
* don't throw an exception when importing duplicate keys, and
* unit tests are complete for PHP driver.

Dependencies:
  • PHP Version: PHP 5.0.5 or newer
  • PEAR Package: PEAR Installer 1.4.0 or newer
0.3.11Download

Release date: 2008-01-18 20:17 UTC
Release state: alpha

Changelog:

API is alpha. Changes will be made to Key and Signature objects in future releases.

Changes in this release:
* Allow not specifying a passphrase for keys that don't need a passphrase,
* Make driver constructor protected to force use of factory method,
* Added exportPublicKeyMethod(),
* Set trust model to 'always', mirroring the model used by PECL gnupg,
* Fix detection of missing passphrases, and
* documentation and typo fixes.

Dependencies:
  • PHP Version: PHP 5.0.5 or newer
  • PEAR Package: PEAR Installer 1.4.0 or newer
0.3.10Download

Release date: 2008-01-14 05:38 UTC
Release state: alpha

Changelog:

First PEAR release. API is alpha. Changes will be made to Key and Signature
objects and an exportKey() method will be added in future releases.

Dependencies:
  • PHP Version: PHP 5.0.5 or newer
  • PEAR Package: PEAR Installer 1.4.0 or newer