home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / gcppgp12.zip / gcppgpfe.zip / CHANGES next >
Text File  |  1996-04-20  |  4KB  |  97 lines

  1. Gibbon PGP Front-End (GCPPGPFE.EX)
  2. Copyright 1994-1996 Gibbon Computer Products, Inc.
  3.  
  4.  
  5. Changes from version 1.1 to 1.2
  6. -------------------------------
  7. o  Upgraded version number from 1.1 to 1.2
  8.  
  9. o  Fixed a problem where if the decrypted file is only one line long,
  10.    it would report a Bad Passphrase error.
  11.  
  12. o  The command line to execute PGP now includes "+la=en" so error
  13.    messages are always in english.  If they are not in english, the
  14.    macro will not process errors correctly.  This can be toggled off
  15.    using the "Change Defaults" menu item, but "+la=en" will always
  16.    be used when decrypting.
  17.  
  18. o  Changed macro so it will allow you to generate a key pair if you
  19.    don't have one, instead of just reporting that it couldn't find
  20.    PUBRING.PGP, SECRING.PGP and RANDSEED.BIN.
  21.  
  22. o  For EPM versions >= 5.60, it will no longer complain if PGP.EXE is
  23.    in PGPPATH but not in PATH
  24.  
  25. o  Changed the menu id from 700 to 70 to get around an EPM limitation.
  26.    Symptoms were the PGP menu items didn't do anything after a context
  27.    menu was brought up using mouse button 2.  (Only a problem with EPM
  28.    versions 5.60 and above, not with 5.51a as included with OS/2).
  29.  
  30. o  Added ability to handle quoted encrypted or signed blocks, like you
  31.    normally get when replying to email.  For example, an ecnrypted
  32.    message might be displayed as:
  33.  
  34.    > -----BEGIN PGP MESSAGE-----
  35.    > Version: 2.6.2
  36.    >
  37.    > hIwDlQNFE88f5OUBA/9jP82//aXGEmMWxA5Du7+niAwsksDd8H7ZPbFvSG0DFlBb
  38.    > 2gApMjy9rgAKSbYB+LnA5W2aj6U0Z5V7ORV5k7yjWzgWGsS4Djtxux6nFX+3chxs
  39.    > gKvE6voqeiNtHgI6yjn7fTUAz31H0QD7qICS1YwYnvKkeecN0AxWyg2GW4SeUQ0Q
  40.    > cqL1P7mNTvSk4l3YeDw9Mle5573TAfc=
  41.    > =A3g9
  42.    > -----END PGP MESSAGE-----
  43.  
  44.    The macro will now find the correct starting column (3 in this case)
  45.    and trim the quote characters ("> ") from the front of the lines
  46.    before passing it to PGP.
  47.  
  48. o  A side-effect of the previous change is that a message box will now
  49.    be displayed that says "This does not appear to be a PGP encrypted
  50.    or signed message" if it can't locate the "-----BEGIN PGP...." line.
  51.  
  52. o  Changed the routine that checks for a DOS executable.  Instead of
  53.    looking for a particular phrase such as "This program cannot be run
  54.    in a DOS session.", it now looks for the characters "LX" that marks
  55.    the program as a "Linear Executable".
  56.  
  57.  
  58. Changes from version 1.0 to 1.1
  59. -------------------------------
  60. o  Upgraded version number from 1.0 to 1.1
  61.  
  62. o  The package now includes the source, and precompiled macros for EPM
  63.    version 5.51a, 6.00c, 6.02 and 6.03
  64.  
  65. o  Changed menu activation key from Alt+P to Alt+G
  66.    (Alt+P is used by EPM)
  67.  
  68. o  Function from menu "View Keyring" menu item "Pubring Trust/Validity"
  69.    was not putting up the dialog to select a user id.
  70.  
  71. o  Fixed several problems with marking text.  All types of marks (Line,
  72.    character, block) should now work correctly.
  73.  
  74. o  When encrypting/signing, the program will now always retrieve the
  75.    secret key.
  76.  
  77. o  If there is only one secret key in the secring.pgp file, the dialog
  78.    to select the key will not be displayed.
  79.  
  80. o  The passphrase entry dialog will show asterisks (*) instead of the
  81.    text being entered if the version of EPM is greater than 6.01
  82.  
  83. o  Fixed problem of not reporting the error correctly if you attempt to
  84.    decrypt a message that was not encrypted with your public key.
  85.  
  86. o  Added a "Cancel" button to the listbox that displays the secret keys
  87.    when encrypting/signing to allow cancelling the function.
  88.  
  89. o  For EPM 6.x, the program will verify that PGP.EXE is an OS/2
  90.    executable, and report an error if it is not.
  91.  
  92. o  For EPM 6.x, the command line for running pgp has been expanded.
  93.    The maximum length for 5.x is 248 characters (due to EPM limitations)
  94.    and for 6.x is 1590 characters.  Note that this is longer than the
  95.    longest command line that either CMD.EXE or 4OS2.EXE will accept, so
  96.    there is the possibility of truncation.
  97.