[Rt-commit] r9233 - in rt/branches/3.7-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Mon Oct 8 12:28:04 EDT 2007


Author: ruz
Date: Mon Oct  8 12:28:04 2007
New Revision: 9233

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm

Log:
 r9164 at cubic-pc (orig r9163):  sartak | 2007-09-27 21:09:54 +0400
 Doc the gpg limitation of not encryptiong to an untrusted key


Modified: rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm	(original)
+++ rt/branches/3.7-EXPERIMENTAL/lib/RT/Crypt/GnuPG.pm	Mon Oct  8 12:28:04 2007
@@ -228,6 +228,8 @@
 old", "Policy mismatch", "Not a secret key", "Key not trusted" or
 "No specific reason given".
 
+Due to limitations of GnuPG, it's impossible to encrypt to an untrusted key.
+
 =head3 Private key doesn't exist
 
 Template 'Error: no private key' is used to inform the user that


More information about the Rt-commit mailing list