Re: OT: MFT and posting via gmane

2013-12-30 Thread Uwe Brauer
 Jens == Jens Lechtenboerger 
 clou...@informationelle-selbstbestimmung-im-internet.de writes:



(defun my-message-header-setup-hook ()
  (let ((group (or gnus-newsgroup-name )))
(when (or (message-fetch-field newsgroups)
  (gnus-group-find-parameter group 'to-address)
  (gnus-group-find-parameter group 'to-list))
  (insert Mail-Copies-To: never\n
thanks

Uwe 
(add-hook 'message-header-setup-hook
  'my-message-header-setup-hook)

Best wishes
Jens


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


smime.p7s
Description: S/MIME cryptographic signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


ePGP extension for mobile

2013-12-30 Thread Edwin A. Opare
Hello,

A friend who works with a financial institution is looking at deploying
ePGP for Windows in their organization.

He approached me with one question which I am hoping the house could help
me answer.

The question is about data-in-motion(email). Is there a way to extend the
deployment to cater for emails sent from mobile devices( running Android
and iOS OSes)?

Best,

Edwin Opare
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: New GUI frontend for windows

2013-12-30 Thread MFPA
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Hi


On Friday 27 December 2013 at 2:22:25 PM, in
mid:425978187.20131227142225@my_localhost, MFPA wrote:



 I suspect importing keys didn't work for me. I saw no
 changes in the UI.


I think something in my gpg.conf may have been the problem, as it sort
of went away shortly after I renamed the file for testing and came
back when I renamed the file back.


- --
Best regards

MFPAmailto:expires2...@ymail.com

Don't cry because it is over - smile because it happened
-BEGIN PGP SIGNATURE-

iPQEAQEKAF4FAlLB4XtXFIAALgAgaXNzdWVyLWZwckBub3RhdGlvbnMub3Bl
bnBncC5maWZ0aGhvcnNlbWFuLm5ldEJBMjM5QjQ2ODFGMUVGOTUxOEU2QkQ0NjQ0
N0VDQTAzAAoJEKipC46tDG5pL+QD/Rlmlghsqm10pyE144WL8NAfd8+Dudh0rhhJ
ow5W95Zi4VdEx2HkpqrQoTNwOT/8/doYUdsgnj7co+w3ToHnOWxyGnRlAwlpc0xx
hzT1OWrXHq0T3QiY+d1w0GtaWHI9uv5HgmTp62WAcC7+qz4zfE+gILexsoEXTznW
vOdTXSlu
=aVhZ
-END PGP SIGNATURE-


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


for GnuPG GUI, force gpg response in english language?

2013-12-30 Thread Michael Anders
I am maintaining a program that features a minimalistic GnuPG GUI as an
accessory.
(http://www.fh-wedel.de/~an/crypto/Academic_signature_eng.html)
Now I encountered a problem with other than english versions of GnuPG:
a) The verification of a signature (--verify) always returns false,
regardless of the result of the verification.(May be someone can give me
a rationale for this behavior.)
b) as a workaround I have my interface analyze the comments gnupg
returns. It so happens that the comments on --verify are returned in the
error channel. So I checked for the keyword good signature in the
error channel to use it as a flag that verfication succeeded. That works
nicely. When I install my software on a german language ubuntu, however,
the response is given in german language and is not good signature but
a german tranlation. The GUI obviously fails to recognize the success of
the verification then.
I presume you can see it would be awkward to check for good signature
in all languages from afrikaans to zulu. A GnuPG option to force the
response to be in english would solve the problem elegantly. Can anyone
give me a hint on how to do that? 


I wish you all had a Merry Christmas and will have a Happy New Year,
   Michael Anders


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: for GnuPG GUI, force gpg response in english language?

2013-12-30 Thread Peter Lebbing
On 30/12/13 22:05, Michael Anders wrote:
 I have my interface analyze the comments gnupg returns.

You should take a look at --status-fd. It's format is described in the DETAILS
file in the documentation.

Oh, and if you wish to parse output that's not on --status-fd (like --list-key),
you should always include --with-colons. Again, see the documentation and 
DETAILS.

The human-readable output is not meant to be parsed by machines. That's why it
adapts to the language environment (l10n).

HTH,

Peter.

-- 
I use the GNU Privacy Guard (GnuPG) in combination with Enigmail.
You can send me encrypted mail if you want some privacy.
My key is available at http://digitalbrains.com/2012/openpgp-key-peter

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: ePGP extension for mobile

2013-12-30 Thread Johan Wevers
On 30-12-2013 13:41, Edwin A. Opare wrote:

 The question is about data-in-motion(email). Is there a way to extend
 the deployment to cater for emails sent from mobile devices( running
 Android and iOS OSes)?

For Android, there is APG, which implements a subset of the GnuPG
options. For iOS I don't know of anything.

-- 
ir. J.C.A. Wevers
PGP/GPG public keys at http://www.xs4all.nl/~johanw/pgpkeys.html


___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: ePGP extension for mobile

2013-12-30 Thread Olav Seyfarth
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Hi Edwin,

 The question is about data-in-motion (email). Is there a way to extend the
 deployment to cater for emails sent from mobile devices (running Android
 and iOS OSes)?

I am sure you did a search before you posted this, didn't you?
It should have revealed at least these:

ANDROID

AFAIK K9/Kaiten + APG was the first OpenPGP Mail solution for Android:
https://play.google.com/store/apps/details?id=com.fsck.k9
https://play.google.com/store/apps/details?id=com.kaitenmail
https://play.google.com/store/apps/details?id=org.thialfihar.android.apg

There also is a fully integrated app; its UI is not as smooth as Kaiten yet:
https://play.google.com/store/apps/details?id=at.rundquadrat.android.r2mail2

A standalone GnuPG implementation (e.g. for key management or own solutions):
https://play.google.com/store/apps/details?id=info.guardianproject.gpg

IOS

I don't own/use Apple phones, so I cannot rate these apps, please test yourself:
https://itunes.apple.com/de/app/opengp/id414003727
https://itunes.apple.com/de/app/ipgmail/id430780873


OT

I cannot tell the quality of those apps in respect of robustness against attacks
or about the qualification of their developers. If you use these apps, you
effectively trust them blindly. I'm not telling you shouldn't (I also use them).
But taking into account that implementing a crypto system is the hard part and
most past practical attacks against crypto systems only were only feasible due
to weak programming or system engineering (and not the crypto itself, which most
probably is used by these apps in form of libraries), it's worth thinking about.
Well, but what's the alternative? Bying something from RSA? *smirk*

Although I hold a dregree in computer scince, I am not a programmer and cannot
peer review these apps. But I feel this would be necessary and maybe someone on
the list already reviewed or is willing to one or another app source. Would be
interesting to hear about. Concering this list: is that too off-topic?

Due to the nature of device roaming, on mobile devices other questions arise,
too. At least think about device authentication, encrypted storage (device/app),
and whether want to use/store the same secret key (or use different (sub)keys).

/OT


Olav
- -- 
The Enigmail Project - OpenPGP Email Security For Mozilla Applications
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.22 (MingW32)
Comment: Dies ist eine elektronische Signatur - http://www.enigmail.net/

iQGcBAEBAwAGBQJSwiQgAAoJEKGX32tq4e9WsLEL/0LmTMZ8+obDRgfUuVqBpM7t
Lc7FOkar/ibJvdTW5/O2O40cIwRFzVnIQE1nZ3H5eyVEJ7eCdb/Ofub+30kcCV5O
q/a2mYOUfrabIcxsNX9Lf3RcUEczigoQnTKG9f5m6qY70DE/G9toE5cfUmP+E2QG
H0cHTYqSc4TN67CioiSHNgn0EMTVuTxHNz9MsnOLWrF3GrV8YiqUuRf7DvkZ9kiv
Uf/xSR0yMi/7QnZ+TviYyXShYpLcggeKjS5/lUREEJhRNGBprUmd8smeZFOSvxbm
iNI1XEjpuaeqGbdJWJnodZ28/n7Wrd7dA4WWQQFfGzlvMvt+GSoZlKKYrJMpJ8uI
Ke7l523BAIPgXEbd9wh6sUBW2h7DUoDXBmmA+rD+iIxbFaL/2n2NIH30m/pRJ8H+
qaeN4CJYNdLhwWN7Fo4wudmjouYsB0w4im965opc0AfsL5ItQuC1voRbFxLigcAn
Gk+a4vzDankDwl5OpSTrWHNJD2jkc4C/MJQ43+6m6Q==
=xIXi
-END PGP SIGNATURE-

___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users