[Rt-commit] r9163 - rt/branches/3.7-RTIR-RELENG/lib/RT/Crypt

sartak at bestpractical.com sartak at bestpractical.com
Thu Sep 27 13:09:55 EDT 2007


Author: sartak
Date: Thu Sep 27 13:09:54 2007
New Revision: 9163

Modified:
   rt/branches/3.7-RTIR-RELENG/lib/RT/Crypt/GnuPG.pm

Log:
Doc the gpg limitation of not encryptiong to an untrusted key

Modified: rt/branches/3.7-RTIR-RELENG/lib/RT/Crypt/GnuPG.pm
==============================================================================
--- rt/branches/3.7-RTIR-RELENG/lib/RT/Crypt/GnuPG.pm	(original)
+++ rt/branches/3.7-RTIR-RELENG/lib/RT/Crypt/GnuPG.pm	Thu Sep 27 13:09:54 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