Changes between Version 5 and Version 6 of AnnouncerPlugin/MessageEncryption


Ignore:
Timestamp:
Mar 8, 2010, 10:38:42 PM (14 years ago)
Author:
Steffen Hoffmann
Comment:

made test information more readable

Legend:

Unmodified
Added
Removed
Modified
  • AnnouncerPlugin/MessageEncryption

    v5 v6  
    4141  * PRO: no additional dependencies but pure Python, works on Windows as well as Unix/Linux, most complete set of gpg actions including key generation and management, active development - python 3 support since July 2009, latest release v0.2.4 from 01-03-2010
    4242  * CON: no Debian package?
    43   * '''TEST''': download and local install without issues, function list_keys() ~~doesn't "just work"~~ works on a known-good gpg keyfile directory - got it, beware: "gnupghome" directory will be created silently (including parents), if something is not there exactly as specified, will have to safe-guard against creation of unwanted directories by (worst case: repeated) mis-configuration
     43  * '''TEST''':
     44   * download and local install without issues,
     45   * function list_keys() ~~doesn't "just work"~~ works on a known-good gpg keyfile directory - got it
     46   * beware: "gnupghome" directory will be created silently (including parents), if something is not there exactly as specified, __init__ will need to prevent creation of unwanted directories by (worst case: repeated) mis-configuration
     47   *
    4448 * [http://py-gnupg.sourceforge.net/ Python GnuPGInterface]
    4549  * PRO: Debian package python-gnupginterface-0.3.2-9