From nz_liam@yahoo.co.uk Sun Sep 1 01:01:01 2002 From: nz_liam@yahoo.co.uk (Liam Farr) Date: Sun Sep 1 00:01:01 2002 Subject: gpg FormMail Message-ID: This is a multi-part message in MIME format. ------=_NextPart_000_0004_01C2519E.98B64580 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit I am looking for a gpg/FormMail script to use on my site to encrypt messages; I have found quite a few that are based on Matt Wrights FormMail 1.6 which is exploited by spammers. Does anyone here use a gpg/FormMail script based on a newer version of Matt Wrights FormMail (say 1.9) which can't be exploited by spammers? Thanks for your help. Liam Farr ------=_NextPart_000_0004_01C2519E.98B64580 Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable

I am looking for a gpg/FormMail script to use on my = site to encrypt messages; I have found quite a few that are based on Matt Wrights = FormMail 1.6 which is exploited by spammers.

 

Does anyone here use a gpg/FormMail script based on a = newer version of Matt Wrights FormMail (say 1.9) which can't be exploited by spammers?

 

 

Thanks for your help.

 

 

 

Liam Farr

------=_NextPart_000_0004_01C2519E.98B64580-- __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com From peter@tallwomensclothing.com Sun Sep 1 02:41:02 2002 From: peter@tallwomensclothing.com (Peter Gillett) Date: Sun Sep 1 01:41:02 2002 Subject: Gnupg from a script In-Reply-To: Message-ID: This is a multi-part message in MIME format. ------=_NextPart_000_000B_01C2519B.E42361E0 Content-Type: multipart/alternative; boundary="----=_NextPart_001_000C_01C2519B.E42361E0" ------=_NextPart_001_000C_01C2519B.E42361E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit From: gnupg-users-admin@gnupg.org [mailto:gnupg-users-admin@gnupg.org]On Behalf Of Mark Empson Sent: Saturday, 31 August 2002 20:07 To: gnupg-users@gnupg.org Subject: Gnupg from a script Hello I am having difficulty running gpg from a script. I have tried PHP and Perl. I can run gpg quite happily from telnet, but I get errors such as : secring.gpg: can't create keyring: Permission denied when I call gpg from a script. I have set --home-dir to the correct directory. (tested under telnet) Any clues?? Hello Mark, I use the following perl script to encrypt orders using GPG, then have them emailed to me. It has been modified to use gpg rather than pgp. It is used in W2K / IIS, but will work fine with unix/linux/appache if you make the paths unixy. I found to make this script work, gpg needs pubring.gpg in the --home-dir (this can be read only), and if secring.gpg does not exist in the --home-dir, then gpg will create one with a length of 0 bytes. To do this, it needs write permission in the --home-dir. But if you create a sevring.gpg (of zero bytes length) via the command line, and copy this to the --home-dir, the you can set its permissions to read only. In this script, gpg also need read/write access to trustdb.gpg and random_seed in the --home-dir. hope this helps, cheers Peter Gillett www.tallwomensclothing.com ------=_NextPart_001_000C_01C2519B.E42361E0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

From: = gnupg-users-admin@gnupg.org=20 [mailto:gnupg-users-admin@gnupg.org]On Behalf Of Mark=20 Empson
Sent: Saturday, 31 August 2002 20:07
To:=20 gnupg-users@gnupg.org
Subject: Gnupg from a=20 script

Hello
I am = having=20 difficulty running gpg from a script. I have tried PHP and Perl. I can = run gpg=20 quite happily from telnet, but I get errors such as : secring.gpg: = can't=20 create keyring: Permission denied
when = I call gpg=20 from a script. I have set --home-dir to the correct directory. (tested = under=20 telnet)
Any=20 clues??

Hello Mark,

 

I use the following perl script to encrypt=20 orders using GPG, then have them emailed to me. It has been = modified=20 to use gpg rather than pgp. It is used in W2K / IIS, but will work fine = with=20 unix/linux/appache if you make the paths unixy.

I found to make this script work, gpg = needs=20 pubring.gpg in the --home-dir (this can be read only), and if = secring.gpg does=20 not exist in the --home-dir, then gpg will create one with a length of 0 = bytes.=20 To do this, it needs write permission in the --home-dir. But if you = create a=20 sevring.gpg (of zero bytes length) via the command line, and copy this = to the=20 --home-dir, the you can set its permissions to read = only.

In this script, gpg also need read/write = access to=20 trustdb.gpg and random_seed in the --home-dir.

 

hope this helps,
cheers
Peter=20 Gillett
www.tallwomensclothing.com=

 

 

------=_NextPart_001_000C_01C2519B.E42361E0-- ------=_NextPart_000_000B_01C2519B.E42361E0 Content-Type: application/octet-stream; name="pgp-lib.pl" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="pgp-lib.pl" ############################################################ # PGP-LIB.PL # # Summary: PGP stands for Pretty Good Privacy and it # is a utility on the internet that allows you to encrypt # and decrypt files. This library interfaces with this # 3rd party encryption program # # This script was written by Gunther Birznieks. # Date Created: 11-5-96 # Date Last Modified: 11-25-96 # # Modified again 7th August 2002 by Peter Gillett # (peter@tallwomensclothing.com) to use gpg.exe V 1.1.91=20 # for windows - see http://www.gnupg.org/ # # Copyright: # # You may use this code according to the terms specified in # the "Artistic License" included with this distribution. The = license # can be found in the "Documentation" subdirectory as a file named # README.LICENSE. If for some reason the license is not included, = you # may also find it at www.extropia.com. # # Though you are not obligated to do so, please let us know if you # have successfully installed this application. Not only do we # appreciate seeing the wonderful things you've done with it, but we # will then be able to contact you in the case of bug reports or # security announcements. To register yourself, simply send an # email to register@extropia.com. # # Finally, if you have done some cool modifications to the scripts, # please consider submitting your code back to the public domain and # getting some community recognition by submitting your modifications # to the Extropia Cool Hacks page. To do so, send email to # hacks@extropia.com # # Purpose: Provides a set of library routines to interface with # PGP to create an encrypted buffer # # MAIN PROCEDURE: # make_pgp_file - makes a PGP encrypted file and sends its # contents back to the user # # Special Notes: Script ties into the PGP executable whose # location is specified in the variables below. #=20 # VARIABLES: # $pgp_path =3D path to PGP executable # $pgp_options =3D command line options to the PGP program # $pgp_public_key_user_id =3D which key to use for encrypting # $pgp_config_files =3D path where configuration files are located=20 # ############################################################ $pgp_path =3D "e:\\InetPub\\svc327\\cgi-bin\\web_store\\gpg.exe"; # Command line options are the following: # # --homedir e:\\inetpub\\svc327\\tmp\\gpg2 ........... where to=20 # look for the files pubring.gpg, secring.gpg (these 2 can be read = only) # trustdb.gpg and random_seed (these 2 need to be read / write) # # --batch uses batch mode, never asks any questions and does not=20 # allow any interactive commands # # --no-version removes the "Version: GnuPG v1.1.91 (MingW32)"=20 # from within the PGP encrypted message # # --always-trust skips key validation # # --no-tty this makes sure the TTY (terminal) is never used for output # # -ear my_email_address are options -e says encrypt data, a says=20 # create ASCII armoured output, and r my_email_address=20 # says to encrypt using the user id my_email_address $pgp_options =3D "--homedir e:\\inetpub\\svc327\\tmp\\gpg2 --batch = --no-version --no-tty --always-trust -ear"; $pgp_public_key_user_id =3D "fred\@businessshirts.com.au"; ############################################################ # # subroutine: make_pgp_file # Usage: # &make_pgp_file($output_text, $output_file); #=20 # Parameters: # $output_text =3D unencrypted text that you want to scramble # $output_file =3D name of a file that you will use to # temporarily create the encryption. It # will be removed after it is created # and its contents are assigned to a buffer. # # Output: # $pgp_output =3D the encrypted text that was stored in # the $output_file results of running PGP ############################################################ sub make_pgp_file { local($output_text, $output_file) =3D @_; =20 local($pgp_output); # Set the PGPPATH environment to tell # PGP *not* to go to the Web Server User's # home directory by default to look for key # files and public keys # $ENV{"PGPPATH"} =3D $pgp_config_files; # Generate the command that needs to be used # to execute PGP. This consists of the PGP=20 # executable followed by command line options # which is followed by the user id which you # want to use a public key for and then output # the encrypted results to an output file. # $pgp_command =3D "$pgp_path $pgp_options "; $pgp_command .=3D "$pgp_public_key_user_id "; $pgp_command .=3D ">$output_file"; # The command is opened using the special # file open PIPE command which EXECUTES the # command and then allows PERL to print to # it as input for the command. # # The path manipulation is to satisfy taint mode #=20 =20 local($old_path) =3D $ENV{"PATH"}; $ENV{"PATH"} =3D ""; open (PGPCOMMAND, "|$pgp_command"); $ENV{"PATH"} =3D $old_path; # The text you want to encrypt is sent to # the command. print PGPCOMMAND $output_text; close (PGPCOMMAND); # The resulting output file is opened, # read into $pgp_output and closed. # open(PGPOUTPUT, $output_file); while ()=20 { $pgp_output .=3D $_; }=20 close (PGPOUTPUT); # we remove the temporary file unlink($output_file); # we return PGP output return($pgp_output); } # End of make_pgp_file # We always return TRUE from requiring # a library file (1;) 1; ------=_NextPart_000_000B_01C2519B.E42361E0-- From reg@dwf.com Sun Sep 1 08:53:02 2002 From: reg@dwf.com (Reg Clemens) Date: Sun Sep 1 07:53:02 2002 Subject: ARRRGHHH Had GPG working, now it doesnt. Message-ID: <200209010554.g815s0ki010833@orion.dwf.com> HELP. I had GPG working. I updated from version gnupg-1.0.6 to gnupg-1.0.7. This moved gpg from /usr/bin to /usr/local/bin and I changed the path in the exmh 'executable'. With that fix, EXMH knows I have GPG, and puts the line Check the signature with GnuPG in messages with GnuPG signatures. But punching the line ALWAYS gives Signature made Thu Aug 29 00:27:17 2002 MDT using DSA key ID BDDF997A Can't check signature: public key not found So, something else is missing. Can somebody tell me what it is,- Ive tried grepping on everything that I can think of with no luck at all. -- Reg.Clemens reg@dwf.com From claws@thewildbeast.co.uk Sun Sep 1 12:30:02 2002 From: claws@thewildbeast.co.uk (Paul) Date: Sun Sep 1 11:30:02 2002 Subject: gpg FormMail In-Reply-To: References: Message-ID: <20020901103031.726582e0.claws@thewildbeast.co.uk> Hello Liam, On Sun, 1 Sep 2002 10:01:45 +1200 "Liam Farr" wrote: > Does anyone here use a gpg/FormMail script based on a newer version of > Matt Wrights FormMail (say 1.9) which can't be exploited by spammers? You can try . AFAIK, that project contains updated standard perl scripts, so FormMail is probably included. best regards Paul From Martin Schoch Sun Sep 1 12:30:03 2002 From: Martin Schoch (Martin Schoch) Date: Sun Sep 1 11:30:03 2002 Subject: gnupg 1.0.7 compiled for Windows Message-ID: <1783274899.20020901112946@compuserve.com> Hello list, As far as I can see on www.gnupg.org there is no compiled version gnupg 1.0.7 for Windows 98 or 2000. Why this? Is there an other link to such a version? -- Thanks, Martin mailto:maschoch@compuserve.com From Martin Schoch Sun Sep 1 18:37:01 2002 From: Martin Schoch (Martin Schoch) Date: Sun Sep 1 17:37:01 2002 Subject: gnupg 1.0.7 compiled for Windows In-Reply-To: References: Message-ID: <82537232.20020901173759@compuserve.com> On Sunday, September 1, 2002 1:32:09 PM you wrote: EL> This is most likely because Windows is a less relevant support EL> platform. ??? EL> You can always compile it yourself, you know. If you have got all the development tools on your machine... -- Best regards, Martin Schoch mailto:maschoch@compuserve.com From Martin Schoch Sun Sep 1 22:47:02 2002 From: Martin Schoch (Martin Schoch) Date: Sun Sep 1 21:47:02 2002 Subject: gnupg 1.0.7 compiled for Windows In-Reply-To: <17lYXr-2B9XM0C@fwd04.sul.t-online.com> References: <1783274899.20020901112946@compuserve.com> <17lYXr-2B9XM0C@fwd04.sul.t-online.com> Message-ID: <128764459.20020901214743@compuserve.com> Hello markus On Sunday, September 1, 2002 7:29:55 PM you wrote: m> if you are able to read german the gnugg-project is what you are m> looking for (www.gnupp.de). German is no problem for me... :-) But as far as I can see GnuPP comes with gnupg 1.0.6... -- Regards, Martin mailto:maschoch@compuserve.com From johanw@vulcan.xs4all.nl Mon Sep 2 00:28:01 2002 From: johanw@vulcan.xs4all.nl (Johan Wevers) Date: Sun Sep 1 23:28:01 2002 Subject: gnupg 1.0.7 compiled for Windows In-Reply-To: <1783274899.20020901112946@compuserve.com> from Martin Schoch at "Sep 1, 2002 11:29:46 am" Message-ID: <200209011045.MAA00599@vulcan.xs4all.nl> Martin Schoch wrote: > As far as I can see on www.gnupg.org there is no compiled version > gnupg 1.0.7 for Windows 98 or 2000. Why this? AFAIK Werner wanted some problems with the win32 version resolved first. > Is there an other link to such a version? Yes, http://www.nullify.org contains a precompiled 1.0.7. It also includes an IDEA dll, and the SHA2 and RSA v3 keygeneration patches. -- ir. J.C.A. Wevers // Physics and science fiction site: johanw@vulcan.xs4all.nl // http://www.xs4all.nl/~johanw/index.html PGP/GPG public keys at http://www.xs4all.nl/~johanw/pgpkeys.html From minton@csc.smsu.edu Mon Sep 2 00:48:02 2002 From: minton@csc.smsu.edu (Brian Minton) Date: Sun Sep 1 23:48:02 2002 Subject: Security of message when private key is exposed but password isn't? In-Reply-To: <1030537088.25787.148.camel@atlas>; from avbidder@fortytwo.ch on Wed, Aug 28, 2002 at 02:18:08PM +0200 References: <5.1.0.14.2.20020825231523.0268e1d8@mail.flashmail.com> <1030537088.25787.148.camel@atlas> Message-ID: <20020901174632.A10138@aspirin.smsu.edu> --tKW2IUtsqtDRztdT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 28, 2002 at 02:18:08PM +0200, Adrian 'Dagurashibanipal' von Bid= der wrote: > With normal english text, you gain about 1 bit entropy per character. If > you are a bit careful, but still want to have a typeable and memorizable > password, I'd guess you won't go far beyound 4 or 5 bits per > character[1], so at least a 25 characters long password would be > necessary. Even with a purely random password, if you're restricting > yourself to typeable characters you won't have much more than 6 bit > entropy (you'll probably want to avoid non-ascii characters to avoid > interoperation problems). I reccomend diceware... roll some dice, get a true random passphrase using english words (easy to remember after typing several times) and you can get 12.92 bits per word, so a 5 word passphrase has 64 bits of entropy. for 128 bits, you need 10 words, etc. --=20 Brian Minton minton@csc.smsu.edu Caution: in case of rapture, this computer will be unoccupied! PGP 0xE177AFF0 fingerprint AB94 E395 78CE 0967 2542 A7B3 178C 3E66 E177 AFF0 --tKW2IUtsqtDRztdT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE9coq4cieIIFcDdHIRAjMGAKDj7vzFom0CfdklOFQNKLJk6F4PhACg6Kyz 4S0YV6Sy+8H2vPYHzjgpNA0= =YlK2 -----END PGP SIGNATURE----- --tKW2IUtsqtDRztdT-- From fth@cs.elte.hu Mon Sep 2 04:22:01 2002 From: fth@cs.elte.hu (Bence Tamas) Date: Mon Sep 2 03:22:01 2002 Subject: two questions Message-ID: <20020902032304.A16455@cs.elte.hu> Hi, I have two questions: Which algorithm used to encrypt private keyrings? Oh...I've forgotten the second. Thanx, benec From eleuteri@myrealbox.com Mon Sep 2 06:14:02 2002 From: eleuteri@myrealbox.com (=?Windows-1252?Q?David_Pic=F3n_=C1lvarez?=) Date: Mon Sep 2 05:14:02 2002 Subject: HushMail interoperability Message-ID: <000f01c2522f$20524bc0$4b914c51@enterprise> --hWjSz1fZ.5XiMkIG0nnxfhpcRy8C.PaU Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit Hi, This is a bit off topic but I've been trying to make this work with no results. HushMail people say they're system is openpgp interoperable. GnuPG people say GnuPG is openpgp interoperable. From these two statements I read that I can use gnupg to communicate securely with HushMail users. Is this correct? Has anyone managed? Are there specific settings (key type or length, for example) I must use to achieve this? Thanks in advance, --David. --hWjSz1fZ.5XiMkIG0nnxfhpcRy8C.PaU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iQQXAwUAPXLYK4Vy4iYQ9LKqFAKQhA/+LUpSFoW/iPTguao/hSYXOcx+7GJtaJlR ptzQPyPmCh6f725UASKosGQzqglvTW78iMGEv9vC2Klz19kBgkk00mVJl6mKVZjs fIznesfaTw6yZD+DuPoeP6HtHSQ7zI/rB2CIxzvzSud53NWC7rPuYqdvQrWSgDA5 vB0Q9mnVIYFD6GO3cRPOF6jr6sbL6ZT9IXftUhPFBeK6u6FBTvn/3dmTdvt1wbkv GLfe252E+6w48rWrJdjlkDgOetYo1xzj6DCtfYX344nT5r7mzkWETvtrJm1df8LB 6BQ86gLvw6A8feO/ztNXCQkXL0jza5gp7qq5vFrlNjAmJhTrRWNjmIPV74m1iE42 Lamg9H2P3CSzOFhZTDbKhK7isrsSO/xQCsdv3MrtbTUabdPS0a0oLkDbiUZJrHJY n+HKIRCH5wt2gV/9e14hgSDS/OUUP0DDeYMMxHh7yM0D4Gx6YdxMLhKKwSl4whA+ XYxo7b28jzEW3xmNlYenaYRRb7osqjdH9n5h7xFq4AF3TwuFulu0D1rCvR1PAlSO 8hdty09oK49PjgszC8+u3DMxihFFddwPe3jPI3x8tVoqG6fsG3JX8ZRSimiVGKtk lWyzQi734p3UnfDf581s2UH1EDBoac8xXxb0HCA65ITQkf11/RVZ0C50lhrxE+J4 godzrSGJzxoQAJq3s6UXl7l4qncD2p2WXR7GSHMb/LQKkrb4UL/oA3X0uSpyWHpu EF2MQ+hmShAXWxWZ6QZZPr+1vPkNdeNf7YeNhPW7Qf9A+2jF7YpN/lQUZ7APnRob kOr31DefwIy0f8NI0CyQaLTnnhZhYYE6apsYNNL/Dc+aywnAOzbWibPwK3xUp7+U C/IuJ44DkvnSHW4H5a/YramY5IV7pjrOqSo2/u65c6ikr9eXPWclyEVvxx112bY4 wItIL34kMioDHv6ZNWQTawrO16PbRipt/raNuySL17xLDstbwSoMl5REdst4kmhr +mrY2QTBgD8wUWF4ZROf0A1i6sIOAJjLb0srYXFbW9E8Krq7U2IG1D0jR/f1XPca Ue0gP42Ibewz7T3E0Xfg6B0mztzkIC3/81iSoeQsNYeDNGKlzBy1O4HzCa457MZO hXq5TQP8NQbJcwoXFonOya2+JEgCmoMVWHJjaqGlB+vaKgy5z+zn9pP09h5rhpCj kvb7QAxrVWUCfo99EHCXYhepHUu/wi/N2VkQSGQ8raOcGAR3gOfVmOVDHeEAxBxY 3hGEHB3w9FqKkjqzITI84XdELnjVkRsjN0Qy+NEJqEfouQULjthmF2GV+iTZn7EQ GrxoFVepfB1A5X/1APWkzjpyh2wSV3e6EO3E1AkFAda9IQT1w1CwyAX/ =0ADN -----END PGP SIGNATURE----- --hWjSz1fZ.5XiMkIG0nnxfhpcRy8C.PaU-- From gnupg-users@gnupg.org Mon Sep 2 07:41:01 2002 From: gnupg-users@gnupg.org (David Benfell) Date: Mon Sep 2 06:41:01 2002 Subject: HushMail interoperability In-Reply-To: <000f01c2522f$20524bc0$4b914c51@enterprise> References: <000f01c2522f$20524bc0$4b914c51@enterprise> Message-ID: <20020902044151.GC985@raven.lupin.com> --WIyZ46R2i8wDzkSu Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, 02 Sep 2002 05:16:18 +0200, David Pic=F3n =C1lvarez wrote: >=20 > This is a bit off topic but I've been trying to make this work with no > results. HushMail people say they're system is openpgp interoperable. Gnu= PG > people say GnuPG is openpgp interoperable. From these two statements I re= ad > that I can use gnupg to communicate securely with HushMail users. Is this > correct? Has anyone managed? Are there specific settings (key type or > length, for example) I must use to achieve this? >=20 I'm being forced to conclude that the answer is no. I found an example e-mail from a hushmail user which was signed. All such e-mails include a trailer stating that the signature may be verified at https://www.hushtools.com/ . So I went to the site, wondering how this was going to work. I'm still waiting for the "applet" to load. I also see the following message: "Keep in mind that you must sign in before signing or decrypting data." That would seem to imply that you would have to have an account with hushmail before you could decrypt anything sent to you from a hushmail user. And I'm still waiting for that applet to load so I can see if I can even verify the key. --=20 David Benfell, LCP benfell@parts-unknown.org --- Resume available at http://www.parts-unknown.org/resume.html --WIyZ46R2i8wDzkSu Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iQEXAwUBPXLsD3w5zqzgtjVOFAL0sQP/Xx1ll1fpMpIUlm/v2t8eTd0RmhSuJk+O dLiAaR1j6VSBGpaPmJWQpN1lfxaJP6Ip1EqfVOIm9XkhnrEFHylSYO2qqYgdZ5Kq 8lqOg5wp/yIXDhwx1GaNKjXTZ+a4/oeD5NNtI7Uq+RKEsswPKPB/3XmxcWs/RXRD yl2DmJN92NsEAIfYYpQPpXBQEq7Nqj2Iajpd2RZhvGi1zfwH/xiQp/4yBS39Fx8s pP2Ni2P/CXYoHrGanJZ6NvLT5MxGNEhgifvils0r/FpZPTTWU7yih//2JpREMGTN z9JyqilO3sfQ2/g0zXFp20Eh2hGR8H5/c2Vhn5tM3WmskQaQKcnJ66x+ =ls3L -----END PGP SIGNATURE----- --WIyZ46R2i8wDzkSu-- From gnupg-users@gnupg.org Mon Sep 2 07:43:01 2002 From: gnupg-users@gnupg.org (David Benfell) Date: Mon Sep 2 06:43:01 2002 Subject: correction, Re: HushMail interoperability In-Reply-To: <20020902044151.GC985@raven.lupin.com> References: <000f01c2522f$20524bc0$4b914c51@enterprise> <20020902044151.GC985@raven.lupin.com> Message-ID: <20020902044327.GD985@raven.lupin.com> --rJwd6BRFiFCcLxzm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, 01 Sep 2002 21:41:51 -0700, David Benfell wrote: >=20 > And I'm still waiting for that applet to load so I can see if I can > even verify the key. >=20 That should have read, "verify the signature". Oh, and I'm still waiting for that applet. --=20 David Benfell, LCP benfell@parts-unknown.org --- Resume available at http://www.parts-unknown.org/resume.html --rJwd6BRFiFCcLxzm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iQEXAwUBPXLsb3w5zqzgtjVOFAIt1wP/f3lT2Ll6XfI73jZK19T38sf5K/Ji3ePW dJ8OAvP6utC+jm2dhh18l7AkIr4We7A0CErkiu61+fEyIw/t1Cc1GECOBgQg/gdY yip4RV8TO7tAkXCaECu/YzwQo80trDmqd05Aqb61jfmMMpYMGLiIrs2RuMPkFghB usmzrLcE4TQEAJ1RFXPxrpvrl2u9wMxkMx146c1ySEWRync6K7Gk2+Awgz/k9669 53TjcRY1MAByNj7tzONnw8lXRqKpn06SZ60RAIbSlfx0iQuC7GPhuyLScELRKRDn MQObvWe1DK6WbXlraXG9wQubO2PtQdMBivWH8SmA55AOCTIoTjXcwffa =msyM -----END PGP SIGNATURE----- --rJwd6BRFiFCcLxzm-- From general@eepatents.com Mon Sep 2 08:48:01 2002 From: general@eepatents.com (Ed Suominen) Date: Mon Sep 2 07:48:01 2002 Subject: gnupg 1.0.7 compiled for Windows References: <20020902042648.6926.84270.Mailman@trithemius.gnupg.org> Message-ID: <3D72FC42.5060007@eepatents.com> Sorry for being blunt, but the attitude Eugen Leitl expressed (shared by many others) is one of the biggest turnoffs to "outsiders" now looking at the free software community as an alternative to the Redmond, Washington "beast." Which is doing more to get free software in front of the actual *users* and business decisionmakers: (1) telling users who don't know (or care) what a compiler is to just go build it themselves, or (2) distributing the binaries for use on an OS that (for better or for worse) people are actually *using*? Perhaps it's good to remember that the ultimate destination for all software, free or not, is on the computer of an *end user*. That person, in all likelihood, doesn't much care what Richard Stallman thinks or consider Microsoft inherently evil. He or she is going to switch to free software (and thus help the movement crawl out of the pizza-stained developer's den) because it has some benefit, in costs or features. And I say all this as the author of both an open-source software package and an OSI-approved license for that software. I guess the flames will start now, but I felt it needed to be said... /--- Ed Suominen ------------------------------\ |> Registered Patent Agent |> Independent Inventor of EE Technology |> Author, PRIVARIA Secure Networking Suite || Freely available at http://www.privaria.org \--- http://www.eepatents.com -----------------/ >Message: 4 >Date: Sun, 1 Sep 2002 17:37:59 +0200 >From: Martin Schoch >Reply-To: Martin Schoch >To: Eugen Leitl >CC: gnupg-users@gnupg.org >Subject: Re: gnupg 1.0.7 compiled for Windows > >On Sunday, September 1, 2002 1:32:09 PM you wrote: > >EL> This is most likely because Windows is a less relevant support >EL> platform. > >??? > >EL> You can always compile it yourself, you know. > >If you have got all the development tools on your machine... > > > > -- Best regards, Martin Schoch mailto:maschoch@compuserve.com > From culcreuch@online.ie Mon Sep 2 09:47:01 2002 From: culcreuch@online.ie (Brian Galbraith) Date: Mon Sep 2 08:47:01 2002 Subject: correction, Re: HushMail interoperability References: <000f01c2522f$20524bc0$4b914c51@enterprise> <20020902044151.GC985@raven.lupin.com> <20020902044327.GD985@raven.lupin.com> Message-ID: <3D730A46.2070107@online.ie> David Benfell wrote: > > Oh, and I'm still waiting for that applet. > It's vey slow.....and Hush are very picky about the browser.Only Internet Explorer, and Netscape Communicator 4.xx can be used. Everything else fails. Regards Brian -- Brian Galbraith | GnuPG 1.1.91 | SuSE Linux 7.3 PGP Key 0xA7C0E03E http://www.culcreuch.org.uk AOL ID: culcreuch Secure OpenPGP webmail at www.cyber-rights.net From eleuteri@myrealbox.com Mon Sep 2 09:49:01 2002 From: eleuteri@myrealbox.com (=?iso-8859-1?Q?David_Pic=F3n_=C1lvarez?=) Date: Mon Sep 2 08:49:01 2002 Subject: gnupg 1.0.7 compiled for Windows References: <20020902042648.6926.84270.Mailman@trithemius.gnupg.org> <3D72FC42.5060007@eepatents.com> Message-ID: <004301c2524d$4322aaa0$f48a4c51@enterprise> --fgmSz1fZ.5XiMkIG0nnxfhpcRy8C.PaU Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi, Disclaimer: I'm not a developer. I don't claim to be one. I don't claim to represent developer's views but only my own. I'm not trying to get myself into a holy war, and I'm not trying to offend anyone or anything. Ditto. > Sorry for being blunt, but the attitude Eugen Leitl expressed (shared by > many others) is one of the biggest turnoffs to "outsiders" now looking > at the free software community as an alternative to the Redmond, 1) I agree with you that this sort of attitude and the results it implies may be discouraging for end-users and mercatroids. That said, I believe it is important to consider what free software is about: is it about creating great, free software that everyone who wants to can use and learn from or is it about impressing the corporate world? Now, I would say, the first. If these two objectives were always compatible, I would think that you're completely right. However, there is a limitted developers pool and a limitted amount of resources to dedicate to a piece of software. Personally, I prefare that priority is given to stuff that matters like getting software which is secure, stable, reliable, can do the job, and includes the wanted features rather than in compiling binaries for windows. If there are platform-inherent issues to solve, it is a priority to solve the general issues before those are dealt with, I would think. > Washington "beast." Which is doing more to get free software in front of > the actual *users* and business decisionmakers: (1) telling users who > don't know (or care) what a compiler is to just go build it themselves, > or (2) distributing the binaries for use on an OS that (for better or > for worse) people are actually *using*? If a user needs to find out about a compiler it's not a tragedy. On the other hand, if a user does a thorough search on this list's archives, for example, they are likely to notice that this question doesn't emerge for the first time, and end up at http://www.nullify.org where pre-compiled MS binaries can be found. > Perhaps it's good to remember that the ultimate destination for all > software, free or not, is on the computer of an *end user*. That person, > in all likelihood, doesn't much care what Richard Stallman thinks or > consider Microsoft inherently evil. He or she is going to switch to free > software (and thus help the movement crawl out of the pizza-stained > developer's den) because it has some benefit, in costs or features. If this person doesn't care what RMS thinks about or doesn't consider MS (let's say proprietary software) as inherently evil, or whatever, why should we give them prefferential support? > And I say all this as the author of both an open-source software package > and an OSI-approved license for that software. Good. I say this as an extensive free software user. Incidentaly, it is so that I'm currently using windows, because of personal reasons that I'd rather not discuss, so it can't be said I'm biased because the issue doesn't affect me. > I guess the flames will start now, but I felt it needed to be said... I hope this didn't come out as a flame. Anyway, these are my thoughts. --David. --fgmSz1fZ.5XiMkIG0nnxfhpcRy8C.PaU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iQQXAwUAPXMKqoVy4iYQ9LKqFALvHRAAp3Tb18q3VXMR1cLlzJyec8pVNpgKNNcU Y1z1eg3dJioPr4zGrefjlo8jlCK6+TFY4Vlh0guzXE/9n8YepkpjcGn2R8jNEjAX yF8jx4zzdKkCozXVihFYYU7xqgNE1wbPF8RgtfU2c0D62izVXWKM7FKIIcKG7a6L Mp65r06AlineH8SCMmWcMd+kNT2FVprT3zZ0sFiiC6wSjlwwbAeusHlZqlYrCNFA faSmaqzrtOF0b4pNVhjA+I4/2drJAnzf49qI3TQlEm+ZqIIQlAYcTD7FNLamuAOP 2VQlwOy+JBuHVdPxgMP3kx1o9h6O0a8Xovh3fT7ms3Si/VeQrwbWrs6yr8/zWF2x M4w2v9jZqbMH9yG6zLXI5K9a+0SgDd+sWrbBb5nQ9fFzxTn/ttPLX1pCCtJcgXkC j6YNBKu7siVOiLRjPG1NW+meHsrGrnJ8VPBLv88qcd1GsVCTALWj0a5jQBuC9qg1 DoOhWoccQmUP9rXb9aWFYuRFXAG2R3blJpSvN78RZgsQOm8hBrMRXrkyE4PbVzKZ F57B5bE8yykxOwLO38MDYQQ5FCL6kzxIkR1Mt51/EpvWQlHJ3oQIoHEeX61DAdrp w8hxmu741sDWB1IYWV513/bUYOuUYO0jUJCNTWxIVb+0wGj7WDIQusfABVmEOG62 nzcSneK3ubgQAKvJofCZwGp4OhaV3bfhzcB4vVy/iZ9KsYfBqWhNjUhxzmDTem49 cXm/3qPA+OoJ173YB6SD6dpdgCMDPL1yFA2pCilvX5mhYF+Xq9cTHwjWwdGL6zSI 9wZQl/kTAcjEUwLi1mMJ8nTOEiNZqhUgGGQU2t4qMhDsEoiCUM7OXSEb31Al9Jyn q5uLBTGtfR+ivj1CUyh5uI1wzlacqtEvHUiCFutddFwgQaEG5gv9YLKIRpMhqnfG PbS68SbsEt1dlo6JGEtZ8wJktf2HagBk9Vcf3QROfOaUPUaDqHKbeR/MyVhEH4we BFXFJx1KewSEQkQ1G92F2D2ldwbagWXG6Cs/BXBihw3s+l7tV8zLDfm/01u4deNF PYOzsMoLygj93pXiYf9FhwGuuiJVEDon3okUFkEc6XZTGy5pI70XYgAnRpIYmZaX uznxIrcZfo+mVZgdyFnUcGfZAMDWLaLdYYHiNFOtpigRdzy7v/8lwxOG3uvlAvHq 0+cpeVmq1GzFenxaoE26l4QW6YFvlISLXWdgyUiGAl43XSVR0UF+HRjVYJfmN2y6 XCxq7VgibqEgZxTq/rZM9FPa0/4akDyA+1vZXBBaVXz100FYy7xmGvPNnzzPsE8k d2gL8HVrX9CZOU4af7XiF3azGkJ0IeBF3/Ye6YwjYWJQYlqrjxVNZ4wF =ALps -----END PGP SIGNATURE----- --fgmSz1fZ.5XiMkIG0nnxfhpcRy8C.PaU-- From agreene@pobox.com Mon Sep 2 09:53:01 2002 From: agreene@pobox.com (Anthony E. Greene) Date: Mon Sep 2 08:53:01 2002 Subject: gnupg 1.0.7 compiled for Windows In-Reply-To: <3D72FC42.5060007@eepatents.com>; from general@eepatents.com on Sun, Sep 01, 2002 at 10:50:58PM -0700 References: <20020902042648.6926.84270.Mailman@trithemius.gnupg.org> <3D72FC42.5060007@eepatents.com> Message-ID: <20020902025325.A21922@cp5340> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 01-Sep-2002/22:50 -0700, Ed Suominen wrote: >Sorry for being blunt, but the attitude Eugen Leitl expressed (shared by >many others) is one of the biggest turnoffs to "outsiders" now looking >at the free software community as an alternative to the Redmond, >Washington "beast." Which is doing more to get free software in front of >the actual *users* and business decisionmakers: (1) telling users who >don't know (or care) what a compiler is to just go build it themselves, >or (2) distributing the binaries for use on an OS that (for better or >for worse) people are actually *using*? PGP is back in business. Windows users can download binaries from . The few small things I've written and given away were tools I created to scratch an itch. Under the circumstances, I couldn't care less for the needs of users of other platforms. I didn't write tools for them, I wrote tools for myself which I chose to share. Not every Free Software or Open Source programmer cares about reaching users of other platforms, and I don't see a problem with that. Some businesses have a niche market that they cater to. They're not trying to take over the world, they just want to serve a certain set of customers. There is nothing inherently wrong with that. That said, the GnuPG team does care about Windows users. The problem is that creating Windows binaries is inconvenient for the core members of the team because they do not develop on Windows. They have asked before for a volunteer who was willing to be responsible for that aspect of development. >Perhaps it's good to remember that the ultimate destination for all >software, free or not, is on the computer of an *end user*. Really? Apache. BIND. Sendmail. Samba. I could go on, but you get the point. Even tools like GnuPG are becoming popular on servers as part of an ecommerce solution. There are markets other than the desktop/laptop/palm of an end user. Tony - -- Anthony E. Greene OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D AOL/Yahoo Messenger: TonyG05 HomePage: Linux. The choice of a GNU generation -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Anthony E. Greene 0x6C94239D iD8DBQE9cwrjpCpg3WyUI50RArYxAKCl3s540XjBvqygC12vs4NAYG0NJACeMzxZ 37ZbG+AVSUH1Yn1LNEmUYUc= =S66+ -----END PGP SIGNATURE----- From eleuteri@myrealbox.com Mon Sep 2 10:00:02 2002 From: eleuteri@myrealbox.com (=?iso-8859-1?Q?David_Pic=F3n_=C1lvarez?=) Date: Mon Sep 2 09:00:02 2002 Subject: correction, Re: HushMail interoperability References: <000f01c2522f$20524bc0$4b914c51@enterprise> <20020902044151.GC985@raven.lupin.com> <20020902044327.GD985@raven.lupin.com> <3D730A46.2070107@online.ie> Message-ID: <00f401c2524e$cc5a6c80$f48a4c51@enterprise> --8rmSz1fZ.5XiMkIG0nnxfhpcRy8C.PaU Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Still, I'm not sure whether this is very relevant to my question. I don't want to verify signatures on their website and it still doesn't help me to establish encrypted communication with a hush user. Thanks all the same, though. --David. --8rmSz1fZ.5XiMkIG0nnxfhpcRy8C.PaU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iQQXAwUAPXMNSIVy4iYQ9LKqFAKsPRAAr56fe3h1sWfsygZr2x3XrdfOAiP0rbcP 477GiYTM5ZFHDQaUL9CVTr34Fr8ozZWwVCZxVeuoWnGmqpv7emZiYlW/PCqiLMaW e+Uhq6e3F+Q5QFus55w3Nf0jkga3ageA0XwAAEp41QKhhRveFNeCD0QNeGsgCTjx R4TQGotOLyPCNMVCJAnhqKmR7g7+CDFR0ej4AOf/bX0bBuH9FZXKSHmPCsSLvhhT yv7dWK+mjzzE294dv5uUSyaJkLan1EQ4W0WM6Si0g8Jjvp80E8kzxEGLqoNJ6LRK H9qBiI0/fK8HhjItuSN+/ZRRyLfBE0u1tkTZjtO2liQqxzCtYngbMtqL3PGJH79u am7N1suo4OlTH7RfwZZ4r3qJ6q8uCypFK1oztpaMDotQYXwKXHves22jjOY74pgV tLElPQd6mIRUUJmR44wMNaVJ3vmSpTeFH6NBm9nYKKutJzE3wT6lnMD1f9YHF2ch sCxIE/+q9j1as5Mt+HJIiYQqSxcna5i3wvUrJDWQ5Z5Hirw4NvwbYqa638jeRm4E R5QRg8YRs5bRQFZEKOkOQZxgkGtI9Gj3rWQrvz9cviHGxSwnds+5GmXO7vcr+whO quzbbhzzQUY3AAZmwVLc6teCyXsos9ut9aMEnY8C8JnL4o7UZQBGMsin95920gyP 763iQp3Bw+AP/2MgkY56hHxoVmuudH5KzYNRT968trzYoJKxjhaS0U2adgXbECUo Z2pPYYo1DlJ7rPP/e+yQi2CQMmFFBqxT3IXNn0G/Md2POvtKFjVYtGCx/zgkT9az Z61KJEpgFey0htJXPqJYz/2PgJologxSFbAwxHeZA3Sncsqh0bgmGR0KyhI+w0Gb MlM1cG0egp0MoD2WCnLw1Wz6kIaTEmClspq8GPmJFcsJqv8qhr7+lPTp3N55yi8A Cvucc2ew9o6vb+QG1dg2F+baeeQZexdJP5Z6DvFNJ15I4wTrH+WWQpNVyE/lTa2W 8inA+JQidKAJ6SW8tonqnXbG6pactA+JfH3HE8Z+vVsSkyMDX5qv8UmiaVTXKkYk aJdpSA6FQ2GgRtmoozbEIhm2i8JXqaRitsR+L2q8veQ7oYeAT7xJmMXBVOgCd93p XtMtEEhqagps5IV9tgYZ+xK76v/2MYcqTHKrYsncA7/fD15PK28kbOB3gVnrojE0 qrLsZ9GKtf3UxApKiEZwXqr/NV+bQPXGOJ6R9AL31DCvJGSb24xaUxyw1X9hCx1B AIVZH/xlndUb3Y9JRlvUpNONrtYB54PITze/SIyWs0fZh/s7CcZYkhYurabnZMtU BQF9QA6oqi6pIDoj46X+FUW/jUvYAjA7FJxpbQgzhzYmjVeSrp0Mosz1 =wsbK -----END PGP SIGNATURE----- --8rmSz1fZ.5XiMkIG0nnxfhpcRy8C.PaU-- From hhekim@mail.com Mon Sep 2 10:49:03 2002 From: hhekim@mail.com (Hakan Hekim) Date: Mon Sep 2 09:49:03 2002 Subject: A question?? Message-ID: <20020902074420.64734.qmail@mail.com> Hi; I have a question. Is there any way to encrypt a directory or to encrypt more than one file simultaneously with gpg (by using my keyrings or with -c option)? Thanks... -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup From info@mac-happy.de Mon Sep 2 11:54:02 2002 From: info@mac-happy.de (Edwin Buschhoff) Date: Mon Sep 2 10:54:02 2002 Subject: Mac OS X 10.2 Message-ID: <0059D30C-BDBC-11D6-B212-003065C74CC6@mac-happy.de> Hello, after the installation of gnu PGP 1.0.7 under Mac OS X 10,2 I cannot execute the instruction in the terminal gpg. The following files are installed in the file/usr/local/bin/ / usr/local/bin/gpg / usr/local/bin/gpgkeys_mailto / usr/local/bin/gpgsplit / usr/local/bin/gpgv / usr/local/info/gpgv.info / usr/local/share/man/man1/gpg.1 / usr/local/share/man/man1/gpgv.1 Under Mac OS 10.1.5 I did not have problems with the installation. What is the problem? Edwin thanks From alex@conostix.com Mon Sep 2 11:54:07 2002 From: alex@conostix.com (Alexandre Dulaunoy) Date: Mon Sep 2 10:54:07 2002 Subject: ARRRGHHH Had GPG working, now it doesnt. In-Reply-To: <200209010554.g815s0ki010833@orion.dwf.com> Message-ID: On Sat, 31 Aug 2002, Reg Clemens wrote: > > in messages with GnuPG signatures. But punching the line ALWAYS > gives > > Signature made Thu Aug 29 00:27:17 2002 MDT using DSA key ID BDDF997A > Can't check signature: public key not found > > So, something else is missing. > Can somebody tell me what it is,- Ive tried grepping on everything > that I can think of with no luck at all. As the message of GnuPG are really cool, the public key for keyID 0xBDDF997A is missing from your public key ring". Have you migrated your secring, pubring and trustdb ? check in your home directory for the directory .gnupg Hope this helps. adulau [doc] http://www.gnupg.org/gph/en/manual.html -- Alexandre Dulaunoy -- http://www.foo.be/ 3B12 DCC2 82FA 2931 2F5B 709A 09E2 CD49 44E6 CBCD --- AD993-6BONE "People who fight may lose. People who not fight have already lost." Bertolt Brecht From agreene@pobox.com Mon Sep 2 12:13:01 2002 From: agreene@pobox.com (Anthony E. Greene) Date: Mon Sep 2 11:13:01 2002 Subject: A question?? In-Reply-To: <20020902074420.64734.qmail@mail.com>; from hhekim@mail.com on Mon, Sep 02, 2002 at 02:44:20AM -0500 References: <20020902074420.64734.qmail@mail.com> Message-ID: <20020902051312.A23343@cp5340> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 02-Sep-2002/02:44 -0500, Hakan Hekim wrote: >I have a question. >Is there any way to encrypt a directory or to encrypt more than one file >simultaneously with gpg (by using my keyrings or with -c option)? Both DOS and the *nix shells support a FOR command that you can use to loop through a list of files. See the list archives. *NIX machines alos stypically have the 'tar' utility that make it easy to to what you need. Tony - -- Anthony E. Greene OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D AOL/Yahoo Messenger: TonyG05 HomePage: Linux. The choice of a GNU generation -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Anthony E. Greene 0x6C94239D iD8DBQE9cyumpCpg3WyUI50RAqsNAJsGTlBuc+sQYHD6WKFvjdUNPMCf1ACg1IwN 4cHIN3iYm9DPzlMjw0YHDnw= =K25z -----END PGP SIGNATURE----- From Martin Schoch Mon Sep 2 12:14:01 2002 From: Martin Schoch (Martin Schoch) Date: Mon Sep 2 11:14:01 2002 Subject: gnupg 1.0.7 compiled for Windows In-Reply-To: <3D72FC42.5060007@eepatents.com> References: <20020902042648.6926.84270.Mailman@trithemius.gnupg.org> <3D72FC42.5060007@eepatents.com> Message-ID: <255217732.20020902111400@compuserve.com> On Monday, September 2, 2002, 7:50:58 AM Ed Suominen wrote: ES> Sorry for being blunt, but the attitude Eugen Leitl expressed ES> (shared by many others) is one of the biggest turnoffs to ES> "outsiders" now looking at the free software community as an ES> alternative to the Redmond, Washington "beast." You are right - I was quite astonished to get this "answer" to my question about a compiled version for Windows: "You are using the wrong OS". I am running here (under Windows) a lot of non-MS-software (free- and shareware) and hope that such excellent software will have a good future. But to blame others because they are using Windows sounds a little bit "esoteric"... I really hope that free- and shareware and "open source" will have a good future also with Windows... -- Best regards, Martin Schoch mailto:maschoch@compuserve.com From eugen@leitl.org Mon Sep 2 12:44:02 2002 From: eugen@leitl.org (Eugen Leitl) Date: Mon Sep 2 11:44:02 2002 Subject: gnupg 1.0.7 compiled for Windows In-Reply-To: <3D72FC42.5060007@eepatents.com> Message-ID: On Sun, 1 Sep 2002, Ed Suominen wrote: > Sorry for being blunt, but the attitude Eugen Leitl expressed (shared by Sorry for being blunt, but Martin Schoch sent a followup to a private mail to the list by manually adding gnupg-users@ to the headers. In case you were not aware of that, Martin, this is simply unacceptable behaviour. Try not doing that again. It's rude as hell.. I've explained what I've meant by my *apparently* inflammatory comments in a followup mail to him, offlist. I guess I have now to do that to this list. Well, I only have to work today. > many others) is one of the biggest turnoffs to "outsiders" now looking > at the free software community as an alternative to the Redmond, I'm not representing any official position (duh, there is no official position), but you seem to assume that the open source movement attempts to create a global GNU world order, aiming to shoot commercial software vendors out of the sky. This is not something that is desirable and what will happen. Free software caters to the needs of a specific user community, which hardly overlaps with proprietary software users. I personally think that a sudden influx of clueless proprietary software users would considerably harm the community, while not actually helping the users migrate. Looks clearly lose/lose to me. > Washington "beast." Which is doing more to get free software in front of > the actual *users* and business decisionmakers: (1) telling users who > don't know (or care) what a compiler is to just go build it themselves, > or (2) distributing the binaries for use on an OS that (for better or > for worse) people are actually *using*? You've got a bunch of misconceptions here. 1) We're not here to save the world. 2) Open source developers typically develop in their spare time, on shoestring budgets or no budgets at all. They're typically using open source operating systems, because they suit them best. Similiar applies to its user community. Proprietary systems are expensive, and development environments for them are even more so. You have to keep paying through your nose for the privilege of keeping up with updates. Donations of proprietary systems to open source projects are infrequent (mildly put). As such, best support for open source project is, unsurprisingly, offered for open source platforms. If you want to change it, donate money/hardware/software to the open source project of your choice if you want support for your platform. Even better, pick up programming yourself. If you're a Windows user, ask Google for Cygwin. It's a free/open source *nix compatibility shell some nice people built for Windows. Install it, download last version of GPG (or whatever package you want) which builds there, and get familiar with the build process. Then download the newest version, and try building it as well. It will break in interesting ways. Try to understand the error messages. If you can't, ask the developers. They're busy, but they might help you. You might not become a programmer (though it is a possibility), but you at least would 1) learn something in the process, becoming an empowered user 2) are not a dead weight on the community. Similiar applies to bugs. Report them in a well documented way to appropriate channels. > Perhaps it's good to remember that the ultimate destination for all > software, free or not, is on the computer of an *end user*. That person, I am an end user. I'm very happy with packages like GPG, which typically build out of the box by ./configure make make test make install I do not care for Windows users, nor do I expect them to use and appreciate a command line tool. If you feel like writing wrappers for it (like a certain Outlook plugin), go for it. > in all likelihood, doesn't much care what Richard Stallman thinks or > consider Microsoft inherently evil. He or she is going to switch to free I do not care for RMS thinks, or for what Redmond does, as long as they don't contaminate the hardware base. (Having to switch to open hardware would be an expensive nuisance). > software (and thus help the movement crawl out of the pizza-stained > developer's den) because it has some benefit, in costs or features. If that's your dream, go for it. I'm happy with it as is. > And I say all this as the author of both an open-source software package > and an OSI-approved license for that software. > > I guess the flames will start now, but I felt it needed to be said... No flames. We just disagree. > /--- Ed Suominen ------------------------------\ > |> Registered Patent Agent > |> Independent Inventor of EE Technology > |> Author, PRIVARIA Secure Networking Suite > || Freely available at http://www.privaria.org > \--- http://www.eepatents.com -----------------/ > > >Message: 4 > >Date: Sun, 1 Sep 2002 17:37:59 +0200 > >From: Martin Schoch > >Reply-To: Martin Schoch > >To: Eugen Leitl > >CC: gnupg-users@gnupg.org > >Subject: Re: gnupg 1.0.7 compiled for Windows > > > >On Sunday, September 1, 2002 1:32:09 PM you wrote: > > > >EL> This is most likely because Windows is a less relevant support > >EL> platform. > > > >??? > > > >EL> You can always compile it yourself, you know. > > > >If you have got all the development tools on your machine... > > > > > > > > -- Best regards, Martin Schoch mailto:maschoch@compuserve.com > > > > > _______________________________________________ > Gnupg-users mailing list > Gnupg-users@gnupg.org > http://lists.gnupg.org/mailman/listinfo/gnupg-users > -- -- Eugen* Leitl leitl ______________________________________________________________ ICBMTO: N48 04'14.8'' E11 36'41.2'' http://eugen.leitl.org 83E5CA02: EDE4 7193 0833 A96B 07A7 1A88 AA58 0E89 83E5 CA02 From spong@freedom.org Mon Sep 2 13:13:02 2002 From: spong@freedom.org (Matt Spong) Date: Mon Sep 2 12:13:02 2002 Subject: Mac OS X 10.2 In-Reply-To: <0059D30C-BDBC-11D6-B212-003065C74CC6@mac-happy.de> Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 OS X 10.2 does not have /usr/local/bin in your path by default. Either specify the full path when you run gpg, or add /usr/local/bin to your path in you ~/.tcshrc file. Matt On Sunday, September 1, 2002, at 11:03 AM, Edwin Buschhoff wrote: > Hello, > after the installation of gnu PGP 1.0.7 under Mac OS X 10,2 I cannot > execute the instruction in the terminal gpg. > The following files are installed in the file/usr/local/bin/ > / usr/local/bin/gpg > / usr/local/bin/gpgkeys_mailto > / usr/local/bin/gpgsplit > / usr/local/bin/gpgv > / usr/local/info/gpgv.info > / usr/local/share/man/man1/gpg.1 > / usr/local/share/man/man1/gpgv.1 > > Under Mac OS 10.1.5 I did not have problems with the installation. > What is the problem? > > Edwin thanks > > > _______________________________________________ > Gnupg-users mailing list > Gnupg-users@gnupg.org > http://lists.gnupg.org/mailman/listinfo/gnupg-users > > - -- Matt Spong http://www.forkbomb.net AIM: Spong1027 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (Darwin) iD8DBQE9czn29cWdso9liPMRAvAHAJ0VM1eYIfseBwGRFQ6DuPlHnYZhBwCffLi1 IRNRm6n59wG8eJL9I8+W2jw= =hljk -----END PGP SIGNATURE----- From shavital@netbox.com Mon Sep 2 14:56:02 2002 From: shavital@netbox.com (Charly Avital) Date: Mon Sep 2 13:56:02 2002 Subject: Mac OS X 10.2 In-Reply-To: <0059D30C-BDBC-11D6-B212-003065C74CC6@mac-happy.de> References: <0059D30C-BDBC-11D6-B212-003065C74CC6@mac-happy.de> Message-ID: Hi, may I suggest that you look upMacGPG List-Subscribe: , For your informtion, I'm copy/pasting a message from Chad Patten which resumes the situation. I hope this helps. Charly =========================================================================== -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 We (the MacGPG team) are aware of a change in Jaguar that prevents GPG from running from the command line (in a Terminal session). This issue also prevents certain functionality in GPGKeys - functionality that requires a Terminal session - from working correctly. Specifically, the path /usr/local/bin is no longer part of the default environment variables for the system. Once I have a copy of Jaguar (I'm going to tonight's release party at the Apple Store in Littleton, CO), I will hopefully be able to address the issue with a new installer release. In the meantime, you can still install GPG 1.0.7 using the installer provided at http://sourceforge.net/project/showfiles.php?group_id=20789. After installing, however, it will be necessary to add /usr/local/bin to the $PATH environment variable. If you are running tcsh (you'll know if you aren't - it's the default shell), you can add the following line to your ~/.cshrc file using the pico text editor: set path = ( $path /usr/local/bin ); The more UNIX-savvy out there should be able to add this to a system-wide configuration file. From what I've been reading so far, Jaguar's default location for csh environment files isn't the same. Happy Hunting! When I do have an updated installer available, you will be able to run it and install over the 1.0.7r2 edition without any problems, and it will fix the problem. Stay tuned! Chad cpatten@cpatten.com http://cpatten.com/ PGP: http://cpatten.com/pubkey/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (Darwin) Comment: Visit http://www.macgpg.net/ At 5:03 PM +0200 9/1/02, Edwin Buschhoff wrote: >Hello, >after the installation of gnu PGP 1.0.7 under Mac OS X 10,2 I cannot >execute the instruction in the terminal gpg. >The following files are installed in the file/usr/local/bin/ >/ usr/local/bin/gpg >/ usr/local/bin/gpgkeys_mailto >/ usr/local/bin/gpgsplit >/ usr/local/bin/gpgv >/ usr/local/info/gpgv.info >/ usr/local/share/man/man1/gpg.1 >/ usr/local/share/man/man1/gpgv.1 > >Under Mac OS 10.1.5 I did not have problems with the installation. What >is the problem? > >Edwin thanks From nicholas@kootenay.com Mon Sep 2 17:21:02 2002 From: nicholas@kootenay.com (Nick Andriash) Date: Mon Sep 2 16:21:02 2002 Subject: gnupg 1.0.7 compiled for Windows In-Reply-To: References: <3D72FC42.5060007@eepatents.com> Message-ID: <20020902071619.0CC0.NICHOLAS@kootenay.com> Hello Eugen Leitl, In Reference to your Posting on Monday, September 02 2002 at 02:44 AM PDT, > I personally think that a sudden influx of clueless proprietary software > users would considerably harm the community No, it's inflammatory remarks such as yours that harms the community Eugen. Why label Users of OS's other than yours as "clueless"? What purpose does that serve? -- Nick Andriash Creston, B.C. Canada PGP Public Key: MailTo:andriash@shaw.ca?subject=PGPKey From pta@psaconsultants.com Mon Sep 2 17:37:01 2002 From: pta@psaconsultants.com (Peter T. Abplanalp) Date: Mon Sep 2 16:37:01 2002 Subject: gnupg 1.0.7 compiled for Windows In-Reply-To: <20020902071619.0CC0.NICHOLAS@kootenay.com> References: <3D72FC42.5060007@eepatents.com> <20020902071619.0CC0.NICHOLAS@kootenay.com> Message-ID: <20020902143732.GO1965@psaconsultants.com> --F55Y67F01HNW3AgB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 02, 2002 at 07:21:10AM -0700, Nick Andriash wrote: > Hello Eugen Leitl, > In Reference to your Posting on Monday, September 02 2002 at 02:44 AM PDT, > > I personally think that a sudden influx of clueless proprietary softwar= e=20 > > users would considerably harm the community > No, it's inflammatory remarks such as yours that harms the community Euge= n. > Why label Users of OS's other than yours as "clueless"? What purpose does > that serve?=20 it serves the purpose of keeping the noobs just a little scared to post. it puts them in a hostile environment where hopefully they think before they act. for example, on the qmail list there is an individual trying to setup and maintain an internet connected qmail server who does not know the difference between $HOME and HOME. this is not good. he is wasting everyone's time asking questions about this. --=20 Peter Abplanalp Email: pta@psaconsultants.com PGP: pgp.mit.edu --F55Y67F01HNW3AgB Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9c3esggA8sH0iRXQRAs1vAKCHBv4OsnR6UBYPS2D2QHmL7xPFHwCbBSFP Tjoi+kjElMIHv2xwyzCn+LI= =o1ah -----END PGP SIGNATURE----- --F55Y67F01HNW3AgB-- From markus_kampkoetter@t-online.de Mon Sep 2 20:10:01 2002 From: markus_kampkoetter@t-online.de (markus_kampkoetter) Date: Mon Sep 2 19:10:01 2002 Subject: gnupg 1.0.7 compiled for Windows References: <1783274899.20020901112946@compuserve.com> <17lYXr-2B9XM0C@fwd04.sul.t-online.com> <128764459.20020901214743@compuserve.com> Message-ID: <17lujL-1GZJOUC@fwd07.sul.t-online.com> hi martin, Martin Schoch schrieb: > Hello markus > > On Sunday, September 1, 2002 7:29:55 PM you wrote: > > m> if you are able to read german the gnupp-project is what you are > m> looking for (www.gnupp.de). > > German is no problem for me... :-) But as far as I can see GnuPP comes > with gnupg 1.0.6... thats true, but you can easily download the current version of gnupg (should be v1.1.9o) from www.gnupg.org and copy this into the place of v1.0.6 in the gnupp-paket. this will work, because gnupg is the cryptografic software on which gnupp is based; the other things arround it are just there to use it in a windows-environment. (computers are like air conditioners, they work better with windows closed) > -- > Regards, > Martin mailto:maschoch@compuserve.com good luck markus (c: -- markus kampkoetter praxis für chinesische medizin soesterstr. 42 d-48155 münster # meine e-mails enthalten keine anhänge, die nicht im textkörper namentlich mit ihrer dateiendung aufgeführt werden, ausführbare programme (.exe) verschicke ich grundsätzlich nicht. # From markus_kampkoetter@t-online.de Mon Sep 2 20:10:08 2002 From: markus_kampkoetter@t-online.de (markus_kampkoetter) Date: Mon Sep 2 19:10:08 2002 Subject: (OT?)Re: gnupg 1.0.7 compiled for Windows References: Message-ID: <17lujM-1GZJOVC@fwd07.sul.t-online.com> hi folks, i am not sorry for being blunt (not even after looking up the meaning of the word) Eugen Leitl schrieb: > On Sun, 1 Sep 2002, Ed Suominen wrote: > > > Sorry for being blunt, but the attitude Eugen Leitl expressed (shared by > > Sorry for being blunt, but Martin Schoch sent a followup to a private mail > to the list by manually adding gnupg-users@ to the headers. In case you > were not aware of that, Martin, this is simply unacceptable behaviour. Try > not doing that again. It's rude as hell.. good point, thats true. for i was this private person i should say something: 1. in this case i have no probs with that 2. i had no probs because i did not think about it; something that should not happen especially on a list that is about privacy 3. it happened due to the behavior of my e-mail-software: if i just "answer" a mail from a list, sometimes the software takes the private e-mail address, sometimes the list-address (depending on the list). i did not take care about this when i answered to martin. > (...) > I personally think that a sudden influx of clueless proprietary software > users would considerably harm the community, while not actually helping > the users migrate. Looks clearly lose/lose to me. don´t be affraid, there will not be any sudden influx of clueless proprietary software users because "we" normally do not know enough about computers and/or computing to invade suddenly the wide terrain of free software. even if, what would be the harm? > (...) > > Even better, pick up programming yourself. so you have to be a farmer to have something nice to eat? (well, at least a good cook ;-) > If you're a Windows user, ask Google for Cygwin. It's a free/open source > *nix compatibility shell some nice people built for Windows. Install it, > download last version of GPG (or whatever package you want) which builds > there, and get familiar with the build process. Then download the newest > version, and try building it as well. It will break in interesting ways. > Try to understand the error messages. If you can't, ask the developers. > They're busy, but they might help you. thats a good hint. and thanx to the developers. > You might not become a programmer (though it is a possibility), but you at > least would 1) learn something in the process, becoming an empowered user > 2) are not a dead weight on the community. Similiar applies to bugs. > Report them in a well documented way to appropriate channels. this way even windows users (for whatever reason) can help opensource projects if these are available for that platform (that does not mean, that the developers are obliged to make it available) > (...) no doubt, M$ is a pain in the as, but its a dinosaur (nothing against dinosaurs), so relax and give all users the time to make up their minds even if its not easy to be patient. i am happy that there exists a way to use gnupg on my windows-box. i am not happy with windows. at the moment i am to busy to change to linux (its said that to learn chinese medicine you need 800 years, so sometimes i prefer to read a classical book than a computerrelated manual) but as time goes by... regards markus (c: -- markus kampkoetter praxis für chinesische medizin soesterstr. 42 d-48155 münster # meine e-mails enthalten keine anhänge, die nicht im textkörper namentlich mit ihrer dateiendung aufgeführt werden, ausführbare programme (.exe) verschicke ich grundsätzlich nicht. # From Martin Schoch Mon Sep 2 20:39:02 2002 From: Martin Schoch (Martin Schoch) Date: Mon Sep 2 19:39:02 2002 Subject: gnupg 1.0.7 compiled for Windows In-Reply-To: <17lujL-1GZJOUC@fwd07.sul.t-online.com> References: <1783274899.20020901112946@compuserve.com> <17lYXr-2B9XM0C@fwd04.sul.t-online.com> <128764459.20020901214743@compuserve.com> <17lujL-1GZJOUC@fwd07.sul.t-online.com> Message-ID: <1531865692.20020902194025@compuserve.com> On Monday, September 2, 2002, 7:11:15 PM markus_kampkoetter wrote: m> thats true, but you can easily download the current version of m> gnupg (should be v1.1.9o) from www.gnupg.org and copy this into the m> place of v1.0.6 in the gnupp-paket. Hmm - but the "download page" of http://www.gnupg.org/download.html says: Precompiled binaries for MS-Windows are not yet available for this versions, but the old 1.0.6 version is still available -- Best regards, Martin Schoch mailto:maschoch@compuserve.com From wk@gnupg.org Mon Sep 2 22:25:02 2002 From: wk@gnupg.org (Werner Koch) Date: Mon Sep 2 21:25:02 2002 Subject: gnupg 1.0.7 compiled for Windows In-Reply-To: <1531865692.20020902194025@compuserve.com> (Martin Schoch's message of "Mon, 2 Sep 2002 19:40:25 +0200") References: <1783274899.20020901112946@compuserve.com> <17lYXr-2B9XM0C@fwd04.sul.t-online.com> <128764459.20020901214743@compuserve.com> <17lujL-1GZJOUC@fwd07.sul.t-online.com> <1531865692.20020902194025@compuserve.com> Message-ID: <87sn0stckk.fsf@alberti.gnupg.de> On Mon, 2 Sep 2002 19:40:25 +0200, Martin Schoch said: > Precompiled binaries for MS-Windows are not yet available for this > versions, but the old 1.0.6 version is still available Because the 1.1.91 is a development version. BTW, you will run into a couple of problems using anything later then 1.0.6 with GnuPP. GPA won't cope with the extended output. Miguel Coca is now reavamping the GPA code to make it better conforming with gpg's machine interface. Shalom-Salam, Werner From markus_kampkoetter@t-online.de Mon Sep 2 23:05:02 2002 From: markus_kampkoetter@t-online.de (markus_kampkoetter) Date: Mon Sep 2 22:05:02 2002 Subject: gnupg 1.0.7 compiled for Windows References: <1783274899.20020901112946@compuserve.com> <17lYXr-2B9XM0C@fwd04.sul.t-online.com> <128764459.20020901214743@compuserve.com> <17lujL-1GZJOUC@fwd07.sul.t-online.com> <1531865692.20020902194025@compuserve.com> <87sn0stckk.fsf@alberti.gnupg.de> Message-ID: <17lxSc-19u0syC@fwd10.sul.t-online.com> hi all Werner Koch schrieb: > On Mon, 2 Sep 2002 19:40:25 +0200, Martin Schoch said: > > > Precompiled binaries for MS-Windows are not yet available for this > > versions, but the old 1.0.6 version is still available > > Because the 1.1.91 is a development version. sorry, did not want to desinform anybody. > BTW, you will run into a couple of problems using anything later then > 1.0.6 with GnuPP. GPA won't cope with the extended output. Miguel > Coca is now reavamping the GPA code to make it better conforming with > gpg's machine interface. maybe thats the reason for some of my probs with it (until now i thought it was the stupid user), basically it works fine anyway but i will change it back to 1.0.6 and update later. thanx for the info, werner. > Shalom-Salam, > > Werner markus (c: -- markus kampkoetter praxis für chinesische medizin soesterstr. 42 d-48155 münster # meine e-mails enthalten keine anhänge, die nicht im textkörper namentlich mit ihrer dateiendung aufgeführt werden, ausführbare programme (.exe) verschicke ich grundsätzlich nicht. # From adam@homeport.org Tue Sep 3 00:56:02 2002 From: adam@homeport.org (Adam Shostack) Date: Mon Sep 2 23:56:02 2002 Subject: out of memory Message-ID: <20020902175654.A95224@lightship.internal.homeport.org> I'm trying to decrypt an idea encrypted message someone sent me. I get an out of memroy error on a fairly fresh install of Mandrake 8.2.. Anyone else seen this? A quick google search didn't turn anything up... Adam /home/adam% gpg --ignore-crc-error -v l gpg: armor header: Version: PGP 7.1 gpg: CRC error; 2e34c0 - 91a010 gpg: public key is 61FD7365 gpg: public key is D0346A51 gpg: public key is 2B815AF9 gpg: using secondary key 2B815AF9 instead of primary key B3C8C022 You need a passphrase to unlock the secret key for user: "Adam Shostack " gpg: using secondary key 2B815AF9 instead of primary key B3C8C022 2048-bit ELG-E key, ID 2B815AF9, created 1999-05-28 (main key ID B3C8C022) gpg: public key is 5378B231 gpg: out of memory while allocating 3089127983 bytes Exit 2 -- "It is seldom that liberty of any kind is lost all at once." -Hume From dshaw@jabberwocky.com Tue Sep 3 01:52:02 2002 From: dshaw@jabberwocky.com (David Shaw) Date: Tue Sep 3 00:52:02 2002 Subject: correction, Re: HushMail interoperability In-Reply-To: <00f401c2524e$cc5a6c80$f48a4c51@enterprise> References: <000f01c2522f$20524bc0$4b914c51@enterprise> <20020902044151.GC985@raven.lupin.com> <20020902044327.GD985@raven.lupin.com> <3D730A46.2070107@online.ie> <00f401c2524e$cc5a6c80$f48a4c51@enterprise> Message-ID: <20020902225225.GB677@akamai.com> On Mon, Sep 02, 2002 at 09:03:00AM +0200, David Pic=F3n =C1lvarez wrote: > Still, I'm not sure whether this is very relevant to my question. I don= 't > want to verify signatures on their website and it still doesn't help me= to > establish encrypted communication with a hush user. Thanks all the same= , > though. Have you read http://www.hushmail.com/about_hushmail/openpgp/ ? David --=20 David Shaw | dshaw@jabberwocky.com | WWW http://www.jabberwocky.co= m/ +------------------------------------------------------------------------= ---+ "There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." - Jeremy S. Anderson From dshaw@jabberwocky.com Tue Sep 3 01:53:02 2002 From: dshaw@jabberwocky.com (David Shaw) Date: Tue Sep 3 00:53:02 2002 Subject: two questions In-Reply-To: <20020902032304.A16455@cs.elte.hu> References: <20020902032304.A16455@cs.elte.hu> Message-ID: <20020902225405.GC677@akamai.com> On Mon, Sep 02, 2002 at 03:23:04AM +0200, Bence Tamas wrote: > Hi, > I have two questions: > Which algorithm used to encrypt private keyrings? Unless the user overrides it for whatever reason, the default is CAST5. David -- David Shaw | dshaw@jabberwocky.com | WWW http://www.jabberwocky.com/ +---------------------------------------------------------------------------+ "There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." - Jeremy S. Anderson From general@eepatents.com Tue Sep 3 02:22:01 2002 From: general@eepatents.com (Ed Suominen) Date: Tue Sep 3 01:22:01 2002 Subject: gnupg 1.0.7 compiled for Windows (Eugen Leitl) References: <20020902215602.23673.3271.Mailman@trithemius.gnupg.org> Message-ID: <3D73F336.4000503@eepatents.com> Before offering further insults, please get your facts straight. I have picked up programming. I have offered my own open-source software to the community. I have written software that uses GnuPG for the Windows platform. It's called the PRIVARIA Secure Networking Suite, and it's in the top 3% of SourceForge projects, with 23,000 downloads in the last few months. "I think the Linux community might keep Linux off the desktopjust because of fanaticism. There's no bigger turnoff to most of humanity than to be associated with a bunch of scary lunatics or creepy nutballs." -- John Dvorak, "Is Linux Your Next OS?," March 5, 2002 PC Magazine. /--- Ed Suominen ------------------------------\ |> Registered Patent Agent |> Independent Inventor of EE Technology |> Author, PRIVARIA Secure Networking Suite || Freely available at http://www.privaria.org \--- http://www.eepatents.com -----------------/ Eugen Leitl schrieb: >>Even better, pick up programming yourself. >> >>. . . >> >>You might not become a programmer (though it is a possibility), but you at >>least would 1) learn something in the process, becoming an empowered user >>2) are not a dead weight on the community. Similiar applies to bugs. >>Report them in a well documented way to appropriate channels. >> > . . . > >I do not care for Windows users, nor do I expect them to use and >appreciate a command line tool. If you feel like writing wrappers for it >(like a certain Outlook plugin), go for it. > From eleuteri@myrealbox.com Tue Sep 3 08:10:02 2002 From: eleuteri@myrealbox.com (David Picón Álvarez) Date: Tue Sep 3 07:10:02 2002 Subject: correction, Re: HushMail interoperability References: <000f01c2522f$20524bc0$4b914c51@enterprise> <20020902044151.GC985@raven.lupin.com> <20020902044327.GD985@raven.lupin.com> <3D730A46.2070107@online.ie> <00f401c2524e$cc5a6c80$f48a4c51@enterprise> <20020902225225.GB677@akamai.com> Message-ID: <006401c25308$8a695d80$4f72893e@enterprise> --RJ5Tz1fZ.5XiMkIG0nnxfhpcRy8C.PaU Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit > Have you read http://www.hushmail.com/about_hushmail/openpgp/ ? There's not a lot of information there. They don't tel you what key types they accept and so on. They don't tell you whether they accept any key length either. Worse, I haven't been able to use the applet to upload my public key and download one of my friend's public key, getting strange java errors in the process. --David. --RJ5Tz1fZ.5XiMkIG0nnxfhpcRy8C.PaU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iQQXAwUAPXRE24Vy4iYQ9LKqFAKRWQ/9HScTYrj05KA8mmr9mA2aIxyhwQWL1KzD M9UynJ1KbFCMdYgK0c6SbkJNtYHEwCUAMF7zl7eQBV7aBZrqbpGM8fiGggcEWdo3 1In4MQFDI6h0JSzp12mZ3kW5kQVyh7BpUjqBOX5/mTBWHdhLRM6Fa1eoazMXVaDp nYSiye35o0OVufVxOIAMLw+nDf4F6O7oIWYpWWTH97M6v0MpdCyyJ86HwNCAyQ7C hc8V2cdLRI8mYKegAIvt85Mh2DfTR6jSICUNGn1csUwdZIUmrhdDIy5ZGCzCpFid 5x4KekXuxv2AdYTMQ9JNRsNJ6DHZ1hqr1/GKBnmyXRozx/eom+tHESDg03ICypdO zw3q5/Mgys2IC5hCR8RWD4E4qANzLrkB9ffivXUV60wYnzHY9DjqepzTBxpj7O81 K3NFeFFVddAMdmF0YyBnuYWpI1qGI+Hw7FiZSk8UrvuSsuYHoC505Bg5E2xr5Mfh QojJTq/sq7hEYxAXE6lYAvsXy2HAWWubcS6pkO5KeH+344i5A6ArwBF1fVo1j0d0 GafIvrTd/OcHCMiyFLGcFY0PUqh2hGsmZvGIiAz/YES+0N6+sbuCwZi/9P0RcW0B tSfVMOLV/tpPSu7dlcSFSFYm4CDUdOqD2+5G5TZZzTXu8fOWElGaxu1b3kCpwujq 2DJgQnBmRr0P/2qLSnLLemE3ylAFVHv9/hImTccyuVXiJJsvRH3LKBfI0PcrWf7e KQC/BVNA2fdLcVHnprp1kBkA/Ss+lGX0L2cX7p0DM993GbhKB3czn++FH5DZUQik +MT2vv75n8asZ5B7zlh8v8AhO7TlzelbWZK4Ph8zGD/6PY2MF7qZfK0GEQsNfpLj 7MuV5WzVV0RJZ/A+Dvd/xM38P08eOBOv5mn2j4Z0UFalobqQCEdYY5t4zPoSmg5T rOS17Oiab3Ji9kbD84NEDZX2N3K606J8fEJGpYUVdq+U301ikHkQ9E/1uS2n3BLF om7ou+dJHBVcALYtbaejawgiC5g0k2o4nZlfqkk7hcOr/Ctw8sOUURUOZSZPNMT5 XYTw3NRNiGgbvZOPFzmKEiziaHNZ5Iq6WyqdF1guv62r+D4tVGXWayZTImQTaOar 4/qxo8sZHfgKUQySMEwBj0A2DBEn8fKPQzM6ndtsJdmvmsPf3IKb9ocvvH0AzZAn Y9wjP31DtsviJwfZeMFUDIx3XCAD8Yx5wgdZyfNXIjWMnWAHs3jOG1eRpSU6QehE taVie2vZHzhzz0ar55RDTgcjiYcQ/+vJPrUrPgoWW5lNZdWMi8FZUtw8YfS/49jK /yyAdABIyb7GunOScW+IqBEnD09EceM4nAPRn/nUJI/fNQq3VK7nQfZH =NJSx -----END PGP SIGNATURE----- --RJ5Tz1fZ.5XiMkIG0nnxfhpcRy8C.PaU-- From eleuteri@myrealbox.com Tue Sep 3 09:07:03 2002 From: eleuteri@myrealbox.com (=?Windows-1252?Q?David_Pic=F3n_=C1lvarez?=) Date: Tue Sep 3 08:07:03 2002 Subject: correction, Re: HushMail interoperability References: Message-ID: <015501c25310$5b87be00$4f72893e@enterprise> --w96Tz1fZ.5XiMkIG0nnxfhpcRy8C.PaU Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit Hi, Thanks for these data. Things sort of start making sense now. > Did you read the fine print about what browsers and Java engines Hushmail > supports? (It works fine for me in IE with M$ Java. It did not work with > Sun's JRE 1.4 in IE, though it will apparently work in Netscape with JRE.) Probably that's part of the trouble: I use IE together with Sun's Java. It would be sooooo much better if those people would just use a web-form for key submission. Anyway, this means I can't communicate securely to people using hushmail, which sucks. --David. --w96Tz1fZ.5XiMkIG0nnxfhpcRy8C.PaU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iQQXAwUAPXRSO4Vy4iYQ9LKqFAKMqQ/+KLAB2y/faKKhysnQhqBhPoJ1dK2+l1IK GRXoXlJpS99oD4hgW0VCOJXWuoczCa7pQZjDLHFXFRuTL/sX9LJBTBW+H47ZhJLI 1EObSNHRm7jqiHWnF5Uy6BCyzwj/0JCJtvWVdvOnVRlX/AzNxubp4DcfbX1x4txu RK5Scqmqa2WvpJmLbaKvYO395eGayyrcQ9wr+e5yKjZmueWT/i3Dz/tzjh1yJ9Q4 mFUfr8zn1S82JxWoNuGApLQnhIHrbCN5KA9bx2g0W0HiL87M7PiyYAmEngSnNUrr wilB21UAIHsj4tCd0H3QwCwT3BLAIAEPlfJ0ldNRc6QoaucxxNTCRGyABn0En0sz X0o5NAQ9KcIO2axqwzr2qkizDZpl870l1MIaXSxcHUBS0/qlpJmqxU2pKE7O6aFX 8wxBmtHLdJuoipWmCe+7DNJ48HuUE3J55A8nSWhFuoIW/dbB6izlfKhqfOL4tjhI GFjvGQFGHe6AE3CmIOW8CVuMtd4cu/lXRTW2pSM+kkn83bfacTEDMUYBNky00Xe6 H5YbSfLl5esjpK1XhgVDv1wzHci70TXQbxu/dVuDHxtRziFxXbP5iLpTq2vxuRwD 2Z5b9iUEWIuipRHxF+aj4j7Y2dyoJ2nfadyERVIaOkLUvyk3suW83aNwpoUpNh11 GXi+/H7qgWcP/AlpxAHIdtOC/phWATwKpaDeGEQl6jbRpk7vbjw+oUM4zeXR6b9o Jqn95JWZPRc3GW4uCRd1Tcq5dKZ+ftUTKaxdSNUrU8UEvu+Ozjuvjq81mKQmEgqb AP2iyo87tJnzkw/yV6BS4KJRz3g1g66WIxAhe3u/upKs82ilKflx7RrHtMNvfxDG Z09DSY5rktwRyDdPApYCA/RiDM+PN/cdfQXIGQ3C6Y7QeIh3E1SirXnuZ8bCCFUv AqzEaX5DNop9pApLYIL61Tcl0VdlvQSpzm4a9OjD9yP7wyfA4vVaLF0BLt7b9GcF /WY0VjyoWJxiCZJ6E1g0hBuJ+tK73buGFYJg9fBFBGzg5vRaW5/UoYjcBI6JchN3 HNiSMG8OTT7Kr5nKuvTMtKHJHbzPqwVYGDAu+8rCzSQJiBu7Oh4J4eDjg8Vea1++ 1LnQQ+/v9quw/bnwE/rE3Qfy5Exh7NUqR7fbZ7w0RzfIlS0bCLGCzlwSFsE7L8iR a/fQ15ceRs31qev2lS+IK1oQHKaydwno317k8AHMAtaw2ol9Z4fNrn9QpVttWimC CaM8lAhgVNVt6eezaEZOod9pp7+Yd/E2QDeSObU//9nC6sldEwqeqiT16kZtsAlb RtVMMAyzSZtQos1w5OQuJlqJUy6LHuAbdu0ZPPegllahOManDXH62C/V =z+Kw -----END PGP SIGNATURE----- --w96Tz1fZ.5XiMkIG0nnxfhpcRy8C.PaU-- From eleuteri@myrealbox.com Tue Sep 3 09:15:02 2002 From: eleuteri@myrealbox.com (=?Windows-1252?Q?David_Pic=F3n_=C1lvarez?=) Date: Tue Sep 3 08:15:02 2002 Subject: correction, Re: HushMail interoperability References: Message-ID: <015c01c25311$a399a4a0$4f72893e@enterprise> --VG6Tz1fZ.5XiMkIG0nnxfhpcRy8C.PaU Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit Hi, > Not true, really. If you get them to send you their keys, you won't have > to use Hushmail's web form at all. And if you encrypt to them, just add > "--disable-mdc" to the command, or put disable-mdc in your > ~/.gnupg/options file. The Hushmail user will then be able to decrypt your > messages with no problems. The users in question are kind of clueless so this is more than they can do ;-) --David. --VG6Tz1fZ.5XiMkIG0nnxfhpcRy8C.PaU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iQQXAwUAPXRUH4Vy4iYQ9LKqFAK6Hw/9HTUIkDuuySCM81s5zvjOGacwrXkVcgxe cvTEFUePkfvUTbZOeG3NPLeDOacyD2OsGjbkg+Q6mS0AI7JsvH330A0M9TINkWWc 1nwa7h7emHhqkaQT/Yx9QflU3ar760rzZJBGZBeI/IKrlGKrIWzuvm3HlPw0YWCw bxIYugZFoMHoEQVJ7DaXfSwr8QISYcec68bOsXgIBiYLc74uXHDP8cgWeh1I4hQL R0OYvy/tsE/1rIFIyFwlvywPEPIB31BPQdAK3KyknGmaAxp8/iSoB66IaVZ9w+lE M/4KotJBvGPiwKGUrsVg9cSok4RuKrJqNE72hGUl/B6PWaPS5R0DKVjjMVClWFSa wXxXz83dwzXZp4z0kqpgKfWggaMA2cfsOIdaqsfg7EFnoj2WPC75LTVGg1g0C8/n UwGURVqd4742c49swtP+0jS4PqPovnedrd2DwNhWOq3rAjjWKzp4l/OH7+fM0+Ll HM4DEQqipAYhsmayL+zC311HL7PorV25EUKll0A6PG24znlAINWQS/TzO5pZ6YlP XGxeogajvz55EKyNatgeZ1LoFORyKOAfVaWYjtMBBf1CHADlwGv0M0hjeJwwMJs7 AeKAZnRAxlguPyZE3iZeB1elDHlX1wETO7PgyNOD3/NqCR+QjGzpeAiiKqFXy9ER veRLrmmjLZEQAI2UsxygmqUjFjG5rhCriNHe3TS1Gj2j2nD2Q6GpKCOmA02l+qCB L1kOUgwei/dHZIrpsXJ5umOsumuezt/Zf9xIOhel23z2Sm8faFsSbOY0+cq5Yc5v FoApV4P5pBRo8l5WL8bQYc3nst9IesG7abglFrUmOkKwX1+G0Vzwji9AEUjGx5pt f4YhHx/yMCAfakrcKI4wZI/MnyARa/fUEpjdlUyc0mW58LfbSZucOazFlGkJOc1J TqmDnQiU8q7ndAXNyrYqbPqf7FxN8Arf6dWsLZWUXbJDw/nMWQL1pGH3i86NG5Xl U6reO51aoOb5dZOuG/tgyZy/rawqUXIHwn8WDWCzb8dNR/9domUL02IeBMpR+p8w pECVD2KHy4NyZAGkCUA02q80vXOPZMG0vun3Ku2MnRPvDxcEdMajZCEA1POtt7Gj b6c8ZIp6f4gfAxdbjkzgU6SYcDzVzizgBe3Nd45s2KYveoYL5412zVQAwxwIuIMF uDMAGVEuBPDMGOuXPeRKpz89g7II918BLbSKDckyKvo9J3W24rwD2tft0XdzqRsp 5qUMc0wMOCpuqOayqUjIhDjD5iHBCZyHXb2dQE+z3qVya4w1Qf13hmsO0yaOE5U3 gIu3t974SZp87kgZxTRQX9EEZGCE2kTKKnJwmKunEJv0Xym5qAomexEW =p54S -----END PGP SIGNATURE----- --VG6Tz1fZ.5XiMkIG0nnxfhpcRy8C.PaU-- From wk@gnupg.org Tue Sep 3 10:37:02 2002 From: wk@gnupg.org (Werner Koch) Date: Tue Sep 3 09:37:02 2002 Subject: out of memory In-Reply-To: <20020902175654.A95224@lightship.internal.homeport.org> (Adam Shostack's message of "Mon, 2 Sep 2002 17:56:55 -0400") References: <20020902175654.A95224@lightship.internal.homeport.org> Message-ID: <874rd7tt8r.fsf@alberti.gnupg.de> On Mon, 2 Sep 2002 17:56:55 -0400, Adam Shostack said: > /home/adam% gpg --ignore-crc-error -v l > gpg: armor header: Version: PGP 7.1 > gpg: CRC error; 2e34c0 - 91a010 The message is garbled but I see that you know this. > gpg: public key is 5378B231 > gpg: out of memory while allocating 3089127983 bytes A length field of a packet claims that a packet is that large and the malloc obviously fails. As with all GNU programs, there are no arbitrary limits and OpenPGP does not specify upper bounds for a packet. GnuPG happily assumes that someone used an entire movie as a user ID or signature notation data. You might want to use gpg --list-packets to see where it bails out or try to split the message up into packets by running gpgsplit. Shalom-Salam, Werner From adityald2@gmx.net Tue Sep 3 11:56:02 2002 From: adityald2@gmx.net (Aditya) Date: Tue Sep 3 10:56:02 2002 Subject: X.509 Cert Purpose OIDs required Message-ID: <006501c25327$e0297b00$a37f013d@c5> This is a multi-part message in MIME format. ------=_NextPart_000_0060_01C25355.B5A35120 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable hi list, this is my first post so please bear with me a little background info first we are working on a internal CA project and we are facing some problem ( = any help would be highly appreceated ) we are using this $openssl version OpenSSL 0.9.6c 21 dec 2001 we need to add the following purpose in the cert that will generated = for some users - admins how do i add them the present line is already as below in openssl.cnf for this policy did a google search and came up with these keywords / oids please = correct me if i am wrong and please can some one fill in the missing one to complete the list --- = we can put this up on some website for newbies like me extendedKeyUsage =3D msSGC, nsSGC, ClientAuth 1.3.6.1.5.5.7.3.2 ClientAuth = -Proves your identity to a remote computer 1.3.6.1.4.1.311.10.3.4 encryptedFileSystemMS - Allowsdata on = disk to be encrypted 1.3.6.1.5.5.7.3.8 TimeStamping - Allows data to be signed with = the current time Allows = securecommunication on the Internet Allows = strong encryption for online transactions/communications Allows you = to digitally sign a certificate trust list Digital = Rights=20 Embedded = Windows System Component Verification 1.3.6.1.5.5.7.3.3 CodeSigning - Ensures software came from = software publisher 1.3.6.1.5.5.7.3.1 ServerAuth - Ensures the identity of a = remote computer File = Recovery Key Pack = Licenses License = Server Verification OEM Windows = System Component Verification 1.3.6.1.5.5.7.3.4 EmailProtection - Protects e-mail messages=20 Protects = software from alteration after publication Smart Card = Logon Windows = Hardware Driver Verification Windows = System Component Verification 1.3.6.1.5.5.7.3.5 IpsecEndSystem 1.3.6.1.5.5.7.3.6 IpsecTunnel 1.3.6.1.5.5.7.3.7 IpsecUser 1.3.6.1.5.5.7.3.9 OCSPSigning 1.3.6.1.4.1.311.10.3.3 msSGC serverGatedCryptoMS 2.16.840.1.113730.4.1 nsSGC serverGatedCryptoNS , thanks in advance and please hurry working under a deadline - 5/9/2002 -aditya ------=_NextPart_000_0060_01C25355.B5A35120 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
hi list,

this is my  first = post so=20 please bear with me


a little background info first
we are = working=20 on a internal CA project and we are facing some problem ( any
help = would be=20 highly appreceated )
we are using this
$openssl version
OpenSSL = 0.9.6c=20 21 dec 2001

we need  to add  the following purpose in = the cert=20 that will generated for
some users - admins how do i add them
the = present=20 line is already  as below in openssl.cnf for this policy

did = a=20 google search and came up with these keywords / oids please correct = me
if i=20 am wrong

and please can some one fill in the missing one to = complete the=20 list --- we
can put this up on some website for newbies like=20 me

extendedKeyUsage  =3D msSGC, nsSGC,=20 ClientAuth



 1.3.6.1.5.5.7.3.2 =20 ClientAuth          &nb= sp;           &nbs= p;            = ;  =20 -Proves your identity to a remote = computer
 1.3.6.1.4.1.311.10.3.4 =20 encryptedFileSystemMS        &nbs= p; -=20 Allowsdata on disk to be encrypted
 1.3.6.1.5.5.7.3.8 =20 TimeStamping         - Allows = data to be=20 signed with the current=20 time
           = ;            =             &= nbsp;           &n= bsp;           =20 Allows securecommunication on the=20 Internet
          &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;=20 Allows strong encryption for online=20 transactions/communications
       =             &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;   =20 Allows you to digitally sign a certificate trust=20 list
           = ;            =             &= nbsp;           &n= bsp;           =20 Digital Rights 
          &nbs= p;            = ;            =             &= nbsp;           =20 Embedded Windows System Component = Verification
 1.3.6.1.5.5.7.3.3 =20 CodeSigning          - = Ensures=20 software came from software publisher
 1.3.6.1.5.5.7.3.1 =20 ServerAuth          &nb= sp; -=20 Ensures the identity of a remote=20 computer
          &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;=20 File=20 Recovery
          &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;=20 Key Pack=20 Licenses
          &= nbsp;           &n= bsp;           &nb= sp;           &nbs= p;            = ;=20 License Server=20 Verification
         &nb= sp;           &nbs= p;            = ;            =             &= nbsp;=20 OEM Windows System Component = Verification
 1.3.6.1.5.5.7.3.4 =20 EmailProtection     - Protects e-mail=20 messages 
          &nbs= p;            = ;            =             &= nbsp;           =20 Protects software from alteration after=20 publication
         &nbs= p;            = ;            =             &= nbsp;           &n= bsp;=20 Smart Card=20 Logon
          &nbs= p;            = ;            =             &= nbsp;           =20 Windows Hardware Driver=20 Verification
         &nb= sp;           &nbs= p;            = ;            =             &= nbsp;=20 Windows System Component=20 Verification
 1.3.6.1.5.5.7.3.5     &nbs= p;            = ;            =   =20 IpsecEndSystem
 1.3.6.1.5.5.7.3.6     &n= bsp;           &nb= sp;           &nbs= p;  =20 IpsecTunnel
 1.3.6.1.5.5.7.3.7      = ;            =             &= nbsp; =20 IpsecUser
 1.3.6.1.5.5.7.3.9      &= nbsp;           &n= bsp;           &nb= sp; =20 OCSPSigning
 1.3.6.1.4.1.311.10.3.3 =20 msSGC         =20 serverGatedCryptoMS
 2.16.840.1.113730.4.1 =20 nsSGC         =20 serverGatedCryptoNS
,



thanks in advance and please = hurry=20 working under a deadline -=20 5/9/2002

-aditya


------=_NextPart_000_0060_01C25355.B5A35120-- From Patrick.Tchoquessi@iem.fh-friedberg.de Tue Sep 3 12:12:02 2002 From: Patrick.Tchoquessi@iem.fh-friedberg.de (Patrick Tchoquessi) Date: Tue Sep 3 11:12:02 2002 Subject: what do you think about Biometrie Message-ID: Hello, I need some help cause i'd like to know ,where I shall take modification if I want instead of the Passphrase to use a biometric characteristic features Patrick From alex@conostix.com Tue Sep 3 12:14:02 2002 From: alex@conostix.com (Alexandre Dulaunoy) Date: Tue Sep 3 11:14:02 2002 Subject: gnupg 1.0.7 compiled for Windows In-Reply-To: Message-ID: On Mon, 2 Sep 2002, Eugen Leitl wrote: > I do not care for RMS thinks, or for what Redmond does, as long as they > don't contaminate the hardware base. (Having to switch to open hardware > would be an expensive nuisance). No, I don't think so. Open/Free Hardware is a way for the future to remove the plan for DRM (Digital Restriction(-Right) Management) and to guarantee the access to hardware that can continue to run and execute Free Software without asking permission to an "authority". Ed Suominen write : > > I guess the flames will start now, but I felt it needed to be said... > > /--- Ed Suominen ------------------------------\ > > |> Registered Patent Agent This signature could generate a flame war. Forget the Patents, forget IDEA (as GnuPG does) and build Free Software. just my .2 EUR. adulau -- Alexandre Dulaunoy -- http://www.foo.be/ 3B12 DCC2 82FA 2931 2F5B 709A 09E2 CD49 44E6 CBCD --- AD993-6BONE "People who fight may lose. People who not fight have already lost." Bertolt Brecht From rabbi@abditum.com Tue Sep 3 12:14:06 2002 From: rabbi@abditum.com (Len Sassaman) Date: Tue Sep 3 11:14:06 2002 Subject: correction, Re: HushMail interoperability In-Reply-To: <006401c25308$8a695d80$4f72893e@enterprise> Message-ID: On Tue, 3 Sep 2002, David Pic=F3n =C1lvarez wrote: > > Have you read http://www.hushmail.com/about_hushmail/openpgp/ ? > > There's not a lot of information there. They don't tel you what key types > they accept and so on. They don't tell you whether they accept any key > length either. Worse, I haven't been able to use the applet to upload my > public key and download one of my friend's public key, getting strange ja= va > errors in the process. Okay, here's the deal with Hushmail and GnuPG. I've read the source for the PGP sections of the Hushmail crypto engine. It appears from the comments that they implemented OpenPGP based RFC2440-bis02 (the second revision of the working draft for the RFC that will replace 2440), and did not see the need to implement the MDC packets that are now strongly suggested. Other implementations that support AES or Twofish, since they were introduced at around the same time as the MDC packets, understand how to decode the MDC packets (and, in the case of GnuPG, generate them when used with AES or Twofish.) The theory here was that any implementation that spoke AES would also understand the MDC packets. Unfortunately, Hushmail uses AES without having the MDC code in it. Therefore, it cannot decrypt messages encrypted to it by GnuPG (though GnuPG can decrypt Hushmail messages, and Hushmail can decrypt PGP messages). The immediate work-around is to disable MDC packets when encrypting to a hushmail user with gpg. --disable-mdc (?). The good news is that I've contacted Hush about this, and they've said that the next version of Hushmail will be able to use the MDC packets. Signing and sig verification all should work fine. Did you read the fine print about what browsers and Java engines Hushmail supports? (It works fine for me in IE with M$ Java. It did not work with Sun's JRE 1.4 in IE, though it will apparently work in Netscape with JRE.) Len From rabbi@abditum.com Tue Sep 3 12:14:10 2002 From: rabbi@abditum.com (Len Sassaman) Date: Tue Sep 3 11:14:10 2002 Subject: correction, Re: HushMail interoperability In-Reply-To: <015501c25310$5b87be00$4f72893e@enterprise> Message-ID: On Tue, 3 Sep 2002, [Windows-1252] David Pic=F3n =C1lvarez wrote: > Anyway, this means I can't communicate securely to people using hushmail, > which sucks. Not true, really. If you get them to send you their keys, you won't have to use Hushmail's web form at all. And if you encrypt to them, just add "--disable-mdc" to the command, or put disable-mdc in your ~/.gnupg/options file. The Hushmail user will then be able to decrypt your messages with no problems. (I think --disable-mdc is the right switch.) --Len. From mlist@mbsks.franken.de Tue Sep 3 12:57:02 2002 From: mlist@mbsks.franken.de (Matthias Bruestle) Date: Tue Sep 3 11:57:02 2002 Subject: what do you think about Biometrie In-Reply-To: ; from Patrick.Tchoquessi@iem.fh-friedberg.de on Tue, Sep 03, 2002 at 11:11:58AM +0200 References: Message-ID: <20020903115715.E27651@mbsks.franken.de> On Tue, Sep 03, 2002 at 11:11:58AM +0200, Patrick Tchoquessi wrote: > I need some help cause i'd like to know ,where I shall take modification if > I want instead of the Passphrase to use a biometric characteristic features You don't want to. Say you use your thumbprint instead of a passphrase. Everytime you touch something with your thumb you are leaving your passphrase behind. Mahlzeit From avbidder@fortytwo.ch Tue Sep 3 13:35:03 2002 From: avbidder@fortytwo.ch (Adrian 'Dagurashibanipal' von Bidder) Date: Tue Sep 3 12:35:03 2002 Subject: multiple signing subkeys mini-HOWTO Message-ID: <1031049398.25654.72.camel@atlas> --=-yevZGJ9H+V0iow0F7z5e Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi all! I've finally come around to put the little HOWTO on how to use a key with multiple (signing) subkeys online: http://fortytwo.ch/gpg/subkeys There are a few changes from the version I posted here before. As you can see in my .sig, the whole is not without problems. So, if you're thinking about deploying this solution, think twice and read *all* of my document (especially also the problems section). cheers -- vbi --=20 secure email with gpg http://fortytwo.ch/gpg NOTICE: subkey signature! request key 92082481 from keyserver.kjsl.com --=-yevZGJ9H+V0iow0F7z5e Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iHQEABECADQFAj10kLYtGmh0dHA6Ly9mb3J0eXR3by5jaC9ncGcvcG9saWN5L2Vt YWlsLjIwMDIwODIyAAoJECqqZti935l6KK8An04GtrS09DCQ18Zj3RslCujPOHEj AJ9UEPW47caqCl/rTNWFhhjx5bEEIA== =Kw7/ -----END PGP SIGNATURE----- Signature policy: http://fortytwo.ch/gpg/policy/email.20020822 --=-yevZGJ9H+V0iow0F7z5e-- From eugen@leitl.org Tue Sep 3 13:46:02 2002 From: eugen@leitl.org (Eugen Leitl) Date: Tue Sep 3 12:46:02 2002 Subject: what do you think about Biometrie In-Reply-To: <20020903115715.E27651@mbsks.franken.de> Message-ID: On Tue, 3 Sep 2002, Matthias Bruestle wrote: > You don't want to. Say you use your thumbprint instead of a passphrase. > Everytime you touch something with your thumb you are leaving your passphrase > behind. There are reasons why biometrics suck (largely, you can't revoke and reissue new ones, they're not all that reliable, and you can fake them with finite effort), but you're citing a worst case. Just use the iris pattern, the vein pattern in your palm, etc. The more of them you use the lower is the probability that you can fake them (and higher the number of false alarms, of course). Don't use biometrics standalone. But they sure can supplement a secret, making overall for a higher resistance to attacks. From mlist@mbsks.franken.de Tue Sep 3 15:12:04 2002 From: mlist@mbsks.franken.de (Matthias Bruestle) Date: Tue Sep 3 14:12:04 2002 Subject: what do you think about Biometrie In-Reply-To: ; from Patrick.Tchoquessi@iem.fh-friedberg.de on Tue, Sep 03, 2002 at 12:47:16PM +0200 References: <20020903115715.E27651@mbsks.franken.de> Message-ID: <20020903140926.F27651@mbsks.franken.de> Mahlzeit On Tue, Sep 03, 2002 at 12:47:16PM +0200, Patrick Tchoquessi wrote: > biometric is not only thumbprint (it may be iris scan etc...) > and the actually stand of the technology base on lifely recognisation, Making sure "lifely recognisation" is only possible by the person who provides the biometric device by providing the appropriate scanner and making sure that it is used in the appropriate way. To stay now at the thumbprint, it should generate in a unique way a key for GnuPG. This algorithm can be run on a computer using a thumbprint from a glas inside a computer without any scanner attached to it. If the algorithm want's to know if it is from a lifely sample you just tell it yes, because it can't verify it. It is just software. Now to the other biometric systems. Iris can be scanned from a distance. And for things like retina, these can either be forcefully scanned or you can be tricked you make a scan. And when retina scanners/etc. are in widespread use, you also leave every where your retina scan like the thumbprint. Than you give automagically your key to your employee, your bank, police, ... And as already written here you can't change the key if it gets "stolen". What does make more sense for biometric applications is authentication. It is often more convenient (for the people it does work) than other things, but it has also disadvantages. One possible way to use biometric authentication together with GnuPG could be to use a thumbprint as authentication towards you smart card containing your keys. There is a product from REINER SCT which combines data from the thumbprint and some other random but static sources to generate a key which is used to encrypt the PIN for the card. This is also an encryption key generated from a thumbprint, but it is useless without the token and the encrypted PIN. And there are also at least plans for on-card fingerprint matching. A ISO/IEC draft exists for this and maybe there are already cards that do this. > I don't aspect to get more security but only more convenients Then you probably don't need GnuPG. Mahlzeit endergone Zwiebeltuete From wk@gnupg.org Tue Sep 3 17:25:02 2002 From: wk@gnupg.org (Werner Koch) Date: Tue Sep 3 16:25:02 2002 Subject: what do you think about Biometrie In-Reply-To: <20020903140926.F27651@mbsks.franken.de> (Matthias Bruestle's message of "Tue, 3 Sep 2002 14:09:26 +0200") References: <20020903115715.E27651@mbsks.franken.de> <20020903140926.F27651@mbsks.franken.de> Message-ID: <87y9ajqh93.fsf@alberti.gnupg.de> On Tue, 3 Sep 2002 14:09:26 +0200, Matthias Bruestle said: > PIN. And there are also at least plans for on-card fingerprint matching. I doubt that you can handle such a card without leaving your fingerprints all over the card and not only in the sensor. So it won't be too much work to get the fingerprint from a lost card and use it to enable this card. Pretty useless, I'd say. Salam-Shalom, Werner From paul.healy@goodyear.com Tue Sep 3 18:00:01 2002 From: paul.healy@goodyear.com (paul.healy@goodyear.com) Date: Tue Sep 3 17:00:01 2002 Subject: make/compile error of gnupg-1.0.7 on hpux11.11 Message-ID: I have implemented the solution to his problem. The solution was sent to me in private reply to my posting of: > The "configure" command succeeds however "make" command fails with: > cc: "gettextP.h", line 67: error 1000: Unexpected symbol: "SWAP" After following the following instructions, I have a GPG on HP-UX 11.11 that has subsequently proven to be 100% reliable and working flawlessly. By that I mean, I have PGP in production and wish to migrate to GNUPG. I have successfully decrypted several production PGP encrypted messages/files with GNUPG and then back again. Without issues. Here's the solution: step 1 - try a different compiler: edit gnupg-1.0.7/configure as the first line after the initial comment section add this line... CC=/usr/bin/c89 Step 2 - run "configure" Step 3 - GPUPG has a bug where by it put a syntax error in a makefile. The solution is to simply delete the offending line: edit gnupg-1.0.7/doc/Makefile find line 180 which is the invalid syntax of : gpg.texi and delete the line ": gpg.texi" Step 4) run two make commands... make install make (NOTE: the first make command might be return several "warnings", on compile, this is expected/acceptable. However the second doesn't have any issues. Everything should now work 100%. From mlist@mbsks.franken.de Tue Sep 3 18:12:02 2002 From: mlist@mbsks.franken.de (Matthias Bruestle) Date: Tue Sep 3 17:12:02 2002 Subject: what do you think about Biometrie In-Reply-To: <87y9ajqh93.fsf@alberti.gnupg.de>; from wk@gnupg.org on Tue, Sep 03, 2002 at 04:28:56PM +0200 References: <20020903115715.E27651@mbsks.franken.de> <20020903140926.F27651@mbsks.franken.de> <87y9ajqh93.fsf@alberti.gnupg.de> Message-ID: <20020903170106.G27651@mbsks.franken.de> Mahlzeit On Tue, Sep 03, 2002 at 04:28:56PM +0200, Werner Koch wrote: > I doubt that you can handle such a card without leaving your > fingerprints all over the card and not only in the sensor. So it > won't be too much work to get the fingerprint from a lost card and > use it to enable this card. Pretty useless, I'd say. I wouldn't use this, but there might be cases, where it is secure enough, e.g. for access control, and it might reduce the support costs of a firm (no forgotten PINs, etc.). My suggestion is to look what is happening at the biometric technology and see if something really useful is emerging. And playing a bit with finger print scanners can also be fun. :) Mahlzeit endergone Zwiebeltuete From agreene@pobox.com Tue Sep 3 18:22:02 2002 From: agreene@pobox.com (Anthony E. Greene) Date: Tue Sep 3 17:22:02 2002 Subject: gnupg 1.0.7 compiled for Windows In-Reply-To: <20020902071619.0CC0.NICHOLAS@kootenay.com>; from nicholas@kootenay.com on Mon, Sep 02, 2002 at 07:21:10AM -0700 References: <3D72FC42.5060007@eepatents.com> <20020902071619.0CC0.NICHOLAS@kootenay.com> Message-ID: <20020903112242.B16144@asmoweb.hqda.pentagon.mil> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 02-Sep-2002/07:21 -0700, Nick Andriash wrote: >Hello Eugen Leitl, > >In Reference to your Posting on Monday, September 02 2002 at 02:44 AM PDT, > >> I personally think that a sudden influx of clueless proprietary software >> users would considerably harm the community > >No, it's inflammatory remarks such as yours that harms the community Eugen. >Why label Users of OS's other than yours as "clueless"? What purpose does >that serve? Be realistic. Most Windows users are clueless when compared to most Linux users. Tact does not change fact. That's not to imply that they aren't intelligent, just that they don't already possess the level of knowledge that most Linux users pick up while installing and configuring Linux. Even though it's gotten a lot easier recently, most of us still have just enough challenges that we manage to learn things we would not have otherwise known had we stayed with Windows. Those are generalizations, and there will of course be exceptions, but I think it's more accurate than the reverse. Tony - -- Anthony E. Greene OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D AOL/Yahoo Chat: TonyG05 HomePage: Linux: the choice of a GNU Generation. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Anthony E. Greene 0x6C94239D iD8DBQE9dNPApCpg3WyUI50RAqQfAKD/jIk98EEMZGH3lV8h+NRkEbLzmQCggMXQ U5k303XjuPyIVeznKoyLFa0= =IRov -----END PGP SIGNATURE----- From agreene@pobox.com Tue Sep 3 18:32:01 2002 From: agreene@pobox.com (Anthony E. Greene) Date: Tue Sep 3 17:32:01 2002 Subject: (OT?)Re: gnupg 1.0.7 compiled for Windows In-Reply-To: <17lujM-1GZJOVC@fwd07.sul.t-online.com>; from markus_kampkoetter@t-online.de on Mon, Sep 02, 2002 at 07:11:16PM +0200 References: <17lujM-1GZJOVC@fwd07.sul.t-online.com> Message-ID: <20020903113307.C16144@asmoweb.hqda.pentagon.mil> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 02-Sep-2002/19:11 +0200, markus_kampkoetter wrote: >> (...) >> I personally think that a sudden influx of clueless proprietary softwa= re=20 >> users would considerably harm the community, while not actually helpin= g=20 >> the users migrate. Looks clearly lose/lose to me. > >don=B4t be affraid, there will not be any sudden influx of clueless prop= rietary=20 >software users because "we" normally do not know enough about computers = and/or=20 >computing to invade suddenly the wide terrain of free software. even if,= what=20 >would be the harm? Too many clueless users do not make an effort to get a clue before postin= g a question to the hundreds/thousands of list subscribers. Sometimes the answer is in a FAQ or README. Sometimes a Google search using the exact error message turns up an answer. The aggregate effect is that people who kow enough and are willing to tak= e the time to answer start becoming less willing. The signal to noise ratio becomes too high and people find other things to do. Tony - --=20 Anthony E. Greene OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239= D AOL/Yahoo Chat: TonyG05 HomePage: Linux: the choice of a GNU Generation. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Anthony E. Greene 0x6C94239D iD8DBQE9dNYxpCpg3WyUI50RAv2oAJ42BuqnzmPFibP3ePuyEgOWFKocfACeMCtE /VuorBLUMbXHz1cRuDiFWC4=3D =3DctMi -----END PGP SIGNATURE----- From agreene@pobox.com Tue Sep 3 18:54:02 2002 From: agreene@pobox.com (Anthony E. Greene) Date: Tue Sep 3 17:54:02 2002 Subject: gnupg 1.0.7 compiled for Windows (Eugen Leitl) In-Reply-To: <3D73F336.4000503@eepatents.com>; from general@eepatents.com on Mon, Sep 02, 2002 at 04:24:38PM -0700 References: <20020902215602.23673.3271.Mailman@trithemius.gnupg.org> <3D73F336.4000503@eepatents.com> Message-ID: <20020903115422.D16144@asmoweb.hqda.pentagon.mil> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 02-Sep-2002/16:24 -0700, Ed Suominen wrote: >"I think the Linux community might keep Linux off the desktop=14just=20 >because of fanaticism. There's no bigger turnoff to most of humanity=20 >than to be associated with a bunch of scary lunatics or creepy=20 >nutballs." -- John Dvorak, "Is Linux Your Next OS?," March 5, 2002 PC=20 >Magazine. Dvorak is a pundit. He doesn't have to be right, he just has to be popular with readers. Tony - --=20 Anthony E. Greene OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D AOL/Yahoo Chat: TonyG05 HomePage: Linux: the choice of a GNU Generation. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Anthony E. Greene 0x6C94239D iD8DBQE9dNsspCpg3WyUI50RApDxAJsGZksP/Nmyn9y/xw3Pq6horXDR4ACgigyh ULdrU2jZglXsg6ODvCYBVZ0=3D =3D6wSR -----END PGP SIGNATURE----- From eugen@leitl.org Tue Sep 3 19:08:02 2002 From: eugen@leitl.org (Eugen Leitl) Date: Tue Sep 3 18:08:02 2002 Subject: gnupg 1.0.7 compiled for Windows In-Reply-To: <20020903115422.D16144@asmoweb.hqda.pentagon.mil> Message-ID: [ removed my name from the Subject: for the followup ] On Tue, 3 Sep 2002, Anthony E. Greene wrote: > On 02-Sep-2002/16:24 -0700, Ed Suominen wrote: > >"I think the Linux community might keep Linux off the desktopjust "the Linux community" (he can't tell advocacy crowd apart from open sourcers) doesn't give a flying fsck either way. In fact it would be arguably good, since keeping the bloat down and the quality up. (The rats are lining up for *BSD, anyway. Eeek!). > >because of fanaticism. There's no bigger turnoff to most of humanity > >than to be associated with a bunch of scary lunatics or creepy > >nutballs." -- John Dvorak, "Is Linux Your Next OS?," March 5, 2002 PC Hey, somebody must have really pissed him off. > >Magazine. > > Dvorak is a pundit. He doesn't have to be right, he just has to be popular > with readers. Luckily, we don't have to care either about what Dvorak or his readers think. From dshaw@jabberwocky.com Tue Sep 3 19:08:06 2002 From: dshaw@jabberwocky.com (David Shaw) Date: Tue Sep 3 18:08:06 2002 Subject: correction, Re: HushMail interoperability In-Reply-To: References: <015501c25310$5b87be00$4f72893e@enterprise> Message-ID: <20020903160912.GA1033@akamai.com> On Mon, Sep 02, 2002 at 11:13:14PM -0700, Len Sassaman wrote: > On Tue, 3 Sep 2002, [Windows-1252] David Pic=F3n =C1lvarez wrote: >=20 > > Anyway, this means I can't communicate securely to people using hushm= ail, > > which sucks. >=20 > Not true, really. If you get them to send you their keys, you won't hav= e > to use Hushmail's web form at all. And if you encrypt to them, just add > "--disable-mdc" to the command, or put disable-mdc in your > ~/.gnupg/options file. The Hushmail user will then be able to decrypt y= our > messages with no problems. >=20 > (I think --disable-mdc is the right switch.) It is. However, it is important to only use --disable-mdc for Hushmail users and not disable it for everyone. David --=20 David Shaw | dshaw@jabberwocky.com | WWW http://www.jabberwocky.co= m/ +------------------------------------------------------------------------= ---+ "There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." - Jeremy S. Anderson From agreene@pobox.com Tue Sep 3 19:08:11 2002 From: agreene@pobox.com (Anthony E. Greene) Date: Tue Sep 3 18:08:11 2002 Subject: gnupg 1.0.7 compiled for Windows In-Reply-To: <255217732.20020902111400@compuserve.com>; from maschoch@compuserve.com on Mon, Sep 02, 2002 at 11:14:00AM +0200 References: <20020902042648.6926.84270.Mailman@trithemius.gnupg.org> <3D72FC42.5060007@eepatents.com> <255217732.20020902111400@compuserve.com> Message-ID: <20020903120844.E16144@asmoweb.hqda.pentagon.mil> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 02-Sep-2002/11:14 +0200, Martin Schoch wrote: > >On Monday, September 2, 2002, 7:50:58 AM Ed Suominen wrote: > >ES> Sorry for being blunt, but the attitude Eugen Leitl expressed >ES> (shared by many others) is one of the biggest turnoffs to >ES> "outsiders" now looking at the free software community as an >ES> alternative to the Redmond, Washington "beast." > >You are right - I was quite astonished to get this "answer" to my >question about a compiled version for Windows: "You are using the >wrong OS". And what answer would I get if I asked Microsoft about running MS Office on my Linux box? Tony - -- Anthony E. Greene OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D AOL/Yahoo Chat: TonyG05 HomePage: Linux: the choice of a GNU Generation. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Anthony E. Greene 0x6C94239D iD8DBQE9dN6KpCpg3WyUI50RAsRvAKCT9lZhUX7C0NvpvU117OargwTDfwCgoisW 6w74H9XUl3cY59XBxXVA/sI= =x6UY -----END PGP SIGNATURE----- From markus_kampkoetter@t-online.de Tue Sep 3 20:48:01 2002 From: markus_kampkoetter@t-online.de (markus_kampkoetter) Date: Tue Sep 3 19:48:01 2002 Subject: gnupg 1.0.7 compiled for Windows References: <20020902042648.6926.84270.Mailman@trithemius.gnupg.org> <3D72FC42.5060007@eepatents.com> <255217732.20020902111400@compuserve.com> <20020903120844.E16144@asmoweb.hqda.pentagon.mil> Message-ID: <17mHnf-0LN8gSC@fwd11.sul.t-online.com> Anthony E. Greene schrieb: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 02-Sep-2002/11:14 +0200, Martin Schoch wrote: > > > >On Monday, September 2, 2002, 7:50:58 AM Ed Suominen wrote: > > > >ES> Sorry for being blunt, but the attitude Eugen Leitl expressed > >ES> (shared by many others) is one of the biggest turnoffs to > >ES> "outsiders" now looking at the free software community as an > >ES> alternative to the Redmond, Washington "beast." > > > >You are right - I was quite astonished to get this "answer" to my > >question about a compiled version for Windows: "You are using the > >wrong OS". > > And what answer would I get if I asked Microsoft about running MS Office > on my Linux box? ask them, not us ;-) > Tony markus From markus_kampkoetter@t-online.de Tue Sep 3 20:48:04 2002 From: markus_kampkoetter@t-online.de (markus_kampkoetter) Date: Tue Sep 3 19:48:04 2002 Subject: (OT?)Re: gnupg 1.0.7 compiled for Windows References: <17lujM-1GZJOVC@fwd07.sul.t-online.com> <20020903113307.C16144@asmoweb.hqda.pentagon.mil> Message-ID: <17mHnf-0LN8gTC@fwd11.sul.t-online.com> Anthony E. Greene schrieb: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 02-Sep-2002/19:11 +0200, markus_kampkoetter > wrote: > >> (...) > >> I personally think that a sudden influx of clueless proprietary software > >> users would considerably harm the community, while not actually helping > >> the users migrate. Looks clearly lose/lose to me. > > > >don´t be affraid, there will not be any sudden influx of clueless > proprietary > >software users because "we" normally do not know enough about computers > and/or > >computing to invade suddenly the wide terrain of free software. even if, > what > >would be the harm? > > Too many clueless users do not make an effort to get a clue before posting > a question to the hundreds/thousands of list subscribers. Sometimes the > answer is in a FAQ or README. Sometimes a Google search using the exact > error message turns up an answer. just imagine somebody who needs to learn exactly this but its not necessarrily windows or lets say proprietary software users that behave this way (i hope its not in the genes, is it?) 8-\ > The aggregate effect is that people who kow enough and are willing to take > the time to answer start becoming less willing. The signal to noise ratio > becomes too high and people find other things to do. i am not sure, but to me it seems to be easier to mail an url or something than to elaborate large texts to scare somebody new to the theme - and takes less time. btw, the signal to noise ratio on this list related to this item is so high not because of the simple question somebody posted but because of the reaction(s) (including this one). we are all part of the game. that is why i will not continue this discussion via the list but still appreciate the help i can get from people who know more than i do and share their knowledge for free, thank you. > Tony markus (c: From johanw@vulcan.xs4all.nl Tue Sep 3 22:23:01 2002 From: johanw@vulcan.xs4all.nl (Johan Wevers) Date: Tue Sep 3 21:23:01 2002 Subject: gnupg 1.0.7 compiled for Windows In-Reply-To: <004301c2524d$4322aaa0$f48a4c51@enterprise> from "[David Pic_n _lvarez]" at "Sep 2, 2002 08:52:10 am" Message-ID: <200209022037.WAA01403@vulcan.xs4all.nl> David Pic_n _lvarez wrote: > I prefare that priority is given to stuff that matters like getting software > which is secure, stable, reliable, can do the job, and includes the wanted > features rather than in compiling binaries for windows. Ah, come on, don't be too principal. I could compile it on Cygwin within half an hour dispite the problems with the makefile and being unfamiliar with the source code. Werner has his MingW32 system already setup and is very familiar with the source, he could have a windows binary ready within 5 minutes. Another 10 minutes for changing the website and voila. This would probably be less work than reading al the mailinglist questions about a win32 binary. This approach drives people to alternative sites like www.nullify.org, where people can download patched versions that include and use IDEA and create v3 RSA keys and SHA2 hashes without whining, just the things some GnuPG developers dislike. -- ir. J.C.A. Wevers // Physics and science fiction site: johanw@vulcan.xs4all.nl // http://www.xs4all.nl/~johanw/index.html PGP/GPG public keys at http://www.xs4all.nl/~johanw/pgpkeys.html From johanw@vulcan.xs4all.nl Tue Sep 3 22:23:10 2002 From: johanw@vulcan.xs4all.nl (Johan Wevers) Date: Tue Sep 3 21:23:10 2002 Subject: gnupg 1.0.7 compiled for Windows In-Reply-To: from Eugen Leitl at "Sep 2, 2002 11:44:40 am" Message-ID: <200209022046.WAA01462@vulcan.xs4all.nl> Eugen Leitl wrote: > its user community. Proprietary systems are expensive, and development > environments for them are even more so. You have to keep paying through > your nose for the privilege of keeping up with updates. Ah, come on, CD-R's are cheap today. :-) Not everyone who develops open soucre software is so principial not to use copied software without paying. The windows tools I distribute from my site are GPLed, but I certainly didn't pay the official price for the compiler I used (actually I copied it from a former employer with his consent). -- ir. J.C.A. Wevers // Physics and science fiction site: johanw@vulcan.xs4all.nl // http://www.xs4all.nl/~johanw/index.html PGP/GPG public keys at http://www.xs4all.nl/~johanw/pgpkeys.html From adityald2@gmx.net Wed Sep 4 00:27:02 2002 From: adityald2@gmx.net (Aditya) Date: Tue Sep 3 23:27:02 2002 Subject: gnupg 1.0.7 compiled for Windows References: <20020902042648.6926.84270.Mailman@trithemius.gnupg.org> <3D72FC42.5060007@eepatents.com> <255217732.20020902111400@compuserve.com> <20020903120844.E16144@asmoweb.hqda.pentagon.mil> Message-ID: <029e01c25390$b773f0a0$a77f013d@c5> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > And what answer would I get if I asked Microsoft about running MS > Office on my Linux box? > > Tony USE wine from http://winehq.com :) maybe you already knew it -- buggy but most of the stuff works including msoffice 2000 -----BEGIN PGP SIGNATURE----- Version: PGP 7.1 iQIVAwUBPXUlIsgYDgOYK1z+AQICAhAAkauGzPUJm2Bp2sgNxirC5jpXtZupWW4d 9UrQGBUBsJ8EkS7D0ROaAOfyEpwGQ6nrNu+SX/N/C+/VbZLSbpMSZNpXv76ivIq4 CpC3RnAmJw7ljls5wwayxgvNOV6kkP8jww8zZ/9wBFByuknpECCPBs2tEBu2A4T2 L9jYOdt7zKnOa9sVW3Up+mJ61hCRxtvSALIKdAtscYF9UTT/I5Vd7wpVeRxD0hbr ywHEwLTmF4daVJMyhAxYbQ9OipJQLafPbRjqukBLsXYe+KZh5MszQFnCtPxcx9aE kD09ki5BXsVEuQs10OLxtajg4/sLEjAmV8QUDEioVtUwCOJ8U4uzy7prIetanWk7 +jCzZWqTESa3dLNflupiEbtv/bIRckVuEfYP1s+GUnsrqrbqBSOxZzxQWO4vjB7w YcWpguBaizQ9589003yUj4yA0XFy+IAa/EozqD5rQ8uGa8VJfzAPIp7DsB2uSmQY T5QgsZ2LrJFFkDAug3aAByNbTxopvHuFjSBIRuGF2InaN7aKTZhn/FWPsV2WxMaH NKGMgAEvWxtczxcL2vg8Ci0ET4YiWSXQphKLfaBvZbI1U+VYYeWP1BzolFICByin Z5Zldp77vFyEOg2p+zWJvs1jkSRXzCW8xTcGAsrhT0sLzPutKnAn9/zzNgFYFdyG 8YLAMGaOHyQ= =9EjA -----END PGP SIGNATURE----- From skquinn@speakeasy.net Wed Sep 4 00:41:02 2002 From: skquinn@speakeasy.net (Shawn K. Quinn) Date: Tue Sep 3 23:41:02 2002 Subject: gnupg 1.0.7 compiled for Windows In-Reply-To: <029e01c25390$b773f0a0$a77f013d@c5> References: <20020902042648.6926.84270.Mailman@trithemius.gnupg.org> <20020903120844.E16144@asmoweb.hqda.pentagon.mil> <029e01c25390$b773f0a0$a77f013d@c5> Message-ID: <200209031641.38642.skquinn@speakeasy.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday September 3 2002 16:09, Aditya wrote: [someone else wrote:] > > And what answer would I get if I asked Microsoft about running MS > > Office on my Linux box? > > > > Tony > > USE wine from http://winehq.com :) > > maybe you already knew it -- buggy but most of the stuff works > including msoffice 2000 This is actually a violation of the EULA on new versions of Microsoft=20 products. I don't agree with it in the least and doubt it could be=20 enforced, but it is there. - --=20 Shawn K. Quinn -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE9dSyQQVXDBVmaIp0RAqrSAJ4wGv9xtJXiU407dmYeRo2Q3SHHdACeIiVK zuUKe1X9bKnMZlCSZRIX7MI=3D =3D1+2Y -----END PGP SIGNATURE----- From eugen@leitl.org Wed Sep 4 02:34:01 2002 From: eugen@leitl.org (Eugen Leitl) Date: Wed Sep 4 01:34:01 2002 Subject: gnupg 1.0.7 compiled for Windows In-Reply-To: <200209022046.WAA01462@vulcan.xs4all.nl> Message-ID: On Mon, 2 Sep 2002, Johan Wevers wrote: > Not everyone who develops open soucre software is so principial not to use > copied software without paying. The windows tools I distribute from my site It's not the question of being true to some (abstract) principles. On the short term, at least. It's rather: can you afford to pay the bill on the long run? You're starting to rely on something which is a) out of your control b) has a commercially-driven incentive to remain a) Good luck. You're going to need it. > are GPLed, but I certainly didn't pay the official price for the compiler I > used (actually I copied it from a former employer with his consent). The first one is always for free. Unless you've got your private, quite unlimited stash you're heading right on towards neck-irons, buster. Have fun in the salt mines. You'll like it in there. From mrunknown@postmark.net Wed Sep 4 03:35:02 2002 From: mrunknown@postmark.net (eric h) Date: Wed Sep 4 02:35:02 2002 Subject: Script use of GPG Message-ID: <20020904003933.8713.qmail@www1.postmark.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hello, im trying to use GnuPG to call from a PHP script to encrypt email submitted from a form. Unfortunately, i cant seem to get it to work. basically my question is how can i get GnuPG to operate with basically no environment. specify all the files needed on the command line? currently this is what the output of the script gives in stderr: gpg: keyblock resource `/root/.gnupg/secring.gpg': file open error gpg: Warning: unsafe ownership on file "/home/eric/public_html/gpg/gpgkeys.pub" gpg: /root/.gnupg/trustdb.gpg: can't access: Permission denied gpg: fatal: can't init trustdb: trust database error secmem usage: 1408/1408 bytes in 2/2 blocks of pool 1408/16384 the same command works just fine if i type it all out on the command line and operate it. anyone know a way to get around this? - -- eric.h mrunknown at postmark dot net -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9dVVktSoep668WJMRAppEAJ4tiaM5uPXkyUZ+edruPlo5irLrggCgjIvx Tcd0IdzS3vT2NJh5LzXW644= =CuDg -----END PGP SIGNATURE----- From agreene@pobox.com Wed Sep 4 06:28:02 2002 From: agreene@pobox.com (Anthony E. Greene) Date: Wed Sep 4 05:28:02 2002 Subject: gnupg 1.0.7 compiled for Windows In-Reply-To: <029e01c25390$b773f0a0$a77f013d@c5>; from adityald2@gmx.net on Wed, Sep 04, 2002 at 02:39:57AM +0530 References: <20020902042648.6926.84270.Mailman@trithemius.gnupg.org> <3D72FC42.5060007@eepatents.com> <255217732.20020902111400@compuserve.com> <20020903120844.E16144@asmoweb.hqda.pentagon.mil> <029e01c25390$b773f0a0$a77f013d@c5> Message-ID: <20020903232900.A26408@cp5340> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 04-Sep-2002/02:39 +0530, Aditya wrote: >> And what answer would I get if I asked Microsoft about running MS >> Office on my Linux box? >> >> Tony > > >USE wine from http://winehq.com :) I know about Wine, Crossweaver, and VNC. But my question was "What answer would I get if I asked ___Microsoft___ ..." The point was that if you need a certain app to run correctly, you should run it in its native environment, and anyone will tell you that. Tony - -- Anthony E. Greene OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D AOL/Yahoo Messenger: TonyG05 HomePage: Linux. The choice of a GNU generation -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Anthony E. Greene 0x6C94239D iD8DBQE9dX3hpCpg3WyUI50RAgVmAKDwLaVfcdajqTXz8sCB6mxDP69keACcDwJF e9aIeodsdtMK0hmEumHeTdA= =EgjL -----END PGP SIGNATURE----- From eleuteri@myrealbox.com Wed Sep 4 10:46:02 2002 From: eleuteri@myrealbox.com (David Picón Álvarez) Date: Wed Sep 4 09:46:02 2002 Subject: correction, Re: HushMail interoperability References: <015501c25310$5b87be00$4f72893e@enterprise> <20020903160912.GA1033@akamai.com> Message-ID: <004601c253e7$83fc5c60$72854c51@enterprise> --nhRTz1fZ.5XiMkIG0nnxfhpcRy8C.PaU Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit I've desinstalled Sun's java and now the applet works so I have submitted my public key and got the public key from my correspondant. But I would like to know what mdc is for since I usually use automatic encryption and if I have to use this switch only with this person it would make my life slightly more difficult. --David. --nhRTz1fZ.5XiMkIG0nnxfhpcRy8C.PaU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iQQXAwUAPXW68oVy4iYQ9LKqFAJxJA//XCZ3p9A2I7WXuEW980PrHLpZnO2wVOck uwdN0jo3AUE0Gpz5IWl194PL//q79YIVHMkoCKiGyy66rGyE+1xVZOUVOIOWiY+a P/UvM4UuCaEW28E2Z7sKoYuWupbqxuthp4rbaoJicEd/LVEtw1yFraIoJUcqXSSm Poxg2/Mr6wt0im+6MQbnnkSCC8gSKrI8zrnXJBZ4j/PZ80D//GVenEg+2RS6+ypV lWrMCRMJbornf0pR5wNFaxFMzFAWJ6xTJBQndWdDQMTPLUNSF/sxMYC0G7J21Ncl uvYmc2kM5ipE8ibit3Z5vPqe25RSL+ZXT9vkA/5f8N3UIGQpquGBMKEVVA2oQueK RqL3hqJgDJt7hj8gQEuj0GtC4kVhhqc2DajyqKFngQq1XABgXbzMf9qAsHLTxpFO IWtxQGAKWIjx/6yPQffly4yCG68tNT6M2lqENH4zH60tKuiKYS6vQVS14MUIhv0D UkF/vVIHGwhOa+qJVYhQ3xFYSeLTf0gI+gdURShtueEqXa0am2w7X8NnmvrtBvGb gbStip+lPC+VoWJB3PYJkCJUXV6fTbJ8PqjPBo7FhNoIw9pSJlWlYY3N3TNdPxQs zB+RAH6F7gn7IKaf/aHUXP+CbzdNYrGAo6fUlqwhAwMUuJAeb012jFLpZP2y69Tc Bej+kijWh+YP/jeGCh9WMe8tHV4wsYPQ4e6q0cxB05WrTt1fDAj/amTefA5fAHbr x1M4CWOEo5eQ4sJQ52BZcP3RMNl0qpUoNcbLmpRgvGxxlvxoiT4k6h41I8RtNuf1 ajfCQsl+a7IujuCEcf6LRSfIQ6Gp3plTuJJglXbmuE8Lr/4xyayYeP0CsDLSHpf+ 0mRPrXHBt2YKAGXJeGEd3tB6KDzdCpzRATkU2efc9vd/qFPVsUOaze6icndWQ1UE pj94DkuxrA8sGhPQaEU5QN1+DtFF/xY0NPzMfRnGEa0uNsHOcjnce7Os9AvgvoGZ 0x9Tw+aPAF7HlmRTK/sZq5vq66XU68/ksbavN8CCDgSAzBwGbBw6hVhno7fTgyYk ZKTH4bJxYK/qOBi9fmmHj9irIbo+i5bbqzbOnFdHLMUurersM7vRpFADJNJGAllm 5LN04TJuG1KjobY44TopdydRwtqOm1bJArWcRTUCfSJpji/Uw0pdNlnOevXPr2j3 7g0a9mWSrcCEem7j49oJUyp10QJscsvWabF6j9G6yBzeZj6LbdnwrUlMk3KoOnuL 8la2lsWIAJQu1rieV0fBDP8Mh+mkYiodQUMbDdP3U6RWznfEg8t2vI5CGFLnfJqc 7WA+/PFidndmILAOMW/9JarGyG4Qr+WdIRPWd0QwsrKNbOmjpkgvRTrT =Ajqp -----END PGP SIGNATURE----- --nhRTz1fZ.5XiMkIG0nnxfhpcRy8C.PaU-- From eleuteri@myrealbox.com Wed Sep 4 10:56:01 2002 From: eleuteri@myrealbox.com (David Picón Álvarez) Date: Wed Sep 4 09:56:01 2002 Subject: gnupg 1.0.7 compiled for Windows References: <200209022037.WAA01403@vulcan.xs4all.nl> Message-ID: <00aa01c253e8$eb962940$72854c51@enterprise> --CrRTz1fZ.5XiMkIG0nnxfhpcRy8C.PaU Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Hi, > Ah, come on, don't be too principal. I could compile it on Cygwin within > half an hour dispite the problems with the makefile and being unfamiliar > with the source code. Perhaps you should volunteer for the job? ;-) It's not about being too principled, it's just that when Werner says there are issues I tend to believe him. > This approach drives people to alternative sites like www.nullify.org, where > people can download patched versions that include and use IDEA and create v3 > RSA keys and SHA2 hashes without whining, just the things some GnuPG > developers dislike. First of all, we're talking GPL here so if the developers don't like it they're very free to keep disliking it while the nullify ppl keep on publishing. Moreover, there are nullify standard versions as well, such as the one I run, for example. If users think idea and v3 and sha2 are what they want, they have, I guess, the right to get it from nullify or code it in or whatever. --David. --CrRTz1fZ.5XiMkIG0nnxfhpcRy8C.PaU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iQQXAwUAPXW9TIVy4iYQ9LKqFALSfA/7BlR9kI4C7EzAZnUnr/YBBiL9q88ZOJkW JSVejjJVt3GikQDABc5yM/78CNi9ecJQW/64KPR4e0Bvt/Iie9D+f6/RGLAck0zd v4OzDsto9YsA8Dq+m28cQQRKSNhLFrMgoO8Vg8yVGrl3UNRx/av8XtsSpqPZAGY1 A23ccKGWytLRokHCbasstKv1CkYV7AUeGigKygDOOq/eAyin4nPpPKB0rC1M8hZn 6qayQKM0GpxKCBP16hOoyfAnRiUhzu+4pKlVhfmoKM/Mg0PAjptrMAWvKBzJIElS WzxkWV5HYaO2lHexWah//0qcmtJBmXHyfpSCq/Z8wh8wrpgNTx0nsxN3Zmt6SHjy jYFJq/kGyUUTRRSkRKKJNwdGVU6DqxgvitpTDnesMMwY66SAVz5JfI0JMW7EJrA2 e7WfjNYHsjNPl2SIeCEo9THZptgvfZpijMjOA7pfBBQqWRmhrEd5JPsKFfL7taIU gjPCYVfebIN7GuVDDJC+f3+goik0oowXA07DAjPdVJch9JtmQFzJKoew8ziysJDY guQxErjaISfbJ389VqOqWj4towjBQgzqRd1HEYWG7BFMfSeGUzdcdPWQp17iGVUm bWqgXFe70e9ig4uYZkGq02KhbckAqB3/P8t0cY/2HdXKu00aPUnFXrMTUnmyC9oD D7+wm1mFyXkP/12R/d1EWVfDE0ZiAI35nS1blGrhGuYFWfY+HnxqxROPdvqId9O1 B37SrmrOsEpZ+MZmO+qcRmKSpLMWyp1fZtUnC3UTGF0tpqWKJ6QjpHhdCqa/nmYT qcZIIpZu8JUv5rzh57zgFO82jkdOLkeAFySrt8hjqpbVD1mj/xpcS13zEYBiNLyw nmu+XFBiUbBOH4GCdHlwouLyN2U1x4fZZ4l+3gX88l697xxvq6xgBTAkH19MZFb7 rdr52aBIS8G5X3tN0vycaK0xKHiz1kgpFZSqxksRPeBcfGLjHis6srYgP3RiiAg1 pFr1Mg9wCTnJUBVoXujOc+xDYzIgY2Khd94/wEYaqgKLHOxJfYJnIcFfqFGLffuY n0FFbUemKB+JAvt7ReDOCaKOgkRrY3A2bptL44WgkUcqRMJIXcaW6ee3B/TUL0RK VVS16+lW55y8+r6ipE9s/bReA492g+2HhFpKO1WnIrfi+BRDa5C9RSodBbmhA3Ul 9Afr6rlPVGtA6SEn6i7BM6UrRnCwHRsSwteRGQRfLdWNi72lvuxIgHoY6GDNIF4C ifkZ0VbOG1MNU+PAwzA1buQpwedVEDXTLrsYgOv3+79DR5rXgExJqiqHiNDQaGdD aOIDyJV2HdOV31p3+C59KrJbHwnFVwf6q+mQo6rMLkpwxhzy1fl9nD36 =L/Vm -----END PGP SIGNATURE----- --CrRTz1fZ.5XiMkIG0nnxfhpcRy8C.PaU-- From lurq_gnupg@yahoo.com Wed Sep 4 13:09:02 2002 From: lurq_gnupg@yahoo.com (=?iso-8859-1?q?john=20clark?=) Date: Wed Sep 4 12:09:02 2002 Subject: problem with --groups Message-ID: <20020904101032.25727.qmail@web21304.mail.yahoo.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 Hi guys, I can't make groups work. $ gpg --group hello "0x382c2523" "0x8692324" "0x48125CF2" gpg: no values for group "hello" What am I doing wrong? Thanks. - - Jed -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.1.91 (GNU/Linux) Comment: http://pr0wler.scripterz.org/pubkey.html iD8DBQE9dGTIluOtB0iIhFgRA7nHAJwPEcwca7nGal3nYHxWHUIBpx90uQCguVF9 g8QPzN/6Jjqu6xz+QCRpX88= =HnJM -----END PGP SIGNATURE----- __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com From lurq_gnupg@yahoo.com Wed Sep 4 13:17:02 2002 From: lurq_gnupg@yahoo.com (=?iso-8859-1?q?john=20clark?=) Date: Wed Sep 4 12:17:02 2002 Subject: new option: --conventional-cipher-algo ALGO (?) and --very-quiet Message-ID: <20020904101805.58060.qmail@web21302.mail.yahoo.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 Hi, I have some scripts running off gpg's conventional encrypt option. The thing is, I would like to be able to set a cipher algo which can be used *only* in the conventional encrypt option. I tend to use cipher-algo ALGO in the options file but this wreaks havoc whenever I try to encrypt a message to someone who doesn't prefer my chosen algo. I could just set this in the script and be done with all this problem but I'm too stubborn I guess. Is there a way to do this? One more thing. Some stderr messages won't go away with --quiet option, like: gpg: NOTE: THIS IS A DEVELOPMENT VERSION! or gpg: TWOFISH encrypted data While I'm aware that some of these messages are very important (ie. dev version warning), I just hope some stderr messages be attenuated to aid in script expression parsing stuff. Or maybe just pass the scripting details to the user :) Thanks everyone! PS: While browsing the August user mailing list, I found an old subject that was not really asked but implied, concerning passphrase passing in scripts... On August 6, 2002 Daniel Carrera wrote: > Yeah, the best thing is to write the program entirely in Perl. > That is, unless the shell has some method of turning off output to the > screen. > Furthermore, if we do an 'echo "password" | gpg ...", that too would show > up on 'ps'. stty(1) can address this prob (if you're as hardheaded as me and think you can do *everything* in shell alone :) through the command: $ stty -echo # which turns off terminal echoing $ stty echo # turns it back on - - Jed -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.1.91 (GNU/Linux) Comment: http://pr0wler.scripterz.org/pubkey.html iD8DBQE9dGUFluOtB0iIhFgRA2DhAJ0VAoC0a3YYrWIY4xQ3Kz67bdfWTgCgoRqz 7o6qhsxwdOGXnUjB8SbeVlI= =SM6Y -----END PGP SIGNATURE----- __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com From empson@lmphotonics.com Wed Sep 4 13:38:01 2002 From: empson@lmphotonics.com (Mark Empson) Date: Wed Sep 4 12:38:01 2002 Subject: Script use of GPG Message-ID: This is a multi-part message in MIME format. ------=_NextPart_000_0000_01C25464.827C4440 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit I had major problems getting GNUpg to run in a script on my server, (worked fine from the command line under telnet!), but eventually found that provided that the script is located in the cgi-bin directory, there is no problem. For PHP, I installed a wrapper for gpg in the cgi-bin directory and call that from my PHP form located elsewhere. Works well. Found the same using perl. Best regards, Mark Empson. empson@lmphotonics.com ------=_NextPart_000_0000_01C25464.827C4440 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I had = major problems=20 getting GNUpg to run in a script on my server, (worked fine from the = command=20 line under telnet!),  but eventually found that provided that the = script is=20 located in the cgi-bin directory, there is no problem. = For PHP, I = installed a wrapper=20 for gpg in the cgi-bin directory and call that from my PHP form located=20 elsewhere. Works well. Found the same using perl.
Best=20 regards,
Mark=20 Empson.
empson@lmphotonics.com<= /FONT>


 

 
------=_NextPart_000_0000_01C25464.827C4440-- From Friedhelm.Waitzmann@web.de Wed Sep 4 13:56:01 2002 From: Friedhelm.Waitzmann@web.de (Friedhelm Waitzmann) Date: Wed Sep 4 12:56:01 2002 Subject: Testing if all works In-Reply-To: <1030340752.4348.3.camel@munshi.d2g.com>; from mails@munshi.d2g.com on Mon, Aug 26, 2002 at 11:15:51AM +0530 References: <1030340752.4348.3.camel@munshi.d2g.com> Message-ID: <20020904125700.D11459@gspc18.informatik.uni-stuttgart.de> On Mon, Aug 26, 2002 at 11:15:51AM +0530, Amish K. Munshi wrote: >How do I check weather the entire encryption and decryption >is working properly, and if the receipent of my mail has pgp >or gnupg installed, then he is able to check that the mail >is authentic. What about of creating a second GnuPG home using the environment variable GNUPGHOME or the option --homedir directory? Then you can import your public keys from the keyserver into this second GnuPG home like any receipient of your mail would do. Or have I missed the point? From stp1800@earthlink.net Wed Sep 4 14:01:01 2002 From: stp1800@earthlink.net (Tommy Moore) Date: Wed Sep 4 13:01:01 2002 Subject: Gpg and pine Message-ID: Hi guys. Is there any place I can get a howto or some form of documentation for using gpg with pine? I've used mutt before and that program can work in conjunction with gpg but I don't know if pine can do the same. Thanks for any help you may be able to offer. Tommy From agreene@pobox.com Wed Sep 4 14:07:01 2002 From: agreene@pobox.com (Anthony E. Greene) Date: Wed Sep 4 13:07:01 2002 Subject: Gpg and pine In-Reply-To: ; from stp1800@earthlink.net on Wed, Sep 04, 2002 at 07:02:00AM -0400 References: Message-ID: <20020904070729.A28680@cp5340> gpg: Invalid passphrase; please try again ... -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 04-Sep-2002/07:02 -0400, Tommy Moore wrote: >Is there any place I can get a howto or some form of documentation for >using gpg with pine? >I've used mutt before and that program can work in conjunction with gpg >but I don't know if pine can do the same. Look fro gpgpine or pgp4pine. I think they both work with GnuPG also. Tony - -- Anthony E. Greene OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D AOL/Yahoo Messenger: TonyG05 HomePage: Linux. The choice of a GNU generation -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Anthony E. Greene 0x6C94239D iD8DBQE9delvpCpg3WyUI50RAgHNAKDC+tCBvb/FTg+pXNjPepZLWlJyBACdH2WA ljgZQrHRDzH/h2cCTan3jJM= =HaO3 -----END PGP SIGNATURE----- From eugen@leitl.org Wed Sep 4 14:13:01 2002 From: eugen@leitl.org (Eugen Leitl) Date: Wed Sep 4 13:13:01 2002 Subject: Gpg and pine In-Reply-To: Message-ID: On Wed, 4 Sep 2002, Tommy Moore wrote: > Hi guys. > Is there any place I can get a howto or some form of documentation for > using gpg with pine? http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe=UTF-8&q=pine+pgp&btnG=Google+Search http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=pine+gpg&btnG=Google+Search > I've used mutt before and that program can work in conjunction with gpg > but I don't know if pine can do the same. I'm going the opposite way (pine->mutt). I've had a working 1.0.6 GPG setup with pine (pgp4pine), but it broke when I upgraded to 1.0.7. So stick with 1.0.6. Why would you want to migrate from mutt, anyway? It's a much superior mailer. > Thanks for any help you may be able to offer. From dshaw@jabberwocky.com Wed Sep 4 14:30:02 2002 From: dshaw@jabberwocky.com (David Shaw) Date: Wed Sep 4 13:30:02 2002 Subject: problem with --groups In-Reply-To: <20020904101032.25727.qmail@web21304.mail.yahoo.com> References: <20020904101032.25727.qmail@web21304.mail.yahoo.com> Message-ID: <20020904113009.GA2725@akamai.com> On Wed, Sep 04, 2002 at 11:10:32AM +0100, john clark wrote: > > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: RIPEMD160 > > Hi guys, > > I can't make groups work. > > $ gpg --group hello "0x382c2523" "0x8692324" > "0x48125CF2" > gpg: no values for group "hello" > > What am I doing wrong? gpg --group "hello 0x382c2523 0x8692324 0x48125CF2" David -- David Shaw | dshaw@jabberwocky.com | WWW http://www.jabberwocky.com/ +---------------------------------------------------------------------------+ "There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." - Jeremy S. Anderson From ftobin@neverending.org Wed Sep 4 18:10:01 2002 From: ftobin@neverending.org (Frank Tobin) Date: Wed Sep 4 17:10:01 2002 Subject: Gpg and pine In-Reply-To: Message-ID: Eugen Leitl, on 2002-09-04, wrote: > http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe=UTF-8&q=pine+pgp&btnG=Google+Search > http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=pine+gpg&btnG=Google+Search Searching on the terms "Pine GnuPG" instead of 'gpg' is probably better, since the 'gpg' is just the name of the binary. -- Frank Tobin http://www.neverending.org/~ftobin/ From dshaw@jabberwocky.com Fri Sep 6 09:47:02 2002 From: dshaw@jabberwocky.com (David Shaw) Date: Fri Sep 6 08:47:02 2002 Subject: correction, Re: HushMail interoperability In-Reply-To: <004601c253e7$83fc5c60$72854c51@enterprise> References: <015501c25310$5b87be00$4f72893e@enterprise> <20020903160912.GA1033@akamai.com> <004601c253e7$83fc5c60$72854c51@enterprise> Message-ID: <20020904172437.GB668@akamai.com> On Wed, Sep 04, 2002 at 09:48:52AM +0200, David Pic=F3n =C1lvarez wrote: > I've desinstalled Sun's java and now the applet works so I have submitt= ed my > public key and got the public key from my correspondant. >=20 > But I would like to know what mdc is for since I usually use automatic > encryption and if I have to use this switch only with this person it wo= uld > make my life slightly more difficult. The MDC is essentially a hash of the document, encrypted along with the document. Think of it as a mini-signature to verify that the document was not tampered with in transit. It prevents some attacks against a message that involve such tampering. Admittedly, those attacks are extremely difficult to pull off. You can read http://www.counterpane.com/pgp-attack.html for all the details. David --=20 David Shaw | dshaw@jabberwocky.com | WWW http://www.jabberwocky.co= m/ +------------------------------------------------------------------------= ---+ "There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." - Jeremy S. Anderson From rmalayter@bai.org Fri Sep 6 09:47:05 2002 From: rmalayter@bai.org (Ryan Malayter) Date: Fri Sep 6 08:47:05 2002 Subject: GnuPG and Windows Registry variables Message-ID: <22FD1855C2B16C40A1F6DE406420021E01482EBD@mail.bai.org> For some reason, Win32 ports of GnuPG 1.1.91 doesn't appear to handle the REG_EXPAND_SZ registry data type correctly. For example, I want to change the HKLM\Software\GNU\GnuPG\HomeDir setting from a static string data type to a REG_EXPAND_SZ type, with value "C:/Documents and Settings/%USERNAME%/Application Data/GnuPG". This should, in theory, allow multiple users to have individualized options for GnuPG on the same machine. The %USERNAME% is supposed to be replaced by the current user when the value is read from the registry, returning a customized user's Windows 2000 profile path for each user. I thought Windows would handle this variable replacement itself, because it works transparently for several other programs I use frequently. However, when I change HomeDir to REG_EXPAND_SZ with the value mentioned above, I get these errors from GnuPG: gpg: keyblock resource `C:/Documents and Settings/%USERNAME%/Application Data/GnuPG\secring.gpg': file open error gpg: keyblock resource `C:/Documents and Settings/%USERNAME%/Application Data/GnuPG\pubring.gpg': file open error Obviously, %USERNAME% isn't getting replaced as it theoretically should. I'd really like to deploy GnuPG/WinPT to our user workstations, but many are multi-user machines, and I cannot expose the same key rings to both users. This issue is my only remaining stumbling block; I've got everything else working well enough.=20 Perhaps GnuPG is reading the registry in some way that doesn't automatically expand the variable? Does anybody have a clue about how I might fix this issue?=20 Thank you, Ryan Malayter Sr. Network & Database Administrator Bank Administration Institute Chicago, Illinois, USA PGP Key: http://www.malayter.com/pgp-public.txt ::::::::::::::::::::::::::::::: Politics is supposed to be the second-oldest profession. I have come to realize that it bears a very close resemblance to the first.=20 -Ronald Reagan From eugen@leitl.org Fri Sep 6 09:47:08 2002 From: eugen@leitl.org (Eugen Leitl) Date: Fri Sep 6 08:47:08 2002 Subject: gnupg 1.0.7 compiled for Windows In-Reply-To: <200209022046.WAA01462@vulcan.xs4all.nl> Message-ID: On Mon, 2 Sep 2002, Johan Wevers wrote: > Ah, come on, CD-R's are cheap today. :-) Yeah, if you've got good dealer connections, you can always get good drugs. Unfortunately, it's very illegal, and dealers frequently get busted. Clean syringes are getting more expensive, too, because they're so in demand. So sometimes you suddenly run out of your source, and have to face cold turkey right into the eye. Kinda sucks, eh? > Not everyone who develops open soucre software is so principial not to > use copied software without paying. The windows tools I distribute > from my site are GPLed, but I certainly didn't pay the official price > for the compiler I used (actually I copied it from a former employer > with his consent). I'm happy for you that you've got a good source now, and are confident you can sustain your habit in the future. Unfortunately, many people are not as lucky as you. I hear they're into seeds, spore prints and starter cultures now. It's sure nice to be completely in control of your means of production, don't you agree? From johanw@vulcan.xs4all.nl Fri Sep 6 09:47:11 2002 From: johanw@vulcan.xs4all.nl (Johan Wevers) Date: Fri Sep 6 08:47:11 2002 Subject: gnupg 1.0.7 compiled for Windows In-Reply-To: <00aa01c253e8$eb962940$72854c51@enterprise> from =?UNKNOWN-8BIT?Q?David_Pic=F3n_=C1lvarez?= at "Sep 4, 2002 09:58:55 am" Message-ID: <200209041839.UAA01092@vulcan.xs4all.nl> David Pic=F3n =C1lvarez wrote: >> Ah, come on, don't be too principal. I could compile it on Cygwin with= in >> half an hour dispite the problems with the makefile and being unfamili= ar >> with the source code. > Perhaps you should volunteer for the job? ;-) I have no problems distributing the binaries I compiled, but they didn't work quite OK - according to Werner some issues with different libraries having different opinions about file descriptor numbers. > It's not about being too principled, it's just that when Werner says th= ere > are issues I tend to believe him. I agree, but since there are compatibility issues between 1.0.6 and 1.0.7 using 1.0.6 on win32 causes problems for me. At my work, I use a CD-R wit= h my keys on it on a win2000 machine, but that CD is nurnt from my Linux partition at home. When I upgraded the Linux version to 1.0.7 I was force= d to do that too on the win2000 machine. For obvious reasons I don't keep copies of my secret key on the harddisk of the computer at work. > If users think idea and v3 and sha2 are what they want, they have, I gu= ess, > the right to get it from nullify or code it in or whatever. Of course, I don't dispute that (in fact, I did some work on the SHA2=20 clearsignature patch myself). --=20 ir. J.C.A. Wevers // Physics and science fiction site: johanw@vulcan.xs4all.nl // http://www.xs4all.nl/~johanw/index.html PGP/GPG public keys at http://www.xs4all.nl/~johanw/pgpkeys.html From johanw@vulcan.xs4all.nl Fri Sep 6 09:47:15 2002 From: johanw@vulcan.xs4all.nl (Johan Wevers) Date: Fri Sep 6 08:47:15 2002 Subject: gnupg 1.0.7 compiled for Windows In-Reply-To: from Eugen Leitl at "Sep 4, 2002 01:34:44 am" Message-ID: <200209041831.UAA00977@vulcan.xs4all.nl> Eugen Leitl wrote: > The first one is always for free. Unless you've got your private, quite > unlimited stash you're heading right on towards neck-irons, buster. > > Have fun in the salt mines. You'll like it in there. Fortunately I don't live in a police state like the USA, so this is a bit premature. :-) -- ir. J.C.A. Wevers // Physics and science fiction site: johanw@vulcan.xs4all.nl // http://www.xs4all.nl/~johanw/index.html PGP/GPG public keys at http://www.xs4all.nl/~johanw/pgpkeys.html From jmantor@nycap.rr.com Fri Sep 6 09:47:23 2002 From: jmantor@nycap.rr.com (Jason S. Mantor) Date: Fri Sep 6 08:47:23 2002 Subject: CR-LF on OpenVMS ? In-Reply-To: <9A86613AB85FF346BB1321840DB42B4BDF2C69@jupiter.fchn.com> Message-ID: I wish it was an FTP problem : ( It was emailed from site to site as an attachment. A few people have mentioned canonical text mode, would that help me out here ? Thanks, -JSM -----Original Message----- From: gnupg-users-admin@gnupg.org [mailto:gnupg-users-admin@gnupg.org]On Behalf Of Steve Butler Sent: Tuesday, August 27, 2002 12:11 PM To: Jason_Mantor@hesc.com; gnupg-users@gnupg.org Subject: RE: CR-LF on OpenVMS ? Is this before or after sending the file through an FTP transmission medium? We have problems with one client who uses WS-FTP to send encrypted files to us. They do this in binary mode. Still, somewhere along the path a random or two will be dropped (yes, in BIN mode). If they try the FTP two or three times in a row, the transmission will eventually send all the characters. So, is this after an FTP transmission and is the destination encrypted file the same size as the source encrypted file? If not, then you may have found a more serious problem. --Steve Butler Oracle Administrator First Choice Health Network -----Original Message----- From: Jason_Mantor@hesc.com [mailto:Jason_Mantor@hesc.com] Sent: Tuesday, August 27, 2002 8:27 AM To: gnupg-users@gnupg.org Subject: CR-LF on OpenVMS ? Hello, The financial aid industry in the US uses OpenPGP to secure file transmissions and we've built our systems around GPG. Everything has worked great so far, but we just encountered a problem with one of our schools who is using GPG on VMS. If they encrypt a text file that contains CR-LF's the decryption fails. Has any else encountered this ? -JSM _______________________________________________ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. _______________________________________________ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users From bobmathews@alumni.calpoly.edu Fri Sep 6 09:47:38 2002 From: bobmathews@alumni.calpoly.edu (Bob Mathews) Date: Fri Sep 6 08:47:38 2002 Subject: correction, Re: HushMail interoperability In-Reply-To: <015c01c25311$a399a4a0$4f72893e@enterprise> References: <015c01c25311$a399a4a0$4f72893e@enterprise> Message-ID: <20020903162404.8F7609D14@cabbit.cat> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wednesday 31 December 1969 04:00 pm, David Picón Álvarez wrote: > > Not true, really. If you get them to send you their keys, you won't have > > to use Hushmail's web form at all. > > The users in question are kind of clueless so this is more than they can do > ;-) Here's a perl script that fetches hushmail keys using their xml api. It could use some work, but it gets the job done. The xml api used to be documented on their web site, but I couldn't find it when I looked just now. You can always read the source code at http://www.hush.ai/. I don't see any restrictive license agreements. -bob #!/usr/bin/perl -w use strict; use LWP::UserAgent; use HTTP::Request; my $url = "https://keys1.hush.com/"; die "usage: hushkeys addresses...\n" unless @ARGV; my $ua = LWP::UserAgent->new(); my $req = HTTP::Request->new(POST => $url); $req->header("Content-Type" => "text/xml"); $req->content(join "", '', '', map(qq[], @ARGV), '', ); my $resp = $ua->request($req); die "Request failed: ".$resp->message()."\n" unless $resp->is_success(); my $content = $resp->content(); $content =~ s/(?=-----BEGIN PGP PUBLIC KEY BLOCK-----)/\n/g; print $content; -----BEGIN PGP SIGNATURE----- iD8DBQE9dOIIPgDecCrBEpcRAq+iAKCOeSLQYO/Zq0YHBlvvefqchaiBtwCdF7WF uh6e+RQj7T0KfHURsuKCZs8= =X7pW -----END PGP SIGNATURE----- From hrabcak@phf.euke.sk Fri Sep 6 09:47:42 2002 From: hrabcak@phf.euke.sk (Hrabcak Rado) Date: Fri Sep 6 08:47:42 2002 Subject: Problem using keys in Win32 Message-ID: Hello, I'm not member of the list so if you can reply to From address. (thanks) I have had keys from pgp (win32). Those keys work in pgp (win32), pgp (linux), gpg (linux). But when I want to use the same keys in windows version of gnupg 1.0.6-2 I got this: D:\ | duffy>gpg -se -r duffy Readmre gpg: [don't know]: invalid packet (ctb=00) gpg: read_keyblock: read error: invalid packet gpg: enum_keyblocks failed: invalid keyring gpg: no default secret key: invalid keyring gpg: Readmre: sign+encrypt failed: invalid keyring When I generate keys in windows version of gpg they work in gpg (linux). I can't understand this. Could someone help me please? Thanks -- rado (duffy) hrabcak . .t-e-l. + 421 905 669 362 .m-a-i-l. duffy@duffy.sk .i-c-q. 25915231 .w-e-b. www.duffy.sk From eleuteri@myrealbox.com Fri Sep 6 13:22:02 2002 From: eleuteri@myrealbox.com (David Picón Álvarez) Date: Fri Sep 6 12:22:02 2002 Subject: correction, Re: HushMail interoperability References: <015501c25310$5b87be00$4f72893e@enterprise> <20020903160912.GA1033@akamai.com> <004601c253e7$83fc5c60$72854c51@enterprise> <20020904172437.GB668@akamai.com> Message-ID: <002e01c2558f$ad6a3be0$f4994c51@enterprise> --TA9Uz1fZ.5XiMkIG0nnxfhpcRy8C.PaU Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit > It prevents some attacks against a message that involve such > tampering. Admittedly, those attacks are extremely difficult to pull > off. You can read http://www.counterpane.com/pgp-attack.html for all > the details. THX for the information. I guess I'll have to consider the trade-off of security for convenience and think about it. --David. --TA9Uz1fZ.5XiMkIG0nnxfhpcRy8C.PaU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- iQQXAwUAPXiCnoVy4iYQ9LKqFAKloQ/+N+lIyaQdd8T/fSor6OG7216dkC2vAdHe /f9TjdTwTUQXtngqAq2JyAjBjAc1NqPMBHrPhwqbwUqND0XKeryibInS68YXjuNd xCPtGirax/RV5AcRM6CktK8dLUsZALEztH3Z6Vqo1cD7+57RuInJzS95zTEpMY+t MMAdOz0VsVz0hmPL+5y1aC6LfEIR4zWowAAbPQ375Su9QdnUqeQftcvr+QIc7Zk1 7pzwNyEa9PBC5XOzqC7pTwSjqy0dV2OYZVnI6nYBu7pb+9nyhkAqH0mRniKCCIwA EKBP0SJ7yiO5chKi7F+ChJQrYm2pORpoejuZzEO+fWApWg8TW96e1ET8woxRJOmD KkKq2vIjjgA8nD3S3CsxY/xR+53ObEG+5ATRESebjZmsxlIhN5OpS8qk5bGMPkhR qMeweem0//IN4/3mUcc0K8Mj9aD5kGcNF8cO+EqX0a7e8zOJsGXAOc3yCyOHUdmB hiRtzVSIKeSRCBIASCwQylYUR+lnb+1Hh+6eS2JzJpUnGvfx/btzqyI8ul2/pHjP aiIuqmuNaoboHJqR2W+45VHUstsRJQbH/oVaC7MncgGA9CsPsDx2wEvktqadm9jn QVCooqQSi1regllb5HaTj4Q/oOS3FNglA6d6utN0zdAVVRfj0sIDDIVXS7EslFzj 8kjoy5XGegAP/R90k1wT23L3iIGcnCdl4xlawDR28m2HFuWDCcxLw9U/6ubsFl9M SKozzuztAbQ6D8LzM45ELJws1MJwRET5j8YcWuDAJ5M6ixzGz097gDPqA21VRPbS pETFRXDkGQ18bL5UCVEo1bPAIu/ghNBSSs2pCAJ+whZ+LD6Er4jjSDqmm0mzRIip 1KU3/aEuW5MTNLPLHFryUR2H6lMDjJ8YbLjHVWKUcDuCWdjwpnFC01cfPGs9saW+ UhDgBBTSSYC98DaJaBAJV/ZdL3lCAHfr5GHlvzbyIJkGffvCxVL31yq5DlXt2vGp BxOmkCX882LDkkdlV1qVhxkcu0MexFEdPX0hgZZoEiko88ALkMv4hXXJSUTB0oJV m/O/ZHc/MX91PQBbMOTiL/HicPdAskhr8wmXsW6GzhATrmY2/3j3iZbgDvMVJk6X uTXZ7g+H1lUqOwIXcCBtxwPG3nHcBDNEQ6DdynA1zgifis7BC8L+XBPibEHLHXsB Y7xfj69Mjhb2C4EHum6leSvnRwtum57nTV78ShLt6LBF+GKo4wr17vewaL0YQp1d rWOPAhll4F7IPioITNKKySwJLdmqC2/aZL4EOlUeOfiK4m7/3KX9u1mBqka/kv2s 66xKd8kuqcCx54wlqje1WQZAzyX/oGxQ/8dvxEQd5a92kg5WnCsLfyx3 =X4X/ -----END PGP SIGNATURE----- --TA9Uz1fZ.5XiMkIG0nnxfhpcRy8C.PaU-- From hrabcak@phf.euke.sk Fri Sep 6 16:47:02 2002 From: hrabcak@phf.euke.sk (Hrabcak Rado) Date: Fri Sep 6 15:47:02 2002 Subject: Problem with gnupg in windows Message-ID: Hello, I'm using pgp in windows, the keys i use in pgp i use in linux pgp and linux gpg (1.0.6, 1.0.7). When I want to you those keys in gpg 1.0.6-2. When i want to use it with the same keys I always get this error: D:\ | duffy>gpg -se -r duffy Readmre gpg: [don't know]: invalid packet (ctb=00) gpg: read_keyblock: read error: invalid packet gpg: enum_keyblocks failed: invalid keyring gpg: no default secret key: invalid keyring gpg: Readmre: sign+encrypt failed: invalid keyring -- rado (duffy) hrabcak . .t-e-l. + 421 905 669 362 .m-a-i-l. duffy@duffy.sk .i-c-q. 25915231 .w-e-b. www.duffy.sk From mwood@IUPUI.Edu Fri Sep 6 17:04:02 2002 From: mwood@IUPUI.Edu (Mark H. Wood) Date: Fri Sep 6 16:04:02 2002 Subject: GnuPG and Windows Registry variables In-Reply-To: <22FD1855C2B16C40A1F6DE406420021E01482EBD@mail.bai.org> Message-ID: On Wed, 4 Sep 2002, Ryan Malayter wrote: > For some reason, Win32 ports of GnuPG 1.1.91 doesn't appear to handle > the REG_EXPAND_SZ registry data type correctly. > > For example, I want to change the HKLM\Software\GNU\GnuPG\HomeDir > setting from a static string data type to a REG_EXPAND_SZ type, with > value "C:/Documents and Settings/%USERNAME%/Application Data/GnuPG". > This should, in theory, allow multiple users to have individualized > options for GnuPG on the same machine. The %USERNAME% is supposed to be > replaced by the current user when the value is read from the registry, > returning a customized user's Windows 2000 profile path for each user. No, it's more complex than that. User profiles may be located anywhere; the form you give is only the default and may not be correct even then. To form a path to the Application Data directory, you need to expand %APPDATA% (if it exists on this platform). Thus: %APPDATA%\GnuPG Another approach is to ask the shell for the Application Data path and append the product name. Use: ShGetFolderPath(hwnd,CSIDL_APPDATA,NULL,SHGFP_TYPE_CURRENT,&pathbuffer) to get the path to the Application Data directory. The PSDK's Windows Programming Guidelines recommend this method. However, Application Data was not in the original Win32 design (or they didn't get around to implementing it for a while) so older platforms won't know what to do with either %APPDATA% or CSIDL_APPDATA. You need a fallback. > I thought Windows would handle this variable replacement itself, because > it works transparently for several other programs I use frequently. No, it won't. The current PSDK documentation states that one must run REG_EXPAND_SZ data through ExpandEnvironmentStrings() to get the proper substitutions. The difference between REG_SZ and REG_EXPAND_SZ appears to be only that the latter may be expanded while the former should not. I believe that the Registry APIs themselves use the same code paths for both types. -- Mark H. Wood, Lead System Programmer mwood@IUPUI.Edu MS Windows *is* user-friendly, but only for certain values of "user". From sbutler@fchn.com Fri Sep 6 19:20:02 2002 From: sbutler@fchn.com (Steve Butler) Date: Fri Sep 6 18:20:02 2002 Subject: CR-LF on OpenVMS ? Message-ID: <9A86613AB85FF346BB1321840DB42B4BDF2CDF@jupiter.fchn.com> It's possible. You can always take a wild swing and see if that provides solutions. I'm the kind that wants to know when and were it went sideways. Can you demonstrate that the file was able to be decrypted before the email but fails right after? That would point to the above solution. However, if it stops being able to be decrypted at a different step, then a different solution might be more apparent. -----Original Message----- From: Jason S. Mantor [mailto:jmantor@nycap.rr.com] Sent: Wednesday, September 04, 2002 8:31 PM To: gnupg-users Subject: RE: CR-LF on OpenVMS ? I wish it was an FTP problem : ( It was emailed from site to site as an attachment. A few people have mentioned canonical text mode, would that help me out here ? Thanks, -JSM -----Original Message----- From: gnupg-users-admin@gnupg.org [mailto:gnupg-users-admin@gnupg.org]On Behalf Of Steve Butler Sent: Tuesday, August 27, 2002 12:11 PM To: Jason_Mantor@hesc.com; gnupg-users@gnupg.org Subject: RE: CR-LF on OpenVMS ? Is this before or after sending the file through an FTP transmission medium? We have problems with one client who uses WS-FTP to send encrypted files to us. They do this in binary mode. Still, somewhere along the path a random or two will be dropped (yes, in BIN mode). If they try the FTP two or three times in a row, the transmission will eventually send all the characters. So, is this after an FTP transmission and is the destination encrypted file the same size as the source encrypted file? If not, then you may have found a more serious problem. --Steve Butler Oracle Administrator First Choice Health Network -----Original Message----- From: Jason_Mantor@hesc.com [mailto:Jason_Mantor@hesc.com] Sent: Tuesday, August 27, 2002 8:27 AM To: gnupg-users@gnupg.org Subject: CR-LF on OpenVMS ? Hello, The financial aid industry in the US uses OpenPGP to secure file transmissions and we've built our systems around GPG. Everything has worked great so far, but we just encountered a problem with one of our schools who is using GPG on VMS. If they encrypt a text file that contains CR-LF's the decryption fails. Has any else encountered this ? -JSM _______________________________________________ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. _______________________________________________ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users _______________________________________________ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. From apavelec@benefit-services.com Fri Sep 6 21:17:01 2002 From: apavelec@benefit-services.com (Adam Pavelec) Date: Fri Sep 6 20:17:01 2002 Subject: PGP Corporate Desktop Vulnerability Message-ID: <00b701c255d1$b0da0840$2027a8c0@apavelec> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello everyone, Foundstone Labs has discovered a flaw in PGP Corporate Desktop, version 7.1.1. You can read the details of this vulnerability at: http://www.foundstone.com/knowledge/randd-advisories-display.htm l?id=334 - --Adam -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAj148PEACgkQDwRQnkBSh2s7yQCeI/rqqYbsJ8qi+94eXmyFLQPv PM0AoOCVUbmj3VPdBw/lsh1BBYAcE3UL =TBvX -----END PGP SIGNATURE----- From dshaw@jabberwocky.com Fri Sep 6 22:43:02 2002 From: dshaw@jabberwocky.com (David Shaw) Date: Fri Sep 6 21:43:02 2002 Subject: correction, Re: HushMail interoperability In-Reply-To: <002e01c2558f$ad6a3be0$f4994c51@enterprise> References: <015501c25310$5b87be00$4f72893e@enterprise> <20020903160912.GA1033@akamai.com> <004601c253e7$83fc5c60$72854c51@enterprise> <20020904172437.GB668@akamai.com> <002e01c2558f$ad6a3be0$f4994c51@enterprise> Message-ID: <20020906194349.GB621@akamai.com> On Fri, Sep 06, 2002 at 12:25:08PM +0200, David Pic=F3n =C1lvarez wrote: > > It prevents some attacks against a message that involve such > > tampering. Admittedly, those attacks are extremely difficult to pull > > off. You can read http://www.counterpane.com/pgp-attack.html for all > > the details. >=20 > THX for the information. I guess I'll have to consider the trade-off of > security for convenience and think about it. You can get almost as good protection by always making sure that the messages you send are compressed. GnuPG does this by default unless the file is already compressed. David --=20 David Shaw | dshaw@jabberwocky.com | WWW http://www.jabberwocky.co= m/ +------------------------------------------------------------------------= ---+ "There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." - Jeremy S. Anderson From lurq_gnupg@yahoo.com Sat Sep 7 09:12:02 2002 From: lurq_gnupg@yahoo.com (=?iso-8859-1?q?john=20clark?=) Date: Sat Sep 7 08:12:02 2002 Subject: problem with --groups (Thanks) In-Reply-To: <20020904113009.GA2725@akamai.com> Message-ID: <20020907054421.93456.qmail@web21308.mail.yahoo.com> --- David Shaw wrote: > > gpg --group "hello 0x382c2523 0x8692324 0x48125CF2" > > David > So no equal signs either, like the one mentioned in the man page? You guys are as reliable as ever. Thanks. - Jed __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com From lurq_gnupg@yahoo.com Sat Sep 7 12:27:01 2002 From: lurq_gnupg@yahoo.com (=?iso-8859-1?q?john=20clark?=) Date: Sat Sep 7 11:27:01 2002 Subject: Incorporating other rnd sources In-Reply-To: <20020904113009.GA2725@akamai.com> Message-ID: <20020907054646.21895.qmail@web21306.mail.yahoo.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 Hi Werner, Is there a plan to be able to dynamically load a module (or even statically link) other rnd sources like Yarrow or *maybe* even Intel's firmware RNG in future versions? Pending their cryptographic reliability of course :) Thanks. - - Jed -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) Comment: iD8DBQE9eYYzluOtB0iIhFgRA0vWAJ0ZIUmL1qJeuWeeSOp/7QJg2/+vKgCeOlad aeQdtuWNeF4Gb9PfTgn9rxk= =W+DQ -----END PGP SIGNATURE----- __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com From alex@FUCKUP.fantastyka.net Sat Sep 7 12:46:02 2002 From: alex@FUCKUP.fantastyka.net (Janusz A. Urbanowicz) Date: Sat Sep 7 11:46:02 2002 Subject: Incorporating other rnd sources In-Reply-To: <20020907054646.21895.qmail@web21306.mail.yahoo.com> Message-ID: john clark napisa=B3[a]/wrote/schrieb: >=20 -- Start of PGP signed section. Your signature didn't validate properly.=20 > Is there a plan to be able to dynamically load a > module (or even statically link) other rnd sources > like Yarrow or *maybe* even Intel's firmware RNG in > future versions? I'm not Werner but I don;t think so about the latter. The RNG is to be supporrted by the OS (which happens in Linux nad AFAIK in Win32) then gpg uses the OS' facilities. Alex From wk@gnupg.org Sun Sep 8 13:38:02 2002 From: wk@gnupg.org (Werner Koch) Date: Sun Sep 8 12:38:02 2002 Subject: Incorporating other rnd sources In-Reply-To: <20020907054646.21895.qmail@web21306.mail.yahoo.com> (john clark's message of "Sat, 7 Sep 2002 06:46:46 +0100 (BST)") References: <20020907054646.21895.qmail@web21306.mail.yahoo.com> Message-ID: <87znus92zq.fsf@alberti.gnupg.de> On Sat, 7 Sep 2002 06:46:46 +0100 (BST), john clark said: > module (or even statically link) other rnd sources > like Yarrow or *maybe* even Intel's firmware RNG in No, it is a different design and we stick to our design. The Intel RNG must be supported by the OS for various reasons. If /dev/random uses it, GnuPG will use it. Salam-Shalom, Werner From htidore@yahoo.com Sun Sep 8 16:48:02 2002 From: htidore@yahoo.com (Hanny Tidore) Date: Sun Sep 8 15:48:02 2002 Subject: importing secring.skr Message-ID: <20020908134854.7596.qmail@web14003.mail.yahoo.com> Hi, I'm using Redhat 7.3 and would like to import my secring.pgp to GNUPG. How do I do that ? thanks -=Hanny __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com From adulau@foo.be Sun Sep 8 19:35:02 2002 From: adulau@foo.be (Alexandre Dulaunoy) Date: Sun Sep 8 18:35:02 2002 Subject: GnuPG server to make remote OpenPGP message Message-ID: Hello, I was wondering if somebody has already made a GnuPG server to sign, encrypt message via the network. My classical issue is not to have my private keyring with me. Is there somebody who has made this or something like that before ? There are some security issue with that but in some specific environnement this could be useful to have a remote GnuPG server. Thanks. adulau -- Alexandre Dulaunoy -- http://www.foo.be/ 3B12 DCC2 82FA 2931 2F5B 709A 09E2 CD49 44E6 CBCD --- AD993-6BONE "People who fight may lose.People who do not fight have already lost." Bertolt Brecht From graham.todd@ntlworld.com Sun Sep 8 22:54:01 2002 From: graham.todd@ntlworld.com (Graham) Date: Sun Sep 8 21:54:01 2002 Subject: Text Editor For Inline Signing/Encryption Message-ID: <200209082100.42096.graham.todd@ntlworld.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Increasingly, MUAs are using PGP/MIME exclusively for signing/encryption=20 and verifying/decryption, but many MUAs in Windows cannot handle this. Does anybody know of a text editor that I can use with, say, Sylpheed,=20 that will allow inline signing/encryption and verifying/decryption from=20 a GUI menu or button? I've searched on Google and Sourceforge and Freshmeat, but been unable=20 to find anything that fits the bill. Can anybody point me in the right=20 direction? - --=20 Graham GPG Key: send an email to encryption.keys@ntlworld.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.1.91 (GNU/Linux) Comment: Please sign and encrypt for internet privacy iD8DBQE9e6xlIwtBZOk1250RAte4AJ0Vvhae0MrWJf+ED6NEk0JRHbZdagCfbBTb NZIic87DzLE4Iqv9XCjjt2s=3D =3Dm09l -----END PGP SIGNATURE----- From ingo.kloecker@epost.de Mon Sep 9 01:46:02 2002 From: ingo.kloecker@epost.de (Ingo =?iso-8859-1?q?Kl=F6cker?=) Date: Mon Sep 9 00:46:02 2002 Subject: Text Editor For Inline Signing/Encryption In-Reply-To: <200209082100.42096.graham.todd@ntlworld.com> References: <200209082100.42096.graham.todd@ntlworld.com> Message-ID: <200209082312.08965@erwin.ingo-kloecker.de> =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sunday 08 September 2002 22:00, Graham wrote: > Increasingly, MUAs are using PGP/MIME exclusively for > signing/encryption and verifying/decryption, but many MUAs in Windows > cannot handle this. Although KMail will also use PGP/MIME as default in the future it will=20 always be possible to create inline signed/encrypted messages. > Does anybody know of a text editor that I can use with, say, > Sylpheed, that will allow inline signing/encryption and > verifying/decryption from a GUI menu or button? Sorry, I don't know of such a program. Did you also look for programs=20 which can sign/encrypt/verify the clipboard? Regards, Ingo =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9e70kGnR+RTDgudgRAo/nAJ9y2zHj7ReCiiKILBuVx8pPMfq1nACcDltB XTyYpO0cfM1txGYs4Tpi2sE=3D =3Dtple =2D----END PGP SIGNATURE----- From jharris@widomaker.com Mon Sep 9 04:18:02 2002 From: jharris@widomaker.com (Jason Harris) Date: Mon Sep 9 03:18:02 2002 Subject: intermediate (2002-09-08) keyanalyze results Message-ID: <20020909011847.GA4351@pm6-17.lft.widomaker.com> --zYM0uCDKw75PZbzx Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable New intermediate keyanalyze results are available at: http://jharris.cjb.net/ka/2002-09-08/ (which redirects to:) http://keyserver.kjsl.com/~jharris/ka/2002-09-08/ Earlier intermediate reports are also available, for comparison: http://keyserver.kjsl.com/~jharris/ka/ Even earlier monthly reports are at: http://dtype.org/keyanalyze/ --=20 Jason Harris | NIC: JH329, PGP: This _is_ PGP-signed, isn't it? jharris@widomaker.com | web: http://jharris.cjb.net/ --zYM0uCDKw75PZbzx Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9e/b1SypIl9OdoOMRAuAVAJ4r7tOAbcXbndZcu/VYBMhYETdNNgCdGWnS rHILAQH55WtwRoB4+KYPrdQ= =ly0R -----END PGP SIGNATURE----- --zYM0uCDKw75PZbzx-- From dshaw@jabberwocky.com Mon Sep 9 06:10:02 2002 From: dshaw@jabberwocky.com (David Shaw) Date: Mon Sep 9 05:10:02 2002 Subject: problem with --groups (Thanks) In-Reply-To: <20020907054421.93456.qmail@web21308.mail.yahoo.com> References: <20020904113009.GA2725@akamai.com> <20020907054421.93456.qmail@web21308.mail.yahoo.com> Message-ID: <20020909031047.GA675@akamai.com> On Sat, Sep 07, 2002 at 06:44:21AM +0100, john clark wrote: > --- David Shaw wrote: > > > > gpg --group "hello 0x382c2523 0x8692324 0x48125CF2" > > > > David > > > > So no equal signs either, like the one mentioned in > the man page? > > You guys are as reliable as ever. > Thanks. You are using a *development* version of GnuPG. Every time you run it, it starts up with: gpg: NOTE: THIS IS A DEVELOPMENT VERSION! gpg: It is only intended for test purposes and should NOT be gpg: used in a production environment or with production keys Development versions exist so people can play with them and find problems. They are not production releases. If you find a bug, even in the documentation, you could contribute a fix rather than scolding people about it... David -- David Shaw | dshaw@jabberwocky.com | WWW http://www.jabberwocky.com/ +---------------------------------------------------------------------------+ "There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." - Jeremy S. Anderson From dshaw@jabberwocky.com Mon Sep 9 06:12:01 2002 From: dshaw@jabberwocky.com (David Shaw) Date: Mon Sep 9 05:12:01 2002 Subject: importing secring.skr In-Reply-To: <20020908134854.7596.qmail@web14003.mail.yahoo.com> References: <20020908134854.7596.qmail@web14003.mail.yahoo.com> Message-ID: <20020909031235.GB675@akamai.com> On Sun, Sep 08, 2002 at 06:48:54AM -0700, Hanny Tidore wrote: > Hi, > > I'm using Redhat 7.3 and would like to import my > secring.pgp to GNUPG. > How do I do that ? It depends on which version of GnuPG you have (run 'gpg --version' to check). I'm assuming you are running 1.0.7 here. Anyway, to import your secring.pgp: gpg --import secring.pgp However, you'll likely need your pubring.pgp as well: gpg --import pubring.pgp 1.0.6 is similar, except you need to add a '--allow-secret-key-import' to the first import line. David -- David Shaw | dshaw@jabberwocky.com | WWW http://www.jabberwocky.com/ +---------------------------------------------------------------------------+ "There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." - Jeremy S. Anderson From wk@gnupg.org Mon Sep 9 11:09:01 2002 From: wk@gnupg.org (Werner Koch) Date: Mon Sep 9 10:09:01 2002 Subject: GnuPG server to make remote OpenPGP message In-Reply-To: (Alexandre Dulaunoy's message of "Sun, 8 Sep 2002 18:36:37 +0200 (CEST)") References: Message-ID: <87ofb7y3y3.fsf@alberti.gnupg.de> On Sun, 8 Sep 2002 18:36:37 +0200 (CEST), Alexandre Dulaunoy said: > Hello, > I was wondering if somebody has already made a GnuPG server to sign, > encrypt message via the network. My classical issue is not to have my > private keyring with me. Is there somebody who has made this or > something like that before ? So you mean something like this: ftp://ftp.gnupg.org/gcrypt/geam/ GEAM is a specialized mail transport agent (MTA) which takes care of encrypting all messages leaving your company. Encryption can be configured using flexible configuration files (similar to the email aliases file). Incoming mail can optionally be decrypted when the decryption key has been installed. The software uses the PGP/MIME standard (RFC3156) for handling the mail; in the near future support for S/MIME will also be available. GEAM is transparent for a user and can be used to make email communication much more secure without the need for training all users. Migration to desktop based encryption can easily be done on a per user base. Salam-Shalom, Werner From adulau@foo.be Mon Sep 9 11:42:02 2002 From: adulau@foo.be (Alexandre Dulaunoy) Date: Mon Sep 9 10:42:02 2002 Subject: GnuPG server to make remote OpenPGP message In-Reply-To: <87ofb7y3y3.fsf@alberti.gnupg.de> Message-ID: Yes and no. Yes, this is a solution for SMTP. No, I was more thinking about something like a gnupg application as server. When you can pass command to it via a secure way. A mix between the "emacs-server" like solution, an OCSP server and a pks server. Here is an example : network -------------------------- [application]-> [SPECIFIC-PROTOCOL] -> [GnuPG-server] auth / ident (command --encrypt X) (command --detach-sign X) (command x X) This could be also seen as a GPGME via remote. I just want to know if the idea is fully crazy or if could be done without major security issue. Thanks for any feedback. adulau On Mon, 9 Sep 2002, Werner Koch wrote: > > So you mean something like this: > > ftp://ftp.gnupg.org/gcrypt/geam/ > -- Alexandre Dulaunoy -- http://www.foo.be/ 3B12 DCC2 82FA 2931 2F5B 709A 09E2 CD49 44E6 CBCD --- AD993-6BONE "People who fight may lose.People who do not fight have already lost." Bertolt Brecht From shan@systrends.com Mon Sep 9 12:32:02 2002 From: shan@systrends.com (Shan Harter) Date: Mon Sep 9 11:32:02 2002 Subject: PGP Corporate Desktop Vulnerability In-Reply-To: <00b701c255d1$b0da0840$2027a8c0@apavelec> Message-ID: <001501c255d7$0ed25470$6400a8c0@syscorp.systrends.com> This is a multi-part message in MIME format. ------=_NextPart_000_0016_01C2559C.62737C70 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable >From site: Foundstone Labs Advisory - 090502-PCRO Advisory Name: Remotely Exploitable Buffer Overflow in PGP Release Date: September 5, 2002 Application: PGP Corporate Desktop 7.1.1 Platforms: Windows 2000/XP Severity: Remote code execution and plaintext passphrase disclosure Vendors: PGP Corporation (http://www.pgp.com) Authors: Tony Bettini (tony.bettini@foundstone.com) CVE Candidate: CAN-2002-0850 Reference: http://www.foundstone.com/advisories ---------------------------------------------------------------------- Overview: In many locations where PGP handles files, the length of the filename is not properly checked. As a result, PGP Corporate Desktop will crash if a user attempts to encrypt or decrypt a file with a long filename. A = remote attacker may create an encrypted document, that when decrypted by a user running PGP, would allow for remote commands to be executed on the client\'s computer. Detailed Description: A malicious attacker could create a filename containing:=20 <196 bytes><9 bytes><29 bytes> The attacker would then encrypt the file using the public key of the target user. In many cases, public keys often contain banners of the utilized PGP client software and it\'s associated version. This means an attacker could poll a PGP key server to find, with a reasonable level of accuracy, a large list of vulnerable clients. The encrypted archive could then be sent to the target user; potentially via a Microsoft Outlook attachment. The email attachment could have a filename such as \"foryoureyesonly.pgp\" or \"confidential.pgp\". When = the unsuspecting user decrypts the archive (either via autodecrypt or = manual), the overflow will occur if the file within the archive has a long filename. In some cases the attacker may also obtain the passphrase of the target user. PGP crashes immediately after the decryption of the malicious file and before the memory containing the passphrase is overwritten. Vendor Response: PGP has issued a fix for this vulnerability, it is available at: http://www.nai.com/naicommon/download/upgrade/patches/patch-pgphotfix.asp= Foundstone would like to thank PGP for their cooperation with the remediation of this vulnerability. Solution: We recommend applying the vendor patch. Disclaimer: The information contained in this advisory is copyright (c) 2002=20 Foundstone, Inc. and is believed to be accurate at the time of=20 publishing, but no representation of any warranty is given,=20 express, or implied as to its accuracy or completeness. In no=20 event shall the author or Foundstone be liable for any direct,=20 indirect, incidental, special, exemplary or consequential=20 damages resulting from the use or misuse of this information. =20 This advisory may be redistributed, provided that no fee is=20 assigned and that the advisory is not modified in any way. =09 =09 -----Original Message----- From: Adam Pavelec [mailto:apavelec@benefit-services.com] Sent: Friday, September 06, 2002 11:18 AM To: gnupg-users@gnupg.org Subject: PGP Corporate Desktop Vulnerability -----BEGIN PGP SIGNED MESSAGE-----=20 Hash: SHA1=20 Hello everyone,=20 Foundstone Labs has discovered a flaw in PGP Corporate Desktop,=20 version 7.1.1. You can read the details of this vulnerability=20 at:=20 http://www.foundstone.com/knowledge/randd-advisories-display.htm =20 l?id=3D334=20 - --Adam=20 -----BEGIN PGP SIGNATURE-----=20 iEYEARECAAYFAj148PEACgkQDwRQnkBSh2s7yQCeI/rqqYbsJ8qi+94eXmyFLQPv=20 PM0AoOCVUbmj3VPdBw/lsh1BBYAcE3UL=20 =3DTBvX=20 -----END PGP SIGNATURE-----=20 _______________________________________________=20 Gnupg-users mailing list=20 Gnupg-users@gnupg.org=20 http://listsgnupg.org/mailman/listinfo/gnupg-users =20 ------=_NextPart_000_0016_01C2559C.62737C70 Content-Type: application/ms-tnef; name="winmail.dat" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="winmail.dat" eJ8+IgcSAQaQCAAEAAAAAAABAAEAAQeQBgAIAAAA5AQAAAAAAADoAAEIgAcAGAAAAElQTS5NaWNy b3NvZnQgTWFpbC5Ob3RlADEIAQ2ABAACAAAAAgACAAEGgAMADgAAANIHCQAGAAsAOAAAAAUAMAEB A5AGAPAWAAArAAAACwACAAEAAAALACMAAAAAAAMAJgAAAAAACwApAAAAAAADAC4AAAAAAAMANgAA AAAAHgBwAAEAAAAkAAAAUEdQIENvcnBvcmF0ZSBEZXNrdG9wIFZ1bG5lcmFiaWxpdHkAAgFxAAEA AAAWAAAAAcJV1w2l1zWfRlEdTzC5P2DybRj5ZAAAAgEdDAEAAAAYAAAAU01UUDpTSEFOQFNZU1RS RU5EUy5DT00ACwABDgAAAABAAAYOACBdCtdVwgECAQoOAQAAABgAAAAAAAAAVol8DYk/rU+bPxoA InzzwMKIAAADABQOAQAAAAsAHw4BAAAAAgEJEAEAAABJEgAARRIAACk2AABMWkZ1BTkQXAMACgBy Y3BnMTI1gjIDQ2h0bWwxAzA/AQMB9wqAAqQD4wIAY2jBCsBzZXQwIAcTAoD/EAMAUARWCFUHshHV DlEDAd0Q1zIGAAbDEdUzBEYQ2VkS72Y0A8YRijUDxlR8YWgDcQKAEeMI7wn3O/sbfw4wNRyfHacd sQm0H4J3HXYR4QxgYwBQCwkBZDMmNhFgC6U0IBACKlwLDrIBkGcjADMgPCEARE9DVFlQRSAASFRN TCBQVUIATElDICItLy+IVzNDJcBEVEQk1CQ0LhFgVHIAcnRphwIgB0AlwEVOIj4R488jdyQgCqMo LDE5JDAk4kcoHiMQKoBFQUQoHTEENzckMFRJVExFRygdIwAO8FBHUBcRcoJwBbBhdGUgRAeQAGt0 b3AgVnVsXm4EkAGgAxAnUHkpfTj6NSQwLy2PKiIpHzOPKeYCNg7wPE1FVEEgxwWgAjAJ8HQ9IgXg JOMANS41MC40OTEAMy4xMTAwIiATJ5AHgD1HJ+BFUkH4VE9SKB0u0TJQLA8j4Q81HyPROBAkMEJP RFlHKB0igTx/Zzk2JDBE3ElWKBAjgwAhIAAAQPVzEWAjWTY0QN9B4iM7OOEr0VNQQU424AtgBBBo PTA3K8AzHcAyEC3KMCJwOQHQMDJAz0P/CQ4QNDgkMEZPTlR8IGYA0DkgBxM24RsRPa4jOLA4sAEg IACQejkg90ccGDADMGMT8AOyAdADMH1Bl0YDYSMsTME/MydBZeo6KYw1QGEvSaJHKUc3/0QtRtAy QUVSUZ9B3gHARzfvCqJSSAqAKYwwK9EmIECr/1JPPp8/r0C/Wn9bj1yYNsBHJVAkwEoQbGxTCrBj DQuAZ0XwYXNQYWRkY2IEA/BkdGg3YDihJR840AbgCyAEkGIxc3Vt+QDAcnk3YADAC4AoAV2J/wsI IpheL18/I2oRYGqAYA//LXA932jvaf9CSS1hOcFdj39EHk9WRE5zoil9SWImQXZiQTDwZ249MCJj RTf9Y9NnCFBKwwEgd1JwDHWA/mh1cQ6wKQFw33Hvcv5qkR9Zn0HxcCZXX2BvIGhl/3jSY5Zhig4w Yl9jb2IxCqPnfBRkq2QBZHllf2aPeT//bL9tznwlfx9r34nPit9ur/9vv4iPek97X5AfdK91spG/ H5LPRQ4CYADQMBBleHS/mA99i30fnW99/1gNMklx/FBSLcGGnwtkEkFNXJvfx6SfTdUIYG5kczAg MJDMIEwBoBixZHYEAAWwUHkgLSBGwDA4EDLALVBDUk9cMPAwkNcKgam0qEdOOQE6DIIH8JZlBGAv sGyosEV4C1CWbydQAaBsL8BCdQEg6RMxT3YEkGYbEAfgh8H/LwGppauhrNBFwC/BL6GrVBcGYAUw q8BiEzE1LCD3RuKuZhFwcAtQDeAvoCdx96tULw8wEzc4gDiAsReV0E5QC2AAMAWwbXOrVFcdC4Bk rdAEIEbhMC9Y/65XlbIGYK2BMQGrWjbhAQBWIJuABZB1J2IgAHBkniALU5tyuiBFwXBoJxD/rzGC wATwGxBkoBuAtvowUF8J8LYwESCyX7mjKA6wdFRwOiXAd79ALg4AcNIuBaBtKbwrQbmQGkDtvUZU AiCosEIRQCdgAwCzvrCnoXkusGDCE0ACENOnZr+6Q1YkwEO58YNA9a93Q0VwLUbiRpAyIAFA/7R4 q7CtMQnwShCrVL7Zw1y+L4KgqGMIkBDAqbQtyw/3zB/NL84/LamsrXKoYAfQ+6tQqbtJA6ADgaiw GxCx9P0EIHeAgBuAsqMRAKdwrND9BCBmAxAHkLCwg2AvwKzQ82IQg2Agb0FQ1GLT8jjyu63wyoZu q+C6IANgcASQ16wREPAFkGsJgC4RcAQg/GEgG4BkoCPAsLCyvzAT/wPwYaA24Lsx1PAGkLngqaX+ dREwBcAvoLAxBTAEIDAg/7lAx8Bk8AUxBbEFgdzT2DD/0/KDIdTh2DAbEGIQ1XfX4f/YQavSqaXb 4ZtBEzEAwNdR/xuAL6IDkdylCYC7cNJAZLB/NzHUQi+g0sIDoN1V4nFi76iw2DDbkqmlcqdgAwDe 0evY0bCwdwhgbLoQB0Ctwv+1Ud+1NuFkwadx3GKwYLlFf+JxucHUYamlRaAIkAIwXCxcJwQgv8Fw 6PFyLv+prC/gAZDUAboQL+EFA7Ij/6m80dGx0Sdw25Db0uDEBaC/5nLhZtV4NvILcWIBOgMwu6m0 mW4mI8ACgKYHPFUY7ypQXQDkgC+wc/Jv1NDzmY4+mM8jpivRRUlQKB3/8z/0SSpg9T/2T/df+Gui AO87MGEzgqHYUXP5b/p/VSfeMvwf/S/+PKmsVNRx4Jf/5lTUYeHn1TfkweXC1GLq8PsbULHgINew qLDVFPH1rKD8cmcRQOTD1+DRtrHwETD/1DELCNgQ1RA3IfEmZAAnIP8wkQ7i6Wm5kTDwS6C6ENjS 9+oUS3APAXeUIOGyuhCskP/qc0XB0kBKYOJirYEKcMGw/9fgB9AYkNHQrxDSoScg4C7/77QvcNpR 2DDY0gty26Gtgf/cYtPwp3DmMd5U4XGogCeQv6zCrNCtgEqA1RDgJmO5gPknEGN5sLDekQyS0iCo cLvdAUFQdjB1rNHqFHPrTe8H0uIIlCDXcGmtgO+lCQO/6IGvMBJB3HHUYgyJOxcRfzciSmGsEPH1 qGAXcBdwTT+x4NbwEnKtYLmQu8Bva/3vFGji4hTSuTGF0RdRJVf/76XjUCAB2xbVh2Sg13AToWlN IFwi5xF57uDnUHn/08DBsKwQv3Ipkd0SKZE28d/T8IQwIuMqtdfgV+OiEJn30qDu8NcQY8Ih3uDb k91V99xRB+IfxSiAkNRhrVAjwy+5kLkR3Mfn8XXukCks+wwW1HFvrYbaM9JAG0Ha0v8J195CrgEv iuNQ2BLesigd/+tN0bGogPECDeIvdOCq7pD7qIAz8GIPkwrDuujVFQyE39sp1+ARw9qS08FpZMDX wPsUAqwRYQ8RGGHUcd1VubL/1RXuiNPy4Ca6AeiA5xEhsX9BIqvBqKHxODt+FREzInf/t/EiwetN vPSrobsA0pGrQW+pu9M0PrGa8HUfggoBeP/nAzVB2BAcxhFRuBCwsKyQ/0WSJ8DsYayz2XDQxr7Z 8ODeacmjTnHnwsGwL7YxKoByb4KgL3W/gLswhDAv1ZQQdNdxc1CULb+BwQD7VvBKcC6a4Crgqbun SeZU/xFg17AhVA2QJSDY0kqkgJD/75LXAr5k3kPpeOdRPwNAp7tLDutNU3bwuZPQzVfZkN/nUOfC vQHdwLGxeQqGrYC/R5NQo+tOu5KjYPEActDN/wfSrgC1Ur5k8TXicTVjTFLnqFYVEe+wcHntAHjh vrB8Yymww/Hmp0iwsNGwY//X4BMD2BDogOohrYAI4ehj/xsk4aIJtNJw8QHVEfH1CwPX2rCC0bCw YrmQINag2EH/1uDTwOpBWBcNkhKxuzASQPVjk2cf8W6wsPH1m4BrMv/UMd0hPtCxwR+C3FOskNgR /xs13RLqwqzQIsEBAQ0zauH/baZdwRJR41DaUS+DwOPdEv+nSeiBEWCss+cSDZLFIFxR/9ih8fW2 EXXlrgCB0Cvi7pD/sLAuEiwhsLC5UW7hhYFwdP1IMXFKACLj8ebFQIXQDLDX2BDYVOXCZtbwbdRT 25H/MbOocHyDWIVhSdfg8eYU899jJ+Ei6IHnULuBdO0AaqH/18AOIdbwqGCEMAji42Fq4f+tMEWD 4Caa8JeRH4K6AeND/y+DYznWoriwPxArwGJ0bDTnWbeMHGTwPC+acpu5nu//UdCUAqAfkNr5UQKn lAKp8e+Jr6VPn+/4OTeIUozCjZP/i9ubz45Dq3KU2JErApeKv/2g6zP1EJIBoguJif8docFniIWa 74hwVEQBPZHTVDJSAT0xMAABnZBCT/xEWZ8voDMAcpmPmp+dP3/4dY5hlzGJcP8do6DAkn2/kr+T z5gsm8Kk8NohZFTAwD0iMTUlIqJpqV+5BMluYrsAAokTcGHGoPus35ikNZkSpPKiiZTjr7f/lc+W 35fvnr+fz7b/oe+i//G3TURJVrovuz+l/4f0A5kRAIBPQ0tRVU92VACgddE9+KBHwHRQeYNM8Kug TUFSR0nGACBSSUdIVPHQMHAeeKv6klbBkbSxXHFsv8SCKTG9r76/pr6/jzy8sWsR8YNhPSTFTQEB ewFI/xmQ3VDdMcFl7pGDoMGAQvD+dKwLxJ/FALKfqE+PGhFgh5kAqe+b0UZPTlQKAPMm0MIQVGFR sO6AxxR+oJMKcBGAPTKsC2Y1jnCsZnNkwM7pLdciT2Qh34ZQejHK5dcjmCwxwHK20X+M+Otlxa8E 5sCQrAuyikY1fAE6h38v3NqJiSBB/3rRF4AnwUzwC1D/GwAAxy/bBROnsVsmUmeQOlzw4cTOQOiA HPArwHQtGBLusPs+oE6iXdjP2d/a79v/3Q/96bRTd7Hev9/P4NfecIGwb4bQZiDswB9hbXSwR8Aw fjZmIOI/40/kVGTD5+A68jGb0EFN5x/oL+k/6k/761/3BFTlEO0f7i/g5oOgpVAhLS6ic0D84y5u oP5n9G/1f/aP95/4r+xlCxD+ai4x+j/7T+DXEcLxH/IvXeRUQ26gIqBoM0Q+oGvxZ5BwIFZLSv4/ /08AX/8L7wz/Dg+wq9NCBZ+y/7QPn7UfvA8TX6OvGYA8IdcgeiAJwG4zMR9ye/R4sHT/UJBfsYZg YWTXEaUfCD/IP/+MP41Pjl/RX9Jv03DUz9XRs9ZP1yBCRcJxBvNTwsAETkWrME1FU1NB/EdF2H8S fwX/Dr8PzxDf3ySf02HUXyZ/L4VIPnHDAPBTSEExKh8rL+CqFW//FnUhLy9/kZodXx5vH38gj/8j LyQ/JU8yXzNoZxBP0Hig/RsxeWXyNJ81rza/N8843/857zr/PA89Hz4vPz9AT0Ff70JvQ3/eFXQY THUAb9By0H9v0ICh5tAbMYPCdUBfsHf/hkIHAgnIB09OL+RUCmVFz/9G3ywvLT8uT0svUw9UHyb+ xxsxY+Br0TcuMWaRrW/zrn+viiBZdBBwoHWQe0H/hMB8M4HATbALYG/QWZ9ar/vkVH1mdgr/XO9d /18PYB//YS9iP2NPZF90eH5ABFxwD/9Hv0jPSd9K70v/TQ9sb08vf1A/UU9SX3Xvdv9+LwGoQTUx VmhX0GaroGhgdHDQOi8vd4uQLhygVkZB5sIva25vd8IAZM3YUC8KEFZQZC1qcOZwanNZMGnmoC1X YRxBed4uaGGr/OYA4eBko+JYMAXLwG7B0HtIWVBF5FJMwoBLIIsfjC+NPz2OTX2n0ZCR/XCbcFxj +GYxXG5wzumRz5Lfk+/fjlt6byKKGP8EykG4jnm//3Eva49sn4Jvcu9z/4WPhp8Th6+nZWw/79A9 MzP+NJ9/oI96/3wPfR+nP38//4BPgV+kn4N/hI+n36jvqf//1sUn4eFiq++s/64Prx+wL/+xP7JP pQoFQaX8wb+zT7Rf/7Vvtn+3j7ifua+6vyePKJfwQVRVUim/vW++f7+P/8Cfxe/Cv7L/x8/I38nv yv8fzA8wrzG/zs8ZgGlFWQRFQdFQQ0FBWUYMQWrfUZEwQUNnawBRRHdSUW5rQgBTaDJzN3lRQ0Rl SZnQcXFZVvBKADhxaSs5NGVYgG15RkxRUHbRz//S36Gfoq+jv6TPpd+m796vB82f4T/uolBNMEFv AE9DVlVibWozQFZQZEJ3L2swaAAxQkJZQWNFM/xVTOaP55/or+w/7U/uXw/fD+Af8R/6Az1UQnb+ WPR/9Y/2n/ev+L/5z+9v5/xfzw/QAUVOKTDQr9G///+vAL/pr+q/E8jVL9Y/BB//2F/EXxC/Ec8U LxU/Fk8XX/8Yb9kf2i/bP9xP3V8EbwV/+waPG9ZfJW8mfydKCc8K3/8L7wz/Dg/r3wKPA58h/yMP AyQfMHJHbnVwZy1kdXNmESBtaxEvwGf7q1BuMHQoXylvKn8uDy8fnzAv+t/77zLvM/5AZzRS+i5Z MGc1zzbfN+84/zoP/zsfMT89r4g/iU+KX5fhNYK0cy5AZy81AjUAbkzD+0XgmFAvQGM0lI8vkD+R Tf9M303vTvmV35bvUoVTD1Qf/zSyQo+cv0oPnt9Bb0J/Q49/K/8Ofw+PEJ9cXxK/RxgwER/BL0JM 8sBLUVWYT1RFX69mX2c1R8GRaRBPRFnY7TI3XzFQSFRNTNjtM2H1fQFvgAAAAB4AQhABAAAAKgAA ADwwMGI3MDFjMjU1ZDEkYjBkYTA4NDAkMjAyN2E4YzBAYXBhdmVsZWM+AAAAAwACWQAAFgADAAlZ AgAAAAMAAHwFAAAACwAAgAggBgAAAAAAwAAAAAAAAEYAAAAAA4UAAAAAAAADAAKACCAGAAAAAADA AAAAAAAARgAAAAAQhQAAAAAAAAMABYAIIAYAAAAAAMAAAAAAAABGAAAAAAGFAAAAAAAAAwAMgAgg BgAAAAAAwAAAAAAAAEYAAAAAUoUAACdqAQAeAA2ACCAGAAAAAADAAAAAAAAARgAAAABUhQAAAQAA AAQAAAA5LjAACwAOgAggBgAAAAAAwAAAAAAAAEYAAAAABoUAAAAAAAALABGACCAGAAAAAADAAAAA AAAARgAAAAAOhQAAAAAAAAMAEoAIIAYAAAAAAMAAAAAAAABGAAAAABGFAAAAAAAAAwATgAggBgAA AAAAwAAAAAAAAEYAAAAAGIUAAAAAAAAeAHSACCAGAAAAAADAAAAAAAAARgAAAAA2hQAAAQAAAAEA AAAAAAAAHgB1gAggBgAAAAAAwAAAAAAAAEYAAAAAN4UAAAEAAAABAAAAAAAAAB4AdoAIIAYAAAAA AMAAAAAAAABGAAAAADiFAAABAAAAAQAAAAAAAAAeAH6ACCAGAAAAAADAAAAAAAAARgAAAACDhQAA AQAAABMAAAAwNzM0MzU1MTgtMDYwOTIwMDIAAAIB+A8BAAAAEAAAAFaJfA2JP61Pmz8aACJ888AC AfoPAQAAABAAAABWiXwNiT+tT5s/GgAifPPAAgH7DwEAAABTAAAAAAAAADihuxAF5RAaobsIACsq VsIAAG1zcHN0LmRsbAAAAAAATklUQfm/uAEAqgA32W4AAABDOlxVc2VyXE91dGxvb2tcU2hhbklu Ym94LnBzdAAAAwD+DwUAAAADAA00/TcAAAIBfwABAAAAMQAAADAwMDAwMDAwNTY4OTdDMEQ4OTNG QUQ0RjlCM0YxQTAwMjI3Q0YzQzAwNDNGODYwMAAAAAADAAYQC1baKQMABxAzDAAAAwAQEAAAAAAD ABEQAQAAAB4ACBABAAAAZQAAAEZST01TSVRFOkZPVU5EU1RPTkVMQUJTQURWSVNPUlktMDkwNTAy LVBDUk9BRFZJU09SWU5BTUU6UkVNT1RFTFlFWFBMT0lUQUJMRUJVRkZFUk9WRVJGTE9XSU5QR1BS RUxFQVMAAAAAoCo= ------=_NextPart_000_0016_01C2559C.62737C70-- From sbokow@bellsouth.net Mon Sep 9 12:32:07 2002 From: sbokow@bellsouth.net (Shaun Bokowski) Date: Mon Sep 9 11:32:07 2002 Subject: creating a new gpg , pubic key Message-ID: <3D7AABAC.4010308@bellsouth.net> If I need to do it all over again, redoing the gpg --gen-key setup, I just do it all over with the same information. Do I have to remove the information first. Thanks. Shaun Bokowski From wk@gnupg.org Mon Sep 9 12:59:02 2002 From: wk@gnupg.org (Werner Koch) Date: Mon Sep 9 11:59:02 2002 Subject: GnuPG server to make remote OpenPGP message In-Reply-To: (Alexandre Dulaunoy's message of "Mon, 9 Sep 2002 10:43:22 +0200 (CEST)") References: Message-ID: <877khvxytq.fsf@alberti.gnupg.de> On Mon, 9 Sep 2002 10:43:22 +0200 (CEST), Alexandre Dulaunoy said: > server. When you can pass command to it via a secure way. A mix > between the "emacs-server" like solution, an OCSP server and a pks I have something like this in mind; using a Unix domain socket. But this is just a plan. Salam-Shalom, Werner From justinrt@bellsouth.net Mon Sep 9 16:16:01 2002 From: justinrt@bellsouth.net (Justin Troutman) Date: Mon Sep 9 15:16:01 2002 Subject: Discussion medium proposal. Message-ID: <004c01c25802$286239a0$83c29a44@sardine> This is a multi-part message in MIME format. ------=_NextPart_000_0049_01C257E0.A0F50C20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Here is a message I originally sent to Werner. I would appreciate any = feedback on the idea. Much thanks for your time. Cheers, Justin Troutman Cryptographic Design/Consultancy -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 I would like to propose another medium in which to discuss GnuPG matters, albeit hopefully satisfactory to you. A few friends of mine who run a small, stable IRC server have graciously allowed me the opportunity to place a "#gnupg" channel on the server. The server is public, but has a small user-base and stable uptimes. The operators are very knowledgeable and would be more than happy to have a channel which pertains to GnuPG discussion. My idea is that this may be another convenient way in which to discuss GnuPG, without the hassle of most large IRC servers which are drowned in lag and thousands of users, without relying solely on the mailing list. If you are interested in this idea, feel free to reply with any questions you might have. Thanks in advance for your time, Justin R. Troutman Cryptographic Design/Consultancy -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.1.91 (MingW32) - GPGshell v2.28 Comment: GnuPG via GPGshell. Simple. Robust. Enough Said. Comment: www.gnupg.org | www.jumaros.de/rsoft/gpgshell.html iD8DBQE9dvD5d0ikHrzwUzERAysDAJ96B7V0dj8qb8LmutXATc2sUENvlACgj32N a5GHe86eHPP1tRGEaHacQmw=3D =3DqcvS -----END PGP SIGNATURE----- =20 ------=_NextPart_000_0049_01C257E0.A0F50C20 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Here is a message I originally sent to=20 Werner.  I would appreciate any feedback on the idea. Much = thanks for=20 your time.
 
Cheers,
 
Justin Troutman
Cryptographic = Design/Consultancy
 
-----BEGIN PGP SIGNED = MESSAGE-----
Hash:=20 RIPEMD160
 
I would like to propose another medium = in which to=20 discuss GnuPG
matters, albeit hopefully satisfactory to = you.
 
A few friends of mine who run a small, = stable IRC=20 server have
graciously allowed me the opportunity to place a=20 "#gnupg"
channel on the server.
 
The server is public, but has a small = user-base and=20 stable
uptimes. The operators are very knowledgeable and would be=20 more
than happy to have a channel
which pertains to GnuPG=20 discussion.
 
My idea is that this may be another = convenient way=20 in which to
discuss GnuPG, without the hassle of most large IRC=20 servers
which are drowned in lag and thousands of users, without=20 relying
solely on the mailing list.
 
If you are interested in this idea, = feel free to=20 reply with any
questions you might have.
 
Thanks in advance for your = time,
 
Justin R. Troutman
Cryptographic=20 Design/Consultancy
-----BEGIN PGP SIGNATURE-----
Version: GnuPG = v1.1.91=20 (MingW32) - GPGshell v2.28
Comment: GnuPG via GPGshell. Simple. = Robust.=20 Enough Said.
Comment: www.gnupg.org | www.jumaros.de/rsoft/g= pgshell.html
 
iD8DBQE9dvD5d0ikHrzwUzERAysDAJ96B7V0dj8qb8LmutXATc2sUENvlACgj32N=
a5GHe86eHPP1tRGEaHacQmw=3D
=3DqcvS
-----END=20 PGP SIGNATURE-----
 
 
------=_NextPart_000_0049_01C257E0.A0F50C20-- From rmalayter@bai.org Mon Sep 9 16:44:02 2002 From: rmalayter@bai.org (Ryan Malayter) Date: Mon Sep 9 15:44:02 2002 Subject: GnuPG and Windows Registry variables Message-ID: <22FD1855C2B16C40A1F6DE406420021E01482EC6@mail.bai.org> > No, it won't. The current PSDK documentation states=20 > that one must run REG_EXPAND_SZ data through=20 > ExpandEnvironmentStrings() to get the proper > substitutions. The difference between REG_SZ and=20 > REG_EXPAND_SZ appears to be only that the latter may > be expanded while the former should not. I believe=20 > that the Registry APIs themselves use the same code=20 > paths for both types. Okay... So shouldn't the general GnuPG gode base perform=20 this ExpandEnvirontmentStrings() if it encounters a REG_EXPAND_SZ registry entry automatically? Or should I try to=20 make a customized build with this feature, and then present that code change to Werner et al? (I've never contributed to any open source project but my own little things). From wk@gnupg.org Mon Sep 9 18:25:02 2002 From: wk@gnupg.org (Werner Koch) Date: Mon Sep 9 17:25:02 2002 Subject: GnuPG and Windows Registry variables In-Reply-To: <22FD1855C2B16C40A1F6DE406420021E01482EC6@mail.bai.org> ("Ryan Malayter"'s message of "Mon, 9 Sep 2002 08:44:48 -0500") References: <22FD1855C2B16C40A1F6DE406420021E01482EC6@mail.bai.org> Message-ID: <87wupvw58g.fsf@alberti.gnupg.de> On Mon, 9 Sep 2002 08:44:48 -0500, Ryan Malayter said: > Okay... So shouldn't the general GnuPG gode base perform > this ExpandEnvirontmentStrings() if it encounters a > REG_EXPAND_SZ registry entry automatically? Or should I try to Done. However, lacking an NT system I can't test this for myself. There will be a new snapshot this week. Salam-Shalom, Werner From Billt@Mahagonny.com Mon Sep 9 23:25:02 2002 From: Billt@Mahagonny.com (Bill Thompson) Date: Mon Sep 9 22:25:02 2002 Subject: Text Editor For Inline Signing/Encryption In-Reply-To: <200209082100.42096.graham.todd@ntlworld.com> References: <200209082100.42096.graham.todd@ntlworld.com> Message-ID: <20020909132602.0f17f6b2.Billt@Mahagonny.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sun, 8 Sep 2002 21:00:37 +0100 Graham wrote: > > Increasingly, MUAs are using PGP/MIME exclusively for signing/encryption > > and verifying/decryption, but many MUAs in Windows cannot handle this. > > Does anybody know of a text editor that I can use with, say, Sylpheed, > that will allow inline signing/encryption and verifying/decryption from > a GUI menu or button? > > I've searched on Google and Sourceforge and Freshmeat, but been unable > to find anything that fits the bill. Can anybody point me in the right > direction? > - -- > > Graham > GPG Key: send an email to encryption.keys@ntlworld.com > First, take a look at TkPGP http://www.geocities.com/SiliconValley/Chip/3708/tkpgp/tkpgp.htm an oldie but a goodie that still works with the latest GnuPG. However, if you are using Sylpheed, the latest versions of Sylpheed and Sylpheed-Claws finally support ASCII armored signatures and encryption. Feel free to contact me off list if you need the specific Sylpheed account settings. - -- BillT@Mahagonny.com - PGP KeyID#: 0xFB966670 "Crappy old OSes have value in the basically negative sense that changing to new ones makes us wish we'd never been born." -Neal Stephenson 1999 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9fQPauLPldPuWZnARAsdvAKC+AxsTveMLcI1SglvIxciyPNNg0ACgr3IK oKS+YlJ/snA88FRdu6e9dWQ= =OG7y -----END PGP SIGNATURE----- From rmalayter@bai.org Tue Sep 10 02:39:02 2002 From: rmalayter@bai.org (Ryan Malayter) Date: Tue Sep 10 01:39:02 2002 Subject: GnuPG and Windows Registry variables Message-ID: <22FD1855C2B16C40A1F6DE406420021E0187FFC4@mail.bai.org> From: Werner Koch [mailto:wk@gnupg.org]=20 > Done. However, lacking an NT system I can't test this for myself. > There will be a new snapshot this week. >=20 Thanks Werner... I'll test it and let you know the results. =20 From paul.healy@goodyear.com Tue Sep 10 03:28:01 2002 From: paul.healy@goodyear.com (paul.healy@goodyear.com) Date: Tue Sep 10 02:28:01 2002 Subject: Are there any frontends to both encrypt and sign a datafile in a single pass? Message-ID: Are there any ms-windows frontends that can both encrypt and sign a datafile in a single pass? Every GUI frontend I've seen can do only one of these two operations at time but not both. The two problems with this is the user has to mouse click through multiple steps. The other is even then the output isn't what's really wanted since each iteration suffixes a ".asc" onto the base filename. This means the recipient also has to go through multiple steps to get to the cleartext file. I know that GnuPG is capable of this task because I can do make it from the command line. The user community wants a GUI interface to accomplish this feat and not a command line interface. Here's the command "JOE" would use to encrypt and sign a datafile intended for "SUE" such that only "SUE" could read it and "SUE" would know that the file had to come from JOE since Joe's secrete key signed it. I am looking for a ms-windows GUI that can do the same thing. Ideas anyone??? To ENCRYPT&SIGN a datafile: "C:\Program Files\WinPT\gpg.exe" --passphrase-fd 0 --encrypt --armor --recipient SUE@xyz.com --local-user JOE@abc.com --sign --output "%1.asc" "%1" < "C:\Program Files\WinPT\passphrase.txt" TO decrypt the above output: gpg --passphrase-fd 0 --no-tty --yes --verbose --no-secmem-warning --use-embedded-filename $FILEIN < ${HOME}/.pass_phrase.txt From redbird@rbisland.cx Tue Sep 10 04:47:02 2002 From: redbird@rbisland.cx (Gordon Worley) Date: Tue Sep 10 03:47:02 2002 Subject: Are there any frontends to both encrypt and sign a datafile in a single pass? In-Reply-To: Message-ID: <411D5112-C45F-11D6-B7AB-000A27B4DEFC@rbisland.cx> On Monday, September 9, 2002, at 08:28 PM, paul.healy@goodyear.com wrote: > Are there any ms-windows frontends that can > both encrypt and sign a datafile in a single pass? If not, someone needs to get to work. We've already got that feature over on Mac OS X with gpgme and GPGFileTool. -- Gordon Worley - Mac GPG Project http://macgpg.sourceforge.net/ ``Doveriai no proveriai.'' redbird@rbisland.cx --Russian proverb PGP: 0xBBD3B003 From jmantor@nycap.rr.com Tue Sep 10 08:18:02 2002 From: jmantor@nycap.rr.com (Jason S. Mantor) Date: Tue Sep 10 07:18:02 2002 Subject: Is there a way to decrypt, but not decompress ? Message-ID: I'm just blue skying here, but it would save me a lot of hastle if I could decrypt and check the sig on an archive but not decompress the message. When we ship data up to our mainframe we sometimes have bandwidth issues and moving the compressed message would help me there. Is this possible from the GPG commandline ? TIA, -JSM PS. I'm using the MingW32 binaries on NT From wk@gnupg.org Tue Sep 10 10:07:02 2002 From: wk@gnupg.org (Werner Koch) Date: Tue Sep 10 09:07:02 2002 Subject: Is there a way to decrypt, but not decompress ? In-Reply-To: ("Jason S. Mantor"'s message of "Tue, 10 Sep 2002 01:21:54 -0400") References: Message-ID: <87r8g2uxjw.fsf@alberti.gnupg.de> On Tue, 10 Sep 2002 01:21:54 -0400, Jason S Mantor said: > I'm just blue skying here, but it would save > me a lot of hastle if I could decrypt and check the sig > on an archive but not decompress the message. When No, this is not possible. The data is signed, then compressed, the encrypted. To check the signature we need to decompress it. Furthermore the compression protocol is partly OpenPGP specific. > we ship data up to our mainframe we sometimes have > bandwidth issues and moving the compressed message > would help me there. Is this possible from the GPG Something like: gpg Hi there. I decided to create a CD-Rom with my personal keys and the GPG software to be able to work with GPG during my travels without installing anything on foreign hosts. The CD contains: GnuPG v1.0.6 (MingW32) secring.gpg pubring.gpg trustdb.gpg random_seed Whenever I try to decrypt or encrypt a message, gpg stops with an error: -----> snip gpg: fatal: g:/keys/trustdb.gpg: can't open: Permission denied secmem usage: 2176/3296 bytes in 5/8 blocks of pool 3904/16384 <----- snap while g: is the CD-Rom. Any suggestions? System: GnuPG v.1.0.6 on Win2k -- Kind regards, Fred From avbidder@fortytwo.ch Tue Sep 10 12:58:01 2002 From: avbidder@fortytwo.ch (Adrian 'Dagurashibanipal' von Bidder) Date: Tue Sep 10 11:58:01 2002 Subject: error while decrypting message: trustdb.gpg In-Reply-To: <3D7DB8BB.8040508@xonx.de> References: <3D7DB8BB.8040508@xonx.de> Message-ID: <1031651940.31349.9.camel@atlas> --=-SHA+653kAO6QlALPQ0JR Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2002-09-10 at 11:17, Fred Bowman wrote: > Hi there. >=20 > I decided to create a CD-Rom with my personal keys and the GPG software=20 > to be able to work with GPG during my travels without installing=20 > anything on foreign hosts. Hi! Sorry, can't help with your problem. But when I see this... You are aware that sticking a CD with your secring on it into a foreign computer is essentially giving out your key for free? (Yes, secring is encrypted. But you have to type the password on that foreign computer's keybard if you want to use gpg...) What are you using gpg for, then? gpg is about paranoia, privacy and security, so you better avoid making these errors. Cheers -- vbi --=20 secure email with gpg http://fortytwo.ch/gpg NOTICE: subkey signature! request key 92082481 from keyserver.kjsl.com --=-SHA+653kAO6QlALPQ0JR Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iHQEABECADQFAj19wmQtGmh0dHA6Ly9mb3J0eXR3by5jaC9ncGcvcG9saWN5L2Vt YWlsLjIwMDIwODIyAAoJECqqZti935l6+MsAoISxz5pOFuky0q/hneh+Rhg2e1wa AJ9ECSeUUpmDyVpS3lCL+WOEp7h6Cg== =UfiK -----END PGP SIGNATURE----- Signature policy: http://fortytwo.ch/gpg/policy/email.20020822 --=-SHA+653kAO6QlALPQ0JR-- From wk@gnupg.org Tue Sep 10 14:25:02 2002 From: wk@gnupg.org (Werner Koch) Date: Tue Sep 10 13:25:02 2002 Subject: error while decrypting message: trustdb.gpg In-Reply-To: <3D7DB8BB.8040508@xonx.de> (Fred Bowman's message of "Tue, 10 Sep 2002 11:17:47 +0200") References: <3D7DB8BB.8040508@xonx.de> Message-ID: <87vg5et73x.fsf@alberti.gnupg.de> On Tue, 10 Sep 2002 11:17:47 +0200, Fred Bowman said: > Whenever I try to decrypt or encrypt a message, gpg stops with an error: -----> snip > gpg: fatal: g:/keys/trustdb.gpg: can't open: Permission denied GnuPG 1.2 will have a fallback mode to use the trustdb in read-only mode. You will then need to use the options --no-auto-check-trustdb and --lock-never. However, running it from a CD is only save if you have a full life operating system on that CD (e.g. a KNOPPIX GNU/Linux) from which you boot. There are still attacks possible but they either need to mimic the boot process or change the BIOS, which is possible but not trivial. Salam-Shalom, Werner From kim.schoen@web.de Tue Sep 10 14:48:02 2002 From: kim.schoen@web.de (Kim Schoen) Date: Tue Sep 10 13:48:02 2002 Subject: Kein geheimer =?iso-8859-1?Q?Schl=FCssel?= vorhanden Message-ID: <3D7DDBF9.E4B2A516@web.de> Hallo, beim Entschlüsseln einer Testmail die ich mir selber von einem anderen mailaccount aus geschickt habe (mit der Software GnuPP und WinPT) bekomme ich folgende Fehlermeldung: "Kein geheimer Schlüssel vorhanden (key ID xy)" Wenn ich in der Schlüsselverwaltung von WinPT auf "Schlüssel / Signaturen prüfen) klicke, sehe ich den Schlüssel mit der ID xy und folgenden Angaben: Algorithmus: RSA-ES Gültig: NOKEY SchlüsselID: ix Benutzerkennung: Wer kann mir helfen? Danke, Kim From htidore@yahoo.com Tue Sep 10 16:08:01 2002 From: htidore@yahoo.com (Hanny Tidore) Date: Tue Sep 10 15:08:01 2002 Subject: importing secring.skr In-Reply-To: <20020909031235.GB675@akamai.com> Message-ID: <20020910130852.28977.qmail@web14002.mail.yahoo.com> Sorry, a little correction. My secret keyring is secring.skr I am using version 1.0.6 and I have tried to use --allow-secret-key-import option. However when I tried gpg --list-secret-key, I don't see the secret key. Any clue ??? --- David Shaw wrote: > On Sun, Sep 08, 2002 at 06:48:54AM -0700, Hanny > Tidore wrote: > > Hi, > > > > I'm using Redhat 7.3 and would like to import my > > secring.pgp to GNUPG. > > How do I do that ? > > It depends on which version of GnuPG you have (run > 'gpg --version' to > check). I'm assuming you are running 1.0.7 here. > > Anyway, to import your secring.pgp: > > gpg --import secring.pgp > > However, you'll likely need your pubring.pgp as > well: > > gpg --import pubring.pgp > > 1.0.6 is similar, except you need to add a > '--allow-secret-key-import' > to the first import line. > > David > > -- > David Shaw | dshaw@jabberwocky.com | WWW > http://www.jabberwocky.com/ > +---------------------------------------------------------------------------+ > "There are two major products that come out of > Berkeley: LSD and UNIX. > We don't believe this to be a coincidence." - > Jeremy S. Anderson > > _______________________________________________ > Gnupg-users mailing list > Gnupg-users@gnupg.org > http://lists.gnupg.org/mailman/listinfo/gnupg-users __________________________________________________ Yahoo! - We Remember 9-11: A tribute to the more than 3,000 lives lost http://dir.remember.yahoo.com/tribute From burkard@ikff.uni-stuttgart.de Tue Sep 10 16:23:02 2002 From: burkard@ikff.uni-stuttgart.de (Eberhard Burkard) Date: Tue Sep 10 15:23:02 2002 Subject: GPGME - Solaris 7 - Segmentation Fault :-( In-Reply-To: <20020827161523.4f7844e1.burkard@ikff.uni-stuttgart.de> References: <20020827161523.4f7844e1.burkard@ikff.uni-stuttgart.de> Message-ID: <20020910152354.76a1f5ee.burkard@ikff.uni-stuttgart.de> On Tue, 27 Aug 2002 16:15:23 +0200 Eberhard Burkard wrote: > Hi. > > Today i have updated to GPG 1.07 and GPGME 0.39 and i got a problem. > GPG is working but when i compile GPGME an do "make check" 13 of 14 test > fail with a segmentation fault. > ... Today i found this on the sylpheed mailinglist: > On Mon, 9 Sep 2002 20:24:21 +0200 (CEST) > Frederik Meerwaldt wrote: > > > first of all, Sylpheed is the nicest Mailreader I have ever seen, except > > this one (I think small) bug which makes it pretty unusable for me: > > If I want to encrypt or sign a mail I just wrote and select "Message -> > > Sign" and then send the mail, the program produces a core dump > > (Segmentation fault). > > I'm using Sylpheed 0.8.2, Solaris 9, gpgme 0.3.9, gpg 1.0.7. > > > That's a bug in gpgme (which I should submit but I'm too > lazy :-(. > > Replace line 183 of gpgme/debug.c by: > > if (!line || !*line) > > and the core dump'll go away. It doesn't coredump in Linux > because the printf() family in glibc does like BSD and catches > printing NULL string pointers. Solaris follows SysV conventions > and coredumps. With this hint GPGME 0.3.9 works with only one failed check. The t-keylist check fails. Here is the output from gdb: ikffws8 81% !! gdb ./t-keylist GNU gdb 4.18 ... (gdb) run Starting program: /home/ikff2/burkard/tmp/gpgme-0.3.9/tests/gpg/.libs/./t-keylist ** pattern=` Program received signal SIGSEGV, Segmentation fault. 0xef6b6f54 in strlen () from /usr/lib/libc.so.1 (gdb) bt #0 0xef6b6f54 in strlen () from /usr/lib/libc.so.1 #1 0xef701900 in _doprnt () from /usr/lib/libc.so.1 #2 0xef70334c in fprintf () from /usr/lib/libc.so.1 #3 0x111d0 in main (argc=0, argv=0xefffebd0) at t-keylist.c:150 (gdb) next Single stepping until exit from function strlen, which has no line number information. Program terminated with signal SIGSEGV, Segmentation fault. The program no longer exists. (gdb) quit The hint from Frederik does not work with GPGME 0.3.10. make check sleeps after the line "PASS: t-encrypt". Eberhard From dshaw@jabberwocky.com Tue Sep 10 16:33:02 2002 From: dshaw@jabberwocky.com (David Shaw) Date: Tue Sep 10 15:33:02 2002 Subject: importing secring.skr In-Reply-To: <20020910130852.28977.qmail@web14002.mail.yahoo.com> References: <20020909031235.GB675@akamai.com> <20020910130852.28977.qmail@web14002.mail.yahoo.com> Message-ID: <20020910133315.GB666@akamai.com> On Tue, Sep 10, 2002 at 06:08:52AM -0700, Hanny Tidore wrote: > Sorry, a little correction. My secret keyring is > secring.skr > > I am using version 1.0.6 and I have tried to use > --allow-secret-key-import option. However when I tried > gpg --list-secret-key, I don't see the secret key. What does GnuPG respond with when you do gpg --allow-secret-key-import --import secring.skr ? David -- David Shaw | dshaw@jabberwocky.com | WWW http://www.jabberwocky.com/ +---------------------------------------------------------------------------+ "There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." - Jeremy S. Anderson From paul.healy@goodyear.com Tue Sep 10 16:56:02 2002 From: paul.healy@goodyear.com (paul.healy@goodyear.com) Date: Tue Sep 10 15:56:02 2002 Subject: Are there any frontends to both encrypt and sign a datafile in a single pass? Message-ID: I have WinPT and I'm sure that there is NOT an "encrypt & sign" option for when processing FILES (but there is one whe processing the the CLIPBOARD). When you run WinPT's "file manger" there is an "encrypt" command and a "sign" command but not a "encrypt & sign" command. I'll try GPGShell maybe it will do whats needed. Graham on 09/10/2002 02:45:03 AM Please respond to graham.todd@ntlworld.com To: paul.healy@goodyear.com cc: Subject: Re: Are there any frontends to both encrypt and sign a datafile in a single pass? On Tuesday 10 Sep 2002 1:28 am, paul.healy@goodyear.com wrote: > Are there any ms-windows frontends that can > both encrypt and sign a datafile in a single pass? Yes, both GPGShell and WinPT will do this with the command "Encrypt & Sign". If you want a file to be encoded with an email, you are going to have to use PGP/MIME, which many mailers don't recognise, or encode the file separately and add it as an attachment. Or have I misunderstood you? -- Graham GPG Key: send an email to encryption.keys@ntlworld.com From twoaday@freakmail.de Tue Sep 10 17:24:02 2002 From: twoaday@freakmail.de (Timo Schulz) Date: Tue Sep 10 16:24:02 2002 Subject: Kein geheimer =?iso-8859-1?Q?Schl=FCss?= =?iso-8859-1?Q?el?= vorhanden In-Reply-To: <3D7DDBF9.E4B2A516@web.de> References: <3D7DDBF9.E4B2A516@web.de> Message-ID: <20020910142534.GB686@daredevil.joesixpack.net> On Tue Sep 10 2002; 13:48, Kim Schoen wrote: > Hallo, This is an English speaking list... > "Kein geheimer Schlüssel vorhanden (key ID xy)" means... "No secret key available". > Wer kann mir helfen? Please use the Key Properties dialog to find out if you really have the public and the secret key. If you have both, the dialog says "Key Pair" (Schlüsselpaar). I guess the secret key was *not* imported. Please also check "gpg --list-secret-keys" on the command line. Either update to WinPT 0.5.13 or use "gpg --allow-secret-key-import --import your_seckey.gpg" Timo From markus_kampkoetter@t-online.de Tue Sep 10 18:56:01 2002 From: markus_kampkoetter@t-online.de (markus_kampkoetter) Date: Tue Sep 10 17:56:01 2002 Subject: Kein geheimer Schluessel vorhanden References: <3D7DDBF9.E4B2A516@web.de> Message-ID: <17onNz-1YQ7FJC@fwd11.sul.t-online.com> hi kim, this list talks english, and many of the very kind people on it cannot understand what you have written (but some of them do). and you have a maybe specific gnupp question. try this list: anwenderforum@gnupp.de ich weiss nicht mehr genau wie du dich da einschreiben kannst, steht aber auf www.gnupp.de Kim Schoen schrieb: > Hallo, > > beim Entschlüsseln einer Testmail die ich mir selber von einem anderen > mailaccount aus geschickt habe (mit der Software GnuPP und WinPT) > bekomme ich folgende Fehlermeldung: > > "Kein geheimer Schlüssel vorhanden (key ID xy)" > > Wenn ich in der Schlüsselverwaltung von WinPT auf "Schlüssel / > Signaturen prüfen) klicke, sehe ich den Schlüssel mit der ID xy und > folgenden Angaben: > > Algorithmus: RSA-ES > Gültig: NOKEY > SchlüsselID: ix > Benutzerkennung: das wundert in der tat, meine gnupp-version macht dsa/el-gamal schlüsselpaare > Wer kann mir helfen? ich ansonsten nicht wirklich ;-( > Danke, > > Kim markus (c: -- markus kampkoetter praxis für chinesische medizin soesterstr. 42 d-48155 münster # meine e-mails enthalten keine anhänge, die nicht im textkörper namentlich mit ihrer dateiendung aufgeführt werden, ausführbare programme (.exe) verschicke ich grundsätzlich nicht. # From d_well@isuisse.com Tue Sep 10 20:47:02 2002 From: d_well@isuisse.com (Fabien Pochon) Date: Tue Sep 10 19:47:02 2002 Subject: passphrase_cb? Message-ID: <001d01c258f1$f3a5fee0$09f7e6c2@bernardlerenard> In the files test t-encrypt.c and t-decrypt.c there is the const passphrase_cb. What is the utility of this const and which value must have the variable pass? ________________________________________________________________ Etudiant: Wanadoo t'offre le Pack eXtense Haut Débit soit 150,92 euros d'économies ! Et pour 1 euro de plus, reçois le CD-ROM du jeu Dark Age of Camelot + 1 mois de jeu en réseau offert ! Clique ici : http://www.ifrance.com/_reloc/mail.etudiant From Rossi-n@VSAC.org Tue Sep 10 21:14:01 2002 From: Rossi-n@VSAC.org (Neil Rossi) Date: Tue Sep 10 20:14:01 2002 Subject: Internal GPG error Message-ID: <7E214C39EBADD61185D70008C7CF287752B60F@vsac3.vsac.org> This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C258F5.DFD2A130 Content-Type: text/plain; charset="iso-8859-1" Hi. We're running NT 4 and GPG 1.0.6. We have an automated process that receives email with attachments from customers and processes the decrypted attachments. We added the GPG capability to the existing Secret Agent encryption last April and everything has been working nearly flawlessly. The encryption/decryption is handled by a shelled process to the command prompt. In the past two weeks, however, we've gotten two errors that seem to be internal to GPG and which cause a Dr. Watson error. The specific error is: "Access violation (0xc0000005), Address: 0x004787d3". Because the errors occur in the shell process, it is difficult to get specific error information back so we could take appropriate action. (Yeah, I know, we should try Crypto_TW and we'd be able to monitor errors, but that won't happen until we have some resources available to code the change.) Anyway, here's the captured command line statement and GPG's response. No output file is created, and it generates a Dr. Watson (the painful details are available for anyone who wants them). Other files from the same recipient decrypt without problem most of the time. Has anyone encountered this before? What is its likely cause? C:\>C:\WinNT\System32\cmd.exe /C C:\WinNT\System32\gpg.exe -r"[keyname here]" -o"C:\HOST\Dwight\test\020910084054.txt" -q --batch --no-verbose --passphrase-fd 0 --decrypt c:\host\dwight\test\badfilepartial.gpg Internal GPG error

Hi.  We're running NT 4 and GPG = 1.0.6.  We have an automated process that receives email with = attachments from customers and processes the decrypted = attachments.  We added the GPG capability to the existing Secret = Agent encryption last April and everything has been working nearly = flawlessly.  The encryption/decryption is handled by a shelled = process to the command prompt. 

In the past two weeks, however, we've = gotten two errors that seem to be internal to GPG and which cause a Dr. = Watson error.  The specific error is: "Access violation = (0xc0000005), Address: 0x004787d3".  Because the errors occur = in the shell process, it is difficult to get specific error information = back so we could take appropriate action.  (Yeah, I know, we = should try Crypto_TW and we'd be able to monitor errors, but that won't = happen until we have some resources available to code the = change.)

Anyway, here's the captured command = line statement and GPG's response.  No output file is created, and = it generates a Dr. Watson (the painful details are available for anyone = who wants them).  Other files from the same recipient decrypt = without problem most of the time.  Has anyone encountered this = before?  What is its likely cause?

C:\>C:\WinNT\System32\cmd.exe /C C:\WinNT\System32\gpg.exe = -r"[keyname here]" = -o"C:\HOST\Dwight\test\020910084054.txt" -q --batch = --no-verbose --passphrase-fd 0 --decrypt = c:\host\dwight\test\badfilepartial.gpg = <C:\HOST\dwight\test\q4s17.tmp

gpg: encrypted with 1024-bit = ELG-E key, ID 98213D32, created 2002-05-21
      "[keyname here]"
gpg: Problem reading source = (793 bytes remaining)
gpg: handle plaintext = failed: file read error
gpg: WARNING: encrypted = message has been manipulated!


------_=_NextPart_001_01C258F5.DFD2A130-- From vedaal@lok.com Tue Sep 10 22:27:02 2002 From: vedaal@lok.com (vedaal@lok.com) Date: Tue Sep 10 21:27:02 2002 Subject: decrypting {verifying sig} without compressing Message-ID: <200209101927.g8AJRwHV000374@compute1.lok.com> > Message: 2 To: "gnupg-users" Subject: Re: Is > there a way to decrypt, but not decompress ? From: Werner Koch > Date: Tue, 10 Sep 2002 09:13:39 +0200 > > On Tue, 10 Sep 2002 01:21:54 -0400, Jason S Mantor said: > > > I'm just blue skying here, but it would save me a lot of hastle if > > I could decrypt and check the sig on an archive but not decompress > > the message. When > > No, this is not possible. The data is signed, then compressed, > the encrypted. To check the signature we need to decompress it. > Furthermore the compression protocol is partly OpenPGP specific. a workaround could be possible, if it could be arranged that the messages would be encrypted and then signed {two procedures, first encrypt, then sign the encrypted message as a detached sig} if you could request this of the people who send you signed and encrypted messages, this might accomplish what you are seeking hth, vedaal From alex@FUCKUP.fantastyka.net Wed Sep 11 16:12:02 2002 From: alex@FUCKUP.fantastyka.net (Janusz A. Urbanowicz) Date: Wed Sep 11 15:12:02 2002 Subject: Discussion medium proposal. In-Reply-To: <004c01c25802$286239a0$83c29a44@sardine> References: <004c01c25802$286239a0$83c29a44@sardine> Message-ID: <20020911131242.GB16469@FUCKUP.fantastyka.net> On Mon, Sep 09, 2002 at 09:09:40AM -0400, Justin Troutman wrote: > I would like to propose another medium in which to discuss GnuPG > matters, albeit hopefully satisfactory to you. > > A few friends of mine who run a small, stable IRC server have > graciously allowed me the opportunity to place a "#gnupg" > channel on the server. > > The server is public, but has a small user-base and stable > uptimes. The operators are very knowledgeable and would be more > than happy to have a channel > which pertains to GnuPG discussion. > > My idea is that this may be another convenient way in which to > discuss GnuPG, without the hassle of most large IRC servers > which are drowned in lag and thousands of users, without relying > solely on the mailing list. > > If you are interested in this idea, feel free to reply with any > questions you might have. While I think it is a good idea to have such kind of medium, using IRC on single server is not that good idea. or using IRC at all. What I suggest is to use SILC (http://silcnet.org). It is similar to IRC in general feel and appearance, it has support in Irssi IRC client, but the network is designed to be more robust - and is protected by cryptography. Everything is encrypted and users are distinguished by their key ids. The authors of SILC promise to include support of OpenPGP keys in future. If anyone thinks its a good idea, please join the 'official' SILC network, channel G10 (note the missing leading '#'). Cheers. Alex From daniel.maier@gmx.net Thu Sep 12 01:22:01 2002 From: daniel.maier@gmx.net (Daniel Maier) Date: Thu Sep 12 00:22:01 2002 Subject: Pass phrase in config file Message-ID: <9087494870.20020910225953@gmx.net> Hallo, I use GnuPG with The Bat! Whenever I receive an encrypted message I have to type in my name and pass phrase. Is it possible to store these parameters during a session or in a config file so that GnuPG automatically decyphers using my name and pass phrase? Daniel From wk@gnupg.org Thu Sep 12 10:42:01 2002 From: wk@gnupg.org (Werner Koch) Date: Thu Sep 12 09:42:01 2002 Subject: GnuPG 1.1.92 released Message-ID: <878z27ps2t.fsf@alberti.gnupg.de> Hi! GnuPG 1.1.92 has been released yesterday evening. This is hopefully the last snapshot before we release 1.2. It has a couple of new features and fixes some bugs of course. There are a few new things, so *please read the news* below. The only up to date language is German, we hope top get most other translations updated for 1.2. Please test it. =20=20=20=20=20 The GnuPG primary server is {http,ftp}://ftp.gnupg.org/gcrypt/ but we would appreciate if you can use one of the mirrors as listed below. we made sure that those mirrors already carry this release. =20=20=20=20=20 alpha/gnupg/gnupg-1.1.92.tar.gz (2.4M) alpha/gnupg/gnupg-1.1.92.tar.gz.sig =20=20=20=20=20 and a diff against 1.1.91: =20=20=20=20=20 alpha/gnupg/gnupg-1.1.91-1.1.92.diff.gz (547k) =20=20=20=20=20 a Windows binary is also available: alpha/binary/gnupg-w32cli-1.1.92.zip (1.0M) MD5 sums are: 3198a34dd9deaaa0c501699847d66a77 gnupg-1.1.92.tar.gz 883dd8f29d49ed4577064c1e3cc5bcd8 gnupg-1.1.91-1.1.92.diff.gz 8dfc942102f3f700ac48f53760758432 gnupg-w32cli-1.1.92.zip Here are the NEWS: * The use of MDCs have increased. A MDC will be used if the recipients directly request it, if the recipients have AES, AES192, AES256, or TWOFISH in their cipher preferences, or if the chosen cipher has a blocksize not equal to 64 bits (currently this is also AES, AES192, AES256, and TWOFISH). * GnuPG will no longer automatically disable compression when processing an already-compressed file unless a MDC is being used. This is to give the message a certain amount of resistance to the chosen-ciphertext attack while communicating with other programs (most commonly PGP earlier than version 7.x) that do not support MDCs. * The option --interactive now has the desired effect when importing keys. * The file permission and ownership checks on files have been clarified. Specifically, the homedir (usually ~/.gnupg) is checked to protect everything within it. If the user specifies keyrings outside this homedir, they are presumed to be shared keyrings and therefore *not* checked. Configuration files specified with the --options option and the IDEA cipher extension specified with --load-extension are checked, along with their enclosing directories. * IMPORTANT:=20 The default configuration file is now ~/.gnupg/gpg.conf. If an old ~/.gnupg/options is found it will still be used. This change is required to have a more consistent naming scheme with forthcoming tools. * The configure option --with-static-rnd=3Dauto allows to build gpg with all available entropy gathering modules included. At runtime the best usable one will be selected from the list linux, egd, unix. This is also the default for systems lacking a /dev/random device. * The default character set is now taken from the current locale; it can still be overridden by the --charset option. Using the option -vvv shows the used character set. * --emulate-checksum-bug and --emulate-3des-s2k-bug have been removed. Happy hacking, =20=20=20=20 The GnuPG Team. =20=20=20=20 p.s. The mirror sites below have been verified to already carry this new release. The list of sites mirroring ftp.gnupg.org is also available at http://www.gnupg.org/mirrors.html. BTW, Africa is a white spot in the mirror list - anyone? Asia Japan ftp://ftp.ayamura.org/pub/gnupg/ Europe Austria ftp://gd.tuwien.ac.at/privacy/gnupg/ http://gd.tuwien.ac.at/privacy/gnupg/ Denmark ftp://sunsite.dk/pub/security/gcrypt/ Finland ftp://ftp.jyu.fi/pub/crypt/gcrypt/ ftp://trumpetti.atm.tut.fi/gcrypt/ http://trumpetti.atm.tut.fi/gcrypt/ rsync://trumpetti.atm.tut.fi/gcrypt/ France ftp://ftp.strasbourg.linuxfr.org/pub/gnupg/ Germany ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/ Greece ftp://igloo.linux.gr/pub/crypto/gnupg/ Italy ftp://ftp.linux.it/pub/mirrors/gnupg/ http://ftp.linux.it/pub/mirrors/gnupg/ rsync://ftp.linux.it/gnupg/ Netherlands ftp://ftp.demon.nl/pub/mirrors/gnupg/ Switzerland ftp://sunsite.cnlab-switch.ch/mirror/gcrypt/ United Kingdom ftp://ftp.mirror.ac.uk/sites/ftp.gnupg.org/gcrypt/ http://www.mirror.ac.uk/sites/ftp.gnupg.org/gcrypt/ From justinrt@bellsouth.net Thu Sep 12 11:41:02 2002 From: justinrt@bellsouth.net (Justin Troutman) Date: Thu Sep 12 10:41:02 2002 Subject: Discussion medium proposal. References: <004c01c25802$286239a0$83c29a44@sardine> <20020911131242.GB16469@FUCKUP.fantastyka.net> Message-ID: <002001c25a37$435f10c0$1ac19a44@sardine> ----- Original Message ----- From: Janusz A. Urbanowicz To: Justin Troutman Cc: Sent: Wednesday, September 11, 2002 9:12 AM Subject: Re: Discussion medium proposal. > While I think it is a good idea to have such kind of medium, using IRC on > single server is not that good idea. or using IRC at all. Actually, there are 3 active servers for this IRC network I speak of, although, I understand your point. The offer still stands, either way. > What I suggest is to use SILC (http://silcnet.org). It is similar to IRC in > general feel and appearance, it has support in Irssi IRC client, but the > network is designed to be more robust - and is protected by cryptography. > Everything is encrypted and users are distinguished by their key ids. Ahh, SILCnet. This is a superb idea. As I've been familiar with it for quite some time, the initial idea of using it here had not occurred to me then. As it does utilize cryptography, it does fill an appropriate niche. Thanks for your reply, as well as this idea. As I said, the offer for the IRC channel still stands. Whichever is the most convenient and appropriate for the purpose is quite alright by me. SILCnet may very well be. However, my only question is, for the purpose of a discussion medium alone, would a cryptographically-sound structure be necessary? I ask this because I see that many do not even utilize cryptography (GnuPG) on this mailing list, (encrypting, signing, et cetera.) although some do. Using cryptography is a great practice, as I do everyday, don't get me wrong, but this happened to cross my mind. > The authors of SILC promise to include support of OpenPGP keys in future. True. I feel this is a promising step towards the future use of the SILC client. Cheers, Justin From wk@gnupg.org Thu Sep 12 11:46:06 2002 From: wk@gnupg.org (Werner Koch) Date: Thu Sep 12 10:46:06 2002 Subject: GnuPG 1.1.92 released Message-ID: <8765xbegqe.fsf@alberti.gnupg.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi! GnuPG 1.1.92 has been released yesterday evening. This is hopefully the last snapshot before we release 1.2. It has a couple of new features and fixes some bugs of course. There are a few new things, so *please read the news* below. The only up to date language is German, we hope top get most other translations updated for 1.2. Please test it. The GnuPG primary server is {http,ftp}://ftp.gnupg.org/gcrypt/ but we would appreciate if you can use one of the mirrors as listed below. we made sure that those mirrors already carry this release. alpha/gnupg/gnupg-1.1.92.tar.gz (2.4M) alpha/gnupg/gnupg-1.1.92.tar.gz.sig and a diff against 1.1.91: alpha/gnupg/gnupg-1.1.91-1.1.92.diff.gz (547k) a Windows binary is also available: alpha/binary/gnupg-w32cli-1.1.92.zip (1.0M) MD5 sums are: 3198a34dd9deaaa0c501699847d66a77 gnupg-1.1.92.tar.gz 883dd8f29d49ed4577064c1e3cc5bcd8 gnupg-1.1.91-1.1.92.diff.gz 8dfc942102f3f700ac48f53760758432 gnupg-w32cli-1.1.92.zip Here are the NEWS: * The use of MDCs have increased. A MDC will be used if the recipients directly request it, if the recipients have AES, AES192, AES256, or TWOFISH in their cipher preferences, or if the chosen cipher has a blocksize not equal to 64 bits (currently this is also AES, AES192, AES256, and TWOFISH). * GnuPG will no longer automatically disable compression when processing an already-compressed file unless a MDC is being used. This is to give the message a certain amount of resistance to the chosen-ciphertext attack while communicating with other programs (most commonly PGP earlier than version 7.x) that do not support MDCs. * The option --interactive now has the desired effect when importing keys. * The file permission and ownership checks on files have been clarified. Specifically, the homedir (usually ~/.gnupg) is checked to protect everything within it. If the user specifies keyrings outside this homedir, they are presumed to be shared keyrings and therefore *not* checked. Configuration files specified with the --options option and the IDEA cipher extension specified with --load-extension are checked, along with their enclosing directories. * IMPORTANT: The default configuration file is now ~/.gnupg/gpg.conf. If an old ~/.gnupg/options is found it will still be used. This change is required to have a more consistent naming scheme with forthcoming tools. * The configure option --with-static-rnd=3Dauto allows to build gpg with all available entropy gathering modules included. At runtime the best usable one will be selected from the list linux, egd, unix. This is also the default for systems lacking a /dev/random device. * The default character set is now taken from the current locale; it can still be overridden by the --charset option. Using the option -vvv shows the used character set. * --emulate-checksum-bug and --emulate-3des-s2k-bug have been removed. Happy hacking, The GnuPG Team. p.s. The mirror sites below have been verified to already carry this new release. The list of sites mirroring ftp.gnupg.org is also available at http://www.gnupg.org/mirrors.html. BTW, Africa is a white spot in the mirror list - anyone? Asia Japan ftp://ftp.ayamura.org/pub/gnupg/ Europe Austria ftp://gd.tuwien.ac.at/privacy/gnupg/ http://gd.tuwien.ac.at/privacy/gnupg/ Denmark ftp://sunsite.dk/pub/security/gcrypt/ Finland ftp://ftp.jyu.fi/pub/crypt/gcrypt/ ftp://trumpetti.atm.tut.fi/gcrypt/ http://trumpetti.atm.tut.fi/gcrypt/ rsync://trumpetti.atm.tut.fi/gcrypt/ France ftp://ftp.strasbourg.linuxfr.org/pub/gnupg/ Germany ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/ Greece ftp://igloo.linux.gr/pub/crypto/gnupg/ Italy ftp://ftp.linux.it/pub/mirrors/gnupg/ http://ftp.linux.it/pub/mirrors/gnupg/ rsync://ftp.linux.it/gnupg/ Netherlands ftp://ftp.demon.nl/pub/mirrors/gnupg/ Switzerland ftp://sunsite.cnlab-switch.ch/mirror/gcrypt/ United Kingdom ftp://ftp.mirror.ac.uk/sites/ftp.gnupg.org/gcrypt/ http://www.mirror.ac.uk/sites/ftp.gnupg.org/gcrypt/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.1.92 (GNU/Linux) iD8DBQE9gFQLbH7huGIcwBMRAv+1AKCuQctCs0Y2m4X/KzElI5UV5oeknACglK+A 1MpzBfa/VhryTUrP8m6s/mA= =qQmg -----END PGP SIGNATURE----- From pt@radvis.nu Thu Sep 12 12:20:01 2002 From: pt@radvis.nu (Per Tunedal) Date: Thu Sep 12 11:20:01 2002 Subject: When will the new GPG version 1.0.7 be released for Windows? EOM Message-ID: <5.1.0.14.2.20020911131935.00bdcf70@qix.netcorps.com> From kontakt@baukonzept.com Thu Sep 12 12:20:04 2002 From: kontakt@baukonzept.com (G=?ISO-8859-1?B?/A==?=nther Hiesz) Date: Thu Sep 12 11:20:04 2002 Subject: No keys in the recipientwindow Message-ID: Hello, I need help because if i want encrypt and sign but there are no keys in the recipientwindow. I imported keys allreadey and i can see them in the keyring but i cannot find them to work. My imported key works with my imported passphrase. What is wrong. Thanks=20 G=FCntheer Hiesz Using OSX 10.1.5 And GnuPG 1.0.7 From twoaday@freakmail.de Thu Sep 12 14:13:01 2002 From: twoaday@freakmail.de (Timo Schulz) Date: Thu Sep 12 13:13:01 2002 Subject: Pass phrase in config file In-Reply-To: <9087494870.20020910225953@gmx.net> References: <9087494870.20020910225953@gmx.net> Message-ID: <20020912105529.GA613@daredevil.joesixpack.net> On Tue Sep 10 2002; 22:59, Daniel Maier wrote: > to type in my name and pass phrase. Is it possible to store these > parameters during a session or in a config file so that GnuPG > automatically decyphers using my name and pass phrase? What about the GPG-Agent for Windows? With it you can cache the passphrase instead of saving it in cleartext into a file. And it's more comfortable, because any program that uses GPG can use it. You just need to put the "use-agent" option in your GPG options file. You can download it here: http://www.winpt.org/agent.html It's a W32 port of the original gpg-agent.c sources from the GPG 1.1.x version. Timo From twoaday@freakmail.de Thu Sep 12 14:13:04 2002 From: twoaday@freakmail.de (Timo Schulz) Date: Thu Sep 12 13:13:04 2002 Subject: Pass phrase in config file In-Reply-To: <9087494870.20020910225953@gmx.net> References: <9087494870.20020910225953@gmx.net> Message-ID: <20020912105529.GA613@daredevil.joesixpack.net> On Tue Sep 10 2002; 22:59, Daniel Maier wrote: > to type in my name and pass phrase. Is it possible to store these > parameters during a session or in a config file so that GnuPG > automatically decyphers using my name and pass phrase? What about the GPG-Agent for Windows? With it you can cache the passphrase instead of saving it in cleartext into a file. And it's more comfortable, because any program that uses GPG can use it. You just need to put the "use-agent" option in your GPG options file. You can download it here: http://www.winpt.org/agent.html It's a W32 port of the original gpg-agent.c sources from the GPG 1.1.x version. Timo From samuel@Update.UU.SE Thu Sep 12 14:21:01 2002 From: samuel@Update.UU.SE (Samuel ]slund) Date: Thu Sep 12 13:21:01 2002 Subject: Getting GPG to not create configfiles? Message-ID: <20020912112202.GA19361@Update.UU.SE> Hi I have not used any more reacent version of GnuPG than 1.0.6 but i can not remember anything about this in the anouncements. A while ago I had a reason to use GPG for symetric encryption, specifically I vas going to give it and a passphrase to someone else to get some files across when I was away. I could not find any way to tell it not to create the (unneccessary) configuration files before symetrically encrypting a message. Are there such a switch in the new version of GnuPG? //Samuel From wk@gnupg.org Thu Sep 12 15:34:02 2002 From: wk@gnupg.org (Werner Koch) Date: Thu Sep 12 14:34:02 2002 Subject: Getting GPG to not create configfiles? In-Reply-To: <20020912112202.GA19361@Update.UU.SE> ("Samuel ]slund"'s message of "Thu, 12 Sep 2002 13:22:02 +0200") References: <20020912112202.GA19361@Update.UU.SE> Message-ID: <87elbzbcvs.fsf@alberti.gnupg.de> On Thu, 12 Sep 2002 13:22:02 +0200, Samuel ]slund said: > get some files across when I was away. I could not find any way to tell > it not to create the (unneccessary) configuration files before > symetrically encrypting a message. Use a homedir different from ~/.gnupg and gpg won't create any files. Shalom-Salam, Werner From apavelec@benefit-services.com Thu Sep 12 16:20:01 2002 From: apavelec@benefit-services.com (Adam Pavelec) Date: Thu Sep 12 15:20:01 2002 Subject: GnuPG 1.1.92 released References: <8765xbegqe.fsf@alberti.gnupg.de> Message-ID: <00c001c25a5f$53e5d780$2027a8c0@apavelec> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > Hi! > > GnuPG 1.1.92 has been released yesterday evening. This is > hopefully the last snapshot before we release 1.2. > . > . > . > Happy hacking, > > The GnuPG Team. Is this still a developmental release? There is no mention of 1.1.92 at http://www.gnupg.org/download.html If this is indeed a release to be used in a production environment, I would really appreciate it if the download page would be kept up to date. - --Adam -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 iEYEARECAAYFAj2AlDoACgkQDwRQnkBSh2vgpQCdGkoJQmmJBuhz3VVybci/jfrT nFIAnRgycMw7LSr/0p+hGd2/LAC0TIVe =MR3X -----END PGP SIGNATURE----- From dshaw@jabberwocky.com Thu Sep 12 16:24:01 2002 From: dshaw@jabberwocky.com (David Shaw) Date: Thu Sep 12 15:24:01 2002 Subject: When will the new GPG version 1.0.7 be released for Windows? EOM In-Reply-To: <5.1.0.14.2.20020911131935.00bdcf70@qix.netcorps.com> References: <5.1.0.14.2.20020911131935.00bdcf70@qix.netcorps.com> Message-ID: <20020912132437.GD5305@akamai.com> On Wed, Sep 11, 2002 at 01:20:54PM +0200, Per Tunedal wrote: > When will the new GPG version 1.0.7 be released for Windows? It will not be. However, version 1.2 (with many Windows improvements) will be released for Windows soon. The (hopefully last) development snapshot for 1.2 was released last night. David -- David Shaw | dshaw@jabberwocky.com | WWW http://www.jabberwocky.com/ +---------------------------------------------------------------------------+ "There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." - Jeremy S. Anderson From dshaw@jabberwocky.com Thu Sep 12 16:32:01 2002 From: dshaw@jabberwocky.com (David Shaw) Date: Thu Sep 12 15:32:01 2002 Subject: GnuPG 1.1.92 released In-Reply-To: <00c001c25a5f$53e5d780$2027a8c0@apavelec> References: <8765xbegqe.fsf@alberti.gnupg.de> <00c001c25a5f$53e5d780$2027a8c0@apavelec> Message-ID: <20020912133234.GE5305@akamai.com> On Thu, Sep 12, 2002 at 09:21:33AM -0400, Adam Pavelec wrote: > > Hi! > > > > GnuPG 1.1.92 has been released yesterday evening. This is > > hopefully the last snapshot before we release 1.2. > > . > > . > > . > > Happy hacking, > > > > The GnuPG Team. > > Is this still a developmental release? There is no mention of > 1.1.92 at http://www.gnupg.org/download.html If this is indeed > a release to be used in a production environment, I would really > appreciate it if the download page would be kept up to date. Development release. We're now following the common even-odd model, so if the minor release number is odd, it's a development release (e.g. 1.1 == development. 1.2 == stable). That said, 1.1.92 is intended to become 1.2 soon. David -- David Shaw | dshaw@jabberwocky.com | WWW http://www.jabberwocky.com/ +---------------------------------------------------------------------------+ "There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." - Jeremy S. Anderson From alex@FUCKUP.fantastyka.net Thu Sep 12 16:35:02 2002 From: alex@FUCKUP.fantastyka.net (Janusz A. Urbanowicz) Date: Thu Sep 12 15:35:02 2002 Subject: GnuPG 1.1.92 released In-Reply-To: <00c001c25a5f$53e5d780$2027a8c0@apavelec> References: <8765xbegqe.fsf@alberti.gnupg.de> <00c001c25a5f$53e5d780$2027a8c0@apavelec> Message-ID: <20020912133513.GA27079@FUCKUP.fantastyka.net> --opJtzjQTFsWo+cga Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Sep 12, 2002 at 09:21:33AM -0400, Adam Pavelec wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > > Hi! > >=20 > > GnuPG 1.1.92 has been released yesterday evening. This is > > hopefully the last snapshot before we release 1.2. =20 > > . > > . > > . > > Happy hacking, > >=20 > > The GnuPG Team. >=20 > Is this still a developmental release? There is no mention of > 1.1.92 at http://www.gnupg.org/download.html If this is indeed > a release to be used in a production environment, I would really > appreciate it if the download page would be kept up to date. This is not. It is a development snapshot. See last sentence you left in the quote. Alex --opJtzjQTFsWo+cga Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9gJgRTfkBjn4ugD0RA4SBAJ9OkxHE409KwnnT0hnR1L96YcNg2gCeIH4w 6cXb66yoyiOEnNE2sRgDYDE= =65yz -----END PGP SIGNATURE----- --opJtzjQTFsWo+cga-- From samuel@Update.UU.SE Thu Sep 12 16:38:01 2002 From: samuel@Update.UU.SE (Samuel ]slund) Date: Thu Sep 12 15:38:01 2002 Subject: Getting GPG to not create configfiles? In-Reply-To: <87elbzbcvs.fsf@alberti.gnupg.de> References: <20020912112202.GA19361@Update.UU.SE> <87elbzbcvs.fsf@alberti.gnupg.de> Message-ID: <20020912133924.GB19361@Update.UU.SE> On Thu, Sep 12, 2002 at 02:39:35PM +0200, Werner Koch wrote: > On Thu, 12 Sep 2002 13:22:02 +0200, Samuel ]slund said: > > > get some files across when I was away. I could not find any way to tell > > it not to create the (unneccessary) configuration files before > > symetrically encrypting a message. > > Use a homedir different from ~/.gnupg and gpg won't create any files. I hope you are talking about the new version of GnuPG, because v1.0.6 hapily creates files in other directories. I tried: gpg --homedir /tmp -c .emacs gpg --homedir ~/tmp -c .emacs on Debian Linux and gpg.exe --homedir e:/musik --symmetric .emacs on windows 2k in all cases GnuPG created the pubring.gpg and secring.gpg files in the specified directories. I tried assigning a homedir that did not exist and got this result: samuel@Tempo:~$ gpg --homedir /foo -c .emacs gpg: keyblock resource `/foo': file open error gpg: keyblock resource `/foo': file open error File `.emacs.gpg' exists. Overwrite (y/N)? y gpg: can't create `/foo/random_seed': No such file or directory samuel@Tempo:~$ The encrypted file decrypted Ok. //Samuel From wk@gnupg.org Thu Sep 12 19:24:02 2002 From: wk@gnupg.org (Werner Koch) Date: Thu Sep 12 18:24:02 2002 Subject: Window binary signature Message-ID: <87n0qn9npz.fsf@alberti.gnupg.de> --=-=-= Hi! I forgot to upload the signature for the windows binary. It is now available and for your convenience attach to thsi mail. Shalom-Salam, Werner --=-=-= Content-Type: application/octet-stream Content-Disposition: attachment; filename=gnupg-w32cli-1.1.92.zip.sig Content-Transfer-Encoding: base64 iD8DBQA9f1QcaLeriVdUjc0RAoB6AJ4tryyRscFGGkxBhRxXSAzIkZpM/ACfQ64aGcHg3tTeeKv3 OEqTHO1IwO0= --=-=-=-- From hhekim@mail.com Fri Sep 13 10:36:02 2002 From: hhekim@mail.com (Hakan Hekim) Date: Fri Sep 13 09:36:02 2002 Subject: using my own public key Message-ID: <20020913073652.54671.qmail@mail.com> Hello, When I encrypt a file, I think gpg uses my secret key as default. How can I specify gpg to use my public key in order to encrypt it for myself. ----- Original Message ----- From: Timo Schulz Date: Thu, 12 Sep 2002 12:55:29 +0200 To: gnupg-users@gnupg.org Subject: Re: Pass phrase in config file Re: On Tue Sep 10 2002; 22:59, Daniel Maier wrote: Re: Re: > to type in my name and pass phrase. Is it possible to store these Re: > parameters during a session or in a config file so that GnuPG Re: > automatically decyphers using my name and pass phrase? Re: Re: What about the GPG-Agent for Windows? Re: Re: With it you can cache the passphrase instead of saving it in Re: cleartext into a file. And it's more comfortable, because any Re: program that uses GPG can use it. You just need to put the Re: "use-agent" option in your GPG options file. Re: Re: You can download it here: http://www.winpt.org/agent.html Re: Re: It's a W32 port of the original gpg-agent.c sources from the Re: GPG 1.1.x version. Re: Re: Re: Timo Re: Re: _______________________________________________ Re: Gnupg-users mailing list Re: Gnupg-users@gnupg.org Re: http://lists.gnupg.org/mailman/listinfo/gnupg-users Re: -------------------------------- If there is no wind, row.... -------------------------------- -- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup From wk@gnupg.org Fri Sep 13 11:24:02 2002 From: wk@gnupg.org (Werner Koch) Date: Fri Sep 13 10:24:02 2002 Subject: GPG 1.1.92 bogus error for IDEA plugin In-Reply-To: ("Larry Ellis"'s message of "Thu, 12 Sep 2002 16:20:14 -0500") References: Message-ID: <87admm70na.fsf@alberti.gnupg.de> On Thu, 12 Sep 2002 16:20:14 -0500, Larry Ellis said: > I took your advice anyway, and rebuilt the dll myself after updating the def > file, and IDEA is still not detected. There seems to be some other issue. Okay, I found the bug. There is a new version of the binary availabe at: ftp://ftp.gnupg.org/gcrypt/alpha/binary/gnupg-w32cli-1.1.92a.zip a patch to the source is in the same directory. I have also asked Kenneth to upload a new dll to his server. It should appear soon as ftp://ftp.gnupg.dk/pub/contrib-dk/ideadll.zip ftp://ftp.gnupg.dk/pub/contrib-dk/ideadll.zip.sig It is a ZIP file with the source and comments on how to build it using mingw32/cpd. Shalom-Salam, Werner From holzmann@mhnet.de Fri Sep 13 13:07:02 2002 From: holzmann@mhnet.de (Micha Holzmann) Date: Fri Sep 13 12:07:02 2002 Subject: using my own public key In-Reply-To: <20020913073652.54671.qmail@mail.com> References: <20020913073652.54671.qmail@mail.com> Message-ID: <20020913100809.GA17018@idm-06.pf.kramski.de> --pWyiEgJYm5f9v55/ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Quoting Hakan Hekim : >=20 > Hello, > When I encrypt a file, I think gpg uses my secret key as default. How can= I specify gpg to use my public key in order to encrypt it for myself. You can use the $HOME/options file. In order to work as you expect, make an entry with: encrypt-to kind regards, Micha Holzmann --=20 Who the hell is General Failure, and why he is reading my disk? --pWyiEgJYm5f9v55/ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9gbkJZrmPvQ66gg8RApmjAJ4kjp2ewWJ2CDZojBPAIg19Ct4c8ACfYHzu EnSHOUekZ6cOXt6DV8dUBVY= =+9sa -----END PGP SIGNATURE----- --pWyiEgJYm5f9v55/-- From wk@gnupg.org Fri Sep 13 14:22:02 2002 From: wk@gnupg.org (Werner Koch) Date: Fri Sep 13 13:22:02 2002 Subject: using my own public key In-Reply-To: <20020913100809.GA17018@idm-06.pf.kramski.de> (Micha Holzmann's message of "Fri, 13 Sep 2002 12:08:09 +0200") References: <20020913073652.54671.qmail@mail.com> <20020913100809.GA17018@idm-06.pf.kramski.de> Message-ID: <87admm3zax.fsf@alberti.gnupg.de> On Fri, 13 Sep 2002 12:08:09 +0200, Micha Holzmann said: > You can use the $HOME/options file. In order to work as you expect, make > an entry with: BTW, since 1.1.92 options has been replaced by gpg.conf but it will still be used as long as there is no gpg.conf. Just want to let you know. Shalom-Salam, Werner From holzmann@mhnet.de Fri Sep 13 15:07:02 2002 From: holzmann@mhnet.de (Micha Holzmann) Date: Fri Sep 13 14:07:02 2002 Subject: using my own public key In-Reply-To: <87admm3zax.fsf@alberti.gnupg.de> References: <20020913073652.54671.qmail@mail.com> <20020913100809.GA17018@idm-06.pf.kramski.de> <87admm3zax.fsf@alberti.gnupg.de> Message-ID: <20020913120802.GA21150@idm-06.pf.kramski.de> --liOOAslEiF7prFVr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Quoting Werner Koch : > On Fri, 13 Sep 2002 12:08:09 +0200, Micha Holzmann said: >=20 > > You can use the $HOME/options file. In order to work as you expect, make > > an entry with: >=20 > BTW, since 1.1.92 options has been replaced by gpg.conf but it will > still be used as long as there is no gpg.conf. Just want to let you > know. Oh! Good to know, i am still running 1.0.7 and 1.0.6 on a windows client. I have read on the website that the version 1.2 will be released th= is month. I want to wait until the release. The reading of "whatsnew" or "changes" is a must (then). ;-) kind regards, Micha Holzmann --=20 Es gibt nichts gutes ausser man tut es... --liOOAslEiF7prFVr Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9gdUiZrmPvQ66gg8RAorjAJoDRzGY634Va94yjE4dOeKTvhK4gQCfbtHr mHv8+tRkm7pjjqUh76HapGU= =4dyW -----END PGP SIGNATURE----- --liOOAslEiF7prFVr-- From johan-gnupg@almqvist.net Fri Sep 13 18:47:01 2002 From: johan-gnupg@almqvist.net (Johan Almqvist) Date: Fri Sep 13 17:47:01 2002 Subject: Bug? lsign first, then sign Message-ID: <20020913154846.GJ18223@almqvist.net> --IU5/I01NYhRvwH70 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! $ gpg --version gpg (GnuPG) 1.0.6 I imported a key, signed it locally first and signed it "for everyone" later. When exporting the key, my signature wasn't attached to they key. I had to remove the key from my key ring and import it again; now signing it directly. After that, it worked fine. Is this intentional? -Johan --=20 Johan Almqvist --IU5/I01NYhRvwH70 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE9ggjdEVwMevfaF0sRAqWpAJ90ltd9Lx5MYMw7ayVolLlY/FVrUwCcCEed 1x/Zqyicx/++NotmcXXyTNw= =ot7i -----END PGP SIGNATURE----- --IU5/I01NYhRvwH70-- From johan-gnupg@almqvist.net Fri Sep 13 18:53:02 2002 From: johan-gnupg@almqvist.net (Johan Almqvist) Date: Fri Sep 13 17:53:02 2002 Subject: Changing "main" user ID Message-ID: <20020913155441.GK18223@almqvist.net> --Ls2Gy6y7jbHLe9Od Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello again! I understand that this may be a purely superficial matter, but is it possible to change what gpg considers to be the "main" user ID of my key? $ gpg --list-sigs 50327DF9 pub 1024R/50327DF9 1995-11-15 Fredrik Roubert sig F98EC641 1997-04-01 Tomas Gradin sig 50327DF9 2002-06-23 Fredrik Roubert sig 7888E2C5 2002-06-24 Hans Wachtmeister sig F7DA174B 2002-09-13 Johan Almqvist (SFS) $ gpg --list-keys F7DA174B pub 1024D/F7DA174B 2000-06-22 Johan Almqvist (SFS) uid Johan Almqvist uid Johan Almqvist (LUNA) uid Johan Almqvist (interAF) uid Johan Almqvist (LUDAT) uid Johan Almqvist (Propellerheads) uid Johan Almqvist (JUNO) uid Johan Almqvist (DF) sub 2048g/B3CACF7B 2000-06-22 I'd like "Johan Almqvist " to show in the top listing instead of "Johan Almqvist (SFS)" -Johan --=20 Johan Almqvist --Ls2Gy6y7jbHLe9Od Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE9ggpAEVwMevfaF0sRArJqAKCUsUa/aD9HBTUbQF/Vy3ql9GkCcQCeOQ4m H8+wg6SJTvKtMX5ejjdQALU= =lwoK -----END PGP SIGNATURE----- --Ls2Gy6y7jbHLe9Od-- From dshaw@jabberwocky.com Fri Sep 13 19:10:02 2002 From: dshaw@jabberwocky.com (David Shaw) Date: Fri Sep 13 18:10:02 2002 Subject: Bug? lsign first, then sign In-Reply-To: <20020913154846.GJ18223@almqvist.net> References: <20020913154846.GJ18223@almqvist.net> Message-ID: <20020913161039.GA5588@akamai.com> On Fri, Sep 13, 2002 at 05:48:46PM +0200, Johan Almqvist wrote: > Hi! > > $ gpg --version > gpg (GnuPG) 1.0.6 > > I imported a key, signed it locally first and signed it "for everyone" > later. When exporting the key, my signature wasn't attached to they key. > I had to remove the key from my key ring and import it again; now signing > it directly. After that, it worked fine. Is this intentional? This was changed in 1.0.7. GnuPG now prompts the user to see if they want to "promote" the local signature to a full exportable signature. David -- David Shaw | dshaw@jabberwocky.com | WWW http://www.jabberwocky.com/ +---------------------------------------------------------------------------+ "There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." - Jeremy S. Anderson From dshaw@jabberwocky.com Fri Sep 13 19:11:02 2002 From: dshaw@jabberwocky.com (David Shaw) Date: Fri Sep 13 18:11:02 2002 Subject: Changing "main" user ID In-Reply-To: <20020913155441.GK18223@almqvist.net> References: <20020913155441.GK18223@almqvist.net> Message-ID: <20020913161146.GB5588@akamai.com> On Fri, Sep 13, 2002 at 05:54:41PM +0200, Johan Almqvist wrote: > Hello again! > > I understand that this may be a purely superficial matter, but is it > possible to change what gpg considers to be the "main" user ID of my key? [..] > I'd like "Johan Almqvist " to show in the top listing > instead of "Johan Almqvist (SFS)" In GnuPG 1.0.7 there is a "primary" command in the --edit menu. Just select the user ID that you want to be primary. David -- David Shaw | dshaw@jabberwocky.com | WWW http://www.jabberwocky.com/ +---------------------------------------------------------------------------+ "There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." - Jeremy S. Anderson From mail@mark-kirchner.de Fri Sep 13 19:38:01 2002 From: mail@mark-kirchner.de (Mark Kirchner) Date: Fri Sep 13 18:38:01 2002 Subject: Changing "main" user ID In-Reply-To: <20020913161146.GB5588@akamai.com> References: <20020913155441.GK18223@almqvist.net> <20020913161146.GB5588@akamai.com> Message-ID: <9834610276.20020913183849@mark-kirchner.de> Hello, On Friday, September 13, 2002, 6:11:46 PM, David wrote: > On Fri, Sep 13, 2002 at 05:54:41PM +0200, Johan Almqvist wrote: >> [changing main id] > > In GnuPG 1.0.7 there is a "primary" command in the --edit menu. Just > select the user ID that you want to be primary. I don't know about the original poster, but sometimes I would like to change the "main id" of keys that I don't own. (I know, no real need to do that; call it aesthetical reasons :-) The "primary" command responds with "Need the secret key to do this" when I try that. (v1.1.92) I assume that the "main id" has no particular relevance (for the key / encryption / security) so that changing it would just be a cosmetical thing. Am I missing something? Regards, Mark Kirchner -- Key (0x19DC86D3) available: http://www.mark-kirchner.de/keys/key-mk.asc From vedaal@compute3.lok.com Fri Sep 13 19:46:01 2002 From: vedaal@compute3.lok.com (vedaal@compute3.lok.com) Date: Fri Sep 13 18:46:01 2002 Subject: signing with a v3 rsa key in 1.1.9.2 Message-ID: <200209131646.g8DGkxPF006006@compute3.lok.com> have tried to sign with my default v3 rsa key, using the windows binary for 1.1.9.2 the key is listed as my default key in the gnupg options, and the keyrings have not been changed since using 1.1.9.2 the key has worked well for signing for all other versions of gnupg, but now, gives the following error messages: C:\gnupg>gpg --clearsign d:\a1.txt gpg: NOTE: THIS IS A DEVELOPMENT VERSION! gpg: It is only intended for test purposes and should NOT be gpg: used in a production environment or with production keys! gpg: protection algorithm 1 (IDEA) is not supported gpg: the IDEA cipher plugin is not present gpg: please see http://www.gnupg.org/why-not-idea.html for more information gpg: no default secret key: unknown cipher algorithm gpg: d:\a1.txt: clearsign failed: unknown cipher algorithm there is no problem when i try to sign with any other v3 rsa key my default v3 rsa key was generated in 2.6.x the other v3 rsa keys (that work ok) were generated in pgp 6.5.8 pgpdump shows nothing remarkable about the key, and it has worked fine for all previous gnupg versions, up to 1.1.9.1 {Nullify} vedaal From Martin Schoch Fri Sep 13 19:52:02 2002 From: Martin Schoch (Martin Schoch) Date: Fri Sep 13 18:52:02 2002 Subject: GPG 1.1.92 bogus error for IDEA plugin In-Reply-To: <87admm70na.fsf@alberti.gnupg.de> References: <87admm70na.fsf@alberti.gnupg.de> Message-ID: <149710261.20020913185315@compuserve.com> On Friday, September 13, 2002, 10:29:45 AM Werner Koch wrote: WK> ftp://ftp.gnupg.org/gcrypt/alpha/binary/gnupg-w32cli-1.1.92a.zip WK> ftp://ftp.gnupg.dk/pub/contrib-dk/ideadll.zip WK> ftp://ftp.gnupg.dk/pub/contrib-dk/ideadll.zip.sig Thanks for your great and excellent work! With the binary under Windows 2K SP2 I have a problem with IDEA - it seems that gnupg searches the plugin idea.dll under "hardcoded" directory... I have in the options file the line: load-extension idea But gpg --versions says: Unterstützte Verfahren: Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA, ELG gpg: LoadLibrary failed ec=126 gpg: GetProcAddress failed ec=127 gpg: GetProcAddress failed ec=127 gpg: invalid module `c:\lib\gnupg\idea': 127 Cipher: 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH Hash: MD5, SHA1, RIPEMD160 Compress: Uncompressed, ZIP, ZLIB -- Best regards, Martin Schoch mailto:maschoch@compuserve.com From dshaw@jabberwocky.com Fri Sep 13 20:55:01 2002 From: dshaw@jabberwocky.com (David Shaw) Date: Fri Sep 13 19:55:01 2002 Subject: Changing "main" user ID In-Reply-To: <9834610276.20020913183849@mark-kirchner.de> References: <20020913155441.GK18223@almqvist.net> <20020913161146.GB5588@akamai.com> <9834610276.20020913183849@mark-kirchner.de> Message-ID: <20020913175530.GA6066@akamai.com> On Fri, Sep 13, 2002 at 06:38:49PM +0200, Mark Kirchner wrote: > Hello, > > On Friday, September 13, 2002, 6:11:46 PM, David wrote: > > On Fri, Sep 13, 2002 at 05:54:41PM +0200, Johan Almqvist wrote: > >> [changing main id] > > > > In GnuPG 1.0.7 there is a "primary" command in the --edit menu. Just > > select the user ID that you want to be primary. > > I don't know about the original poster, but sometimes I would like to > change the "main id" of keys that I don't own. (I know, no real need > to do that; call it aesthetical reasons :-) The "primary" command > responds with "Need the secret key to do this" when I try that. > (v1.1.92) > > I assume that the "main id" has no particular relevance (for the key / > encryption / security) so that changing it would just be a cosmetical > thing. Am I missing something? It is just a cosmetic change, but you are not permitted to make the change for keys you do not own. Only the key owner can decide how their key is displayed. David -- David Shaw | dshaw@jabberwocky.com | WWW http://www.jabberwocky.com/ +---------------------------------------------------------------------------+ "There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." - Jeremy S. Anderson From vedaal@lok.com Fri Sep 13 21:07:02 2002 From: vedaal@lok.com (vedaal@lok.com) Date: Fri Sep 13 20:07:02 2002 Subject: follow-up : signing with a v3 rsa key in GnuPG 1.1.92 Message-ID: <200209131808.g8DI8UPF029482@compute3.lok.com> have just generated a new v3 rsa key in pgp 2.6.3 multi 6 (default settings, nothing fancy, same as 2.6.3) imported it to gnupg, made it the default key, and got the same error message as before here is the key: the passphrase is the same as the keyname: 263m6test -----BEGIN PGP PRIVATE KEY BLOCK----- Version: 2.6.3ia-multi06 comment: passhrase: 263m6test lQOfAz2CHIcAAAEIANE+IpggTNk4XCbTrHtgxm4t+Ks3doUgMYZZw82SjLhzR5IS NsaPgmGYLuql3/33Y0yjRukXgzhmUuahvo/L1mt153YABC8jfS17zu4EH9+WRghL B8YR1gHNtQbQy9B1TFoIHryW9s7Qy4uMm858nRWnjV7lm2QE1XCWoDMtc0zN2mS7 ALCFf4rP6S5AoRTtKEXmPUBXpmgBQXK/RnCSxnHWFG0ScjVf7s520SAhidUJ9tli 1snUAz3zeAXXYIFy/IfFKERGAj/gtuJQPT+e2sEuP/LsULVnHyAWCwbJR3tuYMoY pPtaejqozZfMZNS/4r03t3U2hM/awEBc9tBA67UABREBnkmaqObtCCQH8e7mN6A/ KE0mxopMk/Wr5HvpKyHGDh3oRWNTAeQ/xqqpoa+lz/uiAuGsPZSZmWKyZ1SijoUB vLSx11Rri7TC2gz9TnIJNfwTKbbCRmU+wLjymTlqh9QKjgTaMoVh7NS54E6RK4jl 8CTx/9jzC44yePU05niY57HtKZCZXERi7ZNJKNlD7k3r0SJVmeS6lCJCDRvQzUVP 6A7QIPeiTc9rH6T0B7XDbc2bJfywwQlYg+L4v1yATqyvKBLqWzO4NW0yJG+RKD8K Y9nZzJtzXMwiftrWMIjM7Fr2O5w+MIls8UIdm8aP0KEE/r+BcPS+OKdIBhYS3Cyc 8Z2IGQghEyRPlQQAG/kNIrg2BmhlzWfNigPWjCQJMEesjjQtROuDeKmRRas+Ajep /euqBfLDbLMX6L80VzqXTpJijVFTuiVnRWL1nVry100VRDHXDuw8uICB7x8GDzc6 xGRKehbUCCJwKGyULBDedFdF4VLBicJYqOWfjvNvPWt2kuNykBwHwxjEvmgEAJxw 0BLkYb+R4qYzJ+QHQtn1DqpvFTYy/d6KqBvnCJZTpgD3m5JpKarOarE+Fa6H/hSc swKGSIkeqh6kBCAEChyOOeBRPd11TvAFw4Eql0mN/DETLDUMFvAFA8eVdSDST4Nm paNR9lTY8j9PclPuW89Mz+pMDfOSF7LANk00wJiiA/+i0t5D0VIGkXDlZuAP7rTk USIzQJgVfUTac+xbtOf5D2vA2Czkcnx31k36HXrCm6bC81xjBPTZDLTuVMJSffEq 3FhsLVpMhKtlilBQdkuR+yvWtrygjrDmv0Jwhh+Obicv2rBs3TAY/db0KbK+ZSQn cNOUQsu3oM/rlnVTwwStWEIhtAkyNjNtNnRlc3Q= =m1x0 -----END PGP PRIVATE KEY BLOCK----- -----BEGIN PGP PUBLIC KEY BLOCK----- Version: 2.6.3ia-multi06 mQENAz2CHIcAAAEIANE+IpggTNk4XCbTrHtgxm4t+Ks3doUgMYZZw82SjLhzR5IS NsaPgmGYLuql3/33Y0yjRukXgzhmUuahvo/L1mt153YABC8jfS17zu4EH9+WRghL B8YR1gHNtQbQy9B1TFoIHryW9s7Qy4uMm858nRWnjV7lm2QE1XCWoDMtc0zN2mS7 ALCFf4rP6S5AoRTtKEXmPUBXpmgBQXK/RnCSxnHWFG0ScjVf7s520SAhidUJ9tli 1snUAz3zeAXXYIFy/IfFKERGAj/gtuJQPT+e2sEuP/LsULVnHyAWCwbJR3tuYMoY pPtaejqozZfMZNS/4r03t3U2hM/awEBc9tBA67UABRG0CTI2M202dGVzdIkBFQMF ED2CHMLAQFz20EDrtQEBDYIH/12Rfd+83iB6htKZc+xb/YH1jsEI+tW927I/zVWY R1jgAakwjqTUJryieZYQ0a/9a/mJQqCllu7uy9JrCkvhLzvwSQB0YzuWHHhKuFKA /B+kdUnce7UPIuSgI4c5ClxtI8ICe1YVgnM7JwDwJq4IKIptQXd4yTIZs87Af/UO 4B9KsLbuH8bTmKTaebshMghctaIsopklRKD5tEskB3r5DL9y0ebo0KMuvggkXHcj 5X3B//OKYitDeLGxrKeKwf2Wfm3PCuVhj0c2Skq4uR6TGlDhFdiCu1lwZc8jPbJn fbdCAjsI81UY2TJZXPg3qlhPncX66pNTtRGps0Azh11pags= =gPgV -----END PGP PUBLIC KEY BLOCK----- can anyone else reproduce this problem, or might it be something unique to the windows binary? tia vedaal From mail@mark-kirchner.de Fri Sep 13 21:25:01 2002 From: mail@mark-kirchner.de (Mark Kirchner) Date: Fri Sep 13 20:25:01 2002 Subject: Changing "main" user ID In-Reply-To: <20020913175530.GA6066@akamai.com> References: <20020913155441.GK18223@almqvist.net> <20020913161146.GB5588@akamai.com> <9834610276.20020913183849@mark-kirchner.de> <20020913175530.GA6066@akamai.com> Message-ID: <11941064567.20020913202623@mark-kirchner.de> On Friday, September 13, 2002, 7:55:30 PM, David wrote: > On Fri, Sep 13, 2002 at 06:38:49PM +0200, Mark Kirchner wrote: >> [snip] >> I assume that the "main id" has no particular relevance (for the key / >> encryption / security) so that changing it would just be a cosmetical >> thing. Am I missing something? > > It is just a cosmetic change, but you are not permitted to make the > change for keys you do not own. Uh, yes I got that already :-) > Only the key owner can decide how their key is displayed. I hope you don't mind me asking, but: Says who? Of course, the programmers do, but: Is there a special reason behind it, is it in the OpenPGP-Standard? Which would lead to the next question: Why is it in there? Call me old-fashioned, but: All the necessary data is there, the data is public (at least it's from the "public" key) and gpg runs on _my_ machine, so IMHO _I_ should be the one to decide how the data is /displayed/. (Of course, within reasonable limits.) I don't want to change someone else public key, I don't want to add to or remove something from it, it's just a matter of how it's displayed on my machine. (At least I interpreted your "cosmetic change" that way.) Regards, Mark Kirchner -- Key (0x19DC86D3) available: http://www.mark-kirchner.de/keys/key-mk.asc From dshaw@jabberwocky.com Fri Sep 13 21:59:01 2002 From: dshaw@jabberwocky.com (David Shaw) Date: Fri Sep 13 20:59:01 2002 Subject: Changing "main" user ID In-Reply-To: <11941064567.20020913202623@mark-kirchner.de> References: <20020913155441.GK18223@almqvist.net> <20020913161146.GB5588@akamai.com> <9834610276.20020913183849@mark-kirchner.de> <20020913175530.GA6066@akamai.com> <11941064567.20020913202623@mark-kirchner.de> Message-ID: <20020913185941.GC6066@akamai.com> On Fri, Sep 13, 2002 at 08:26:23PM +0200, Mark Kirchner wrote: > On Friday, September 13, 2002, 7:55:30 PM, David wrote: > > On Fri, Sep 13, 2002 at 06:38:49PM +0200, Mark Kirchner wrote: > >> [snip] > >> I assume that the "main id" has no particular relevance (for the key / > >> encryption / security) so that changing it would just be a cosmetical > >> thing. Am I missing something? > > > > It is just a cosmetic change, but you are not permitted to make the > > change for keys you do not own. > > Uh, yes I got that already :-) > > > Only the key owner can decide how their key is displayed. > > I hope you don't mind me asking, but: Says who? Of course, the > programmers do, but: Is there a special reason behind it, is it in the > OpenPGP-Standard? Which would lead to the next question: Why is it in > there? Actually, it isn't in there. The standard is really mostly a 'on-the-wire' spec. It often says little or nothing about interpretation. There is nothing in the spec to prevent such a thing. An easy way to do it would be to add the primary uid indicator to the unhashed area of the self-signature. Of course, if you are doing something local then you can do whatever you want. > Call me old-fashioned, but: All the necessary data is there, the data > is public (at least it's from the "public" key) and gpg runs on _my_ > machine, so IMHO _I_ should be the one to decide how the data is > /displayed/. (Of course, within reasonable limits.) > I don't want to change someone else public key, I don't want to add to > or remove something from it, it's just a matter of how it's displayed > on my machine. (At least I interpreted your "cosmetic change" that > way.) That's the problem here... what happens after you export the key to give to a friend? Should GnuPG strip the primary uid subpacket that you added? How does it know that it was one that you added and not someone else? Should it strip unhashed primary uid subpackets when importing keys? Why or why not? There are sometimes very good reasons for adding unhashed data to self-signatures on keys you don't own (to add a MDC flag for example). In this case, it opens up a whole lot of potentially dangerous questions for something that is, after all, cosmetic. David -- David Shaw | dshaw@jabberwocky.com | WWW http://www.jabberwocky.com/ +---------------------------------------------------------------------------+ "There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." - Jeremy S. Anderson From wk@gnupg.org Fri Sep 13 22:16:01 2002 From: wk@gnupg.org (Werner Koch) Date: Fri Sep 13 21:16:01 2002 Subject: follow-up : signing with a v3 rsa key in GnuPG 1.1.92 In-Reply-To: <200209131808.g8DI8UPF029482@compute3.lok.com> (vedaal@lok.com's message of "Fri, 13 Sep 2002 14:08:30 -0400") References: <200209131808.g8DI8UPF029482@compute3.lok.com> Message-ID: <87it193de6.fsf@alberti.gnupg.de> On Fri, 13 Sep 2002 14:08:30 -0400, vedaal said: > here is the key: :secret key packet: version 3, algo 1, created 1031937159, expires 0 skey[0]: [2048 bits] skey[1]: [5 bits] protect algo: 1 (hash algo: 1) protect IV: 9e 49 9a a8 e6 ed 08 24 algo 1 is IDEA and you don't have the plugin installed. IF you are running on Windows, get the 1.1.92a binary, the new ideaddl.zip and use a full pathname for idea.dll with --load-extension. Shalom-Salam, Werner From Jason_Mantor@hesc.com Fri Sep 13 22:19:01 2002 From: Jason_Mantor@hesc.com (Jason_Mantor@hesc.com) Date: Fri Sep 13 21:19:01 2002 Subject: CR-LF on OpenVMS ? Message-ID: Just sharing what I learned: A very helpful person suggested using --textmode when encrypting the file on VMS using GPG. It took some time to set this up with the school, but that did the trick. Now the file decrypts properly on NT using GPG. Thanks to everyone's suggestions and efforts the kids at this school will get their college loans and scholarships much more quickly : ) -JSM Jason S. Mantor, MCP Senior Computer Programmer/Analyst New York State Higher Education Services Corporation Email: Jason_Mantor@hesc.com Telephone: (518) 402-3545 From mail@mark-kirchner.de Fri Sep 13 22:42:02 2002 From: mail@mark-kirchner.de (Mark Kirchner) Date: Fri Sep 13 21:42:02 2002 Subject: Changing "main" user ID In-Reply-To: <20020913185941.GC6066@akamai.com> References: <20020913155441.GK18223@almqvist.net> <20020913161146.GB5588@akamai.com> <9834610276.20020913183849@mark-kirchner.de> <20020913175530.GA6066@akamai.com> <11941064567.20020913202623@mark-kirchner.de> <20020913185941.GC6066@akamai.com> Message-ID: <14445697579.20020913214336@mark-kirchner.de> On Friday, September 13, 2002, 8:59:41 PM, David wrote: > On Fri, Sep 13, 2002 at 08:26:23PM +0200, Mark Kirchner wrote: >> Call me old-fashioned, but: All the necessary data is there, the data >> is public (at least it's from the "public" key) and gpg runs on _my_ >> machine, so IMHO _I_ should be the one to decide how the data is >> /displayed/. (Of course, within reasonable limits.) >> I don't want to change someone else public key, I don't want to add to >> or remove something from it, it's just a matter of how it's displayed >> on my machine. (At least I interpreted your "cosmetic change" that >> way.) > > That's the problem here... what happens after you export the key to > give to a friend? Should GnuPG strip the primary uid subpacket that > you added? Oh, ok, it's a subpacket, I really should have known / remebered that. That explains a lot. > How does it know that it was one that you added and not > someone else? Should it strip unhashed primary uid subpackets when > importing keys? Why or why not? > > There are sometimes very good reasons for adding unhashed data to > self-signatures on keys you don't own (to add a MDC flag for example). > In this case, it opens up a whole lot of potentially dangerous > questions for something that is, after all, cosmetic. I totally agree with you. Before I go on further, let me point out that it's really a minor thing, I was rather curious than being interested in seeing that point changed in gpg (or changing it myself). Having said that, I think it wouldn't be necessary to change or add a subpacket: Since it's only a matter of how I prefer the key data to be displayed, my preference could as well be stored outside the keyring in some config-file. But I see where this leads to: It isn't really a "problem" of gpg itself, the same effect could (and probably should) be achieved by the software that uses gpg and/or displays the keyring (GPGshell in my case). Thank you very much for the info. Regards, Mark Kirchner -- Key (0x19DC86D3) available: http://www.mark-kirchner.de/keys/key-mk.asc From vedaal@lok.com Sat Sep 14 00:22:02 2002 From: vedaal@lok.com (vedaal@lok.com) Date: Fri Sep 13 23:22:02 2002 Subject: followup: signing with a v3 rsa key in 1.1.9.2 Message-ID: <200209132122.g8DLMgHV008640@compute1.lok.com> > Message: 11 From: vedaal@compute3.lok.com To: gnupg-users@gnupg.org > Subject: signing with a v3 rsa key in 1.1.9.2 Date: Fri, 13 Sep 2002 > 12:46:59 -0400 > > have tried to sign with my default v3 rsa key, using the windows >binary for 1.1.9.2 > > the key is listed as my default key in the gnupg options, and the > keyrings have not been changed since using 1.1.9.2 > > the key has worked well for signing for all other versions of gnupg, > but now, gives the following error messages: > > C:\gnupg>gpg --clearsign d:\a1.txt gpg: NOTE: THIS IS A DEVELOPMENT > VERSION! gpg: It is only intended for test purposes and should > NOT be gpg: used in a production environment or with production > keys! gpg: protection algorithm 1 (IDEA) is not supported > gpg: the IDEA cipher plugin is not present gpg: please see > http://www.gnupg.org/why-not-idea.html for more information gpg: > no default secret key: unknown cipher algorithm gpg: d:\a1.txt: > clearsign failed: unknown cipher algorithm > > there is no problem when i try to sign with any other v3 rsa key > > my default v3 rsa key was generated in 2.6.x the other v3 rsa keys > (that work ok) were generated in pgp 6.5.8 found the reason: rsa v3 keys generated in 6.5.8 have the symmetric algo as 'cast-5' by default, while in 2.6.x it is 'idea' what is unusual, is that if the key is checked in 'key properties' in pgp keys, the symmetric algo is listed as 'idea' for 'any' v3 rsa key, no matter how it was generated, the actual algo used will be listed in pgpdump, so, the 2.6.x keys need the 'idea' module installed, while v3 rsa keys generated in later versions, {or in 2.6.x Multi with the option specified as a non-'idea' algorithm}, do not vedaal From htidore@yahoo.com Sat Sep 14 00:59:01 2002 From: htidore@yahoo.com (Hanny Tidore) Date: Fri Sep 13 23:59:01 2002 Subject: importing secring.skr In-Reply-To: <20020910133315.GB666@akamai.com> Message-ID: <20020913215945.75194.qmail@web14003.mail.yahoo.com> Thanks David, It works. I forgot to include --import the other time. That's why it didn't work. -=ht --- David Shaw wrote: > On Tue, Sep 10, 2002 at 06:08:52AM -0700, Hanny > Tidore wrote: > > Sorry, a little correction. My secret keyring is > > secring.skr > > > > I am using version 1.0.6 and I have tried to use > > --allow-secret-key-import option. However when I > tried > > gpg --list-secret-key, I don't see the secret key. > > What does GnuPG respond with when you do > > gpg --allow-secret-key-import --import secring.skr > > ? > > David > > -- > David Shaw | dshaw@jabberwocky.com | WWW > http://www.jabberwocky.com/ > +---------------------------------------------------------------------------+ > "There are two major products that come out of > Berkeley: LSD and UNIX. > We don't believe this to be a coincidence." - > Jeremy S. Anderson > > _______________________________________________ > Gnupg-users mailing list > Gnupg-users@gnupg.org > http://lists.gnupg.org/mailman/listinfo/gnupg-users __________________________________________________ Do you Yahoo!? Yahoo! News - Today's headlines http://news.yahoo.com From rdmyers@netzon.net Sat Sep 14 05:16:02 2002 From: rdmyers@netzon.net (Rodney D. Myers) Date: Sat Sep 14 04:16:02 2002 Subject: gpg error message Message-ID: <20020913191651.5f1c9e9b.rdmyers@netzon.net> --=.i9xHsjnUHB9KXO Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit I recently installed, for a Friend moving from windos to Linux, sylpheed claws, gpupg 1.0.7, gpgme 0.3.9-1. When I start sylpheed, I get an error requester telling me GNUPG is not installed correctly. I set his system up as close to mine as possible, and mine works. GPG appears to be installed correctly, but I'm not so sure right now. Thanks for any tips and/or suggestions. -- Rodney D. Myers ICQ# : 18002350 Have A NORML Day AIM#: mailman452 Yahoo Chat: Mailman42_5 They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. Ben Franklin --=.i9xHsjnUHB9KXO Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9gpwVRzSENXJW+i8RAgpfAJ9W/sx1rbEl+Lo0eUVdBbC0jj+dDgCfYyTo 5h3L+bGsy/A9LYOgpzIV8nk= =VQLD -----END PGP SIGNATURE----- --=.i9xHsjnUHB9KXO-- From esj@harvee.billerica.ma.us Sat Sep 14 05:52:02 2002 From: esj@harvee.billerica.ma.us (Eric S. Johansson) Date: Sat Sep 14 04:52:02 2002 Subject: camram related question References: <20020913191651.5f1c9e9b.rdmyers@netzon.net> Message-ID: <3D82A4A5.2030400@harvee.billerica.ma.us> camram is in antispam system based on adding a proof of work postage stamp (hashcash) to mail messages. If you want the full spiel, go to www.camram.org or e-mail me directly please. Proof of work postage stamps have a variety of problems not the least of which is the human factors issue of convincing people to sit and wait while their machine calculates one stamp for every recipient. As a result, we would like to automatically transition user from hashcash based stamps to a PGP compatible signature based stamp. To this end, we would like to propagate public keys by embedding them in every mail message containing a hashcash stamp. We considered and rejected indirect distribution mechanisms for a variety of reasons but primarily because these keys are going to be generated (hopefully) in large numbers and are effectively disposable. I would like to find out if I can generate ASCII armored keys that are just keys. No web of Trust or any of the other overhead. I would also like to know where the key rings breakdown in terms of size and how can one query them to see if a key is present matching a specific e-mail address. Thanks in advance for any replies ---eric From Martin Schoch Sat Sep 14 10:53:01 2002 From: Martin Schoch (Martin Schoch) Date: Sat Sep 14 09:53:01 2002 Subject: Error Message loading extension Message-ID: <803680261.20020914095323@compuserve.com> Hello list, I would like to load the new IDEA extension with the new 1.1.92 under Windows 2k SP2 - the line in option file is: load-extension c:\programme\gnupp\lib\idea but I have still an error message with gpg --version, what does it error code=487 mean: gpg: LoadLibrary failed ec=487 gpg: GetProcAddress failed ec=127 gpg: GetProcAddress failed ec=127 gpg: invalid module `c:\programme\gnupp\lib\idea': 127 -- Regards, Martin mailto:maschoch@compuserve.com From Robin Lynn Frank Sat Sep 14 18:41:03 2002 From: Robin Lynn Frank (Robin Lynn Frank) Date: Sat Sep 14 17:41:03 2002 Subject: Changing defaults? Message-ID: <1032018117.10405.TMDA@omega.paradigm-omega.net> Is there a way with 1.0.7 to change defaults from, say, sha1 to ripe160, or ciohers to twofish? I'm getting tired of typing so much. BTW, if a similar question I posted via gmane shows up, my apologies. -- Robin Lynn Frank Paradigm-Omega, LLC ===================================== Notice: Incoming e-mail is subject to security restrictions, including confirmation requests. ===================================== From ambassadorsean@juno.com Sun Sep 15 00:33:01 2002 From: ambassadorsean@juno.com (Sean M McMahon) Date: Sat Sep 14 23:33:01 2002 Subject: Newbie here- how do I use this thing? Message-ID: <20020914.173342.-162317.0.ambassadorsean@juno.com> Hi- my name is Sean and I have no technical expertise whatsoever. I have built computers and taken networking classes and I have basic computer skills, but I don't know anything about internet security. Basically I have a website with a form on it, and that form is going to send personal information to me via e-mail (ie. credit cards). Unfortunately I cannot use a third party processor to deal with the credit careds because I am working as part of a larger company and must run orders through them. I have been told that I can use GnuPG to encrypt the results of this form when they are sent as an e-mail to me and that then I can de-encrypt it myself...but after downloading the program I have no idea how to use it. Can anyone tell me what I need to do to get this to work? My website is for a good cause...proceeds go to help buy back the Amazon Rainforest to prevent deforestation! Thanks for any help you can give in advance, ~Sean ________________________________________________________________ GET INTERNET ACCESS FROM JUNO! Juno offers FREE or PREMIUM Internet access for less! Join Juno today! For your FREE software, visit: http://dl.www.juno.com/get/web/. From dscribner@yahoo.com Sun Sep 15 01:37:01 2002 From: dscribner@yahoo.com (David Scribner) Date: Sun Sep 15 00:37:01 2002 Subject: 1.0.7 defaults ? In-Reply-To: Message-ID: <20020914223752.49358.qmail@web13501.mail.yahoo.com> --- Paradigm-Omega wrote: > I've looked through the documentation, but may have missed it. > Is there any way to change the default from sha1 to ripe160? > Or, change the default cipher to twofish? If you're wanting to change the prefered hashes and cipher algos in your key, this can be done with 'gpg --edit-key ' This will bring up the interactive key editing menu (type 'help' to get a full list of interactive menu options). Typing 'showpref' will display the current preferences for the key, listing the cipher algos, hashes and compression libs. You can change the preferences in the list by typing 'pref' to compare the preference values with those shown with 'showpref' (which is more verbose), and then using 'setpref ' to set your key's preferences to the values given in the , and then update the preferences with 'updpref'. For example, S7 is AES, S10 is TWOFISH, etc. for a couple of the cipher algos, H3 is RIPEMD160, and H2 is SHA1 for hashes, and Z2 is ZLIB and Z1 is ZIP for compression. Let's say that you want to change your preferences to use only TWOFISH for the cipher algo, RIPEMD160 for the hash and ZLIB for compression... $ gpg --edit-key 0x91EC5F05 Command> showpref pub 1024D/18E19CAB created: 2002-03-02 expires: never trust: u/u (1). Ima GnuPGuser Cipher: AES, TWOFISH, CAST5, BLOWFISH, 3DES Hash: RIPEMD160, SHA1 Compression: ZLIB, ZIP Command> pref pub 1024D/18E19CAB created: 2002-03-02 expires: never trust: u/u (1). Ima GnuPGuser S7 S10 S3 S4 H3 H2 Z2 Z1 Command> setpref S10 H3 Z2 Command> updpref Command> quit $ This will change your key's preferences for the chosen cipher algos, hash and compression to be used to those you specified in the . You can also include in your ~/.gnupg/options (soon to be ~/.gnupg/gpg.conf with the release of 1.2) the option '--cipher-algo ' where is one of the supported cipher algos (can be found with 'gpg --version'), or you could also also indicate in your options file the line '--preference-list ' (where is a list of preferences as would be used with 'setpref' in the --edit-key's interactive menu. I hope this is what you were looking for. More information on setting your preferences using both the interactive menu in '--edit-key' and the options file can be found in the man pages if needed. Dave ===== David D. Scribner IT Consulting & Services CompTIA Linux+, Network+, A+ Certified Ph: (817) 461-4018 eFax: (630) 214-7769 dscribner_at_bigfoot.com http://www.bigfoot.com/~dscribner/ GnuPG/PGP: 3172 7408 58CA D9C2 F697 950F 9DDC 7AC7 91EC 5F06 __________________________________________________ Do you Yahoo!? Yahoo! News - Today's headlines http://news.yahoo.com From Robin Lynn Frank Sun Sep 15 02:01:02 2002 From: Robin Lynn Frank (Robin Lynn Frank) Date: Sun Sep 15 01:01:02 2002 Subject: 1.0.7 defaults ? In-Reply-To: <20020914223752.49358.qmail@web13501.mail.yahoo.com> References: <20020914223752.49358.qmail@web13501.mail.yahoo.com> Message-ID: <1032044476.6394.TMDA@omega.paradigm-omega.net> On Saturday 14 September 2002 15:37, David Scribner wrote: # # I hope this is what you were looking for. More information on # setting your preferences using both the interactive menu in # '--edit-key' and the options file can be found in the man pages # if needed. # # Dave # # ===== # David D. Scribner # IT Consulting & Services # CompTIA Linux+, Network+, A+ Certified # Ph: (817) 461-4018 eFax: (630) 214-7769 # dscribner_at_bigfoot.com http://www.bigfoot.com/~dscribner/ # GnuPG/PGP: 3172 7408 58CA D9C2 F697 950F 9DDC 7AC7 91EC 5F06 # Thank you very much. That is exactly what I needed. -- Robin Lynn Frank Paradigm-Omega, LLC ===================================== Notice: Incoming e-mail is subject to security restrictions, including confirmation requests. ===================================== From dscribner@yahoo.com Sun Sep 15 03:35:01 2002 From: dscribner@yahoo.com (David Scribner) Date: Sun Sep 15 02:35:01 2002 Subject: 1.0.7 defaults ? In-Reply-To: <1032044476.6394.TMDA@omega.paradigm-omega.net> Message-ID: <20020915003550.6096.qmail@web13502.mail.yahoo.com> --- Robin Lynn Frank wrote: > Thank you very much. That is exactly what I needed. No problem... glad to of helped! Dave ===== David D. Scribner IT Consulting & Services CompTIA Linux+, Network+, A+ Certified Ph: (817) 461-4018 eFax: (630) 214-7769 dscribner_at_bigfoot.com http://www.bigfoot.com/~dscribner/ GnuPG/PGP: 3172 7408 58CA D9C2 F697 950F 9DDC 7AC7 91EC 5F06 __________________________________________________ Do you Yahoo!? Yahoo! News - Today's headlines http://news.yahoo.com From skquinn@speakeasy.net Sun Sep 15 11:46:02 2002 From: skquinn@speakeasy.net (Shawn K. Quinn) Date: Sun Sep 15 10:46:02 2002 Subject: Discussion medium proposal. In-Reply-To: <004c01c25802$286239a0$83c29a44@sardine> References: <004c01c25802$286239a0$83c29a44@sardine> Message-ID: <200209150347.31250.skquinn@speakeasy.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Monday September 9 2002 08:09, Justin Troutman wrote: > Here is a message I originally sent to Werner. I would appreciate > any feedback on the idea. Much thanks for your time. I see you got no replies to this when originally sent. I was going back=20 over old messages and noticed this one so=20 > I would like to propose another medium in which to discuss GnuPG > matters, albeit hopefully satisfactory to you. > > A few friends of mine who run a small, stable IRC server have > graciously allowed me the opportunity to place a "#gnupg" > channel on the server. > > The server is public, but has a small user-base and stable > uptimes. The operators are very knowledgeable and would be more > than happy to have a channel which pertains to GnuPG discussion. I think this is mostly a good idea. > My idea is that this may be another convenient way in which to > discuss GnuPG, without the hassle of most large IRC servers > which are drowned in lag and thousands of users, without relying > solely on the mailing list. The fact it's isolated has benefits. The downside is that this makes it=20 more difficult for some IRC clients to access (I maintain a presence on=20 EFnet IRC and this would mean I would probably need to open a second=20 instance of my client to participate). Is this server still up? If so, would you mind telling us where it is? - --=20 Shawn K. Quinn -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9hEkgQVXDBVmaIp0RAvFWAKC0+JgoxMKiE690V3lSLVw4cInBpACgjSqU O47E2aPWDoZ5UdgZUO3syIc=3D =3DqLdD -----END PGP SIGNATURE----- From skquinn@speakeasy.net Sun Sep 15 11:54:02 2002 From: skquinn@speakeasy.net (Shawn K. Quinn) Date: Sun Sep 15 10:54:02 2002 Subject: Large keyrings, GnuPG slowdowns/Seahorse segfaults Message-ID: <200209150354.46124.skquinn@speakeasy.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 My apologies if this is too far off topic, but there doesn't appear to=20 be a Seahorse-specific mailing list. Up until a few minutes ago (when I realized this was slowing down even=20 standalone operation of GnuPG greatly) I had a >11 megabyte public=20 keyring. This caused Seahorse to segfault after about a couple of=20 minutes. I was mainly just curious if anyone else had experienced=20 similar behavior from Seahorse? I was also wondering where, if anywhere, on the priority list were=20 optimizations for users with large keyrings. I realize average users=20 will have keyrings of maybe 2 megabytes max, but shouldn't there should=20 be some way of keeping things from becoming dog slow with large=20 keyrings? - --=20 Shawn K. Quinn -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9hErUQVXDBVmaIp0RAtjDAJ4p5d9sMeIpey5eTIQP+k511lwRagCgg76s cDbb+bnC2VuPOyAaTY2cEuo=3D =3Dl5wL -----END PGP SIGNATURE----- From mail@mark-kirchner.de Sun Sep 15 12:03:02 2002 From: mail@mark-kirchner.de (Mark Kirchner) Date: Sun Sep 15 11:03:02 2002 Subject: Newbie here- how do I use this thing? In-Reply-To: <20020914.173342.-162317.0.ambassadorsean@juno.com> References: <20020914.173342.-162317.0.ambassadorsean@juno.com> Message-ID: <472999042.20020915110419@mark-kirchner.de> Hi Sean, On Saturday, September 14, 2002, 11:33:42 PM, Sean wrote: > Basically I have a website with a form on it, and that form is going to > send personal information to me via e-mail (ie. credit cards). > [snip] > I have been told that I can use GnuPG to encrypt the results of this > form when they are sent as an e-mail to me and that then I can > de-encrypt it myself...but after downloading the program I have no > idea how to use it. While it would theoretically possible to install gpg on the webserver (only if you have the right access permissions on that server!) and use it via a script (e.g. modified formmail) to encrypt the data that has to be mailed to you, that would not give you the kind of security you probably have in mind. Please take a look at the way, the data has to take to reach you: customer's computer -> webserver -> mailserver -> your computer Since gpg is running on the webserver, only the second and third part of the way can be secured with it. There are a few possible solutions: - The webserver has to communicate securely with the customer, this can be done with SSL. - Then the webserver can use gpg to encrypt the data with your (public) key and send it to you. Or the data could be stored on the webserver and you use a SSL-secured connection to access and retrieve the data (with your webbrowser and not via e-mail). > Can anyone tell me what I need to do to get this to work? Sorry, I can't give you actual implementation tips. Getting SSL to work depends on the type of webserver you use (shared hosting environment / your own server / server of your company?) and other things. If you use the services / servers of a webhosting firm, it's probably a shared hosting environment, you should ask your webhoster how to set up a SSL-secured form. In other cases, the admin of the webserver should know how to do it. I never used gpg in a script or on a webserver, so I can't help you with that either, maybe others on this list can. Also, please take a look at the gpg-FAQ, point 4.14 (http://www.gnupg.org/faq.html#q4.14). Regards, Mark Kirchner -- Key (0x19DC86D3) available: http://www.mark-kirchner.de/keys/key-mk.asc From justinrt@bellsouth.net Sun Sep 15 12:43:02 2002 From: justinrt@bellsouth.net (Justin Troutman) Date: Sun Sep 15 11:43:02 2002 Subject: Discussion medium proposal. References: <004c01c25802$286239a0$83c29a44@sardine> <200209150347.31250.skquinn@speakeasy.net> Message-ID: <001a01c25c9b$6ca78780$44709d42@sardine> ----- Original Message ----- From: Shawn K. Quinn To: Sent: Sunday, September 15, 2002 4:47 AM Subject: Re: Discussion medium proposal. >I see you got no replies to this when originally sent. I was going back >over old messages and noticed this one so I appreciate the reply. >The fact it's isolated has benefits. The downside is that this makes it >more difficult for some IRC clients to access (I maintain a presence on >EFnet IRC and this would mean I would probably need to open a second >instance of my client to participate). True, it's isolation brings forth benefits. The largest channel consists of 10 to 15 regular users, with a maximum of about 25. There are a few channels with >5 users, making the total userbase very small compared to Efnet, by far. With this small userbase, we don't go through much hassle with lag time or incompetent users who enjoy flooding the channel, et cetera. >Is this server still up? If so, would you mind telling us where it is? Yes it is and not at all. Here is a list of the server hosts, most all of which connect at port 6667 by default: sphinx.or.us.gammaforce.org monolith.ok.us.gammaforce.org monolith.projectgamma.com irc.csoft.net resin.csoft.net When you arrive, you can join #gnupg or #projectgamma (base channel for the Gamma security project, which is dormant at the moment), of which contains most of the server operators and regulars. I feel that this would be a great addition for discussion, along with the mailing list, in that a group discussion can take place in real time. If anything, it can only provide convenience in some way to some people. The offer will stand, either way. Feel free to drop by and check things out. Cheers, Justin Troutman Cryptographic Design/Consultancy From wk@gnupg.org Sun Sep 15 12:57:01 2002 From: wk@gnupg.org (Werner Koch) Date: Sun Sep 15 11:57:01 2002 Subject: Large keyrings, GnuPG slowdowns/Seahorse segfaults In-Reply-To: <200209150354.46124.skquinn@speakeasy.net> ("Shawn K. Quinn"'s message of "Sun, 15 Sep 2002 03:54:44 -0500") References: <200209150354.46124.skquinn@speakeasy.net> Message-ID: <87lm63sh7f.fsf@alberti.gnupg.de> On Sun, 15 Sep 2002 03:54:44 -0500, Shawn K Quinn said: > keyring. This caused Seahorse to segfault after about a couple of > minutes. I was mainly just curious if anyone else had experienced > similar behavior from Seahorse? I don't know the current state of Seahirs. If it uses one of the latest gpgme versions, gpgme might be the responsible for it. The problem has hopefully been fixed in the gpgme CVS. > will have keyrings of maybe 2 megabytes max, but shouldn't there should > be some way of keeping things from becoming dog slow with large Eventually there will be a new and far mor efficient database for keys. We partially implemented this already for gpgsm. Salam-Shalom, Werner From mat.harris@genestate.com Sun Sep 15 13:37:01 2002 From: mat.harris@genestate.com (Mat Harris) Date: Sun Sep 15 12:37:01 2002 Subject: gpg just died Message-ID: <20020915103813.GA5707@genestate.com> i have been using gpg for several months with mutt (my mail client) and no problems, I love it. but recently, I had to reinstall my RedHat 7.3 server and although I saved all my home directories, the install overwrote my keyrings with empty files. I didn't think this was much of a problem because I have backups of my secret keys. However, when I copied over the backups, or try to do _anything_ with my secret key, I get errors like this: gpg: [don't know]: invalid packet (ctb=25) gpg: read_keyblock: read error: invalid packet gpg: enum_keyblocks failed: invalid keyring this is bad as use my secret key regularly. what can I don, I have tried uninstalling and reinstalling gpg, but no change -- Mat Harris OpenGPG Public Key ID: CC14DD34 mat.harris@genestate.com matthewh.genestate.com From graham.todd@ntlworld.com Sun Sep 15 14:09:02 2002 From: graham.todd@ntlworld.com (Graham) Date: Sun Sep 15 13:09:02 2002 Subject: Large keyrings, GnuPG slowdowns/Seahorse segfaults In-Reply-To: <200209150354.46124.skquinn@speakeasy.net> References: <200209150354.46124.skquinn@speakeasy.net> Message-ID: <200209151215.54084.graham.todd@ntlworld.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sunday 15 Sep 2002 9:54 am, Shawn K. Quinn wrote: > My apologies if this is too far off topic, but there doesn't appear > to be a Seahorse-specific mailing list. > > Up until a few minutes ago (when I realized this was slowing down > even standalone operation of GnuPG greatly) I had a >11 megabyte > public keyring. This caused Seahorse to segfault after about a couple > of minutes. I was mainly just curious if anyone else had experienced > similar behavior from Seahorse? Yes, I have. The problem is that although GPG has marched on, adding=20 ever new facilities, front ends for it have become out of date. With=20 the exception of GPA (which Werner says is being consolidated and=20 updated) there apears to be no activity at all in this area, and those=20 that exist only offer minimal keyring management. I'd like to see for=20 Linux the equivalent of GPGShell in Windows, which although a=20 proprietary product (but free) allows you to have a PGP like interface=20 to GPG in which you can even alter settings and key bindings. I suspect that Seahorse was written for earlier versions of GPG that had=20 a size limit on the keyring (though I do not know for sure, and my=20 emails to the developers go unanswered). > > I was also wondering where, if anywhere, on the priority list were > optimizations for users with large keyrings. I realize average users > will have keyrings of maybe 2 megabytes max, but shouldn't there > should be some way of keeping things from becoming dog slow with > large keyrings? Large keyrings can now be accommodated by GPG, but I suspect (as I said=20 above) that development on front ends has ceased to accommodate this. - --=20 Graham GPG Key: send an email to encryption.keys@ntlworld.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) Comment: Please sign and encrypt for internet privacy iD8DBQE9hGvnIwtBZOk1250RAvs1AKC2wX5ukPu85wAbwvE9axQdgHxy/ACfSIN2 t6p3E2Jcd5T7IUTL8cBOkbQ=3D =3DRBgM -----END PGP SIGNATURE----- From ingo.kloecker@epost.de Sun Sep 15 14:12:01 2002 From: ingo.kloecker@epost.de (Ingo =?iso-8859-1?q?Kl=F6cker?=) Date: Sun Sep 15 13:12:01 2002 Subject: Large keyrings, GnuPG slowdowns/Seahorse segfaults In-Reply-To: <200209150354.46124.skquinn@speakeasy.net> References: <200209150354.46124.skquinn@speakeasy.net> Message-ID: <200209151256.26496@erwin.ingo-kloecker.de> =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sunday 15 September 2002 10:54, Shawn K. Quinn wrote: > I was also wondering where, if anywhere, on the priority list were > optimizations for users with large keyrings. I realize average users > will have keyrings of maybe 2 megabytes max, but shouldn't there > should be some way of keeping things from becoming dog slow with > large keyrings? You should try if running 'gpg --rebuild-keydb-caches' helps. I just ran=20 it again yesterday and the time needed for a run of 'gpg=20 =2D --check-trustdb' went down from about 10 seconds to about 1 second. BTW, why is this command neither listed in the manual page nor in the=20 output of 'gpg --help'? Regards, Ingo =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9hGdSGnR+RTDgudgRAvlKAJ4/r5drtE6nhls1WvDFG6KLj3SB5QCeNKM5 zYywyXtnRX8rQLkOPNvCx2U=3D =3D/u0V =2D----END PGP SIGNATURE----- From aaronl@vitelus.com Sun Sep 15 14:55:01 2002 From: aaronl@vitelus.com (Aaron Lehmann) Date: Sun Sep 15 13:55:01 2002 Subject: Large keyrings, GnuPG slowdowns/Seahorse segfaults In-Reply-To: <200209151256.26496@erwin.ingo-kloecker.de> References: <200209150354.46124.skquinn@speakeasy.net> <200209151256.26496@erwin.ingo-kloecker.de> Message-ID: <20020915115600.GA7443@vitelus.com> On Sun, Sep 15, 2002 at 12:56:13PM +0200, Ingo Klöcker wrote: > On Sunday 15 September 2002 10:54, Shawn K. Quinn wrote: > > I was also wondering where, if anywhere, on the priority list were > > optimizations for users with large keyrings. I realize average users > > will have keyrings of maybe 2 megabytes max, but shouldn't there > > should be some way of keeping things from becoming dog slow with > > large keyrings? > > You should try if running 'gpg --rebuild-keydb-caches' helps. I just ran > it again yesterday and the time needed for a run of 'gpg > - --check-trustdb' went down from about 10 seconds to about 1 second. Wow! This makes gpg --check-trustdb take a twentieth of the time here. From wk@gnupg.org Sun Sep 15 20:49:02 2002 From: wk@gnupg.org (Werner Koch) Date: Sun Sep 15 19:49:02 2002 Subject: gpg just died In-Reply-To: <20020915103813.GA5707@genestate.com> (Mat Harris's message of "Sun, 15 Sep 2002 11:38:13 +0100") References: <20020915103813.GA5707@genestate.com> Message-ID: <87vg57qgt8.fsf@alberti.gnupg.de> On Sun, 15 Sep 2002 11:38:13 +0100, Mat Harris said: > gpg: [don't know]: invalid packet (ctb=25) I bet you downgraded from 1.0.7 to 1.0.6. There is a pacth somewere to fix this minor parser problem in 1.0.6 but obviously Redhat does not include this. You better go with 1.0.7 - RPMs shoudl be available somewhere. Salam-Shalom, Werner From wk@gnupg.org Sun Sep 15 20:59:02 2002 From: wk@gnupg.org (Werner Koch) Date: Sun Sep 15 19:59:02 2002 Subject: Large keyrings, GnuPG slowdowns/Seahorse segfaults In-Reply-To: <200209151256.26496@erwin.ingo-kloecker.de> (Ingo =?iso-8859-1?q?Kl=F6cker's?= message of "Sun, 15 Sep 2002 12:56:13 +0200") References: <200209150354.46124.skquinn@speakeasy.net> <200209151256.26496@erwin.ingo-kloecker.de> Message-ID: <87r8fvqgci.fsf@alberti.gnupg.de> On Sun, 15 Sep 2002 12:56:13 +0200, Ingo Klöcker said: > BTW, why is this command neither listed in the manual page nor in the > output of 'gpg --help'? It is a migration command and mentioned in the NEWS file. I am pretty sure that I suggested to use the rebuild command in the orginal annoucemnet for 1.0.7 too. From NEWS: * The way signature stati are store has changed so that v3 signatures can be supported. To increase the speed of many operations for existing keyrings you can use the new --rebuild-keydb-caches command. Folks packaging gnupg should defintely read the NEWS file and consider to employ migration post-install script. Anyway, I'll add this command to the man page of course but I guess it won't help much given the "structure" of the man page. Shalom-Salam, Werner From ingo.kloecker@epost.de Sun Sep 15 21:44:02 2002 From: ingo.kloecker@epost.de (Ingo =?iso-8859-15?q?Kl=F6cker?=) Date: Sun Sep 15 20:44:02 2002 Subject: Large keyrings, GnuPG slowdowns/Seahorse segfaults In-Reply-To: <87r8fvqgci.fsf@alberti.gnupg.de> References: <200209150354.46124.skquinn@speakeasy.net> <200209151256.26496@erwin.ingo-kloecker.de> <87r8fvqgci.fsf@alberti.gnupg.de> Message-ID: <200209152046.48468@erwin.ingo-kloecker.de> =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sunday 15 September 2002 20:04, Werner Koch wrote: > On Sun, 15 Sep 2002 12:56:13 +0200, Ingo Kl=F6cker said: > > BTW, why is this command neither listed in the manual page nor in > > the output of 'gpg --help'? > > It is a migration command and mentioned in the NEWS file. I am pretty > sure that I suggested to use the rebuild command in the orginal > annoucemnet for 1.0.7 too. I know you did. But most people installing some packaged gpg won't read=20 the announcement. > From NEWS: > > * The way signature stati are store has changed so that v3 > signatures can be supported. To increase the speed of many > operations for existing keyrings you can use the new > --rebuild-keydb-caches command. That's almost the last item in a very long list of news. Many people=20 will either stop before this item or read over it not noting its=20 importance. People are lazy. > Folks packaging gnupg should defintely read the NEWS file and > consider to employ migration post-install script. I doubt that a post-install script would be applied to the keyrings of=20 all users. Especially when the users' home directories are on an NFS=20 mounted device. In this case often root can't access these directories=20 and so can't a post-install script. > Anyway, I'll add > this command to the man page of course but I guess it won't help much > given the "structure" of the man page. At least I will then find the command when I'm looking for it. Wouldn't it be possible to run this command automatically when the users=20 run GnuPG 1.0.7 for the first time? Many people are compiling GnuPG=20 1.0.7 from source (there is for example still no official RPM from=20 SuSE). And a lot of those people obviously don't have a look at the=20 NEWS file (or they stop reading when they are halfway through). Also adding a corresponding item to the FAQ ("Q: Why is gpg so slow? A:=20 You did run gpg --rebuild-keydb-caches after updating from GnuPG 1.0.6=20 or below, right?") would be good. Maybe it's already there. I haven't=20 checked. Regards, Ingo =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9hNWWGnR+RTDgudgRAolEAKCcIc5k7F3Alpv6YCCaAVtsv6b6OwCg17/K TqrGnmOHOqqJn7zxMxbm4ho=3D =3D204s =2D----END PGP SIGNATURE----- From wk@gnupg.org Sun Sep 15 22:27:02 2002 From: wk@gnupg.org (Werner Koch) Date: Sun Sep 15 21:27:02 2002 Subject: Large keyrings, GnuPG slowdowns/Seahorse segfaults In-Reply-To: <200209152046.48468@erwin.ingo-kloecker.de> (Ingo =?iso-8859-1?q?Kl=F6cker's?= message of "Sun, 15 Sep 2002 20:46:46 +0200") References: <200209150354.46124.skquinn@speakeasy.net> <200209151256.26496@erwin.ingo-kloecker.de> <87r8fvqgci.fsf@alberti.gnupg.de> <200209152046.48468@erwin.ingo-kloecker.de> Message-ID: <87d6rfqc93.fsf@alberti.gnupg.de> On Sun, 15 Sep 2002 20:46:46 +0200, Ingo Klöcker said: > I doubt that a post-install script would be applied to the keyrings of > all users. Especially when the users' home directories are on an NFS > mounted device. In this case often root can't access these directories So the script should send an announcemnt to all users. Afaiak, Debian does this in some cases. > Wouldn't it be possible to run this command automatically when the users > run GnuPG 1.0.7 for the first time? Many people are compiling GnuPG Some won't like it and it is not really required. > Also adding a corresponding item to the FAQ ("Q: Why is gpg so slow? A: > You did run gpg --rebuild-keydb-caches after updating from GnuPG 1.0.6 That is a good idea. Salam-Shalom, Werner From mat.harris@genestate.com Mon Sep 16 11:41:01 2002 From: mat.harris@genestate.com (Mat Harris) Date: Mon Sep 16 10:41:01 2002 Subject: gpg just died In-Reply-To: <87vg57qgt8.fsf@alberti.gnupg.de> References: <20020915103813.GA5707@genestate.com> <87vg57qgt8.fsf@alberti.gnupg.de> Message-ID: <20020916084150.GA18943@genestate.com> actually, it is from a fresh install. i have not played with the gpg program itself at all On Sun, Sep 15, 2002 at 07:54:43 +0200, Werner Koch wrote: > On Sun, 15 Sep 2002 11:38:13 +0100, Mat Harris said: > > > gpg: [don't know]: invalid packet (ctb=25) > > I bet you downgraded from 1.0.7 to 1.0.6. There is a pacth somewere > to fix this minor parser problem in 1.0.6 but obviously Redhat does > not include this. You better go with 1.0.7 - RPMs shoudl be > available somewhere. > > > Salam-Shalom, > > Werner -- Mat Harris OpenGPG Public Key ID: CC14DD34 mat.harris@genestate.com matthewh.genestate.com From lee@vital.co.uk Mon Sep 16 12:14:03 2002 From: lee@vital.co.uk (Lee Evans) Date: Mon Sep 16 11:14:03 2002 Subject: gpg just died In-Reply-To: <20020916084150.GA18943@genestate.com> Message-ID: <953E0CDD2787A94A95AA2ECE337E1364024177@vital-exchange.vitalintranet2.co.uk> > actually, it is from a fresh install. i have not played with > the gpg program itself at all No, but you probably had version 1.0.7 on your old machine, and RedHat only installed 1.0.6. You should upgrade. Regards Lee -- Lee Evans From mat.harris@genestate.com Mon Sep 16 12:19:02 2002 From: mat.harris@genestate.com (Mat Harris) Date: Mon Sep 16 11:19:02 2002 Subject: gpg just died In-Reply-To: <953E0CDD2787A94A95AA2ECE337E1364024177@vital-exchange.vitalintranet2.co.uk> References: <20020916084150.GA18943@genestate.com> <953E0CDD2787A94A95AA2ECE337E1364024177@vital-exchange.vitalintranet2.co.uk> Message-ID: <20020916092013.GA23221@genestate.com> ok, i will try upgrading but since i have tried it on three different machines... well, i'll give anything a go once. On Mon, Sep 16, 2002 at 10:15:43 +0100, Lee Evans wrote: > > actually, it is from a fresh install. i have not played with > > the gpg program itself at all > > No, but you probably had version 1.0.7 on your old machine, and RedHat > only installed 1.0.6. You should upgrade. > > Regards > Lee > -- > Lee Evans -- Mat Harris OpenGPG Public Key ID: CC14DD34 mat.harris@genestate.com matthewh.genestate.com From pt@radvis.nu Mon Sep 16 13:44:02 2002 From: pt@radvis.nu (Per Tunedal) Date: Mon Sep 16 12:44:02 2002 Subject: Newbie here- how do I use this thing? In-Reply-To: <472999042.20020915110419@mark-kirchner.de> References: <20020914.173342.-162317.0.ambassadorsean@juno.com> <20020914.173342.-162317.0.ambassadorsean@juno.com> Message-ID: <5.1.0.14.2.20020916123840.00bddcf0@qix.netcorps.com> Hi Sean, I have found a page that uses the concept your driving at: http://disastry.dhs.org/contact.htm Take a look and send a mail to the chap. Per Tunedal At 11:04 2002-09-15 +0200, you wrote: >Hi Sean, > >On Saturday, September 14, 2002, 11:33:42 PM, Sean wrote: > > Basically I have a website with a form on it, and that form is going to > > send personal information to me via e-mail (ie. credit cards). > > [snip] > > I have been told that I can use GnuPG to encrypt the results of this > > form when they are sent as an e-mail to me and that then I can > > de-encrypt it myself...but after downloading the program I have no > > idea how to use it. > >While it would theoretically possible to install gpg on the webserver >(only if you have the right access permissions on that server!) and >use it via a script (e.g. modified formmail) to encrypt the data that >has to be mailed to you, that would not give you the kind of security >you probably have in mind. Please take a look at the way, the data has >to take to reach you: > > customer's computer -> webserver -> mailserver -> your computer > >Since gpg is running on the webserver, only the second and third part >of the way can be secured with it. There are a few possible solutions: >- The webserver has to communicate securely with the customer, this > can be done with SSL. >- Then the webserver can use gpg to encrypt the data with your > (public) key and send it to you. > Or the data could be stored on the webserver and you use a > SSL-secured connection to access and retrieve the data (with your > webbrowser and not via e-mail). > > > Can anyone tell me what I need to do to get this to work? > >Sorry, I can't give you actual implementation tips. Getting SSL to >work depends on the type of webserver you use (shared hosting >environment / your own server / server of your company?) and other >things. If you use the services / servers of a webhosting firm, it's >probably a shared hosting environment, you should ask your webhoster >how to set up a SSL-secured form. In other cases, the admin of the >webserver should know how to do it. >I never used gpg in a script or on a webserver, so I can't help you >with that either, maybe others on this list can. Also, please take a >look at the gpg-FAQ, point 4.14 (http://www.gnupg.org/faq.html#q4.14). > >Regards, >Mark Kirchner > >-- >Key (0x19DC86D3) available: http://www.mark-kirchner.de/keys/key-mk.asc > > >_______________________________________________ >Gnupg-users mailing list >Gnupg-users@gnupg.org >http://lists.gnupg.org/mailman/listinfo/gnupg-users From agreene@pobox.com Mon Sep 16 16:03:01 2002 From: agreene@pobox.com (Anthony E. Greene) Date: Mon Sep 16 15:03:01 2002 Subject: Newbie here- how do I use this thing? In-Reply-To: <"from ambassadorsean"@juno.com> References: <20020914.173342.-162317.0.ambassadorsean@juno.com> Message-ID: <20020916090333.A16407@cp5340.hyatsv01.md.comcast.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 14-Sep-2002/17:33 -0400, Sean M McMahon wrote: >Hi- my name is Sean and I have no technical expertise whatsoever. >I have built computers and taken networking classes and I have basic >computer skills, but I don't know anything about internet security. >Basically I have a website with a form on it, and that form is going to >send personal information to me via e-mail (ie. credit cards). >Unfortunately I cannot use a third party processor to deal with the >credit careds because I am working as part of a larger company and must >run orders through them. I have been told that I can use GnuPG to encrypt >the results of this form when they are sent as an e-mail to me and that >then I can de-encrypt it myself...but after downloading the program I >have no idea how to use it. What kind of web server is it (IIS, Apache, etc) and on what platform is it running (NT/2000, Linux, Solaris, BSD, etc)? What scripting or programming tools are available to you (Perl, PHP, C/C++, VBScript, etc)? There are lots of ways to do this. Whatever you do, don't leave the unencrypted customer data on the web server. If it gets cracked, that data will be stolen. Your donors wouldn't appreciate that. - -- Anthony E. Greene OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D AOL/Yahoo Messenger: TonyG05 HomePage: Linux. The choice of a GNU generation -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Anthony E. Greene 0x6C94239D iD8DBQE9hdaLpCpg3WyUI50RAnuwAJsGNalv7ZCGWjXj4zAHFWEl7b+7dACg+it8 Tm4dof9BsWciIRfBq6vTGS4= =Hkor -----END PGP SIGNATURE----- From pt@radvis.nu Mon Sep 16 16:29:02 2002 From: pt@radvis.nu (Per Tunedal) Date: Mon Sep 16 15:29:02 2002 Subject: PGP-signed webpages Message-ID: <5.1.0.14.2.20020916151140.00bdddd0@qix.netcorps.com> Hi, does anyone know about any windows-utility for pgp-signing web-pages? It would be fine if there was a utility for checking signed pages as well. It is possible to do it manually, but not very straightforward. There are a lot of steps in editing the HTML-code before and after (!) signing. A utility would be handy. Maybe it would not be very difficult to make one? I have found a few exempels of signed webpages, eg: http://www.cranfield.ac.uk/docs/email/pgp/html/signed_html.html http://www.pobox.com/~ejnbell/pgp-www.html Per Tunedal From avbidder@fortytwo.ch Mon Sep 16 17:00:01 2002 From: avbidder@fortytwo.ch (Adrian 'Dagurashibanipal' von Bidder) Date: Mon Sep 16 16:00:01 2002 Subject: PGP-signed webpages In-Reply-To: <5.1.0.14.2.20020916151140.00bdddd0@qix.netcorps.com> References: <5.1.0.14.2.20020916151140.00bdddd0@qix.netcorps.com> Message-ID: <1032184886.24298.89.camel@atlas> --=-thGksNH3I4hH2JEW2a2D Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2002-09-16 at 15:29, Per Tunedal wrote: > Hi, > does anyone know about any windows-utility for pgp-signing web-pages? It=20 > would be fine if there was a utility for checking signed pages as well. Sorry, no tools, as I don't sign webpages myself. Just a thought: I don't think having webpages signed is very reliable - the HTTP protocol negotiates supported character encodings of the server and client and might just decide to recode the document to a character set supported on the client side.=20 I don't know if any current webserver actually does this, but it's something to consider. cheers -- vbi --=20 secure email with gpg http://fortytwo.ch/gpg NOTICE: subkey signature! request key 92082481 from keyserver.kjsl.com --=-thGksNH3I4hH2JEW2a2D Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iHQEABECADQFAj2F5DYtGmh0dHA6Ly9mb3J0eXR3by5jaC9ncGcvcG9saWN5L2Vt YWlsLjIwMDIwODIyAAoJECqqZti935l6FSgAn3FTP8VJqJYvij4AKQcrCIYV/8ss AKC7O6k8FNzNbIorCyCP78q/jJ60XA== =vnpR -----END PGP SIGNATURE----- Signature policy: http://fortytwo.ch/gpg/policy/email.20020822 --=-thGksNH3I4hH2JEW2a2D-- From invg4@cogeco.ca Mon Sep 16 18:02:02 2002 From: invg4@cogeco.ca (Mister) Date: Mon Sep 16 17:02:02 2002 Subject: gpg 1.0.7 and 1.0.6 on redhat 7.3 Message-ID: <20020916110311.16798490.invg4@cogeco.ca> Hello, I am running Redhat 7.3 which installed gpg 1.0.6 when i loaded the system. I downloaded the tarball of gpg 1.0.7 and installed it, now i have version 1.0.6 in /usr/bin which the system still uses and gpg 1.0.7 in /usr/local/bin which does work. How can i tell the system to use the new version ? Thanks in advance Dan Gordon From wk@gnupg.org Mon Sep 16 19:27:02 2002 From: wk@gnupg.org (Werner Koch) Date: Mon Sep 16 18:27:02 2002 Subject: gpg 1.0.7 and 1.0.6 on redhat 7.3 In-Reply-To: <20020916110311.16798490.invg4@cogeco.ca> (Mister's message of "Mon, 16 Sep 2002 11:03:11 -0400") References: <20020916110311.16798490.invg4@cogeco.ca> Message-ID: <87y9a1c2rv.fsf@alberti.gnupg.de> On Mon, 16 Sep 2002 11:03:11 -0400, Mister said: > I am running Redhat 7.3 which installed gpg 1.0.6 when i loaded the > system. I downloaded the tarball of gpg 1.0.7 and installed it, now > i have version 1.0.6 in /usr/bin which the system still uses and gpg > 1.0.7 in /usr/local/bin which does work. How can i tell the system > to use the new version ? Either by reordering your PATH variable or by installing GnuPG in /usr: ./configure --prefix=/usr && make && su -c 'make install'. The latter has the disadvantage that the packaing system does not know about it. You might also want to have a look into the scripst gnupg.specs file which should explain how to create an RPM. Shalom-Salam, Werner From sbutler@fchn.com Mon Sep 16 20:00:01 2002 From: sbutler@fchn.com (Steve Butler) Date: Mon Sep 16 19:00:01 2002 Subject: gpg 1.0.7 and 1.0.6 on redhat 7.3 Message-ID: <9A86613AB85FF346BB1321840DB42B4BDF2D28@jupiter.fchn.com> 1. Be sure that /usr/local/bin comes before /usr/bin in your $PATH environmental variable (probably not preferred). 2. rm gpg in /usr/bin and ensure that /usr/local/bin is in $PATH 3. rm gpg in /usr/bin and replace it with a link to gpg in /usr/local/bin. -----Original Message----- From: Mister [mailto:invg4@cogeco.ca] Sent: Monday, September 16, 2002 8:03 AM To: Gnupg users list Subject: gpg 1.0.7 and 1.0.6 on redhat 7.3 Hello, I am running Redhat 7.3 which installed gpg 1.0.6 when i loaded the system. I downloaded the tarball of gpg 1.0.7 and installed it, now i have version 1.0.6 in /usr/bin which the system still uses and gpg 1.0.7 in /usr/local/bin which does work. How can i tell the system to use the new version ? Thanks in advance Dan Gordon _______________________________________________ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. From lee@vital.co.uk Mon Sep 16 20:08:01 2002 From: lee@vital.co.uk (Lee Evans) Date: Mon Sep 16 19:08:01 2002 Subject: gpg 1.0.7 and 1.0.6 on redhat 7.3 References: <9A86613AB85FF346BB1321840DB42B4BDF2D28@jupiter.fchn.com> Message-ID: <002e01c25da3$be30d940$42c0a8c0@HOMER> alternatively (and preferably), just remove the gpg rpm (rpm -e gnupg) installed by redhat. that will remove the older 1.0.6 /usr/bin/ gpg regards Lee -- Lee Evans ----- Original Message ----- From: "Steve Butler" To: "'Mister'" ; "Gnupg users list" Sent: Monday, September 16, 2002 5:59 PM Subject: RE: gpg 1.0.7 and 1.0.6 on redhat 7.3 > 1. Be sure that /usr/local/bin comes before /usr/bin in your $PATH > environmental variable (probably not preferred). > > 2. rm gpg in /usr/bin and ensure that /usr/local/bin is in $PATH > > 3. rm gpg in /usr/bin and replace it with a link to gpg in /usr/local/bin. > > -----Original Message----- > From: Mister [mailto:invg4@cogeco.ca] > Sent: Monday, September 16, 2002 8:03 AM > To: Gnupg users list > Subject: gpg 1.0.7 and 1.0.6 on redhat 7.3 > > > Hello, > I am running Redhat 7.3 which installed gpg 1.0.6 when i loaded the system. > I downloaded the tarball of gpg 1.0.7 and installed it, now i have version > 1.0.6 in /usr/bin which the system still uses and gpg 1.0.7 in > /usr/local/bin which does work. How can i tell the system to use the new > version ? > > Thanks in advance > Dan Gordon > > _______________________________________________ > Gnupg-users mailing list > Gnupg-users@gnupg.org > http://lists.gnupg.org/mailman/listinfo/gnupg-users > > > CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. > > > _______________________________________________ > Gnupg-users mailing list > Gnupg-users@gnupg.org > http://lists.gnupg.org/mailman/listinfo/gnupg-users > From johan-gnupg@almqvist.net Mon Sep 16 20:20:02 2002 From: johan-gnupg@almqvist.net (Johan Almqvist) Date: Mon Sep 16 19:20:02 2002 Subject: gpg 1.0.7 and 1.0.6 on redhat 7.3 In-Reply-To: <20020916110311.16798490.invg4@cogeco.ca> References: <20020916110311.16798490.invg4@cogeco.ca> Message-ID: <20020916172133.GD23155@almqvist.net> --rS8CxjVDS/+yyDmU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Mister [020916 17:03]: > I am running Redhat 7.3 which installed gpg 1.0.6 when i loaded the syste= m. > I downloaded the tarball of gpg 1.0.7 and installed it, now i have versi= on > 1.0.6 in /usr/bin which the system still uses and gpg 1.0.7 in > /usr/local/bin which does work. How can i tell the system to use the new > version ? Please wrap your lines. Besides the solutions already proposed, you could do rpm -ta gnupg-1.0.7.tar.gz cd /usr/src/redhat/RPMS/i386/ rpm -Uvh gnupg-1.0.7-1.i386.rpm -Johan --=20 Johan Almqvist --rS8CxjVDS/+yyDmU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9hhMdEVwMevfaF0sRAoJTAJwOB7JIZzDNYqe31jDnYo83W+ciqwCgjMSE kkmjzoFjNPEObeJTu68Zun8= =Wmhi -----END PGP SIGNATURE----- --rS8CxjVDS/+yyDmU-- From invg4@cogeco.ca Mon Sep 16 20:30:02 2002 From: invg4@cogeco.ca (Mister) Date: Mon Sep 16 19:30:02 2002 Subject: gpg 1.0.7 and 1.0.6 on redhat 7.3 In-Reply-To: <20020916172133.GD23155@almqvist.net> References: <20020916110311.16798490.invg4@cogeco.ca> <20020916172133.GD23155@almqvist.net> Message-ID: <20020916133116.1c0949cf.invg4@cogeco.ca> On Mon, 16 Sep 2002 19:21:33 +0200 Johan Almqvist wrote: > > Please wrap your lines. Sorry i thought they were wrapping at 72, hope this is better. > > Besides the solutions already proposed, you could do > > rpm -ta gnupg-1.0.7.tar.gz > cd /usr/src/redhat/RPMS/i386/ > rpm -Uvh gnupg-1.0.7-1.i386.rpm Thanks for your help. Regards, Dan Gordon From pt@radvis.nu Mon Sep 16 20:37:02 2002 From: pt@radvis.nu (Per Tunedal) Date: Mon Sep 16 19:37:02 2002 Subject: PGP-signed webpages In-Reply-To: <1032184886.24298.89.camel@atlas> References: <5.1.0.14.2.20020916151140.00bdddd0@qix.netcorps.com> <5.1.0.14.2.20020916151140.00bdddd0@qix.netcorps.com> Message-ID: <5.1.0.14.2.20020916192330.00bf9058@qix.netcorps.com> --=====================_26152194==_.REL Content-Type: text/plain; charset="us-ascii"; format=flowed At 16:01 2002-09-16 +0200, you wrote: >134892d.jpg Re PGP-signed webpages.emsPGP-signed webpages.ems <0880.0002>> >Content-Type: text/plain >Content-Transfer-Encoding: quoted-printable > > >*** PGP Signature Status: unknown >*** Signer: Unknown, Key ID = 0xBDDF997A >*** Signed: 2002-09-16 17:01:25 >*** Verified: 2002-09-16 17:59:40 >*** BEGIN PGP VERIFIED MESSAGE *** > >On Mon, 2002-09-16 at 15:29, Per Tunedal wrote: > > Hi, > > does anyone know about any windows-utility for pgp-signing web-pages? It=20 > > would be fine if there was a utility for checking signed pages as well. > >Sorry, no tools, as I don't sign webpages myself. Just a thought: > >I don't think having webpages signed is very reliable - the HTTP >protocol negotiates supported character encodings of the server and >client and might just decide to recode the document to a character set >supported on the client side.=20 > >I don't know if any current webserver actually does this, but it's >something to consider. > >cheers >-- vbi > >--=20 >secure email with gpg http://fortytwo.ch/gpg > >NOTICE: subkey signature! request key 92082481 from keyserver.kjsl.com > > >*** END PGP VERIFIED MESSAGE *** Hi vbi, interesting if signing av web-pages is rubbish. I just found that a company called "ArticSoft " sells a software called "WebAssurity Protector" for signing of webpages: "WebAssurity Protector ensures the integrity of your web site content by enabling you to sign web pages and their attachments." Is that thus rubbish as well? What means are left for assuring the integrity of a site? Their site: http://www.articsoft.com/webassurity-sign.htm Per Tunedal --=====================_26152194==_.REL Content-Type: image/jpeg; name="134892d.jpg"; x-mac-type="4A504547"; x-mac-creator="4A565752" Content-ID: <5.1.0.14.2.20020916192330.00bf9058@qix.netcorps.com.0> Content-Transfer-Encoding: base64 Content-Disposition: inline; filename="134892d.jpg" /9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEB AQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/2wBDAQEBAQEBAQEBAQEBAQEBAQEBAQEB AQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/wAARCAAgACADASIA AhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQA AAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3 ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWm p6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEA AwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSEx BhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElK U1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3 uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD+lr4Q /sRfsX/tKftaf8FUvHX7Rf7In7MHx+8baT+2/wDC7wnpfjH41/AL4U/FTxVpvhWx/wCCYf8AwTo1 ix8M6f4h8deE9e1ez8P2er67rmqWujW95Hp1vqOs6rfQ2yXOo3ks30//AMOnf+CWX/SNP9gD/wAQ 3/Z1/wDnc14B4a/4WL/an/BZv/hU/wDw0B/wsD/hv/4Jf2B/wy5/wyx/wvb/AJRx/wDBLP8AtX/h Bv8Ahtb/AIxl/wCQL/aX/CTf8LL/AOZO/wCEh/4Q3/i4H/CKUXv/AA2fdeI/EeiQf8Pf9O0zXP2f /BX9meMLP/hwW/hzwd8RfCvws8AfELXf+EctdQ+3+Lbr9oD4leLfB3iL4F+Nf+Eu8LeKv2WLD4p/ Ffx/q/w6/wCEB+CWnfC34xfDUA+AP+Cgvwe/ZR/4JuftW/sn/tC/s6/C7T/2FZ4P2b/209C0/wCI /wCxv+xT4m8V+B/Hfxrk+Kn7BmqfC74TftU/C39l7wBZr8Vvg/4w+HumfHwXHhj4g6n4auNItLLx D43+DHjr4d/Hjwr8OvHfh79lv+Ce37ePw3/4KF/AS4+MfgPw/wCKPBOv+DvHGsfCP4w/Dvxb4d8c aBqHgL4seG9E8NeJdT0rSLj4g+CPhz4j8VeB/EfhHxl4M+Inw28Zah4I8H6x4h+Hnjbwvc+MvA/w 3+IK+L/ht4P+NfGfxA+Llr4N8GwePdV/bst/2gvG3xM+G9v8Cf2Lf2grb/gk/ea58ZbX9n74daTp fxb8e+NvGf7Ofwd/aM8I/B79kz4mal46sfGv7ZXxyvvFGlfEX4S+JLHTfB/7LWgfDfV/if8ABb4B /HD8/f8Agnr4t/ap8Bf8FVde+GHgHU2+NPgL48WetftF/wDBQbxt4VtrPR/2dvAlh4n+Eeq6Z+zh 4t+GPw7fx5qmn/BHxH9v8A/Bz4I/BbSPBuqfETU/j5+zxbePvGnxR8aftD+Kfg0njr9mHOljMoqY 2rlNXP8AI8Hnqyyrm+C4fxmYQo51m+X4bF4bCY7E5XgeWUsRRwFTF0JYqrUlRpRU4UqU6uKqUsPU 9jLsnqZlhM2xcMdluE/snBrG/V8wxTwVXMoqtTpVcLldWrTWDxGYUqVSWLWX1cVh8Xi8PRrLL6WM xMFh5fqL4K8OfBfxRqP/AAW2s/2iPhZ4P+NfwX0j9s/wX418ffDDx54I8KfEfwz4r0r4d/8ABLD/ AIJoeP7a3uvBXjiC48Ka7qGnar4a0/WfD8WtLFbWniHTtK1CO7sbm0hvYPD/ANoTQ/8Agi1ffs7f tUftu6b+xB+wB+0R438D/D/9p/476lpfj39mf4M+D/iP8ffiP8Gvhdqnx9+JGnP4h+JXwbvPG2u+ INetryz1Txh4+j8NeM5dOl8RzeIdWh1W5ju7aQ0f9tb/AIJ6fAL9pb/gqv8ABz9tD9o39l/4c6h4 1/bf+FfiyD4V/Hfxz4Bs7zxB4Vg/4Jn/APBNuDSfE1z4H8V3ck914ffxN4dvodE1m80v+zrrXfDe px6XczahoF+LL1Hxd/wU+/4IUfEDSviJoXjz9r3/AIJ3+NtE+L2n6XpPxY0bxd4z+DniTSvihpWh 232PRdM+Imn6yL208a6fo9p/oul2XiWHU7bT7b9xaRwxfLWh45+NUX7W3xE/aR8Vat8C/wBmaTR/ 2g/+Cgf7Ren+FoP2n/iLqmmGf4d/C7w5b2t1r/h3wp4v8OLqV0nws/Y0+Bml+Kr1/gh+ybF4ivvE H7SfxD1fxv46+OHjjxZol5+0L8Wvj1+sv/BEf4L6v+z1o/8AwUm+D3iL4geJPit4m8Hf8FI9aTxX 8SvGGpXmq+JfHPi3XP2HP2F/EvirxPq15eyMftGr+IdZ1K8W1sbfStD06GSLT/DugeHNBtdN0DTb HwG/4KGf8EBv2XfC6eCv2dv2sf8Agnv8F/CcVxqNzB4f+HfxH+GfhrTLaTWLi3vNVW0ttOvYktLf Ub61h1C8tLbyrW41EPqEsLXks08nb/8ABJn4r/DL44+J/wDgqX8WPg18QPB/xS+GXjb/AIKXanqn hLx74B8Q6X4q8J+IrCP9g79g2wnn0nXdGubvT7v7JqFpeabfxRTmaw1KzvNOvY4L20uIIvzvhXw1 yLhnibinjic8RnHGvGNShHN+IcyqTrVsJlODhBYHhjh+lWqV3kfC+CqxnjKWU4etU9vj69bG47E4 yv7GdHrr4yrWo0MMrU8Nh03TpQ0UqkvjrVWkvaVpK0XUaVopRioq9//Z --=====================_26152194==_.REL-- From dshaw@jabberwocky.com Mon Sep 16 20:59:02 2002 From: dshaw@jabberwocky.com (David Shaw) Date: Mon Sep 16 19:59:02 2002 Subject: gpg 1.0.7 and 1.0.6 on redhat 7.3 In-Reply-To: <002e01c25da3$be30d940$42c0a8c0@HOMER> References: <9A86613AB85FF346BB1321840DB42B4BDF2D28@jupiter.fchn.com> <002e01c25da3$be30d940$42c0a8c0@HOMER> Message-ID: <20020916175956.GA6288@akamai.com> On Mon, Sep 16, 2002 at 06:08:56PM +0100, Lee Evans wrote: > alternatively (and preferably), just remove the gpg rpm (rpm -e gnupg) > installed by redhat. that will remove the older 1.0.6 /usr/bin/ gpg Note that RedHat has a RPM for 1.0.7. If you install it, it will simply replace the older 1.0.6 RPM. ftp://ftp.redhat.com/pub/redhat/linux/rawhide/i386/RedHat/RPMS/gnupg-1.0.7-6.i386.rpm The new RPM requires OpenLDAP. David -- David Shaw | dshaw@jabberwocky.com | WWW http://www.jabberwocky.com/ +---------------------------------------------------------------------------+ "There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." - Jeremy S. Anderson From rmalayter@bai.org Mon Sep 16 21:35:02 2002 From: rmalayter@bai.org (Ryan Malayter) Date: Mon Sep 16 20:35:02 2002 Subject: GnuPG and Windows Registry variables Message-ID: <22FD1855C2B16C40A1F6DE406420021E01482ECF@mail.bai.org> From: Werner Koch [mailto:wk@gnupg.org]=20 >Done. However, lacking an NT system I can't=20 >test this for myself. There will be a new=20 >snapshot this week. I tested this on NT4 Sp6, Win2k Sp2, and WinXP sp1. Expansion of REG_EXPAND_SZ variables is working in 1.1.92 - thanks Werner! One minor tweak is needed, I think: variable expansion only works for keys in the "HKEY_CURRENT_USER" hive. Most Windows applications search HKEY_CURRENT_USER for a configuration value, and if they don't find it, look for a global setting under the same key in HKEY_CURRENT_MACHINE. I think GnuPG should probably work the same way. That way you can set up a REG_EXPAND_SZ variable HomeDir=3D"%APPDATA%\GnuPG" in HKEY_LOCAL_MACHINE that will work for all users. But this default HomeDir value could still be overridden and customized by each indiviudal user if desired. Thanks for all your efforts, Ryan Malayter Sr. Network & Database Administrator Bank Administration Institute Chicago, Illinois, USA PGP Key: http://www.malayter.com/pgp-public.txt ::::::::::::::::::::::::::::::: There is only one basic human right, the right to do as you damn well please. And with it comes the only basic human duty, the duty to take the consequences. - PJ O'Rourke=20 From gkade@bigbrother.net Mon Sep 16 22:28:02 2002 From: gkade@bigbrother.net (Gregory Ade) Date: Mon Sep 16 21:28:02 2002 Subject: PGP 7.x breaks GnuPG? Message-ID: <1032204529.20723.74.camel@pslgregory> --=-AZzm+XVDJC9FYxMZgAjM Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I think I've posted something similar to this here before, but I've just run into it again. One of the clients we're working with apparently upgraded their version of PGP, and now encrypted files they're sending to us are no longer able to be decrypted by GPG 1.0.7. gregory@burdata(pts/3):tmp 81 > gpg --verbose \ ? --homedir=3D/usr/psl/config/GnuPG -d \ ? --output GAPVSEYP_091202_210616 GAPVSEYP_091202_210616.ASC,1 gpg: armor header: Version: PGP 7.1 gpg: public key is D77143A7 gpg: using secondary key D77143A7 instead of primary key 8BBAD4AB gpg: using secondary key D77143A7 instead of primary key 8BBAD4AB gpg: encrypted with 1024-bit ELG-E key, ID D77143A7, created 2000-04-06 "Cast & Crew Payroll (Payroll) " gpg: TWOFISH encrypted data gpg: decryption failed: bad key That's all I can get out of it. I can post additional debug output if requested; none of it makes any sense to me. This worked last week just fine, and nothing on our side of the file exchange was changed at all, so I'm assuming the sender changed their PGP software. How do I get this to work again? So far as I can tell, none of the keys have changed. I tried importing our secret key from GPG into PGPFreeware (6.5.8, i think, from http://www.pgpi.com), but that didn't work, either. I'm at a loss, and really don't want to have to switch our systems over to PGP from GnuPG... Thanks in advance. --=20 Gregory K. Ade http://bigbrother.net/~gkade OpenPGP Key ID: EAF4844B keyserver: pgpkeys.mit.edu --=-AZzm+XVDJC9FYxMZgAjM Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQA9hjDweQUEYOr0hEsRArVWAJ41GMPKUFBFnEhGvZriXop8WiLKcgCfXDJE /91I6v8d9FW6c6wwdP6LgEs= =xa/H -----END PGP SIGNATURE----- --=-AZzm+XVDJC9FYxMZgAjM-- From jharris@widomaker.com Mon Sep 16 22:45:02 2002 From: jharris@widomaker.com (Jason Harris) Date: Mon Sep 16 21:45:02 2002 Subject: direct key signatures for testing (designated revoker + other types) Message-ID: <20020916194611.GB364@pm1.ric-21.lft.widomaker.com> --ADZbWkCsHQ7r3kzd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable [certain keyserver managers Bcc'd] I need keys with direct key signatures (tag 0x1f, which can specify designated revokers, but I'm looking for all variations) to test some new keyserver code. If you own or know of any such keys, please let me know where I can find copies of them. Thanks. --=20 Jason Harris | NIC: JH329, PGP: This _is_ PGP-signed, isn't it? jharris@widomaker.com | web: http://jharris.cjb.net/ --ADZbWkCsHQ7r3kzd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9hjUCSypIl9OdoOMRArlcAJ9zdlWYr7kiBVdRwHDtGRE9MHycNgCfXS73 vqFZw3rFfRvrA40dI7V26Ks= =PyzD -----END PGP SIGNATURE----- --ADZbWkCsHQ7r3kzd-- From skweek@parinux.org Mon Sep 16 23:01:01 2002 From: skweek@parinux.org (skweek) Date: Mon Sep 16 22:01:01 2002 Subject: Problems to migate PGP 7.0 Key to GPG Message-ID: <3D86388B.000003.01384@dub> Hello ! :) Voila my problem is simple, i don't know how to export my pgp 7.0 keys (public/private) and my key ring. I read many tutorials treating gpg but all speaks about generation of new key to the gpg format but I will want reuse my key PGP. Is it possible? If you can you describe the procedure to make it? Your fairthfully Skweek Skweek@parinux.org From avbidder@fortytwo.ch Mon Sep 16 23:04:02 2002 From: avbidder@fortytwo.ch (Adrian 'Dagurashibanipal' von Bidder) Date: Mon Sep 16 22:04:02 2002 Subject: PGP-signed webpages In-Reply-To: <5.1.0.14.2.20020916192330.00bf9058@qix.netcorps.com> References: <5.1.0.14.2.20020916151140.00bdddd0@qix.netcorps.com> <5.1.0.14.2.20020916151140.00bdddd0@qix.netcorps.com> <5.1.0.14.2.20020916192330.00bf9058@qix.netcorps.com> Message-ID: <1032206695.588.57.camel@altfrangg> --=-OuK9V8Dtpd7+DX6iiTIw Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Mon, 2002-09-16 at 19:30, Per Tunedal wrote: > >I don't think having webpages signed is very reliable - the HTTP > >protocol negotiates supported character encodings of the server and > >client and might just decide to recode the document to a character set > >supported on the client side.=3D20 > > > >I don't know if any current webserver actually does this, but it's > >something to consider. > Hi vbi, > interesting if signing av web-pages is rubbish.=20 I didn't exactly say it's rubbish. I just said it's probably not reliable.=20 The intent to protect webpages is certainly ok; and sign webpages offline has various advantages over having them just transmitted over SSL - notably a cracker can obviously not just replace it and nobody notices. (Well, in theory. In practice, probably only few people would ever verify a signed website if it's read not only by crypto-freaks). The big problem, as I said, is that it's in theory perfectly legal for the webserver to encode the webpage into a different character set so that the browser can read it. Or for the browser to recode it (again) to the platform native character set prior to saving it. In the end, you might end up with webpages, that verify sometimes - with users not reacting if a webpage does not verify, rendering signatures basically useless. Using only US ASCII (which every browser should understand without the need to convert it...) and/or configuring the browser to serve the pages as 'binary' (but this would probably cause browsers to do stupid things...) would be possible countermeasures to still enable signatures. Or serving the content by ftp. For the future, one could hope that the XML signing standard would be supported by browsers (Honestly, I doubt it. But it would be a possibility). > I just found that a company=20 > called "ArticSoft > " sells a software called "WebAssurity Protector" for signing of webpages= : >=20 > "WebAssurity Protector ensures the integrity of your web site content by=20 > enabling you to sign web pages and their attachments." >=20 > Is that thus rubbish as well? What means are left for assuring the=20 > integrity of a site? Companies will sell anything at all. Read the 'cryptogram' newsletter, the section titled 'dogsomething' (dogshed? doghouse?). I don't know what this particular product does - but I doubt they could work around the encoding problem. cheers -- vbi --=20 secure email with gpg http://fortytwo.ch/gpg NOTICE: subkey signature! request key 92082481 from keyserver.kjsl.com --=-OuK9V8Dtpd7+DX6iiTIw Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iHQEABECADQFAj2GOWctGmh0dHA6Ly9mb3J0eXR3by5jaC9ncGcvcG9saWN5L2Vt YWlsLjIwMDIwODIyAAoJEIukMYvlp/fW6Z4An2L9SsLmO1FGuXDxtNqQGg8dRSzw AKCO4oMoVk4ZGlG+iP7+1P564jpANA== =BzM/ -----END PGP SIGNATURE----- Signature policy: http://fortytwo.ch/gpg/policy/email.20020822 --=-OuK9V8Dtpd7+DX6iiTIw-- From apavelec@benefit-services.com Mon Sep 16 23:23:02 2002 From: apavelec@benefit-services.com (Adam Pavelec) Date: Mon Sep 16 22:23:02 2002 Subject: Problems to migate PGP 7.0 Key to GPG References: <3D86388B.000003.01384@dub> Message-ID: <005901c25dbf$083f7b70$2027a8c0@apavelec> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > Voila my problem is simple, i don't know how to export my pgp 7.0 keys > (public/private) and my key ring. > > I read many tutorials treating gpg but all speaks about generation of new > key to the gpg format but I will want reuse my key PGP. Is it possible? If > you can you describe the procedure to make it? Here's how I have done it: [This is assuming you are using a PGP 7.x client for Win32] 1) In PGP Keys, right-click your key 2) Select "Export" from the drop-down menu 3) Make sure you select "Include Private Key(s)" 4) Save the .asc file to the location of your choice By the way, when importing your keypair, make sure you include the following option: - --allow-secret-key-import eg: gpg --import %key path% --allow-secret-key-import (where %key path% is the location of the key you saved in step 4, above) HTH, - --Adam -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 Comment: For info see http://www.gnupg.org iEYEARECAAYFAj2GPcEACgkQDwRQnkBSh2u1WwCeOOvGgAwGvWg7rv9u1dLgSIuj Es0AoNBEO75RacaTvoZuCV2A7H2AL6kP =U+kP -----END PGP SIGNATURE----- From wk@gnupg.org Mon Sep 16 23:39:02 2002 From: wk@gnupg.org (Werner Koch) Date: Mon Sep 16 22:39:02 2002 Subject: GnuPG and Windows Registry variables In-Reply-To: <22FD1855C2B16C40A1F6DE406420021E01482ECF@mail.bai.org> ("Ryan Malayter"'s message of "Mon, 16 Sep 2002 13:35:42 -0500") References: <22FD1855C2B16C40A1F6DE406420021E01482ECF@mail.bai.org> Message-ID: <87fzw9irxy.fsf@alberti.gnupg.de> On Mon, 16 Sep 2002 13:35:42 -0500, Ryan Malayter said: > I tested this on NT4 Sp6, Win2k Sp2, and WinXP sp1. Expansion of Thanks. > HKEY_CURRENT_USER for a configuration value, and if they don't find it, > look for a global setting under the same key in HKEY_CURRENT_MACHINE. I > think GnuPG should probably work the same way. Done. Shalom-Salam, Werner From chandra.oruganty@enersysinc.com Tue Sep 17 00:11:02 2002 From: chandra.oruganty@enersysinc.com (ORUGANTY, CHANDRA) Date: Mon Sep 16 23:11:02 2002 Subject: Unable to Revoke Certificate. Message-ID: <5FE7F394DE8843498AD28202B292053E06B6CD@esimxs2.enersysinc.com> Hello All, I'm new to Privacy Gaurd. I downloaded GPG for windows 1.0.6 and when I tried to revoke certificate using the command gpg --gen-revoke "Chandrasekhar Oruganty '". I got the following Error. Please Help. gpg: secret key `Chandrasekhar Oruganty ' not found: eof Chandra From dscribner@yahoo.com Tue Sep 17 07:35:01 2002 From: dscribner@yahoo.com (David Scribner) Date: Tue Sep 17 06:35:01 2002 Subject: FAQ update for MUAs supporting GnuPG Message-ID: <20020917043610.42334.qmail@web13504.mail.yahoo.com> Greetings! I'm updating section 4.15 (and others) in the GnuPG FAQ file and wish to update the MUAs that support GnuPG either natively, or with plug-ins or external tools as the list has grown tremendously since 4.15 was first added to the FAQ. I have the following information which I've collected on the more popular mail user agents: MUA OpenPGP ASCII How? (N,P,T) --------------------------------------------------------------- Becky2 Y Y P (BkGnuPG) Calypso N Y P (Unixmail) Elm N Y T (mailpgp,morepgp) Emacs/GNUS Y Y T (Mailcrypt) Emacs/Mew Y Y N Emacs/VM N Y T (Mailcrypt) Eudora Y Y P (EuroraGPG) Eudora Pro Y Y P (EudoraGPG) Evolution Y Y N GNUMail.app Y Y P (PGPBundle) GPGMail Y Y N KMail Y Y N Lotus Notes N Y P Mozilla Y Y P (Enigmail) Mulberry Y Y P Mutt Y Y N Netscape 4.x N Y P Netscape 7.x Y Y P (Enigmail) Novell Groupwise N Y P Outlook N Y P (G-Data) Outlook Express N Y P (GPGOE) Pegasus N Y P (QDPGP,PM-PGP) Pine N Y T (pgpenvelope,(gpg|pgp)4pine) Sylpheed Y Y N Sylpheed-claws Y Y N The Bat! N Y P (Ritlabs) TkRat Y Y N XFmail Y Y N OpenPG - PGP/MIME, ASCII - Clearsign N - Native, P - Plug-in, T - External Tool The information needs to be both confirmed for accuracy as some MUAs may have added OpenPGP support since being included on this list, or just plain wrong (my apologies), as well as possibly expanded. So, if you know of a correction to this list, know a plug-in or tool that isn't listed and provides GnuPG ability to the MUA, or are perhaps using a MUA that supports GnuPG and isn't on this list, please respond with an update! BTW, the table won't be added to the FAQ... it's just to provide me with accurate information from which to summarize from. Other corrections and additions to the FAQ will be coming out this week as well, so I certainly appreciate your help! Thanks! David ===== David D. Scribner IT Consulting & Services CompTIA Linux+, Network+, A+ Certified Ph: (817) 461-4018 eFax: (630) 214-7769 dscribner_at_bigfoot.com http://www.bigfoot.com/~dscribner/ GnuPG/PGP: 3172 7408 58CA D9C2 F697 950F 9DDC 7AC7 91EC 5F06 __________________________________________________ Do you Yahoo!? Yahoo! News - Today's headlines http://news.yahoo.com From heiko.teichmeier@sw-meerane.de Tue Sep 17 08:29:01 2002 From: heiko.teichmeier@sw-meerane.de (Heiko Teichmeier) Date: Tue Sep 17 07:29:01 2002 Subject: FAQ update for MUAs supporting GnuPG Message-ID: <01C25E1B.AEC88520.heiko.teichmeier@sw-meerane.de> Hi, I think for the MUA Postme exist a plugin to use pgp/gpg. = (www.postme.de). PS: Postme is a fine small MUA for Win... Mit freundlichen Gr=FC=DFen Stadtwerke Meerane GmbH Teichmeier Netzmeister NB Elt Tel.: (03764)7917-20 Fax: (03764)7917-21 heiko.teichmeier@sw-meerane.de PS: immer aktuell im Internet www.sw-meerane.de -----Original Message----- From: David Scribner [SMTP:dscribner@yahoo.com] Sent: Tuesday, September 17, 2002 6:36 AM To: GnuPG Users Subject: FAQ update for MUAs supporting GnuPG Greetings! I'm updating section 4.15 (and others) in the GnuPG FAQ file and wish to update the MUAs that support GnuPG either natively, or with plug-ins or external tools as the list has grown tremendously since 4.15 was first added to the FAQ. I have the following information which I've collected on the more popular mail user agents: MUA OpenPGP ASCII How? (N,P,T) --------------------------------------------------------------- Becky2 Y Y P (BkGnuPG) Calypso N Y P (Unixmail) Elm N Y T (mailpgp,morepgp) Emacs/GNUS Y Y T (Mailcrypt) Emacs/Mew Y Y N Emacs/VM N Y T (Mailcrypt) Eudora Y Y P (EuroraGPG) Eudora Pro Y Y P (EudoraGPG) Evolution Y Y N GNUMail.app Y Y P (PGPBundle) GPGMail Y Y N KMail Y Y N Lotus Notes N Y P Mozilla Y Y P (Enigmail) Mulberry Y Y P Mutt Y Y N Netscape 4.x N Y P Netscape 7.x Y Y P (Enigmail) Novell Groupwise N Y P Outlook N Y P (G-Data) Outlook Express N Y P (GPGOE) Pegasus N Y P (QDPGP,PM-PGP) Pine N Y T (pgpenvelope,(gpg|pgp)4pine) Sylpheed Y Y N Sylpheed-claws Y Y N The Bat! N Y P (Ritlabs) TkRat Y Y N XFmail Y Y N OpenPG - PGP/MIME, ASCII - Clearsign N - Native, P - Plug-in, T - External Tool The information needs to be both confirmed for accuracy as some MUAs may have added OpenPGP support since being included on this list, or just plain wrong (my apologies), as well as possibly expanded. So, if you know of a correction to this list, know a plug-in or tool that isn't listed and provides GnuPG ability to the MUA, or are perhaps using a MUA that supports GnuPG and isn't on this list, please respond with an update! BTW, the table won't be added to the FAQ... it's just to provide me with accurate information from which to summarize from. Other corrections and additions to the FAQ will be coming out this week as well, so I certainly appreciate your help! Thanks! David =3D=3D=3D=3D=3D David D. Scribner IT Consulting & Services CompTIA Linux+, Network+, A+ Certified Ph: (817) 461-4018 eFax: (630) 214-7769 dscribner_at_bigfoot.com http://www.bigfoot.com/~dscribner/ GnuPG/PGP: 3172 7408 58CA D9C2 F697 950F 9DDC 7AC7 91EC 5F06 __________________________________________________ Do you Yahoo!? Yahoo! News - Today's headlines http://news.yahoo.com _______________________________________________ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users From alex@conostix.com Tue Sep 17 12:09:02 2002 From: alex@conostix.com (Alexandre Dulaunoy) Date: Tue Sep 17 11:09:02 2002 Subject: gpg 1.0.7 and 1.0.6 on redhat 7.3 In-Reply-To: <20020916110311.16798490.invg4@cogeco.ca> Message-ID: You should remove the 1.0.6 with rpm (rpm -e). rpm -e gnupg-1.0.6 (Before that make a backup of your keyring) Hope this helps. adulau On Mon, 16 Sep 2002, Mister wrote: > Hello, > I am running Redhat 7.3 which installed gpg 1.0.6 when i loaded the system. I downloaded the tarball of gpg 1.0.7 and installed it, now i have version 1.0.6 in /usr/bin which the system still uses and gpg 1.0.7 in /usr/local/bin which does work. How can i tell the system to use the new version ? > > Thanks in advance > Dan Gordon > > _______________________________________________ > Gnupg-users mailing list > Gnupg-users@gnupg.org > http://lists.gnupg.org/mailman/listinfo/gnupg-users > > > -- Alexandre Dulaunoy -- http://www.foo.be/ 3B12 DCC2 82FA 2931 2F5B 709A 09E2 CD49 44E6 CBCD --- AD993-6BONE "People who fight may lose.People who do not fight have already lost." Bertolt Brecht From disastry@saiknes.lv Tue Sep 17 12:09:06 2002 From: disastry@saiknes.lv (disastry@saiknes.lv) Date: Tue Sep 17 11:09:06 2002 Subject: followup: signing with a v3 rsa key in 1.1.9.2 Message-ID: <3D86D43E.3915EE68@saiknes.lv> -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 vedaal wrote: > found the reason: > > rsa v3 keys generated in 6.5.8 have the symmetric algo as 'cast-5' by default, not by default. 6.5.8 uses CAST5 or 3DES for RSA v3 keys _only_ if IDEA is disabled. > while in 2.6.x it is 'idea' with 2.6.3ia-multi06 you can use CAST5 and other ciphers too.. > what is unusual, is that if the key is checked in 'key properties' in pgp keys, > the symmetric algo is listed as 'idea' for 'any' v3 rsa key, no matter how it was generated, > > the actual algo used will be listed in pgpdump, 6.5.8ckt shows the cipher that was used to encrypt secret key. > so, the 2.6.x keys need the 'idea' module installed, > while v3 rsa keys generated in later versions, they need IDEA module too, normally > {or in 2.6.x Multi with the option specified as a non-'idea' algorithm}, > do not > > vedaal __ Disastry http://disastry.dhs.org/ http://disastry.dhs.org/pgp <----PGP plugins for Netscape and MDaemon ^----PGP 2.6.3ia-multi06 (supports IDEA, CAST5, BLOWFISH, TWOFISH, AES, 3DES ciphers and MD5, SHA1, RIPEMD160, SHA2 hashes) -----BEGIN PGP SIGNATURE----- Version: Netscape PGP half-Plugin 0.15 by Disastry / PGPsdk v1.7.1 iQA/AwUBPYa4BDBaTVEuJQxkEQOeEQCg7PGjjufhMFCg/e594D7GAESgglQAoL2p ZpL396OSMJV5bkYbPfYHeW3i =h+tH -----END PGP SIGNATURE----- From disastry@saiknes.lv Tue Sep 17 12:09:10 2002 From: disastry@saiknes.lv (disastry@saiknes.lv) Date: Tue Sep 17 11:09:10 2002 Subject: using my own public key Message-ID: <3D86D4B3.1C9B5787@saiknes.lv> -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 Werner Koch wrote: > BTW, since 1.1.92 options has been replaced by gpg.conf but it will > still be used as long as there is no gpg.conf. Just want to let you > know. fine, this means I can have different options files for GPG 1.0.7 and 1.1.92 :) __ Disastry http://disastry.dhs.org/ -----BEGIN PGP SIGNATURE----- Version: Netscape PGP half-Plugin 0.15 by Disastry / PGPsdk v1.7.1 iQA/AwUBPYa4jzBaTVEuJQxkEQMbYACg8Ah87XT/X0WpAQcyOqMKbnSRy9sAoLCz h02fE/zUJtl1g0I3IucMXaQO =UQgF -----END PGP SIGNATURE----- From alex@FUCKUP.fantastyka.net Tue Sep 17 13:55:01 2002 From: alex@FUCKUP.fantastyka.net (Janusz A. Urbanowicz) Date: Tue Sep 17 12:55:01 2002 Subject: FAQ update for MUAs supporting GnuPG In-Reply-To: <20020917043610.42334.qmail@web13504.mail.yahoo.com> References: <20020917043610.42334.qmail@web13504.mail.yahoo.com> Message-ID: <20020917105558.GE1729@FUCKUP.fantastyka.net> --lEGEL1/lMxI0MVQ2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 16, 2002 at 09:36:10PM -0700, David Scribner wrote: > Greetings! >=20 > I'm updating section 4.15 (and others) in the GnuPG FAQ file and > wish to update the MUAs that support GnuPG either natively, or > with plug-ins or external tools as the list has grown > tremendously since 4.15 was first added to the FAQ. >=20 > I have the following information which I've collected on the > more popular mail user agents: >=20 > MUA OpenPGP ASCII How? (N,P,T) > --------------------------------------------------------------- > Becky2 Y Y P (BkGnuPG) > Calypso N Y P (Unixmail) > Elm N Y T (mailpgp,morepgp) Elm ME+ suports PGP/GPG natively: Elm ME+ N Y N Alex --lEGEL1/lMxI0MVQ2 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9hwo+TfkBjn4ugD0RAzAxAKCWb7ozW5QYfVgCNAXecgLPbCtM5gCghY2n 39rbvd58CCrmnelWdg9kSlE= =pdSB -----END PGP SIGNATURE----- --lEGEL1/lMxI0MVQ2-- From Josh Huber Tue Sep 17 15:26:02 2002 From: Josh Huber (Josh Huber) Date: Tue Sep 17 14:26:02 2002 Subject: FAQ update for MUAs supporting GnuPG In-Reply-To: <20020917043610.42334.qmail@web13504.mail.yahoo.com> (David Scribner's message of "Mon, 16 Sep 2002 21:36:10 -0700 (PDT)") References: <20020917043610.42334.qmail@web13504.mail.yahoo.com> Message-ID: <87admg94yk.fsf@mail.paradoxical.net> David Scribner writes: > Greetings! > > I'm updating section 4.15 (and others) in the GnuPG FAQ file and > wish to update the MUAs that support GnuPG either natively, or > with plug-ins or external tools as the list has grown > tremendously since 4.15 was first added to the FAQ. > > I have the following information which I've collected on the > more popular mail user agents: > > MUA OpenPGP ASCII How? (N,P,T) > --------------------------------------------------------------- > [...] > Emacs/GNUS Y Y T (Mailcrypt) A couple things: Gnus should be spelled "Gnus" not "GNUS", which is the spelling for pre-v5.x versions of Gnus. (I think! I wasn't using it then :) Someone correct me if I'm wrong... Gnus has support for GnuPG a couple ways, either with Mailcrypt as an add on package, or with gpg.el which is more of a native support package. (it is in the contrib directory though...but only because of copyright assignment issues...) Perhaps this should be reflected as Emacs/GNUS Y Y T (Mailcrypt, contrib/gpg.el) ? -- Josh Huber From Martin Schoch Tue Sep 17 17:19:03 2002 From: Martin Schoch (Martin Schoch) Date: Tue Sep 17 16:19:03 2002 Subject: Which idea.dll under Win2k? Message-ID: <57594174.20020917161833@compuserve.com> Hello list, As said some days ago - I wanted to include the idea.dll as extension to gpg under Windows 2k SP2. But I get an error message (ec=487) with gpg --version Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA, ELG gpg: LoadLibrary failed ec=487 gpg: GetProcAddress failed ec=127 gpg: GetProcAddress failed ec=127 gpg: invalid module `c:\programme\gnupp\lib\idea.dll': 127 Cipher: 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH Hash: MD5, SHA1, RIPEMD160 Compress: Uncompressed, ZIP, ZLIB Do I have a wrong idea.dll version? It's marked here as idea.dll 13.09.2002 10:02 7680 But I have downloaded it from: ftp://ftp.gnupg.dk/pub/contrib-dk/ideadll.zip Thanks for help. -- Best regards, Martin mailto:maschoch@compuserve.com From wk@gnupg.org Tue Sep 17 17:45:01 2002 From: wk@gnupg.org (Werner Koch) Date: Tue Sep 17 16:45:01 2002 Subject: Which idea.dll under Win2k? In-Reply-To: <57594174.20020917161833@compuserve.com> (Martin Schoch's message of "Tue, 17 Sep 2002 16:18:33 +0200") References: <57594174.20020917161833@compuserve.com> Message-ID: <87n0qgvfr7.fsf@alberti.gnupg.de> On Tue, 17 Sep 2002 16:18:33 +0200, Martin Schoch said: > ftp://ftp.gnupg.dk/pub/contrib-dk/ideadll.zip That is the correct one (if the signature is okay). However, it has not been extensively tested. I have an idea whats going wrong, given that I don't build Windows DLL every day I have to investigate again how to do it correctly. Shalom-Salam, Werner From pt@radvis.nu Tue Sep 17 20:41:01 2002 From: pt@radvis.nu (Per Tunedal) Date: Tue Sep 17 19:41:01 2002 Subject: FAQ update for MUAs supporting GnuPG In-Reply-To: <20020917043610.42334.qmail@web13504.mail.yahoo.com> Message-ID: <5.1.0.14.2.20020917193627.00bde600@qix.netcorps.com> Hi! I have a suggestion for improvement of the "Frontend" web-page http://www.gnupg.org/frontends.html : Make two sections; one for Windows and one for Unix! It will make it easier for users to find a suitable solution. Per Tunedal At 21:36 2002-09-16 -0700, you wrote: >Greetings! > >I'm updating section 4.15 (and others) in the GnuPG FAQ file and >wish to update the MUAs that support GnuPG either natively, or >with plug-ins or external tools as the list has grown >tremendously since 4.15 was first added to the FAQ. > >I have the following information which I've collected on the >more popular mail user agents: > >MUA OpenPGP ASCII How? (N,P,T) >--------------------------------------------------------------- >Becky2 Y Y P (BkGnuPG) >Calypso N Y P (Unixmail) >Elm N Y T (mailpgp,morepgp) >Emacs/GNUS Y Y T (Mailcrypt) >Emacs/Mew Y Y N >Emacs/VM N Y T (Mailcrypt) >Eudora Y Y P (EuroraGPG) >Eudora Pro Y Y P (EudoraGPG) >Evolution Y Y N >GNUMail.app Y Y P (PGPBundle) >GPGMail Y Y N >KMail Y Y N >Lotus Notes N Y P >Mozilla Y Y P (Enigmail) >Mulberry Y Y P >Mutt Y Y N >Netscape 4.x N Y P >Netscape 7.x Y Y P (Enigmail) >Novell Groupwise N Y P >Outlook N Y P (G-Data) >Outlook Express N Y P (GPGOE) >Pegasus N Y P (QDPGP,PM-PGP) >Pine N Y T (pgpenvelope,(gpg|pgp)4pine) >Sylpheed Y Y N >Sylpheed-claws Y Y N >The Bat! N Y P (Ritlabs) >TkRat Y Y N >XFmail Y Y N > >OpenPG - PGP/MIME, ASCII - Clearsign >N - Native, P - Plug-in, T - External Tool > >The information needs to be both confirmed for accuracy as some >MUAs may have added OpenPGP support since being included on this >list, or just plain wrong (my apologies), as well as possibly >expanded. > >So, if you know of a correction to this list, know a plug-in or >tool that isn't listed and provides GnuPG ability to the MUA, or >are perhaps using a MUA that supports GnuPG and isn't on this >list, please respond with an update! > >BTW, the table won't be added to the FAQ... it's just to provide >me with accurate information from which to summarize from. Other >corrections and additions to the FAQ will be coming out this >week as well, so I certainly appreciate your help! > >Thanks! >David > >===== >David D. Scribner >IT Consulting & Services >CompTIA Linux+, Network+, A+ Certified >Ph: (817) 461-4018 eFax: (630) 214-7769 >dscribner_at_bigfoot.com http://www.bigfoot.com/~dscribner/ >GnuPG/PGP: 3172 7408 58CA D9C2 F697 950F 9DDC 7AC7 91EC 5F06 > >__________________________________________________ >Do you Yahoo!? >Yahoo! News - Today's headlines >http://news.yahoo.com > >_______________________________________________ >Gnupg-users mailing list >Gnupg-users@gnupg.org >http://lists.gnupg.org/mailman/listinfo/gnupg-users From mailinglisten@berndhaug.net Tue Sep 17 21:21:01 2002 From: mailinglisten@berndhaug.net (Bernd Haug) Date: Tue Sep 17 20:21:01 2002 Subject: UID order, UID printed by default in gpg-1.06 Message-ID: <3D8772D4.9030305@berndhaug.net> Greetings, I'm new to this list. Hello. :) Sorry for my English, I'm not a native speaker. I got a question about the order in which UIDs are displayed: I got a Keypair on which I have 2 UIDs - private and work. Since we (pity) got no mail encryption policy at work, I use the key(s) mostly for private matters. Nevertheless, I added (= after creating the key) the work UID for cases I need some more security on the official address. Now, the Name directly associated w/ the private Key is the private address, so (just to make the point - I don't know if I just made myself clear), and the job addr is in a uid field. $ gpg --list-secret-keys --with-colons sec:...:Bernd Haug (Graz.at.eu -- http\x3a//www.berndhaug.net)\ :... uid:...:Bernd Haug (Systems administration IICM Software\ Technology @ TU Graz, Austria) : $ With the pubkey, however, the job addr is on the PK, and the private one is just a UID. $ gpg pub:...:Bernd Haug (Systems administration IICM Software Technology @\ TU Graz, Austria) :... uid:...:Bernd Haug (Graz.at.eu -- http\x3a//www.berndhaug.net)\ : $ I guess this is mainly a cosmetic consideration, since the alias w/ the private addr is also printed when checking sigs, but still I would like the order by priority of the uses of the key; call me anal retentive if you must. On the other Hand, I wouldn't bet that that mixup doesn't bring social engineering problems. Could someone with sociological and/or psychological knowledge bring clarity here? Interesting fact: Even if the order seems to be correct in the secret key, I still get the uid w/ the job address printed out when I'm asked for my passwd for signing. Have I put my point understandably? And can tell me what I can do about it? Yours, Bernd From factotum@gvdnet.dk Tue Sep 17 23:48:02 2002 From: factotum@gvdnet.dk (Martin Christensen) Date: Tue Sep 17 22:48:02 2002 Subject: FAQ update for MUAs supporting GnuPG In-Reply-To: <20020917043610.42334.qmail@web13504.mail.yahoo.com> (David Scribner's message of "Mon, 16 Sep 2002 21:36:10 -0700 (PDT)") References: <20020917043610.42334.qmail@web13504.mail.yahoo.com> Message-ID: <877khkuyua.fsf@gvdnet.dk> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >>>>> "David" == David Scribner writes: David> I'm updating section 4.15 (and others) in the GnuPG FAQ file David> and wish to update the MUAs that support GnuPG either natively, David> or with plug-ins or external tools as the list has grown David> tremendously since 4.15 was first added to the FAQ. "Support" is not just one single thing. Being able to verify and decrypt messages in a particular format is one kind of support, and signing and encrypting another. David> BTW, the table won't be added to the FAQ... Why not? I think it provides a nice overview. Martin - -- Homepage: http://www.cs.auc.dk/~factotum/ GPG public key: http://www.cs.auc.dk/~factotum/gpgkey.txt -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Using Mailcrypt+GnuPG iEYEARECAAYFAj2HlR0ACgkQYu1fMmOQldWAmQCgsxGQRUBklJbkUayNkWIUCTEU dFAAn0HxRhPnwkvJ6k5wIWrPwKhQFl6d =7S1j -----END PGP SIGNATURE----- From vedaal@lok.com Wed Sep 18 01:19:02 2002 From: vedaal@lok.com (vedaal@lok.com) Date: Wed Sep 18 00:19:02 2002 Subject: followup v3 rsa key Message-ID: <200209172214.g8HMEcfB025356@compute2.lok.com> > Message: 4 Date: Tue, 17 Sep 2002 09:05:34 +0200 From: > disastry@saiknes.lv To: gnupg-users > Subject: Re: followup: signing with a v3 rsa key in 1.1.9.2 ... > vedaal wrote: > found the reason: > > rsa v3 keys generated in 6.5.8 > have the symmetric algo as 'cast-5' by default, > > not by default 6.5.8 uses CAST5 or 3DES for RSA v3 keys _only_ if . > IDEA is disabled . > > > while in 2.6.x it is 'idea' > > with 2.6.3ia-multi06 you can use CAST5 and other ciphers too.. ... i 'thought' i understood, but now i am more confused :( please bear with me: [1] am running 1.1.92a windows binary with the idea plugin correctly installed, and everything works as expected [2] disabled the option of 'load-extension c:\gnupg\lib\idea' [3] as expected, i cannot sign with my default v3 rsa key generated in 2.6.3 *but* [4] i 'can' sign with another v3 rsa key that was generated in 6.5.8 ckt [5] both pgpdump and pgpckt identify the symmetric algorithm for this other v3 rsa key, as idea here is the v3 rsa key that 'can' be signed with, *without* the idea plug-in: -----BEGIN PGP PRIVATE KEY BLOCK----- Version: 6.5.8ckt http://www.ipgpp.com/ Comment: passphrase: test@key.test lQOgAzroPPgAAAEIANnTx/gHfag7qRMG6cVUnYZJjLcsdF6JSaVs+PUDCZ8l2+Z2 V9tgxByp26bymIlq5qFFeoA5vCiKc8qzYiEVLJVVIIDjw/id2gq/TgmxoLAwiDQM TUKdCFa6pmR/uaxyrnJxfUA7+Qh0R0OjoCxNlrmyO3eiKstsJGqSUFIQq7GhcHc4 nbV59zHhEWnH7DX7sDa9CgF11WxM3sjWp15iOoP1nixhmchDtQ7foUxLsCF36G/4 ijcbN2NjiCDYMFburN8fXgrQzYHAIIiVFE0J+fbXNfPRmnbhQdaC8rIdiQ3tExBb N0qWhGPT9M4JOZd1yPdFMb9gbntd8VZkiPd6/3sABREB7Y6HhGg6ktEH//f0m1Ut UCqRbRNAqSG5bw8ueN69mgxuUxkr/bSznqix6PiNkQCpsgoAT6uAzR/5jUMNelzf JBe9tpsYYnzCbTGoOHK4syKu67xsZB23J2RODtyp5ufa6zrs65lpTI/AD8rgg4CP F6oX+PzpEHqi71VNorr2mOrS5pS+42G+SiL8jWpDF+w6CWJbE2p2y+3qxFCPsoft PjdpaSFkhQ3bvS1xxH6XuFTTtwRPxCBCnxvkJOiBDwzkjTigkaXW6c+eKWGg2cmy N0zfGD+VKYlsyJgJME06jmDgZaI2GY/uXTNpPeQ8W4bgBNPdGY2JVjtScrD6rBBh pc7D67io2M7dOoQEABY3L4+H9D2J3gJN+31CR+/uBW97Nqx8fopd5Ktvgdw9+S1R KpffVytC/Emf+Lo89XJOTWGhPhMpyDpNaBWeg9eBQlQJoXfgGRa0lM7kV8rW9ZjK jW0pTd01e5KwxkvXGOSzV//QvJ4QOOWal1Z3l0u3QgSFjbAENhux1twVDgLhBADx t1nQwZhji+m9o5AQMVdjPvDGUK0MBL44pF8Px5z+XFJ97ub0JykQYWeTreUJJO5d 9RwFUmP/vEOWaWF95Kc4aojhwkOgArsVIEi/f+D3KMNWfOGVyzh6pf/GPh89JYF8 r8CuRUfXj4RwwUwCwQYDSbUk56TQO+4ITxlX4eH9SgP/S2lRBOhPVM0oIvBKSFld BT4B5ssQjF75AfFVVIl1kpG/eBhDUSx7I2q49iTdb23mN21Clp50gglwpWbbVa4Z 6yOaorgrO0Fh7CfW9rY8cPPhuPP082NS1X6udUv2ZQdNd3+mmHrTDpYtMuU9GFzn yk5Tb9me0OsXe9uXJmHm+jNFYbQUdGVzdCA8dGVzdEBrZXkudGVzdD4= =0mID -----END PGP PRIVATE KEY BLOCK----- -----BEGIN PGP PUBLIC KEY BLOCK----- Version: 6.5.8ckt http://www.ipgpp.com/ Comment: { Acts of Kindness better the World, and protect the Soul } mQENAzroPPgAAAEIANnTx/gHfag7qRMG6cVUnYZJjLcsdF6JSaVs+PUDCZ8l2+Z2 V9tgxByp26bymIlq5qFFeoA5vCiKc8qzYiEVLJVVIIDjw/id2gq/TgmxoLAwiDQM TUKdCFa6pmR/uaxyrnJxfUA7+Qh0R0OjoCxNlrmyO3eiKstsJGqSUFIQq7GhcHc4 nbV59zHhEWnH7DX7sDa9CgF11WxM3sjWp15iOoP1nixhmchDtQ7foUxLsCF36G/4 ijcbN2NjiCDYMFburN8fXgrQzYHAIIiVFE0J+fbXNfPRmnbhQdaC8rIdiQ3tExBb N0qWhGPT9M4JOZd1yPdFMb9gbntd8VZkiPd6/3sABRG0FHRlc3QgPHRlc3RAa2V5 LnRlc3Q+iQEVAwUQOug8+PFWZIj3ev97AQH7NQgAo3sH+KcsPtAbyp5U02J9h3Ro aiKpAYxg3rfUVo/RH6hmCWT/AlPHLPZZC/tKiPkuIm2V3Xqyum530N0sBYxNzgNp us8mK9QurYj2omKzf1ltN+uNHR8vjB8s7jEd/CDCARu81PqNoVq2b9JRFGpGbAde 7kQ/a0r2/IsJ8fz0iSpCH0geoHt3sBk9MyEem4uG0e2NzlH2wBz4H8l8BNHRHBq0 6tGH4h11ZhH3FiNzJWibT2AvzLCqar2qK+6pohKSvIp8zEP7Y/iQzCvkuOfHsUOH 4Utgg85k09hRDZ3pRRL/4R+Z+/1uXb+n6yKbOmpmi7U7wc9IwZxtTlGXsNIf+Q== =7h3m -----END PGP PUBLIC KEY BLOCK----- [6] here is the pgpdump result for the key: PGPdump Results Old: Secret Key Packet(tag 5)(928 bytes) Ver 3 - old Public key creation time - Thu Apr 26 15:21:28 UTC 2001 Valid days - 0[0 is forever] Pub alg - RSA Encrypt or Sign(pub 1) RSA n(2048 bits) - (deleted, post is already too big) RSA e(5 bits) - 11 Sym alg - IDEA(sym 1) IV - ed 8e 87 84 68 3a 92 d1 Encrypted RSA d(2047 bits) - (deleted} Encrypted RSA p(1024 bits) - " Encrypted RSA q(1024 bits) - " Encrypted RSA u(1023 bits) - " Checksum - 45 61 Old: User ID Packet(tag 13)(20 bytes) User ID - test this key was generated in 6.5.8ckt(build 5) with 'default' settings, without disabling idea if it has idea as the symmetric algo protecting the key, why doesn't it need the idea plug-in to sign with, and if idea is 'not' the symmetric algo ptrotecting the secret key, why does pgpdump (and ckt) identify it that way? tia, vedaal From damienffm@web.de Wed Sep 18 01:43:01 2002 From: damienffm@web.de (damienffm) Date: Wed Sep 18 00:43:01 2002 Subject: =?ISO-8859-1?Q?How_to_delete_a_key_from_server_whe?= =?ISO-8859-1?Q?n_password_isn=B4t_accepted=3F=3F=3F?= Message-ID: <3D87B025.7000507@web.de> Hi, Following problem: I have a keypair where the password isn=B4t accepted=20 anymore. So I can=B4t use this keypair neither for signing nor for=20 encrypting. I want to erase the key from the keyservers. What have I to do to succed = in this, because I don=B4t have the right password??? At least the one=20 that should be isn=B4t accepted. thx alexander From dscribner@yahoo.com Wed Sep 18 02:46:02 2002 From: dscribner@yahoo.com (David Scribner) Date: Wed Sep 18 01:46:02 2002 Subject: How_to_delete_a_key_from_server_when_password_isn´t_accepted??? In-Reply-To: <3D87B025.7000507@web.de> Message-ID: <20020917234705.80245.qmail@web13509.mail.yahoo.com> --- damienffm wrote: > I want to erase the key from the keyservers. What have I to do > to succed > in this, because I don´t have the right password??? At least > the one > that should be isn´t accepted. If you didn't generate a revocation certificate when you first created the key pair, you're pretty much SOL as it would require the keyserver operator to manually remove the key... and even then, since most key servers sync themselves with others, eradicating the key from all keyservers is pretty much a long shot. Apparently, this ability is "in the works" for some keyserver software, but until then the best you can do is send information to those contacts that you communicate with that the key is not to be used any longer. If you haven't done so already, create a revocation certificate for your new key pair, move this onto a diskette (or print it out) and file it away someplace safe. That way, should you find yourself in the same situation down the road or forget your passphrase (needed to create the certificate), you will have one pre-generated that can be used and submitted to keyservers to revoke the key. HTH David ===== David D. Scribner IT Consulting & Services CompTIA Linux+, Network+, A+ Certified Ph: (817) 461-4018 eFax: (630) 214-7769 dscribner_at_bigfoot.com http://www.bigfoot.com/~dscribner/ GnuPG/PGP: 3172 7408 58CA D9C2 F697 950F 9DDC 7AC7 91EC 5F06 __________________________________________________ Do you Yahoo!? Yahoo! News - Today's headlines http://news.yahoo.com From ingo.kloecker@epost.de Thu Sep 19 02:57:01 2002 From: ingo.kloecker@epost.de (Ingo =?iso-8859-1?q?Kl=F6cker?=) Date: Thu Sep 19 01:57:01 2002 Subject: FAQ update for MUAs supporting GnuPG In-Reply-To: <20020917043610.42334.qmail@web13504.mail.yahoo.com> References: <20020917043610.42334.qmail@web13504.mail.yahoo.com> Message-ID: <200209190111.15158@erwin.ingo-kloecker.de> --Boundary-02=_TgQi9+iRv7LvVTu Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Description: signed data Content-Disposition: inline On Tuesday 17 September 2002 06:36, David Scribner wrote: > I have the following information which I've collected on the > more popular mail user agents: > > MUA OpenPGP ASCII How? (N,P,T) > --------------------------------------------------------------- > KMail Y Y N Actually PGP/MIME is currently (or more correctly, in the upcoming=20 version of KMail) provided through a plugin while clearsigning is=20 builtin (native). So more correct would be KMail Y(P) Y(N) P/N Regards, Ingo --Boundary-02=_TgQi9+iRv7LvVTu Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQA9iQgTGnR+RTDgudgRAuRoAJ40xbuGVHDKb3Hox27LRtlTOaanfQCfRVXS UuF6samz/V1Zx2Gs1DF47RM= =N6GX -----END PGP SIGNATURE----- --Boundary-02=_TgQi9+iRv7LvVTu-- From disastry@saiknes.lv Thu Sep 19 12:19:01 2002 From: disastry@saiknes.lv (disastry@saiknes.lv) Date: Thu Sep 19 11:19:01 2002 Subject: followup v3 rsa key Message-ID: <3D897AFB.796A5B25@saiknes.lv> -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 vedaal wrote: > i 'thought' i understood, but now i am more confused :( > > please bear with me: > [1] am running 1.1.92a windows binary with the idea plugin correctly installed, and everything works as expected > [2] disabled the option of 'load-extension c:\gnupg\lib\idea' > [3] as expected, i cannot sign with my default v3 rsa key generated in 2.6.3 > *but* > [4] i 'can' sign with another v3 rsa key that was generated in 6.5.8 ckt I don't think you can (at least I can not, see below) > [5] both pgpdump and pgpckt identify the symmetric algorithm for this other v3 rsa key, as idea > > here is the v3 rsa key that 'can' be signed with, *without* the idea plug-in: > > -----BEGIN PGP PRIVATE KEY BLOCK----- > Version: 6.5.8ckt http://www.ipgpp.com/ > Comment: passphrase: test@key.test > > lQOgAzroPPgAAAEIANnTx/gHfag7qRMG6cVUnYZJjLcsdF6JSaVs+PUDCZ8l2+Z2 > V9tgxByp26bymIlq5qFFeoA5vCiKc8qzYiEVLJVVIIDjw/id2gq/TgmxoLAwiDQM [...] > this key was generated in 6.5.8ckt(build 5) with 'default' settings, without disabling idea tried with this key, couldn't sign without IDEA: f:\TEMP>gpg --homedir . --clearsign aaa gpg: protection algorithm 1 (IDEA) is not supported gpg: the IDEA cipher plugin is not present gpg: please see http://www.gnupg.org/why-not-idea.html for more information gpg: no default secret key: unknown cipher algorithm gpg: aaa: clearsign failed: unknown cipher algorithm f:\TEMP>gpg --homedir . --version gpg (GnuPG) 1.0.7 Copyright (C) 2002 Free Software Foundation, Inc. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING for details. Home: . Supported algorithms: Cipher: 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA, ELG Hash: MD5, SHA1, RIPEMD160 > if it has idea as the symmetric algo protecting the key, why doesn't it need the idea plug-in to sign with, > and if idea is 'not' the symmetric algo ptrotecting the secret key, why does pgpdump (and ckt) identify it that way? __ Disastry http://disastry.dhs.org/ -----BEGIN PGP SIGNATURE----- Version: Netscape PGP half-Plugin 0.15 by Disastry / PGPsdk v1.7.1 iQA/AwUBPYle0TBaTVEuJQxkEQPlwwCeOKqGw4bulEfj74ESsGfbxA8/fHEAoOgf x/YBwtxPaxSIGLqCtDpXsjAQ =XdFS -----END PGP SIGNATURE----- From Martin Schoch Thu Sep 19 16:39:02 2002 From: Martin Schoch (Martin Schoch) Date: Thu Sep 19 15:39:02 2002 Subject: Which idea.dll under Win2k? In-Reply-To: <87n0qgvfr7.fsf@alberti.gnupg.de> References: <57594174.20020917161833@compuserve.com> <87n0qgvfr7.fsf@alberti.gnupg.de> Message-ID: <351435193.20020919153922@compuserve.com> On Tuesday, September 17, 2002, 4:43:08 PM Werner Koch wrote: >> ftp://ftp.gnupg.dk/pub/contrib-dk/ideadll.zip WK> That is the correct one (if the signature is okay). However, it has WK> not been extensively tested. I have an idea whats going wrong, given WK> that I don't build Windows DLL every day I have to investigate again WK> how to do it correctly. I found one thing which could be interesting to find the problem: The idea.dll which I have downloaded from the ftp above works with Win98SE - but not with Win2k SP2. -- Best regards, Martin Schoch mailto:maschoch@compuserve.com From ianm@cat.co.za Thu Sep 19 18:03:01 2002 From: ianm@cat.co.za (Ian McIntosh) Date: Thu Sep 19 17:03:01 2002 Subject: Compiling GPG source Message-ID: Hi, I have recently compiled GnuPG version 1.0.6 source for Windows using Borland Command line compiler. Granted I had to make a few changes here and there but it did eventually compile. The reason I used BCC is I use it for other programs and wanted to compile with it rather that the other options I have seen mentioned like MINGW32 and cygwin. My problem is that my compiled version appears to function but I don't know if its working properly. You see I have downloaded the pre-compiled binary for Windows (version 1.0.6) for www.gnupg.org and am using this for comparison. To check if everything works I generated a key-pair using the gnupg.org binary and the veiwed this key-paier using gpg --list-keys. I then did gpg --list-keys with my newly compiled BCC version to see if the keys were displayed. This worked fine only that the key-pair displayed by the gnupg binary --list-keys option was different to the key-pair displayed by the BCC compiled version. Furthermore I could only encrypt using the gnupg binary and the BCC version would spit out an error gpg: **********: skipped: unusable public key gpg: c:\dvs\gnupg\encrypt_tmp: encryption failed: unusable public key Now if I genrate a key-pair using the BCC gpg. I can encrypt fine, but the gnupg binary will not encrypt giving the same error as above. I am a bit confused as to why this would happen. Any help would be much appreciated. Thanks Ian From chris@inferno.nadir.org Thu Sep 19 18:49:01 2002 From: chris@inferno.nadir.org (chris@inferno.nadir.org) Date: Thu Sep 19 17:49:01 2002 Subject: FAQ update for MUAs supporting GnuPG In-Reply-To: <20020917043610.42334.qmail@web13504.mail.yahoo.com> References: <20020917043610.42334.qmail@web13504.mail.yahoo.com> Message-ID: <20020919134826.GA10036@inferno.nadir.org> * Am Mon, Sep 16, 2002 at 09:36:10PM -0700 , schrieb David Scribner: > Greetings! > > I'm updating section 4.15 (and others) in the GnuPG FAQ file and > wish to update the MUAs that support GnuPG either natively, or > with plug-ins or external tools as the list has grown > tremendously since 4.15 was first added to the FAQ. > Since all these MUAs handle the encryption another way, i think it would be interesting to add another category which says which MUA can commuicate with wich. Because of that old PGP/mime and app/pgp stuff it is often hard to tell wether one can send encrypted mail or not. Greetings Chris -- GPG-Fingerprint: 88DA B106 D973 B2AF 7CCB 725A F76C 803C 758F 71C0 Get it at: http://www.kluenter.de/chris.gpg From Antonio.Moreno-Gomez@harrisbank.com Thu Sep 19 19:00:02 2002 From: Antonio.Moreno-Gomez@harrisbank.com (Antonio.Moreno-Gomez@harrisbank.com) Date: Thu Sep 19 18:00:02 2002 Subject: question Message-ID: This is a question or trouble report when using gnupg. When using the following command: this is for gnupg1.06 gpg -r mykey --yes --always-trust --encrypt myfile when myfile is this is the output file abc.txt abc.gpg abc abc.gpg abc.stu.txt abc.stu.txt.gpg abc.xyz.exe.txt abc.xyz.exe.txt.gpg when abc.txt is used as the input file the expected file would had been abc.txt.gpg but instead I get abc.gpg, which is the same as the output for encrypting abc Is this a bug or is this the way this software was designed? Assuming this is wrong is there any fix for that or any detour? When using regular pgp trying to encrypt abc.txt the output file is abc.txt.pgp which is different from the pair abc ----> abc.pgp thank you. From mail@alexander-zimmermann.de Thu Sep 19 19:31:01 2002 From: mail@alexander-zimmermann.de (Alexander Zimmermann) Date: Thu Sep 19 18:31:01 2002 Subject: Gnupg with GCC-3.x Message-ID: <200209190958.g8J9wDk4027918@sauron.forwiss.uni-passau.de> ---2133775658-758783491-1032429499=:971 Content-Type: TEXT/plain; charset=us-ascii Hello, I've problems with gnupg when compiling with gcc-3.2. The checks fail with: - - - - - Making all in checks make[2]: Entering directory `/public/source/network/gnupg-1.0.7/checks' ../g10/gpg --homedir . --quiet --yes --import ./pubdemo.asc gpg: ../cipher/tiger: error loading extension: ld.so.1: ../g10/gpg: fatal: libgcc_s.so.1: open failed: No such file or directory make[2]: *** [prepared.stamp] Error 2 make[2]: Leaving directory `/public/source/network/gnupg-1.0.7/checks' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/public/source/network/gnupg-1.0.7' make: *** [all] Error 2 - - - - - If I set the LD_LIBRARY_PATH to point to libgcc_s.so.1 it works, but I don't like to set any LD_LIBRARY_PATH. Is there a solution for this? -- mail@alexander-zimmermann.de "They that would give up essential liberty for a little temporary safety deserve neither liberty nor safety." Benjamin Franklin, Historical Review of Pennsylvania, 1759 ---2133775658-758783491-1032429499=:971 Content-Type: APPLICATION/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (SunOS) iD8DBQA9iZ+0JwH/T84NZFwRAtxHAKDUFdndou0OfxHw+h5slNe9u1EiTgCbBExm ru6AMFA57vnYX9CzpJ/zp1I= =YCTu -----END PGP SIGNATURE----- ---2133775658-758783491-1032429499=:971-- From paul.healy@goodyear.com Thu Sep 19 20:28:01 2002 From: paul.healy@goodyear.com (paul.healy@goodyear.com) Date: Thu Sep 19 19:28:01 2002 Subject: question Message-ID: I had same/similar issue and resolved by creating the a ".bat" file with the single line of code which explicitly names the output file the same as original but with a ".asc" suffix. To encrypt I simply call the bat with the filename as a parameter. Its worth noting that no matter what the encrypted file is named, you can get the original filename backout by using the flag --use-embedded-filename when the decrypt command is issued. The following command encrypts with your public key and signs with my secret key without any user input/intervention. "c:\gnupg\gpg.exe " --passphrase-fd 0 --encrypt --armor --yes --recipient you@overthere.com --local-user me@here.com --sign --output "%1.asc" "%1" < "C:\passphrase.txt" Antonio.Moreno-Gomez@harrisbank.com@gnupg.org on 09/19/2002 12:04:46 PM Sent by: gnupg-users-admin@gnupg.org To: gnupg-users@gnupg.org, gnupg-devel@gnupg.org cc: Subject: question This is a question or trouble report when using gnupg. When using the following command: this is for gnupg1.06 gpg -r mykey --yes --always-trust --encrypt myfile when myfile is this is the output file abc.txt abc.gpg abc abc.gpg abc.stu.txt abc.stu.txt.gpg abc.xyz.exe.txt abc.xyz.exe.txt.gpg when abc.txt is used as the input file the expected file would had been abc.txt.gpg but instead I get abc.gpg, which is the same as the output for encrypting abc Is this a bug or is this the way this software was designed? Assuming this is wrong is there any fix for that or any detour? When using regular pgp trying to encrypt abc.txt the output file is abc.txt.pgp which is different from the pair abc ----> abc.pgp thank you. _______________________________________________ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users From malte_gell@t-online.de Fri Sep 20 03:41:02 2002 From: malte_gell@t-online.de (Malte Gell) Date: Fri Sep 20 02:41:02 2002 Subject: Gnupg with GCC-3.x In-Reply-To: <200209190958.g8J9wDk4027918@sauron.forwiss.uni-passau.de> References: <200209190958.g8J9wDk4027918@sauron.forwiss.uni-passau.de> Message-ID: <200209200239.49521.malte_gell@t-online.de> Am Donnerstag, 19. September 2002 11:58 schrieb Alexander Zimmermann: > fatal: libgcc_s.so.1: open failed: No such file or directory make[2]: > *** [prepared.stamp] Error 2 > make[2]: Leaving directory > `/public/source/network/gnupg-1.0.7/checks' make[1]: *** > [all-recursive] Error 1 > make[1]: Leaving directory `/public/source/network/gnupg-1.0.7' > make: *** [all] Error 2 > - - - - - > > If I set the LD_LIBRARY_PATH to point to libgcc_s.so.1 it works, > but I don't like to set any LD_LIBRARY_PATH. > > Is there a solution for this? GnuPG works fine with GCC 3.2 and 3.1.1 (don't know about older versions=20 of GCC3). I have installed GCC 3.2 below /opt/GCC-3.2 so I added a line to my=20 /etc/ld.so.conf: /opt/GCC-3.2/lib and this is what you should do and after that just type ldconfig et=20 voila it works. Of course, the entry in /etc/ld.so.conf depends where=20 you have GCC 3.2 installed. Malte From martin.bretschneider@gmx.de Fri Sep 20 17:04:02 2002 From: martin.bretschneider@gmx.de (Martin Bretschneider) Date: Fri Sep 20 16:04:02 2002 Subject: FAQ update for MUAs supporting GnuPG In-Reply-To: <20020919134826.GA10036@inferno.nadir.org> References: <20020917043610.42334.qmail@web13504.mail.yahoo.com> <20020919134826.GA10036@inferno.nadir.org> Message-ID: --=.G7DxN6Ra6bi0Xz Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit chris@inferno.nadir.org wrote: > * Am Mon, Sep 16, 2002 at 09:36:10PM -0700 , schrieb David Scribner: > > Greetings! > > > > I'm updating section 4.15 (and others) in the GnuPG FAQ file and > > wish to update the MUAs that support GnuPG either natively, or > > with plug-ins or external tools as the list has grown > > tremendously since 4.15 was first added to the FAQ. > > > Since all these MUAs handle the encryption another way, i think it would > be interesting to add another category which says which MUA can > commuicate with wich. Because of that old PGP/mime and app/pgp stuff it > is often hard to tell wether one can send encrypted mail or not. Yep, I created a list half a year ago: www.bretschneidernet.de/tips/secmua.html If you look for pgp/mime using google, it is in the top 5:) Martin -- www.bretschneidernet.de OpenPGP_0x4EA52583 jabber_breti@jabber.org (o_ Mark Twain: (o_ (o_ (o_ //\ Where prejudice exists it (\)_(\)_(\)_V_/_ always discolors our thoughts. --=.G7DxN6Ra6bi0Xz Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9iweAGK1ebE6lJYMRApeVAJ9HumnGPCnCU3iz5Fd5cTz1A0+thgCghUdd wQf6MXMghfTud88hE07Npmw= =kyDO -----END PGP SIGNATURE----- --=.G7DxN6Ra6bi0Xz-- From wk@gnupg.org Fri Sep 20 18:09:02 2002 From: wk@gnupg.org (Werner Koch) Date: Fri Sep 20 17:09:02 2002 Subject: [solved] Re: Which idea.dll under Win2k? In-Reply-To: <57594174.20020917161833@compuserve.com> (Martin Schoch's message of "Tue, 17 Sep 2002 16:18:33 +0200") References: <57594174.20020917161833@compuserve.com> Message-ID: <87lm5wg0pr.fsf@alberti.gnupg.de> Hi! ftp://ftp.gnupg.dk/pub/contrib-dk/ideadll.zip I have replaced that one with a build working under W2000 etc. Martin already tested it and Kenneth was nice enough to put it online. The problem was that the DLL was not relocatable - I should implement the required code in mingw32 so that we can forget on how to do it. Shalom-Salam, Werner From jam@jamux.com Fri Sep 20 18:21:01 2002 From: jam@jamux.com (John A. Martin) Date: Fri Sep 20 17:21:01 2002 Subject: FAQ update for MUAs supporting GnuPG In-Reply-To: (Martin Bretschneider's message of "Fri, 20 Sep 2002 13:33:20 +0200") References: <20020917043610.42334.qmail@web13504.mail.yahoo.com> <20020919134826.GA10036@inferno.nadir.org> Message-ID: <87admc6608.fsf@athene.jamux.com> --=-=-= Content-Transfer-Encoding: quoted-printable >>>>> "mb" =3D=3D Martin Bretschneider >>>>> "Re: FAQ update for MUAs supporting GnuPG" >>>>> Fri, 20 Sep 2002 13:33:20 +0200 mb> Yep, I created a list half a year ago: mb> www.bretschneidernet.de/tips/secmua.html Hmm.. XEmacs seems to be missing. IIRC XEmacs does Mew and Gnus the same ways as does FSF Emacs. Both emacsen also do VM which is very popular but I don't know whether VM does PGP/MIME. VM, and other emacsen mail modes such as emh-e (MH), can use Mailcrypt to do GPG as ASCII amour or to do PGP-2.6. The web page for XEmacs is and for VM is . jam --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP MESSAGE----- iD8DBQE9iz0dUEvv1b/iXy8RAnxeAJ0RLpo9EAAaJ/y5/QTPlnDN6mn7WQCdHaUS HCCnSEX1jAFyFB1U4sVt7c4= =7yHh -----END PGP MESSAGE----- --=-=-=-- From ajgpgml@tesla.inka.de Fri Sep 20 20:26:03 2002 From: ajgpgml@tesla.inka.de (Andreas John) Date: Fri Sep 20 19:26:03 2002 Subject: Strange behaviour with --edit-key/uid (GPG1.1.92, Win32) Message-ID: <003301c260ca$e1d52de0$0c02a8c0@de> Hi! I wonder if this is really correct behaviour of GPG: If I start GPG with the following command:=20 C:\BIN>gpg --status-fd 1 --command-fd 0 --edit-key xxx>1.txt The UserIDs are not printed into the redirected File of StdOut (FD 1); = they're still listed in the DOS-Box on the screen. (And yes, they're also not going into StdErr (FD 2) -- at least on my = machine (Win98)) Why I would need this: I want to parse the UserID-Lists to allow = Delete-UserID via my very own little Frontend. And I also cannot rely on = the order given by gpg --list-keys --with-colons --fixed-list-mode xxx as I have at least one key where the UID-Numbers are different than the = printed order. Any solutions to this problem? Bye! From wk@gnupg.org Fri Sep 20 21:21:01 2002 From: wk@gnupg.org (Werner Koch) Date: Fri Sep 20 20:21:01 2002 Subject: Strange behaviour with --edit-key/uid (GPG1.1.92, Win32) In-Reply-To: <003301c260ca$e1d52de0$0c02a8c0@de> ("Andreas John"'s message of "Fri, 20 Sep 2002 19:24:43 +0200") References: <003301c260ca$e1d52de0$0c02a8c0@de> Message-ID: <87admccyna.fsf@alberti.gnupg.de> On Fri, 20 Sep 2002 19:24:43 +0200, Andreas John said: > The UserIDs are not printed into the redirected File of StdOut (FD 1); they're still listed in the DOS-Box on the screen. > (And yes, they're also not going into StdErr (FD 2) -- at least on my machine (Win98)) There are reasons for printing them directly to the terminal. gpg --with-colons --edit-key ... Salam-Shalom, Werner From pokasick@northstar.org Fri Sep 20 21:42:02 2002 From: pokasick@northstar.org (O'Kasick, Paul W.) Date: Fri Sep 20 20:42:02 2002 Subject: What creates the Windows Registry key that points to the keyring location? Message-ID: <0A43416BFC82D511B6A800508BA598BF38FC21@NS002> Hi, I'm setting up to use gnupg, and I want to change the location of the keyrings. The machine that I've been using to get familiar with gnupg had the registry entry. I don't know how the entry was created on my machine. I just recently learned of its existence. I've created and exported our key on the production machine, but there was no registry entry created. HKEY_CURRENT_USER\Software\GNU\GnuPG... was located on my machine. Unfortunately, I deleted it in the attempt to figure out what action creates it. Is there some action using gpg that I can take to create the entry, or do I need to create this myself. Thanks for any help you can provide. Paul From wk@gnupg.org Fri Sep 20 22:05:02 2002 From: wk@gnupg.org (Werner Koch) Date: Fri Sep 20 21:05:02 2002 Subject: What creates the Windows Registry key that points to the keyring location? In-Reply-To: <0A43416BFC82D511B6A800508BA598BF38FC21@NS002> ("O'Kasick, Paul W."'s message of "Fri, 20 Sep 2002 13:43:45 -0500") References: <0A43416BFC82D511B6A800508BA598BF38FC21@NS002> Message-ID: <871y7ocwlp.fsf@alberti.gnupg.de> --=-=-= On Fri, 20 Sep 2002 13:43:45 -0500, O'Kasick, Paul W said: > HKEY_CURRENT_USER\Software\GNU\GnuPG... was located on my machine. > Unfortunately, I deleted it in the attempt to figure out what action creates It is created manually or by using the attached regedit script - adjust it for your needs. See also the file README.W32. Shalom-Salam, Werner --=-=-= Content-Type: application/octet-stream Content-Disposition: attachment; filename=gnupg-w32.reg REGEDIT4 [HKEY_CURRENT_USER\Software\GNU\GNUPG] "HomeDir"="C:\\GnuPG" "gpgProgram"="C:\\GnuPG\\gpg.exe" [HKEY_CURRENT_USER\Control Panel\Mingw32\NLS] "MODir"="C:\\GnuPG\\Locale" --=-=-=-- From paul.healy@goodyear.com Sat Sep 21 01:07:01 2002 From: paul.healy@goodyear.com (paul.healy@goodyear.com) Date: Sat Sep 21 00:07:01 2002 Subject: SUN/OS - getting syntax errors when making gpg.exe Message-ID: SunOS 5.6 / sparc-sun-solaris2.6 I've had success installing on hp/ux but am failing on SUN/OS Can someone send me precompiled gpg.exe to tide me over till I can compile my own? Below is screen caputre from "make" command. Does anyone have any ideas how to resolve the syntax errors. $ make make all-recursive make[1]: Entering directory `/ttapps/gnu/gnupg-1.0.7' Making all in intl make[2]: Entering directory `/ttapps/gnu/gnupg-1.0.7/intl' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/ttapps/gnu/gnupg-1.0.7/intl' Making all in zlib make[2]: Entering directory `/ttapps/gnu/gnupg-1.0.7/zlib' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/ttapps/gnu/gnupg-1.0.7/zlib' Making all in util make[2]: Entering directory `/ttapps/gnu/gnupg-1.0.7/util' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/ttapps/gnu/gnupg-1.0.7/util' Making all in mpi make[2]: Entering directory `/ttapps/gnu/gnupg-1.0.7/mpi' cc -E -I.. -I../include -DHAVE_CONFIG_H mpih-add1.S | grep -v '^#' > _mpih-add1.s cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -g -c _mpih-add1.s /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 15: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 15: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 20: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 20: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 24: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 25: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 25: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 26: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 27: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 27: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 28: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 28: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 30: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 31: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 31: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 33: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 37: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 38: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 38: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 39: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 40: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 45: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 47: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 48: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 49: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 51: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 53: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 54: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 55: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 57: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 59: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 60: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 61: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 63: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 65: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 66: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 67: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 69: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 69: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 70: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 70: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 71: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 71: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 72: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 72: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 76: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 76: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 81: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 83: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 84: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 85: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 87: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 87: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 88: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 88: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 89: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 89: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 90: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 90: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 95: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 98: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 98: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 102: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 103: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 105: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 110: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 110: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 115: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 116: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 118: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 123: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 126: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 126: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 130: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 131: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 131: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 132: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 133: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 133: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 134: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 134: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 136: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 137: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 137: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 140: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 140: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 144: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 145: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 147: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 149: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 150: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 151: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 153: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 155: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 156: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 157: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 159: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 161: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 162: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 163: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 165: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 167: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 169: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 169: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 170: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 170: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 171: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 171: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 172: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 172: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 176: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 176: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 179: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 180: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 182: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 184: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 186: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 186: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 187: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 187: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 188: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 188: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 189: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 189: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 192: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 192: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 196: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 197: error: statement syntax /opt/SUNWspro/bin/../SC4.0/bin/fbe: "_mpih-add1.s", line 199: error: statement syntax cc: assembler failed for _mpih-add1.s make[2]: *** [mpih-add1.o] Error 2 make[2]: Leaving directory `/ttapps/gnu/gnupg-1.0.7/mpi' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/ttapps/gnu/gnupg-1.0.7' make: *** [all] Error 2 From George@Schoelles.com Sat Sep 21 16:39:01 2002 From: George@Schoelles.com (George Schoelles) Date: Sat Sep 21 15:39:01 2002 Subject: [solved] Re: Which idea.dll under Win2k? In-Reply-To: <87lm5wg0pr.fsf@alberti.gnupg.de> References: <57594174.20020917161833@compuserve.com> <87lm5wg0pr.fsf@alberti.gnupg.de> Message-ID: <20020921062634.A132.GEORGE@Schoelles.com> This new dll gives the following under win2k: Supported algorithms: gpg: GetProcAddress failed ec=127 gpg: Lib\idea: not a gnupg extension: 127 > Hi! > > ftp://ftp.gnupg.dk/pub/contrib-dk/ideadll.zip > > I have replaced that one with a build working under W2000 etc. Martin > already tested it and Kenneth was nice enough to put it online. > > The problem was that the DLL was not relocatable - I should implement > the required code in mingw32 so that we can forget on how to do it. > > > Shalom-Salam, > > Werner George Schoelles From maschoch@compuserve.com Sat Sep 21 18:16:01 2002 From: maschoch@compuserve.com (Martin Schoch) Date: Sat Sep 21 17:16:01 2002 Subject: [solved] Re: Which idea.dll under Win2k? References: <57594174.20020917161833@compuserve.com> <87lm5wg0pr.fsf@alberti.gnupg.de> <20020921062634.A132.GEORGE@Schoelles.com> Message-ID: <000601c26181$de73c640$3c00a8c0@vaio> Hello Did you have the _whole_ path in the config file, like: load-extension c:\programs\gnupg\lib\idea.dll Martin > This new dll gives the following under win2k: > > Supported algorithms: > gpg: GetProcAddress failed ec=127 > gpg: Lib\idea: not a gnupg extension: 127 From gnupg@xonx.de Sat Sep 21 19:22:02 2002 From: gnupg@xonx.de (Fred Bowman) Date: Sat Sep 21 18:22:02 2002 Subject: Compiling GnuPG for Windows with MingW32 Message-ID: <3D8C9D0A.4090004@xonx.de> Hi there. Maybe this question belongs to the developer-list, but it asks more about compiling than writing code (yes, both is part of "developing") and could be interesting for many users, too. Enhancing my security, I'm trying to compile my own GnuPG binaries. On Linux, this wasn't a problem and worked quit fine (with 1.0.7). The next step is to compile binaries for Windows (98 and 2000), but I don't have any experience in working with Windows-compiler. Somewhere in the list-archive, I found the information, that MingW32 is a cross-compiler, which can build GnuPG on Linux and export Windows binaries. Are there any documentations or special hints about how to build GnuPG on Linux and port it to Windows with MingW32? Kind regards, Fred From wk@gnupg.org Sat Sep 21 20:01:01 2002 From: wk@gnupg.org (Werner Koch) Date: Sat Sep 21 19:01:01 2002 Subject: Compiling GnuPG for Windows with MingW32 In-Reply-To: <3D8C9D0A.4090004@xonx.de> (Fred Bowman's message of "Sat, 21 Sep 2002 18:23:38 +0200") References: <3D8C9D0A.4090004@xonx.de> Message-ID: <87n0qb9t3c.fsf@alberti.gnupg.de> On Sat, 21 Sep 2002 18:23:38 +0200, Fred Bowman said: > Are there any documentations or special hints about how to build GnuPG > on Linux and port it to Windows with MingW32? Get my Mingw32/CPD kit (see gnupg/doc/README.W32), install it and then do this: cd gnupg-1.x.x scripts/autogen.sh --build-w32 touch po/all make mkdir dist-w32 scripts/mk-w32-dist cp mk-w32-dist/gnupg-w32cli-1.1.x.zip ~ftp/pub/ This assumes that you use the latest 1.1.92. It should include the mk-w32-dist script; if not get it from the CVS. Shalom-Salam, Werner From jmantor@nycap.rr.com Sun Sep 22 04:45:02 2002 From: jmantor@nycap.rr.com (Jason S. Mantor) Date: Sun Sep 22 03:45:02 2002 Subject: GnuPG and Windows Registry variables In-Reply-To: <87fzw9irxy.fsf@alberti.gnupg.de> Message-ID: OK, dumb question : Shouldn't that be HKEY_LOCAL_MACHINE ? -JSM -----Original Message----- From: gnupg-users-admin@gnupg.org [mailto:gnupg-users-admin@gnupg.org]On Behalf Of Werner Koch Sent: Monday, September 16, 2002 4:46 PM To: Ryan Malayter Cc: GNU Privacy Guard users Subject: Re: GnuPG and Windows Registry variables On Mon, 16 Sep 2002 13:35:42 -0500, Ryan Malayter said: > I tested this on NT4 Sp6, Win2k Sp2, and WinXP sp1. Expansion of Thanks. > HKEY_CURRENT_USER for a configuration value, and if they don't find it, > look for a global setting under the same key in HKEY_CURRENT_MACHINE. I > think GnuPG should probably work the same way. Done. Shalom-Salam, Werner _______________________________________________ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users From wk@gnupg.org Sun Sep 22 10:01:02 2002 From: wk@gnupg.org (Werner Koch) Date: Sun Sep 22 09:01:02 2002 Subject: GnuPG and Windows Registry variables In-Reply-To: ("Jason S. Mantor"'s message of "Sat, 21 Sep 2002 21:49:13 -0400") References: Message-ID: <87bs6q8q8t.fsf@alberti.gnupg.de> On Sat, 21 Sep 2002 21:49:13 -0400, Jason S Mantor said: > OK, dumb question : Shouldn't that be HKEY_LOCAL_MACHINE ? > -JSM Sure, it is only wrong in my message. Salam-Shalom, Werner From wk@gnupg.org Sun Sep 22 10:38:01 2002 From: wk@gnupg.org (Werner Koch) Date: Sun Sep 22 09:38:01 2002 Subject: [Announce]GnuPG 1.2 released Message-ID: <8765wy8q07.fsf@alberti.gnupg.de> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello! We are pleased to announce the availability of a new stable release of GnuPG: Version 1.2.0 The GNU Privacy Guard (GnuPG) is GNU's tool for secure communication and data storage. It is a complete and free replacement of PGP and can be used to encrypt data and to create digital signatures. It includes an advanced key management facility and is compliant with the proposed OpenPGP Internet standard as described in RFC2440. This new release implements most of OpenPGP's optional features, has somewhat better interoperabilty with non-conforming OpenPGP implementations and improved keyserver support. Getting the Software ==================== GnuPG 1.2.0 can be downloaded from one of the *GnuPG mirror sites*. The list of mirrors can be found at http://www.gnupg.org/mirrors.html. See below for a list of mirrors already carrying this new released. On the mirrors you should find the follwing files in the *gnupg* directory: gnupg-1.2.0.tar.bz2 (1.8 MB) gnupg-1.2.0.tar.bz2.sig GnuPG 1.2 source compressed using BZIP2 and OpenPGP signature. gnupg-1.2.0.tar.gz (2.5 MB) gnupg-1.2.0.tar.gz.sig GnuPG source compressed using GZIP and OpenPGP signature. gnupg-1.0.7-1.2.0.diff.gz (1.0 MB) A patch file to upgrade a 1.0.7 GnuPG source. This file is signed; you have to use GnuPG > 0.9.5 to verify the signature. GnuPG has a feature to allow clear signed patch files which can still be processed by the patch utility. Select one of them. To shorten the download time, you probably want to get the BZIP2 compressed file. Please try another mirror if exceptional your mirror is not yet up to date. In the *binary* directory, you should find these files: gnupg-w32cli-1.2.0.zip (1.0 MB) gnupg-w32cli-1.2.0.zip.sig GnuPG compiled for Microsoft Windows and OpenPGP signature. Note that this is a command line version and comes without a graphical installer tool. You have to use an UNZIP utility to extract the files and install them manually. The included file README.W32 has further instructions. Checking the Integrity ====================== In order to check that the version of GnuPG which you are going to install is an original and unmodified one, you can do it in one of the following ways: * If you already have a trusted version of GnuPG installed, you can simply check the supplied signature. For example to check the signature of the file gnupg-1.2.0.tar.bz2 you would use this command: gpg --verify gnupg-1.2.0.tar.bz2.sig This checks whether the signature file matches the source file. You should see a message indicating that the signature is good and made by that signing key. Make sure that you have the right key, either by checking the fingerprint of that key with other sources or by checking that the key has been signed by a trustworthy other key. Never use a GnuPG version you just downloaded to check the integrity of the source - use an existing GnuPG installation. * If you are not able to use an old version of GnuPG, you have to verify the MD5 checksum. Assuming you downloaded the file gnupg-1.2.0.tar.bz2, you would run the md5sum command like this: md5sum gnupg-1.2.0.tar.bz2 and check that the output matches the first line from the following list: b22b10dacfeb5c2b0bc4ce9def2d1120 gnupg-1.2.0.tar.bz2 e93ceafc4395d1713d20044d523d18a7 gnupg-1.2.0.tar.gz c735a9a4400e3e3b0b78f88aadedfd3d gnupg-1.0.7-1.2.0.diff.gz af439e3ba82c8648041e8e9d902c3c01 gnupg-w32cli-1.2.0.zip Upgrade Information =================== The name of the default configuration file has changed from "options" to "gpg.conf". The old name will still be used as long as no "gpg.conf" exists. We recommend to rename your file after the installation. If you are upgrading from a version prior to 1.0.7, you may want to run the command "gpg --rebuild-keydb-caches" once to speed up the keyring access. Please note also that due to a bug in versions prior to 1.0.6 it won't be possible to downgrade to such versions unless you use the GnuPG version which comes with Debian's Woody release or you apply the patch http://www.gnupg.org/developer/gpg-woody-fix.txt . If you have any problems, please see the FAQ and the mailing list archive at http://lists.gnupg.org. Please direct questions to the gnupg-users@gnupg.org mailing list. What's New =========== Here is a list of major user visible changes since 1.0.7: Configuration: * The default configuration file is now ~/.gnupg/gpg.conf. If an old ~/.gnupg/options is found it will still be used. This change is required to have a more consistent naming scheme with forthcoming tools. * The configure option --with-static-rnd=auto allows to build gpg with all available entropy gathering modules included. At runtime the best usable one will be selected from the list linux, egd, unix. This is also the default for systems lacking a /dev/random device. * All modules are now linked statically; the --load-extension option is in general not useful anymore. The only exception is to specify the deprecated IDEA cipher plugin. * There are now various ways to restrict the ability GnuPG has to exec external programs (for the keyserver helpers or photo ID viewers). Read the README file for the complete list. * The keyserver helper programs now live in /usr/[local/]libexec/gnupg by default. If you are upgrading from 1.0.7, you might want to delete your old copies in /usr/[local/]bin. If you use an OS that does not use libexec for whatever reason, use configure --libexecdir=/usr/local/lib to place the keyserver helpers there. New features: * New "group" command to refer to several keys with one name. * The option --interactive now has the desired effect when importing keys. * Full revocation key (aka "designated revoker") support. * When using --batch with one of the --delete-key commands, the key must be specified by fingerprint. See the man page for details. * New export option to leave off attribute packets (photo IDs) during export. This is useful when exporting to HKP keyservers which do not understand attribute packets. * New import option to repair during import the HKP keyserver mangling multiple subkeys bug. Note that this cannot completely repair the damaged key as some crucial data is removed by the keyserver, but it does at least give you back one subkey. This is on by default for keyserver --recv-keys, and off by default for regular --import. * New commands: --personal-cipher-preferences, --personal-digest-preferences, and --personal-compress-preferences allow the user to specify which algorithms are to be preferred. Note that this does not permit using an algorithm that is not present in the recipient's preferences (which would violate the OpenPGP standard). This just allows sorting the preferences differently. * New --attribute-fd command for frontends and scripts to get the contents of attribute packets (i.e. photos) Incompatible changes: * Options --emulate-checksum-bug and --emulate-3des-s2k-bug have been removed. * The IDEA plugin has changed. Previous versions of the IDEA plugin will no longer work with GnuPG. However, the current version of the plugin will work with earlier GnuPG versions. * ElGamal sign and encrypt is not anymore allowed in the key generation dialog unless in expert mode. RSA sign and encrypt has been added with the same restrictions. OpenPGP compatibility: * The use of MDCs have increased. A MDC will be used if the recipients directly request it, if the recipients have AES, AES192, AES256, or TWOFISH in their cipher preferences, or if the chosen cipher has a blocksize not equal to 64 bits (currently this is also AES, AES192, AES256, and TWOFISH). * GnuPG will no longer automatically disable compression when processing an already-compressed file unless a MDC is being used. This is to give the message a certain amount of resistance to the chosen-ciphertext attack while communicating with other programs (most commonly PGP earlier than version 7.x) that do not support MDCs. * The preferred hash algorithms on a key are consulted when encrypting a signed message to that key. Note that this is disabled by default by a SHA1 preference in --personal-digest-preferences. * --cert-digest-algo allows the user to specify the hash algorithm to use when signing a key rather than the default SHA1 (or MD5 for PGP2 keys). Do not use this feature unless you fully understand the implications of this. * --pgp7 mode automatically sets all necessary options to ensure that the resulting message will be usable by a user of PGP 7.x. Bug fixes: * The file permission and ownership checks on files have been clarified. Specifically, the homedir (usually ~/.gnupg) is checked to protect everything within it. If the user specifies keyrings outside this homedir, they are presumed to be shared keyrings and therefore *not* checked. Configuration files specified with the --options option and the IDEA cipher extension specified with --load-extension are checked, along with their enclosing directories. * The LDAP keyserver handler now works properly with very old (version 1) LDAP keyservers. * [W32] Keyserver access does work with Windows NT. Other changes: * A warning is issued if the user forces the use of an algorithm that is not listed in the recipient's preferences. * In expert mode, the user can now re-sign a v3 key with a v4 self-signature. This does not change the v3 key into a v4 key, but it does allow the user to use preferences, primary ID flags, etc. * Significantly improved photo ID support on non-unixlike platforms. * The default character set is now taken from the current locale; it can still be overridden by the --charset option. Using the option -vvv shows the used character set. Internationalization ==================== GnuPG comes with support for these langauges: American English Greek (el) Catalan (ca) Indonesian (id) Czech (cs) Italian (it) Danish (da)[*] Japanese (ja) Dutch (nl)[*] Polish (pl) Esperanto (eo)[*] Brazilian Portuguese (pt_BR)[*] Estonian (et)[*] Portuguese (pt) French (fr)[*] Spanish (es)[*] Galician (gl) Swedish (sv)[*] German (de) Turkish (tr) Languages marked with [*] were not updated for this releases and you may notice untranslated messages. We will probably release an update of the translations when we have received some translation updates. May thanks to the translators for their ongoing support of GnuPG. Happy Hacking, The GnuPG team (David, Stefan, Timo and Werner) p.s. The mirror sites below have been verified to already carry this new release. The full list of sites mirroring ftp.gnupg.org is available at http://www.gnupg.org/mirrors.html. Australia Australia ftp://ftp.planetmirror.com/pub/gnupg/ Asia Japan ftp://ftp.ayamura.org/pub/gnupg/ Europe Austria ftp://gd.tuwien.ac.at/privacy/gnupg/ http://gd.tuwien.ac.at/privacy/gnupg/ Denmark ftp://sunsite.dk/pub/security/gcrypt/ Finland ftp://ftp.jyu.fi/pub/crypt/gcrypt/ ftp://trumpetti.atm.tut.fi/gcrypt/ http://trumpetti.atm.tut.fi/gcrypt/ France ftp://ftp.strasbourg.linuxfr.org/pub/gnupg/ Germany ftp://ftp.freenet.de/pub/ftp.gnupg.org/gcrypt/ Greece ftp://igloo.linux.gr/pub/crypto/gnupg/ Italy ftp://ftp.linux.it/pub/mirrors/gnupg/ http://ftp.linux.it/pub/mirrors/gnupg/ Netherlands ftp://ftp.demon.nl/pub/mirrors/gnupg/ Switzerland ftp://sunsite.cnlab-switch.ch/mirror/gcrypt/ United Kingdom ftp://ftp.mirror.ac.uk/sites/ftp.gnupg.org/gcrypt/ http://www.mirror.ac.uk/sites/ftp.gnupg.org/gcrypt/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (GNU/Linux) iD8DBQE9jWkpbH7huGIcwBMRAn2zAJwMBV5wm63NCdoO8USSFxKz1VzLcACeIHxk 8z7znh4OKJFUdvF74ZO79Qs= =PttW -----END PGP SIGNATURE----- _______________________________________________ Gnupg-announce mailing list Gnupg-announce@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-announce From Weimer@CERT.Uni-Stuttgart.DE Sun Sep 22 14:45:01 2002 From: Weimer@CERT.Uni-Stuttgart.DE (Florian Weimer) Date: Sun Sep 22 13:45:01 2002 Subject: Agent implementation Message-ID: <87it0ys0wl.fsf@Login.CERT.Uni-Stuttgart.DE> Are there any sample implementations (for text console and X11) that can be used with "gpg --use-agent"? I need something which can actually be built without too much trouble, so something buried somewhere in the =C4gypten project is probably out of question. --=20 Florian Weimer Weimer@CERT.Uni-Stuttgart.DE University of Stuttgart http://CERT.Uni-Stuttgart.DE/people/fw/ RUS-CERT fax +49-711-685-5898 From wk@gnupg.org Sun Sep 22 15:25:01 2002 From: wk@gnupg.org (Werner Koch) Date: Sun Sep 22 14:25:01 2002 Subject: Agent implementation In-Reply-To: <87it0ys0wl.fsf@Login.CERT.Uni-Stuttgart.DE> (Florian Weimer's message of "Sun, 22 Sep 2002 13:45:46 +0200") References: <87it0ys0wl.fsf@Login.CERT.Uni-Stuttgart.DE> Message-ID: <87it0y6wod.fsf@alberti.gnupg.de> On Sun, 22 Sep 2002 13:45:46 +0200, Florian Weimer said: > Are there any sample implementations (for text console and X11) that > can be used with "gpg --use-agent"? I need something which can > actually be built without too much trouble, so something buried > somewhere in the Ägypten project is probably out of question. It is not that hard: Get the latest libgcrypt *new*pg and build them. You probably don't have libksba installed, so the configure script of newpg should figure this out and only build the gpg-agent. If you have problems, please complain. The pinentry is one package with implementations for Qt, Gtk+ and ncurses. I suggest to use the Gtk+ one which falls back to ncurses if there is no DISPLAY. Find both at ftp://ftp.gnupg.org/gcrypt/alpha/aegypten/ Eventually the newpg stuff will be merged with GnuPG. Salam-Shalom, Werner From Weimer@CERT.Uni-Stuttgart.DE Sun Sep 22 19:21:02 2002 From: Weimer@CERT.Uni-Stuttgart.DE (Florian Weimer) Date: Sun Sep 22 18:21:02 2002 Subject: Agent implementation In-Reply-To: <87it0y6wod.fsf@alberti.gnupg.de> (Werner Koch's message of "Sun, 22 Sep 2002 14:22:42 +0200") References: <87it0ys0wl.fsf@Login.CERT.Uni-Stuttgart.DE> <87it0y6wod.fsf@alberti.gnupg.de> Message-ID: <87d6r6ro4k.fsf@Login.CERT.Uni-Stuttgart.DE> --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Werner Koch writes: > On Sun, 22 Sep 2002 13:45:46 +0200, Florian Weimer said: > >> Are there any sample implementations (for text console and X11) that >> can be used with "gpg --use-agent"? I need something which can >> actually be built without too much trouble, so something buried >> somewhere in the =C4gypten project is probably out of question. > > It is not that hard: > > Get the latest libgcrypt *new*pg and build them. You probably don't > have libksba installed, so the configure script of newpg should figure > this out and only build the gpg-agent. If you have problems, please > complain. newpg CVS HEAD needs the patch below. However, it still doesn't work correctly, at least not out of the box. ./configure does not honor --prefix, and I think I know why: # I know that it is in general not a good idea to evaluate bindir in # the configuration but we want to hard code the defaults into some of # the programs and doing this during a make install is not a good # idea. We also have the problem that 2 of the programs are included # in the package but the others are distributed in other packages. *sigh* But made it work nevertheless. What about merging gpg-agent (and perhaps pinentry) into GnuPG *now*? These packages are *so* useful. --=20 Florian Weimer Weimer@CERT.Uni-Stuttgart.DE University of Stuttgart http://CERT.Uni-Stuttgart.DE/people/fw/ RUS-CERT fax +49-711-685-5898 --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=diff Index: Makefile.am =================================================================== RCS file: /cvs/aegypten/newpg/Makefile.am,v retrieving revision 1.12 diff -u -r1.12 Makefile.am --- Makefile.am 21 Aug 2002 11:11:20 -0000 1.12 +++ Makefile.am 22 Sep 2002 15:41:58 -0000 @@ -23,8 +23,10 @@ if BUILD_GPGSM sm = sm +kbx = kbx else sm = +kbx = endif if BUILD_AGENT agent = agent @@ -33,11 +35,13 @@ endif if BUILD_SCDAEMON scd = scd +kbx = kbx else scd = +kbx = endif -SUBDIRS = intl jnlib assuan common kbx ${sm} ${agent} ${scd} po doc tests +SUBDIRS = intl jnlib assuan common ${kbx} ${sm} ${agent} ${scd} po doc tests dist-hook: Index: configure.ac =================================================================== RCS file: /cvs/aegypten/newpg/configure.ac,v retrieving revision 1.53 diff -u -r1.53 configure.ac --- configure.ac 20 Sep 2002 14:13:27 -0000 1.53 +++ configure.ac 22 Sep 2002 15:41:58 -0000 @@ -203,13 +203,8 @@ # libksba is our X.509 support library # AM_PATH_KSBA("$NEED_KSBA_VERSION",have_ksba=yes,have_ksba=no) -if test "$have_ksba" = "no"; then - AC_MSG_ERROR([[ -*** -*** You need libksba to build this program.. -*** It should be available at the same place you -*** got this software. -***]]) +if test have_ksba = yes; then + AC_DEFINE(HAVE_KSBA) fi Index: common/maperror.c =================================================================== RCS file: /cvs/aegypten/newpg/common/maperror.c,v retrieving revision 1.15 diff -u -r1.15 maperror.c --- common/maperror.c 16 Aug 2002 14:24:12 -0000 1.15 +++ common/maperror.c 22 Sep 2002 15:41:59 -0000 @@ -26,12 +26,15 @@ #include #include +#ifdef HAVE_KSBA #include +#endif /* HAVE_KSBA */ #include "util.h" #include "errors.h" #include "../assuan/assuan.h" +#ifdef HAVE_KSBA /* Note: we might want to wrap this in a macro to get our hands on the line and file where the error occured */ int @@ -62,7 +65,7 @@ } return err; } - +#endif /* HAVE_KSBA */ int map_gcry_err (int err) --=-=-=-- From johan-gnupg@almqvist.net Sun Sep 22 19:51:02 2002 From: johan-gnupg@almqvist.net (Johan Almqvist) Date: Sun Sep 22 18:51:02 2002 Subject: Building rpm (was: GnuPG 1.2 released) In-Reply-To: <8765wy8q07.fsf@alberti.gnupg.de> References: <8765wy8q07.fsf@alberti.gnupg.de> Message-ID: <20020922165305.GA15110@almqvist.net> --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Werner Koch [020922 09:03]: > We are pleased to announce the availability of a new stable release of > GnuPG: Version 1.2.0 When trying to build an rpm (rpm -ta) no rpm is created. Is this a known problem? -Johan --=20 Johan Almqvist --Kj7319i9nmIyA2yE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9jfVxEVwMevfaF0sRAoZXAKCBbYSzPf2h6m2mpuhworKLqWxDOwCgkEpl qGDaO28z6NmntJekKp+FCuE= =NWyR -----END PGP SIGNATURE----- --Kj7319i9nmIyA2yE-- From cova@ferrara.linux.it Sun Sep 22 20:04:02 2002 From: cova@ferrara.linux.it (Fabio Coatti) Date: Sun Sep 22 19:04:02 2002 Subject: Building rpm (was: GnuPG 1.2 released) In-Reply-To: <20020922165305.GA15110@almqvist.net> References: <8765wy8q07.fsf@alberti.gnupg.de> <20020922165305.GA15110@almqvist.net> Message-ID: <200209221902.52860.cova@ferrara.linux.it> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Alle Sunday 22 September 2002 18:53, Johan Almqvist ha scritto: > When trying to build an rpm (rpm -ta) no rpm is created. Is this a known > problem? I'm working right now to an updated spec file and new rpm packages. They should be on-line tomorrow. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (GNU/Linux) iD8DBQE9jfe1WQfRfygzdKsRAo7jAKCK93N/Zn8O1GyblOnHY41X2dVuIgCdFIW9 ZFG/FJ7Uxb8JWNtgn4VizYA= =uj0Z -----END PGP SIGNATURE----- From Weimer@CERT.Uni-Stuttgart.DE Sun Sep 22 20:19:02 2002 From: Weimer@CERT.Uni-Stuttgart.DE (Florian Weimer) Date: Sun Sep 22 19:19:02 2002 Subject: Agent implementation In-Reply-To: <87d6r6ro4k.fsf@Login.CERT.Uni-Stuttgart.DE> (Florian Weimer's message of "Sun, 22 Sep 2002 18:21:47 +0200") References: <87it0ys0wl.fsf@Login.CERT.Uni-Stuttgart.DE> <87it0y6wod.fsf@alberti.gnupg.de> <87d6r6ro4k.fsf@Login.CERT.Uni-Stuttgart.DE> Message-ID: <87n0qa6iw1.fsf@Login.CERT.Uni-Stuttgart.DE> --=-=-= Florian Weimer writes: > newpg CVS HEAD needs the patch below. The patch is incomplete, see below. In addition, gpg-agent does not do what I want: I start gpg-agent on one terminal, and invoke gpg on some other (or even in a pipe, without a terminal). gpg-agemt does not query for the passphrase on the first terminal, but tries to use the terminal on which GnuPG is invoked, which seems to fail badly. Or is there something I do not understand? -- Florian Weimer Weimer@CERT.Uni-Stuttgart.DE University of Stuttgart http://CERT.Uni-Stuttgart.DE/people/fw/ RUS-CERT fax +49-711-685-5898 --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=diff Index: Makefile.am =================================================================== RCS file: /cvs/aegypten/newpg/Makefile.am,v retrieving revision 1.12 diff -u -r1.12 Makefile.am --- Makefile.am 21 Aug 2002 11:11:20 -0000 1.12 +++ Makefile.am 22 Sep 2002 16:59:18 -0000 @@ -23,8 +23,10 @@ if BUILD_GPGSM sm = sm +kbx = kbx else sm = +kbx = endif if BUILD_AGENT agent = agent @@ -33,11 +35,13 @@ endif if BUILD_SCDAEMON scd = scd +kbx = kbx else scd = +kbx = endif -SUBDIRS = intl jnlib assuan common kbx ${sm} ${agent} ${scd} po doc tests +SUBDIRS = intl jnlib assuan common ${kbx} ${sm} ${agent} ${scd} po doc tests dist-hook: Index: configure.ac =================================================================== RCS file: /cvs/aegypten/newpg/configure.ac,v retrieving revision 1.53 diff -u -r1.53 configure.ac --- configure.ac 20 Sep 2002 14:13:27 -0000 1.53 +++ configure.ac 22 Sep 2002 16:59:19 -0000 @@ -203,13 +203,9 @@ # libksba is our X.509 support library # AM_PATH_KSBA("$NEED_KSBA_VERSION",have_ksba=yes,have_ksba=no) -if test "$have_ksba" = "no"; then - AC_MSG_ERROR([[ -*** -*** You need libksba to build this program.. -*** It should be available at the same place you -*** got this software. -***]]) +AH_TEMPLATE([HAVE_KSBA], [Defined if we have got the KSBA library.]) +if test have_ksba = yes; then + AC_DEFINE(HAVE_KSBA) fi Index: common/maperror.c =================================================================== RCS file: /cvs/aegypten/newpg/common/maperror.c,v retrieving revision 1.15 diff -u -r1.15 maperror.c --- common/maperror.c 16 Aug 2002 14:24:12 -0000 1.15 +++ common/maperror.c 22 Sep 2002 16:59:20 -0000 @@ -26,12 +26,15 @@ #include #include +#ifdef HAVE_KSBA #include +#endif /* HAVE_KSBA */ #include "util.h" #include "errors.h" #include "../assuan/assuan.h" +#ifdef HAVE_KSBA /* Note: we might want to wrap this in a macro to get our hands on the line and file where the error occured */ int @@ -62,7 +65,7 @@ } return err; } - +#endif /* HAVE_KSBA */ int map_gcry_err (int err) --=-=-=-- From jharris@widomaker.com Mon Sep 23 04:36:02 2002 From: jharris@widomaker.com (Jason Harris) Date: Mon Sep 23 03:36:02 2002 Subject: intermediate (2002-09-22) keyanalyze results Message-ID: <20020923013621.GA3118@pm7-39.lft.widomaker.com> --cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable New intermediate keyanalyze results are available at: http://jharris.cjb.net/ka/2002-09-22/ (which redirects to:) http://keyserver.kjsl.com/~jharris/ka/2002-09-22/ Earlier intermediate reports are also available, for comparison: http://keyserver.kjsl.com/~jharris/ka/ Even earlier monthly reports are at: http://dtype.org/keyanalyze/ --=20 Jason Harris | NIC: JH329, PGP: This _is_ PGP-signed, isn't it? jharris@widomaker.com | web: http://jharris.cjb.net/ --cNdxnHkX5QqsyA0e Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE9jnAUSypIl9OdoOMRAu4XAJ9Lb4Qn+DfvU8ZZ1w+ryQ/FGVf1AgCgn8Rn eSWbnsibAFuqbYu+sqqPN9o= =WSEf -----END PGP SIGNATURE----- --cNdxnHkX5QqsyA0e-- From vedaal@lok.com Mon Sep 23 08:02:02 2002 From: vedaal@lok.com (vedaal@lok.com) Date: Mon Sep 23 07:02:02 2002 Subject: follow-up v 3rsa key Message-ID: <200209230502.g8N52hHV020935@compute1.lok.com> > idea.dll under Win2k? (Martin Schoch 3. Compiling ) > GPG source (Ian McIntosh 4. Re: FAQ update for MUAs ) > supporting GnuPG (chris@inferno.nadir.org 5. question ) > Message: 1 Date: Thu, 19 Sep 2002 09:21:31 +0200 From: > disastry@saiknes.lv To: gnupg-users > Subject: Re: followup v3 rsa key > vedaal wrote: > i 'thought' i understood, but now i am more confused > :( > > please bear with me: > [1] am running 1.1.92a windows > binary with the idea plugin correctly installed, and everything > works as expected > [2] disabled the option of 'load-extension > c:\gnupg\lib\idea' > [3] as expected, i cannot sign with my default > v3 rsa key generated in 2.6.3 > *but* > [4] i 'can' sign with > another v3 rsa key that was generated in 6.5.8 ckt > > I don't think you can (at least I can not, see below) ... > tried with this key, couldn't sign without IDEA: > > f:\TEMP>gpg --homedir . --clearsign aaa gpg: protection algorithm 1 > (IDEA) is not supported gpg: the IDEA cipher plugin is not present > gpg: please see http://www.gnupg.org/why-not-idea.html for more > information gpg: no default secret key: unknown cipher algorithm > gpg: aaa: clearsign failed: unknown cipher algorithm > > f:\TEMP>gpg --homedir . --version gpg (GnuPG) 1.0.7 Copyright maybe not in 1.0.7, try with the 1.1.9.2 windows binary, here is an armored signed message using the same v3 rsa test key, without loading the 'idea' plugin -----BEGIN PGP MESSAGE----- Version: GnuPG v1.1.92 (MingW32) Comment: Acts of Kindness better the World, and protect the Soul owEBVwGo/pANAwADAfFWZIj3ev97AawuYgx+Z3BndHJheS5jbHA9jpzNc2lnbmlu ZyB3aXRoIHRlc3RAa2V5LnRlc3QNCokBFQMFAD2OnM3xVmSI93r/ewEDFQkH/iaV BJbIwwzxWOdu68dBQGywOPdyHY+2Re6xj4tM/u8A67gvx92EQnsbDyS56NSbUihZ 0pcN2+YRbLE7ah7DNbYxQvjrMCsJg3adROWwt7/SF2kIXbKRl6RHVRys0fNVNhRL pgfq5PAGWHQTtsXLsZLUl64oJBNVvAZobdA4HuE/TLfLht9hWHfswvKJUDH7omdV fa2VVfVEIXCWOR3NpGmFIsHuliqKvNN/A4PZ5YNtcoumL1X5iLYIPhtdL9SB4M5W Qw3VLEE2gwOfVBgyvTO+ZYUdqhsZB+r0WDeCFrYal6eqMoVqL1vpJb1JacGK20dT A9T2JBk10C/9gjK67js= =bEi/ -----END PGP MESSAGE----- here is the version information, {'idea' is not loaded} gpg (GnuPG) 1.1.92 Copyright (C) 2002 Free Software Foundation, Inc. This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING for details. Home: C:/GnuPG Supported algorithms: Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA, ELG Cipher: 3DES (S2), CAST5 (S3), BLOWFISH (S4), AES (S7), AES192 (S8), AES256 (S9), TWOFISH (S10) Hash: MD5 (H1), SHA1 (H2), RIPEMD160 (H3) Compress: Uncompressed (Z0), ZIP (Z1), ZLIB (Z2) i do have the idea.dll in the windows system, and in the gnupg\lib but have disabled the load-extension c:\gnupg\lib\idea what is most puzzling, is that (at least for me on the 1.1.9.2 windows binary) it distinguishes between v3 rsa keys generated in 2.6.3 and in 6.5.8, does not allow signing with the 2.6.3 keys, but does allow with the 6.5.8 have not tried to sign using 1.0.7 . tia, vedaal From wk@gnupg.org Mon Sep 23 12:15:02 2002 From: wk@gnupg.org (Werner Koch) Date: Mon Sep 23 11:15:02 2002 Subject: Agent implementation In-Reply-To: <87n0qa6iw1.fsf@Login.CERT.Uni-Stuttgart.DE> (Florian Weimer's message of "Sun, 22 Sep 2002 19:20:30 +0200") References: <87it0ys0wl.fsf@Login.CERT.Uni-Stuttgart.DE> <87it0y6wod.fsf@alberti.gnupg.de> <87d6r6ro4k.fsf@Login.CERT.Uni-Stuttgart.DE> <87n0qa6iw1.fsf@Login.CERT.Uni-Stuttgart.DE> Message-ID: <87vg4x3w8o.fsf@alberti.gnupg.de> On Sun, 22 Sep 2002 19:20:30 +0200, Florian Weimer said: > The patch is incomplete, see below. Thanks. > In addition, gpg-agent does not do what I want: I start gpg-agent on > one terminal, and invoke gpg on some other (or even in a pipe, without > a terminal). gpg-agemt does not query for the passphrase on the first > terminal, but tries to use the terminal on which GnuPG is invoked, This is intended. I think it would be confusing when the pinentry pops up on another terminal and you have to switch to this terminal to enter the passphrase - if you at all recognize that there is another terminal waiting for an answer. We can either add an option to gpg-agent to ignore requests to switch the tty or DISPLAY or have an gpg option to do this. This is terminal and locale switching is not very well tested, so expect more bugs. Including gpg-agent in the current GnuPG package is not easy. We might want to ask the Debian folks to make a gpg-agent only package. Shalom-Salam, Werner From Weimer@CERT.Uni-Stuttgart.DE Mon Sep 23 12:34:01 2002 From: Weimer@CERT.Uni-Stuttgart.DE (Florian Weimer) Date: Mon Sep 23 11:34:01 2002 Subject: Agent implementation In-Reply-To: <87vg4x3w8o.fsf@alberti.gnupg.de> (Werner Koch's message of "Mon, 23 Sep 2002 11:12:39 +0200") References: <87it0ys0wl.fsf@Login.CERT.Uni-Stuttgart.DE> <87it0y6wod.fsf@alberti.gnupg.de> <87d6r6ro4k.fsf@Login.CERT.Uni-Stuttgart.DE> <87n0qa6iw1.fsf@Login.CERT.Uni-Stuttgart.DE> <87vg4x3w8o.fsf@alberti.gnupg.de> Message-ID: <87ofap59qy.fsf@Login.CERT.Uni-Stuttgart.DE> Werner Koch writes: > This is intended. I think it would be confusing when the pinentry > pops up on another terminal and you have to switch to this terminal to > enter the passphrase - if you at all recognize that there is another > terminal waiting for an answer. In my case, screen would tell me that I'd have to look at a certain window. I don't think such a setup is so obscure that it's unique. My problem is that I plan to run GnuPG from within Emacs, and usually, there's either no terminal at all, or a very dumb one (which is in no way sufficient for pinentry-curses). That's why the current approach just does not work. > We can either add an option to gpg-agent to ignore requests to switch > the tty or DISPLAY or have an gpg option to do this. Again, for my needs, a gpg-agent option would be the best choice. -- Florian Weimer Weimer@CERT.Uni-Stuttgart.DE University of Stuttgart http://CERT.Uni-Stuttgart.DE/people/fw/ RUS-CERT fax +49-711-685-5898 From texmex@uni.de Mon Sep 23 15:34:02 2002 From: texmex@uni.de (Gregor Zattler) Date: Mon Sep 23 14:34:02 2002 Subject: problems with pinentry, gpg-agent and multiple terminals (was: Re: Agent implementation) In-Reply-To: <87vg4x3w8o.fsf@alberti.gnupg.de> References: <87it0ys0wl.fsf@Login.CERT.Uni-Stuttgart.DE> <87it0y6wod.fsf@alberti.gnupg.de> <87d6r6ro4k.fsf@Login.CERT.Uni-Stuttgart.DE> <87n0qa6iw1.fsf@Login.CERT.Uni-Stuttgart.DE> <87vg4x3w8o.fsf@alberti.gnupg.de> Message-ID: <20020923122430.GA2317@pit.ID-43118.user.dfncis.de> Hi Werner et al., * Werner Koch [23. Sep. 2002]: > On Sun, 22 Sep 2002 19:20:30 +0200, Florian Weimer said: > > In addition, gpg-agent does not do what I want: I start gpg-agent on > > one terminal, and invoke gpg on some other (or even in a pipe, without > > a terminal). gpg-agemt does not query for the passphrase on the first > > terminal, but tries to use the terminal on which GnuPG is invoked, > > This is intended. I think it would be confusing when the pinentry > pops up on another terminal and you have to switch to this terminal to > enter the passphrase - if you at all recognize that there is another > terminal waiting for an answer. But that's what it behaves now: I started gpg-agent via my .bash_profile as described in the documentation. Then i tried to sign a file. First time nothing happend butt an error message stating it could not find pinentry. I made a link from pinentry to pinentry-gtk and tried again. A "window" appeared at my console and i typed the passphrase. When i signed another file with the same key i gpg did it without asking me again. *good* Then i startet X11 and a xterm and tried to sign a file with the same key. gpg did it without asking me. *good* !! Then in the same xterm i signed a file with a different key. !! A few lines of text appeared: !! "You need a passphrase to unlock the secret key for..." on this !! xterm. Cursor is on the left. It looks like a terminal prompt. !! So i type my other passphrase --> it appears in clear text on the !! terminal: everybody can read it. *very bad* I went back to the console: there is an "window" asking me for the the second keys passphrase. Normally i would take notwendig notice of this. ?? Then i played a bit with this console window. At some point i ?? hit "TAB" and then i was asked: "Display all 1125 possibilities? ?? (y or n)". *?* [newest versions og gpg, pinentry and newpg as of yesterday] I would like to have a simple terminal interface for passphrases, so i can use it in scripts. Ciao, Gregor From twoaday@freakmail.de Mon Sep 23 16:13:02 2002 From: twoaday@freakmail.de (Timo Schulz) Date: Mon Sep 23 15:13:02 2002 Subject: Agent implementation In-Reply-To: <87it0y6wod.fsf@alberti.gnupg.de> References: <87it0ys0wl.fsf@Login.CERT.Uni-Stuttgart.DE> <87it0y6wod.fsf@alberti.gnupg.de> Message-ID: <20020922125602.GB2622@daredevil.joesixpack.net> On Sun Sep 22 2002; 14:22, Werner Koch wrote: > > actually be built without too much trouble, so something buried > > somewhere in the Ägypten project is probably out of question. > > It is not that hard: > > Get the latest libgcrypt *new*pg and build them. You probably don't > have libksba installed, so the configure script of newpg should figure > this out and only build the gpg-agent. If you have problems, please What about the original GPG-Agent from the GPG 1.1.1x branch? It doesn't depend on other packages except GDK. Are there plans to maintain this version or do we only use the one from the Aegypten project? Timo From gnupg@nick.org Mon Sep 23 16:13:06 2002 From: gnupg@nick.org (Nick) Date: Mon Sep 23 15:13:06 2002 Subject: Lost passphrase Message-ID: I searched through the FAQ and newsgroups, but to no avail. I have my secret key, but not the passphrase. Is my only option a brute-force attack on the passphrase? Can GnuPG be modified to ignore the passphrase? I just want to generate a revocation certificate for an old key that I am no longer using. Please cc me any response, and thanks in advance. Nick From spiette@generation.net Mon Sep 23 16:16:01 2002 From: spiette@generation.net (Simon Piette) Date: Mon Sep 23 15:16:01 2002 Subject: gnupg and mutt's pgp_encryptself Message-ID: <20020923091650.D24071@xim.dyndns.org> --dc+cDN39EJAMEtIO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello, I am using stock mutt 1.2.5.1 with gnupg 1.0.6 on a RH 7.3 system. Each time I encrypt a message for someone it is stored encrypted for my recepient on my $record mailbox, but not for myself. With mutt 1.2, pgp_encryptself is no longer a valid setting. What I have to do to have it encrypted for me too? TIA, Simon Piette --dc+cDN39EJAMEtIO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE9jxRCLm5A1Ar/ygYRAhZ8AJ99KqajePiJLtIuZ7S2wu+QK462qgCghSvf /70dpAOLbaSzOBU3A/yoNpY= =J6rY -----END PGP SIGNATURE----- --dc+cDN39EJAMEtIO-- From chilts@birdbrained.org Mon Sep 23 16:21:02 2002 From: chilts@birdbrained.org (Chris Hilts) Date: Mon Sep 23 15:21:02 2002 Subject: Lost passphrase In-Reply-To: References: Message-ID: <1052.68.15.139.117.1032787337.squirrel@www.birdbrained.org> > I have my secret key, but not the passphrase. Is my only option a > brute-force attack on the passphrase? Can GnuPG be modified to ignore > the passphrase? Wouldn't be much point in the passphrase if there were a way.. No, unfortunately you're pretty much out of luck. When you make your new key, make a revocation certificate at the same time and stash it somewhere safe. This is a lesson I'm still learning, as you can tell by the various public keys I have gently rotting on the keyservers. Sorry I couldn't give you better news. Chris Hilts chilts@birdbrained.or From rtilley@vt.edu Mon Sep 23 16:22:01 2002 From: rtilley@vt.edu (R. Bradley Tilley) Date: Mon Sep 23 15:22:01 2002 Subject: RPMs Message-ID: <200209230923.23772.rtilley@vt.edu> Hello, I must run RedHat at my workplace. This version (7.3) uses gnupg-1.0.6-5.= I=20 would like to upgrade to the new release, but I must maintain compatibili= ty=20 with other RH packages. Once the rpm versions are released, would it be s= afe=20 for me to do 'rpm -Uvh gnupg_latest', or would it be better to wait until= the=20 vendor releases a new package? Thank you From cova@ferrara.linux.it Mon Sep 23 16:33:01 2002 From: cova@ferrara.linux.it (Fabio Coatti) Date: Mon Sep 23 15:33:01 2002 Subject: Lost passphrase In-Reply-To: References: Message-ID: <20020923133326.29C182572B@hobbes.wired> Il 19:01, domenica 22 settembre 2002, Nick ha scritto: > I searched through the FAQ and newsgroups, but to no avail. > > I have my secret key, but not the passphrase. Is my only option a > brute-force attack on the passphrase? Can GnuPG be modified to ignore the > passphrase? > > I just want to generate a revocation certificate for an old key that I am > no longer using. > > Please cc me any response, and thanks in advance. > > Nick No way. Obviously, the passphrase is here just to avoid that someone gets the secret key. Otherwise the passphrase will have no meaning at all. If you have chosen a good passphrase, you're out of luck. Time to create a new keypair, I fear. -- Fabio Coatti http://www.ferrara.linux.it/members/cova Ferrara Linux Users Group http://ferrara.linux.it GnuPG fp:9765 A5B6 6843 17BC A646 BE8C FA56 373A 5374 C703 Old SysOps never die... they simply forget their password. From cova@ferrara.linux.it Mon Sep 23 16:41:02 2002 From: cova@ferrara.linux.it (Fabio Coatti) Date: Mon Sep 23 15:41:02 2002 Subject: RPMs In-Reply-To: <200209230923.23772.rtilley@vt.edu> References: <200209230923.23772.rtilley@vt.edu> Message-ID: <20020923134125.B85722572B@hobbes.wired> Il 15:23, lunedì 23 settembre 2002, hai scritto: > Hello, > > I must run RedHat at my workplace. This version (7.3) uses gnupg-1.0.6-5. I > would like to upgrade to the new release, but I must maintain compatibility > with other RH packages. Once the rpm versions are released, would it be > safe for me to do 'rpm -Uvh gnupg_latest', or would it be better to wait > until the vendor releases a new package? I've tested the RPMS on Mdk82 and the upgrade went just fine. I'm placing the RPMS on line just now. You can do a safe upgrade by simply copying the contents of ~/.gnupg directory to some other place, then rename .gnupg/options to gpg.conf and, once the new gpg is installed, launch gpg --rebuild-keydb-caches If something goes wrong, uninistall gnupg-1.2.0, install back 1.0.6 and copy the old .gnupg dir back into your home dir. -- Fabio Coatti http://www.ferrara.linux.it/members/cova Ferrara Linux Users Group http://ferrara.linux.it GnuPG fp:9765 A5B6 6843 17BC A646 BE8C FA56 373A 5374 C703 Old SysOps never die... they simply forget their password. From wk@gnupg.org Mon Sep 23 16:43:02 2002 From: wk@gnupg.org (Werner Koch) Date: Mon Sep 23 15:43:02 2002 Subject: gnupg and mutt's pgp_encryptself In-Reply-To: <20020923091650.D24071@xim.dyndns.org> (Simon Piette's message of "Mon, 23 Sep 2002 09:16:50 -0400") References: <20020923091650.D24071@xim.dyndns.org> Message-ID: <87vg4w3jt2.fsf@alberti.gnupg.de> On Mon, 23 Sep 2002 09:16:50 -0400, Simon Piette said: > recepient on my $record mailbox, but not for myself. With mutt 1.2, > pgp_encryptself is no longer a valid setting. What I have to do to have > it encrypted for me too? Put a line encrypt-to into gpg.conf (or options if you are using a pre 1.0 version Shalom-Salam, Werner From pplf@wanadoo.fr Mon Sep 23 17:12:01 2002 From: pplf@wanadoo.fr (pplf) Date: Mon Sep 23 16:12:01 2002 Subject: RPMs References: <200209230923.23772.rtilley@vt.edu> <20020923134125.B85722572B@hobbes.wired> Message-ID: <3D8F21D6.4080008@wanadoo.fr> Fabio Coatti wrote: > I've tested the RPMS on Mdk82 and the upgrade went just fine. I'm placing the > RPMS on line just now. Where are these RPMS ? ftp://crypto.ferrara.linux.it/pub/gpg/ has nothing... -- pplf - French OpenPGP page "OpenPGP en francais" http://www.openpgp.fr.st pplf@wanadoo.fr "Microsoft solutions aren't solutions. They are problems" C.Casteyde From cova@ferrara.linux.it Mon Sep 23 17:36:01 2002 From: cova@ferrara.linux.it (Fabio Coatti) Date: Mon Sep 23 16:36:01 2002 Subject: RPMs In-Reply-To: <3D8F21D6.4080008@wanadoo.fr> References: <200209230923.23772.rtilley@vt.edu> <20020923134125.B85722572B@hobbes.wired> <3D8F21D6.4080008@wanadoo.fr> Message-ID: <20020923143618.F2840A8CB@hobbes.wired> Il 16:14, lunedì 23 settembre 2002, pplf ha scritto: > Fabio Coatti wrote: > > I've tested the RPMS on Mdk82 and the upgrade went just fine. I'm placing > > the RPMS on line just now. > > Where are these RPMS ? ftp://crypto.ferrara.linux.it/pub/gpg/ has > nothing... Try now :)) -- Fabio Coatti http://www.ferrara.linux.it/members/cova Ferrara Linux Users Group http://ferrara.linux.it GnuPG fp:9765 A5B6 6843 17BC A646 BE8C FA56 373A 5374 C703 Old SysOps never die... they simply forget their password. From cova@ferrara.linux.it Mon Sep 23 17:57:02 2002 From: cova@ferrara.linux.it (Fabio Coatti) Date: Mon Sep 23 16:57:02 2002 Subject: RPMs In-Reply-To: <200209231043.48509.rtilley@vt.edu> References: <200209230923.23772.rtilley@vt.edu> <20020923143618.F2840A8CB@hobbes.wired> <200209231043.48509.rtilley@vt.edu> Message-ID: <20020923145726.8CDCAA8CB@hobbes.wired> Il 16:43, lunedì 23 settembre 2002, hai scritto: > Do the rpms have md5sums? They are signed with my own key; the subkey taht I've used is quite new, so I'm uploading now to the keyservers. Anyway, the sums are the following: 6951f30e067fcbfe42ffb8c81e88b772 gnupg-1.2.0-1.src.rpm 2ef28bb0243feb7cf9b04aade7485a24 gnupg-1.2.0-1.i386.rpm 84358730e036a29935582914c1467113 gnupg-1.2.0-1mdk82.i586.rpm I'm sending my key directly to you. -- Fabio Coatti http://www.ferrara.linux.it/members/cova Ferrara Linux Users Group http://ferrara.linux.it GnuPG fp:9765 A5B6 6843 17BC A646 BE8C FA56 373A 5374 C703 Old SysOps never die... they simply forget their password. From pplf@wanadoo.fr Mon Sep 23 18:06:02 2002 From: pplf@wanadoo.fr (pplf) Date: Mon Sep 23 17:06:02 2002 Subject: RPMs References: <200209230923.23772.rtilley@vt.edu> <20020923143618.F2840A8CB@hobbes.wired> <200209231043.48509.rtilley@vt.edu> <20020923145726.8CDCAA8CB@hobbes.wired> Message-ID: <3D8F2E93.1030506@wanadoo.fr> Fabio Coatti wrote: > I'm sending my key directly to you. As the mainainer of the official RPM GnuPg version, is your PGP key signed by Werner koch ? -- pplf - French OpenPGP page "OpenPGP en francais" http://www.openpgp.fr.st pplf@wanadoo.fr "Microsoft solutions aren't solutions. They are problems" C.Casteyde From robin@kallisti.2y.net Mon Sep 23 18:09:02 2002 From: robin@kallisti.2y.net (Robin) Date: Mon Sep 23 17:09:02 2002 Subject: ARRRGHHH Had GPG working, now it doesnt. In-Reply-To: <200209010554.g815s0ki010833@orion.dwf.com> References: <200209010554.g815s0ki010833@orion.dwf.com> Message-ID: <20020923145439.GG8630@kallisti.2y.net> --aZoGpuMECXJckB41 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 31, 2002 at 11:54:00PM -0600, Reg Clemens wrote: > Signature made Thu Aug 29 00:27:17 2002 MDT using DSA key ID BDDF= 997A > Can't check signature: public key not found Catching up on old email... I have the same problem. 1.0.6 used to automatically look up on a keyserver for the key, which was very handy for reading lists where people signed messages. 1.0.7, and I just tested 1.2.0 don't do this (a pity, it was a very Good Thing IMHO). Is there any way to turn this on again? My ~/.gnupg/options simply consists of: keyserver pgp.mit.edu I remember having a brief foray into the manual, to no avail. --=20 Robin JabberID: Hostes alienigeni me abduxerunt. Qui annus est? PGP Key 0x768B8765 Fingerprint=3D33C8 EA9C 61F1 F117 EEED 24A5 3BCE 4F77 76= 8B 8765 --aZoGpuMECXJckB41 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (GNU/Linux) iD8DBQE9jysuO85Pd3aLh2URAscgAJwLBUAf2Wv7wpmdoqhRRxFgVXW0UwCeKdmH YSEngfNiVpQBGGq/vgGITx4= =Xg1a -----END PGP SIGNATURE----- --aZoGpuMECXJckB41-- From cova@ferrara.linux.it Mon Sep 23 18:10:02 2002 From: cova@ferrara.linux.it (Fabio Coatti) Date: Mon Sep 23 17:10:02 2002 Subject: RPMs In-Reply-To: <3D8F2E93.1030506@wanadoo.fr> References: <200209230923.23772.rtilley@vt.edu> <20020923145726.8CDCAA8CB@hobbes.wired> <3D8F2E93.1030506@wanadoo.fr> Message-ID: <20020923151048.1DE29A8CB@hobbes.wired> Il 17:09, lunedì 23 settembre 2002, pplf ha scritto: > Fabio Coatti wrote: > > I'm sending my key directly to you. > > As the mainainer of the official RPM GnuPg version, is your PGP key > signed by Werner koch ? Unfortunately Werner has the policy to sign keys only when he can see some document (ID cards, passport..) and I've been to Germany, but not close enough to Werner to allow me to visit him :)) -- Fabio Coatti http://www.ferrara.linux.it/members/cova Ferrara Linux Users Group http://ferrara.linux.it GnuPG fp:9765 A5B6 6843 17BC A646 BE8C FA56 373A 5374 C703 Old SysOps never die... they simply forget their password. From dshaw@jabberwocky.com Mon Sep 23 18:16:02 2002 From: dshaw@jabberwocky.com (David Shaw) Date: Mon Sep 23 17:16:02 2002 Subject: ARRRGHHH Had GPG working, now it doesnt. In-Reply-To: <20020923145439.GG8630@kallisti.2y.net> References: <200209010554.g815s0ki010833@orion.dwf.com> <20020923145439.GG8630@kallisti.2y.net> Message-ID: <20020923151650.GE8805@akamai.com> On Tue, Sep 24, 2002 at 02:54:39AM +1200, Robin wrote: > On Sat, Aug 31, 2002 at 11:54:00PM -0600, Reg Clemens wrote: > > Signature made Thu Aug 29 00:27:17 2002 MDT using DSA key ID BDDF997A > > Can't check signature: public key not found > Catching up on old email... > I have the same problem. 1.0.6 used to automatically look up on a > keyserver for the key, which was very handy for reading lists where > people signed messages. 1.0.7, and I just tested 1.2.0 don't do this (a > pity, it was a very Good Thing IMHO). > Is there any way to turn this on again? My ~/.gnupg/options simply > consists of: > keyserver pgp.mit.edu > I remember having a brief foray into the manual, to no avail. Put this in your options file: keyserver-options auto-key-retrieve David -- David Shaw | dshaw@jabberwocky.com | WWW http://www.jabberwocky.com/ +---------------------------------------------------------------------------+ "There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." - Jeremy S. Anderson From Josh Huber Mon Sep 23 18:30:02 2002 From: Josh Huber (Josh Huber) Date: Mon Sep 23 17:30:02 2002 Subject: RPMs In-Reply-To: <20020923151048.1DE29A8CB@hobbes.wired> (Fabio Coatti's message of "Mon, 23 Sep 2002 17:10:47 +0200") References: <200209230923.23772.rtilley@vt.edu> <20020923145726.8CDCAA8CB@hobbes.wired> <3D8F2E93.1030506@wanadoo.fr> <20020923151048.1DE29A8CB@hobbes.wired> Message-ID: <87n0q8vi2i.fsf@mail.paradoxical.net> Fabio Coatti writes: > Unfortunately Werner has the policy to sign keys only when he can ^^^^^^^^^^^^^ > see some document (ID cards, passport..) You must mean fortunately, right? :) You say it like it's a bad policy. -- Josh Huber From cova@ferrara.linux.it Mon Sep 23 18:36:02 2002 From: cova@ferrara.linux.it (Fabio Coatti) Date: Mon Sep 23 17:36:02 2002 Subject: RPMs In-Reply-To: <87n0q8vi2i.fsf@mail.paradoxical.net> References: <200209230923.23772.rtilley@vt.edu> <20020923151048.1DE29A8CB@hobbes.wired> <87n0q8vi2i.fsf@mail.paradoxical.net> Message-ID: <20020923153706.C5CC625739@hobbes.wired> Il 17:31, lunedì 23 settembre 2002, Josh Huber ha scritto: > Fabio Coatti writes: > > Unfortunately Werner has the policy to sign keys only when he can > > ^^^^^^^^^^^^^ > > > see some document (ID cards, passport..) > > You must mean fortunately, right? :) > > You say it like it's a bad policy. You're right. My english is not so good and sometimes (too often, I fear) I make mistakes like this. "Unfortunately" is referred to the fact that is very difficult for me to have my keys signed by Werner :)) -- Fabio Coatti http://www.ferrara.linux.it/members/cova Ferrara Linux Users Group http://ferrara.linux.it GnuPG fp:9765 A5B6 6843 17BC A646 BE8C FA56 373A 5374 C703 Old SysOps never die... they simply forget their password. From norbert@luenow.de Mon Sep 23 19:01:02 2002 From: norbert@luenow.de (=?iso-8859-1?Q?Norbert_L=FCnow?=) Date: Mon Sep 23 18:01:02 2002 Subject: export private key In-Reply-To: <20020923153706.C5CC625739@hobbes.wired> Message-ID: <000001c2631a$bd2f7a20$18c30a0a@big> hallo, I am a new user of gnupg and find that it works fine. Thinking about the security of the system without having detailed knowledges of it a thought came into my mind which I would like to reflect: I think the system is very safe until somebody has access to your system. There is nothing easier then to export the private key and do what he wants to do with it. Why is gnupg not asking for the passphrase before it exports the private key??? I would feel much safer (I think thats no correct english but I cant express me better :) or is the a mistake in my thoughts? ru, norbert From Martin Schoch Mon Sep 23 19:15:02 2002 From: Martin Schoch (Martin Schoch) Date: Mon Sep 23 18:15:02 2002 Subject: Signature as attachment ? Message-ID: <1785884481.20020923181547@compuserve.com> Hallo list, Sometimes I got a signed message - but the signature is shown as attachment - and in this way my EMail client isn't able to check the signature... It this standard or is my client not smart enough? -- Best regards, Martin mailto:maschoch@compuserve.com From johan-gnupg@almqvist.net Mon Sep 23 19:15:06 2002 From: johan-gnupg@almqvist.net (Johan Almqvist) Date: Mon Sep 23 18:15:06 2002 Subject: export private key In-Reply-To: <000001c2631a$bd2f7a20$18c30a0a@big> References: <20020923153706.C5CC625739@hobbes.wired> <000001c2631a$bd2f7a20$18c30a0a@big> Message-ID: <20020923161652.GB19935@almqvist.net> --kXdP64Ggrk/fb43R Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Please do not start new threads by replying to unrelated messages. * Norbert L=FCnow [020923 18:02]: > I think the system is very safe until somebody has access to your system. > There is nothing easier then to export the private key and do what he wan= ts > to do with it. What can the intruder do with the "stolen" private key without your passphrase? > Why is gnupg not asking for the passphrase before it exports the private > key??? Because the intruder can steal the file secring.gpg instead? -Johan --=20 Johan Almqvist --kXdP64Ggrk/fb43R Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (GNU/Linux) iD8DBQE9jz50EVwMevfaF0sRArY2AJ9WKIb2xU5qDLicgDe2uv1iKzj1xACeNBk3 0taIRaJibiUuWzmRPMjI8gk= =74OJ -----END PGP SIGNATURE----- --kXdP64Ggrk/fb43R-- From jharris@widomaker.com Mon Sep 23 19:46:02 2002 From: jharris@widomaker.com (Jason Harris) Date: Mon Sep 23 18:46:02 2002 Subject: RPMs In-Reply-To: <20020923145726.8CDCAA8CB@hobbes.wired> References: <200209230923.23772.rtilley@vt.edu> <20020923143618.F2840A8CB@hobbes.wired> <200209231043.48509.rtilley@vt.edu> <20020923145726.8CDCAA8CB@hobbes.wired> Message-ID: <20020923164628.GA1695@pm7-21.lft.widomaker.com> --VS++wcV0S1rZb1Fb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Sep 23, 2002 at 04:57:25PM +0200, Fabio Coatti wrote: > They are signed with my own key; the subkey taht I've used is quite new, = so=20 > I'm uploading now to the keyservers. Anyway, the sums are the following: (I don't see it on any of them yet. Which one(s) did you use?) > 6951f30e067fcbfe42ffb8c81e88b772 gnupg-1.2.0-1.src.rpm > 2ef28bb0243feb7cf9b04aade7485a24 gnupg-1.2.0-1.i386.rpm > 84358730e036a29935582914c1467113 gnupg-1.2.0-1mdk82.i586.rpm Signing your message(s) would be good, esp. when checksums are involved. > I'm sending my key directly to you. [for everyone else] It looks like it has been at: http://www.ferrara.linux.it/members/cova/0x5374C703.asc since yesterday. --=20 Jason Harris | NIC: JH329, PGP: This _is_ PGP-signed, isn't it? jharris@widomaker.com | web: http://jharris.cjb.net/ --VS++wcV0S1rZb1Fb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE9j0VjSypIl9OdoOMRArdpAJwPQGx+ND9RTy6zzX0KsUolgOgImgCgrFEB ydsD4IJgILedLknXIvJwbyI= =FXVV -----END PGP SIGNATURE----- --VS++wcV0S1rZb1Fb-- From Martin Schoch Mon Sep 23 19:47:01 2002 From: Martin Schoch (Martin Schoch) Date: Mon Sep 23 18:47:01 2002 Subject: What is wrong here? Message-ID: <637839172.20020923184822@compuserve.com> Hello list, what is wrong with this list? Every time I post a message in this list I get an "out of office message" from Erwan Gaugain Strange... -- Best regards, Martin mailto:maschoch@compuserve.com From kr6x@kr6x.com Mon Sep 23 19:53:01 2002 From: kr6x@kr6x.com (Leigh S. Jones, KR6X) Date: Mon Sep 23 18:53:01 2002 Subject: What is wrong here? References: <637839172.20020923184822@compuserve.com> Message-ID: <007101c26321$d3303e20$963fca96@pacesetter.com> This probably means that Erwan Gaugain is out of the office. ----- Original Message ----- From: "Martin Schoch" To: Sent: Monday, September 23, 2002 09:48 Subject: What is wrong here? > Hello list, > > what is wrong with this list? Every time I post a message in > this list I get an "out of office message" from > > Erwan Gaugain > > Strange... > > -- > Best regards, > Martin mailto:maschoch@compuserve.com > > > _______________________________________________ > Gnupg-users mailing list > Gnupg-users@gnupg.org > http://lists.gnupg.org/mailman/listinfo/gnupg-users > From agreene@pobox.com Mon Sep 23 20:06:01 2002 From: agreene@pobox.com (Anthony E. Greene) Date: Mon Sep 23 19:06:01 2002 Subject: gnupg and mutt's pgp_encryptself In-Reply-To: <"from spiette"@generation.net> References: <20020923091650.D24071@xim.dyndns.org> Message-ID: <20020923130656.B17047@cp5340.hyatsv01.md.comcast.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 23-Sep-2002/09:16 -0400, Simon Piette wrote: >I am using stock mutt 1.2.5.1 with gnupg 1.0.6 on a RH 7.3 system. Each >time I encrypt a message for someone it is stored encrypted for my >recepient on my $record mailbox, but not for myself. With mutt 1.2, >pgp_encryptself is no longer a valid setting. What I have to do to have >it encrypted for me too? Add this line to ~/.gnupg/options: encrypt-to 0xMyKeyId Tony - -- Anthony E. Greene OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D AOL/Yahoo Messenger: TonyG05 HomePage: Linux. The choice of a GNU generation -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Anthony E. Greene 0x6C94239D iD8DBQE9j0oupCpg3WyUI50RArS4AJwIZ+gVtitG1DIXpw0XAi1Gn5epNACfZCwm N4eHyV1qZRFfKFXmETcFkEM= =fW5R -----END PGP SIGNATURE----- From Weimer@CERT.Uni-Stuttgart.DE Mon Sep 23 20:08:01 2002 From: Weimer@CERT.Uni-Stuttgart.DE (Florian Weimer) Date: Mon Sep 23 19:08:01 2002 Subject: Signature as attachment ? In-Reply-To: <1785884481.20020923181547@compuserve.com> (Martin Schoch's message of "Mon, 23 Sep 2002 18:15:47 +0200") References: <1785884481.20020923181547@compuserve.com> Message-ID: <87d6r43a6n.fsf@Login.CERT.Uni-Stuttgart.DE> Martin Schoch writes: > It this standard or is my client not smart enough? Both, I think. This is OpenPGP/MIME, and The Bat does not support it yet (according to ). -- Florian Weimer Weimer@CERT.Uni-Stuttgart.DE University of Stuttgart http://CERT.Uni-Stuttgart.DE/people/fw/ RUS-CERT fax +49-711-685-5898 From Martin Schoch Mon Sep 23 20:10:02 2002 From: Martin Schoch (Martin Schoch) Date: Mon Sep 23 19:10:02 2002 Subject: What is wrong here? In-Reply-To: <007101c26321$d3303e20$963fca96@pacesetter.com> References: <637839172.20020923184822@compuserve.com> <007101c26321$d3303e20$963fca96@pacesetter.com> Message-ID: <449168773.20020923191032@compuserve.com> On Monday, September 23, 2002, 6:53:59 PM Leigh S. Jones, KR6X wrote: LSJK> This probably means that Erwan Gaugain is out of the office. To send on every message in a mailinglist an out of office message is quite odd - I think... -- Best regards, Martin Schoch mailto:maschoch@compuserve.com From maschoch@compuserve.com Mon Sep 23 20:15:02 2002 From: maschoch@compuserve.com (Martin Schoch) Date: Mon Sep 23 19:15:02 2002 Subject: Signature as attachment ? In-Reply-To: <87d6r43a6n.fsf@Login.CERT.Uni-Stuttgart.DE> References: <1785884481.20020923181547@compuserve.com> <87d6r43a6n.fsf@Login.CERT.Uni-Stuttgart.DE> Message-ID: <1669472210.20020923191535@compuserve.com> On Monday, September 23, 2002, 7:09:04 PM Florian Weimer wrote: FW> Both, I think. This is OpenPGP/MIME, and The Bat does not support it FW> yet (according to ). So which client(s) does/do support it - besides Mozilla ? -- Best regards, Martin Schoch mailto:maschoch@compuserve.com From Weimer@CERT.Uni-Stuttgart.DE Mon Sep 23 20:16:02 2002 From: Weimer@CERT.Uni-Stuttgart.DE (Florian Weimer) Date: Mon Sep 23 19:16:02 2002 Subject: Signature as attachment ? In-Reply-To: <1669472210.20020923191535@compuserve.com> (Martin Schoch's message of "Mon, 23 Sep 2002 19:15:35 +0200") References: <1785884481.20020923181547@compuserve.com> <87d6r43a6n.fsf@Login.CERT.Uni-Stuttgart.DE> <1669472210.20020923191535@compuserve.com> Message-ID: <878z1s39t9.fsf@Login.CERT.Uni-Stuttgart.DE> Martin Schoch writes: > On Monday, September 23, 2002, 7:09:04 PM Florian Weimer wrote: > > FW> Both, I think. This is OpenPGP/MIME, and The Bat does not support it > FW> yet (according to ). > > So which client(s) does/do support it - besides Mozilla ? Mutt comes to my mind. Gnus supports it too, but only in a very limited way (the user interface needs *much* improvement). -- Florian Weimer Weimer@CERT.Uni-Stuttgart.DE University of Stuttgart http://CERT.Uni-Stuttgart.DE/people/fw/ RUS-CERT fax +49-711-685-5898 From kr6x@kr6x.com Mon Sep 23 20:16:15 2002 From: kr6x@kr6x.com (Leigh S. Jones, KR6X) Date: Mon Sep 23 19:16:15 2002 Subject: What is wrong here? Message-ID: <009a01c26325$0b5bf1b0$963fca96@pacesetter.com> This is a multi-part message in MIME format. ------=_NextPart_000_0097_01C262EA.5DD318A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I stand corrected. He's not out of the office. He's "je suis absent = jusqu'au 16/10/2002". Either way, he's got his turn indicator on all the way down the = autobahn. -------------------------------------------------------------------------= ------- Bonjour, =20 je suis absent jusqu'au 16/10/2002. Pour toute information, contacter Isabelle EVEN =E0 ieven@jouve.fr ou Jean-Pierre BAHIER a jpbahier@jouve.fr. =20 Merci. =20 Erwan GAUGAIN E-Mail : egaugain@jouve.fr Tel : 02.43.08.25.54 poste : 23.09 Le pr=E9sent mail ainsi que toutes les informations qu'il contient ne = peuvent en aucun cas =EAtre consid=E9r=E9s comme un engagement juridique = de quelque nature que ce soit de JOUVE. Tout accord devra =EAtre formul=E9 par =E9crit papier ult=E9rieur = sign=E9 par un repr=E9sentant l=E9gal de JOUVE. Par ailleurs, si vous recevez ce mail par erreur, merci de nous le = signaler et de le d=E9truire ainsi que l'int=E9gralit=E9 du document qui = pourrait y =EAtre joint. ------=_NextPart_000_0097_01C262EA.5DD318A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I stand = corrected. =20 He's not out of the office.  He's "je suis=20 absent jusqu'au 16/10/2002".
Either way, he's got his turn = indicator on all=20 the way down the autobahn.
 
----------------------------------------------------------------= ----------------
 
Bonjour,
 
je suis absent jusqu'au 16/10/2002. Pour toute=20 information,
contacter Isabelle EVEN  =E0 ieven@jouve.fr ou
Jean-Pierre BAHIER a = jpbahier@jouve.fr.
 
Merci.
 
Erwan=20 GAUGAIN
E-Mail : egaugain@jouve.fr
Tel : = 02.43.08.25.54=20 poste : 23.09

Le pr=E9sent = mail ainsi=20 que toutes les informations qu'il contient ne peuvent en aucun cas = =EAtre=20 consid=E9r=E9s comme un engagement juridique de quelque nature que ce = soit de=20 JOUVE.
Tout accord devra =EAtre formul=E9 par =E9crit papier = ult=E9rieur sign=E9 par un=20 repr=E9sentant l=E9gal de JOUVE.
Par ailleurs, si vous recevez ce = mail par=20 erreur, merci de nous le signaler et de le d=E9truire ainsi que = l'int=E9gralit=E9 du=20 document qui pourrait y =EAtre joint.
------=_NextPart_000_0097_01C262EA.5DD318A0-- From maschoch@compuserve.com Mon Sep 23 20:19:02 2002 From: maschoch@compuserve.com (Martin Schoch) Date: Mon Sep 23 19:19:02 2002 Subject: Signature as attachment ? In-Reply-To: <878z1s39t9.fsf@Login.CERT.Uni-Stuttgart.DE> References: <1785884481.20020923181547@compuserve.com> <87d6r43a6n.fsf@Login.CERT.Uni-Stuttgart.DE> <1669472210.20020923191535@compuserve.com> <878z1s39t9.fsf@Login.CERT.Uni-Stuttgart.DE> Message-ID: <1489748397.20020923192011@compuserve.com> On Monday, September 23, 2002, 7:17:06 PM Florian Weimer wrote: FW> Mutt comes to my mind. Gnus supports it too, but only in a very FW> limited way (the user interface needs *much* improvement). Hmm if I understand alright - that's for Linux - but for Windows any other than Mozilla? -- Best regards, Martin Schoch mailto:maschoch@compuserve.com From maschoch@compuserve.com Mon Sep 23 20:58:02 2002 From: maschoch@compuserve.com (Martin Schoch) Date: Mon Sep 23 19:58:02 2002 Subject: What is wrong here? In-Reply-To: <009a01c26325$0b5bf1b0$963fca96@pacesetter.com> References: <009a01c26325$0b5bf1b0$963fca96@pacesetter.com> Message-ID: <16112080100.20020923195903@compuserve.com> On Monday, September 23, 2002, 7:17:05 PM Leigh S. Jones, KR6X wrote: LSJK> I stand corrected. He's not out of the office. He's "je LSJK> suis absent jusqu'au 16/10/2002". Either way, he's got his LSJK> turn indicator on all the way down the autobahn. Oh boy - when he is _absent_ until 16/10/2002 - he is probably also "out of office"... - and forgot to turn off this mailing list... -- Best regards, Martin Schoch mailto:maschoch@compuserve.com From sbutler@fchn.com Mon Sep 23 21:07:02 2002 From: sbutler@fchn.com (Steve Butler) Date: Mon Sep 23 20:07:02 2002 Subject: What is wrong here? Message-ID: <9A86613AB85FF346BB1321840DB42B4BDF2D6B@jupiter.fchn.com> Oh boy! I hope my M/S Windows Outlook didn't do that when I was out of = the office. Been out since Sept 18 with a fractured knee, surgery on the = knee, and this past week blood clots. I'd hate to think mine is doing the = same thing so I turned it off from home this morning. =20 --Steve Butler Oracle Administrator First Choice Health Network (absent from office until released to be present in office) =20 -----Original Message----- From: Leigh S. Jones, KR6X [mailto:kr6x@kr6x.com] Sent: Monday, September 23, 2002 10:17 AM To: gnupg-users@gnupg.org Subject: Re: What is wrong here? I stand corrected. He's not out of the office. He's "je suis absent jusqu'au 16/10/2002". Either way, he's got his turn indicator on all the way down the = autobahn. =20 -------------------------------------------------------------------------= --- ---- =20 Bonjour, =20 je suis absent jusqu'au 16/10/2002. Pour toute information, contacter Isabelle EVEN =E0 ieven@jouve.fr ou Jean-Pierre BAHIER a jpbahier@jouve.fr. =20 Merci. =20 Erwan GAUGAIN E-Mail : egaugain@jouve.fr =20 Tel : 02.43.08.25.54 poste : 23.09 Le pr=E9sent mail ainsi que toutes les informations qu'il contient ne = peuvent en aucun cas =EAtre consid=E9r=E9s comme un engagement juridique de = quelque nature que ce soit de JOUVE. Tout accord devra =EAtre formul=E9 par =E9crit papier ult=E9rieur = sign=E9 par un repr=E9sentant l=E9gal de JOUVE. Par ailleurs, si vous recevez ce mail par erreur, merci de nous le = signaler et de le d=E9truire ainsi que l'int=E9gralit=E9 du document qui pourrait = y =EAtre joint. CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, = is for the sole use of the intended recipient(s) and may contain = confidential and privileged information. Any unauthorized review, use, = disclosure or distribution is prohibited. If you are not the intended = recipient, please contact the sender by reply e-mail and destroy all = copies of the original message. From skquinn@speakeasy.net Mon Sep 23 21:08:02 2002 From: skquinn@speakeasy.net (Shawn K. Quinn) Date: Mon Sep 23 20:08:02 2002 Subject: RPMs In-Reply-To: <87n0q8vi2i.fsf@mail.paradoxical.net> References: <200209230923.23772.rtilley@vt.edu> <20020923151048.1DE29A8CB@hobbes.wired> <87n0q8vi2i.fsf@mail.paradoxical.net> Message-ID: <200209231309.11404.skquinn@speakeasy.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Monday September 23 2002 10:31, Josh Huber wrote: > Fabio Coatti writes: > > Unfortunately Werner has the policy to sign keys only when he can > ^^^^^^^^^^^^^ > > see some document (ID cards, passport..) > > You must mean fortunately, right? :) > > You say it like it's a bad policy. Well, it is both fortunate and unfortunate, depending of course on who=20 you are. :-) - --=20 Shawn K. Quinn -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (GNU/Linux) iD8DBQE9j1jFQVXDBVmaIp0RAvE/AJ0SHGnFSEyQDwuDCuRRXrXdNBWUGgCgqDMQ OglUoM1kGzc1z3zNpFnQ+F0=3D =3D8OWZ -----END PGP SIGNATURE----- From agreene@pobox.com Mon Sep 23 21:20:02 2002 From: agreene@pobox.com (Anthony E. Greene) Date: Mon Sep 23 20:20:02 2002 Subject: Signature as attachment ? In-Reply-To: <"from maschoch"@compuserve.com> References: <1785884481.20020923181547@compuserve.com> <87d6r43a6n.fsf@Login.CERT.Uni-Stuttgart.DE> <1669472210.20020923191535@compuserve.com> <878z1s39t9.fsf@Login.CERT.Uni-Stuttgart.DE> <1489748397.20020923192011@compuserve.com> Message-ID: <20020923142051.B18164@cp5340.hyatsv01.md.comcast.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 23-Sep-2002/19:20 +0200, Martin Schoch wrote: > >On Monday, September 23, 2002, 7:17:06 PM Florian Weimer wrote: > >FW> Mutt comes to my mind. Gnus supports it too, but only in a very >FW> limited way (the user interface needs *much* improvement). > >Hmm if I understand alright - that's for Linux - but for Windows >any other than Mozilla? Eudora, more or less. Tony - -- Anthony E. Greene OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D AOL/Yahoo Messenger: TonyG05 HomePage: Linux. The choice of a GNU generation -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Anthony E. Greene 0x6C94239D iD8DBQE9j1uApCpg3WyUI50RAnW0AKDFmQcjRVJcKCbHZ2wKcLFGtskA2wCfe9AS xtQfZRFvBvsHj1Et+2ojCmg= =badb -----END PGP SIGNATURE----- From Josh Huber Mon Sep 23 21:45:02 2002 From: Josh Huber (Josh Huber) Date: Mon Sep 23 20:45:02 2002 Subject: Signature as attachment ? In-Reply-To: <878z1s39t9.fsf@Login.CERT.Uni-Stuttgart.DE> (Florian Weimer's message of "Mon, 23 Sep 2002 19:17:06 +0200") References: <1785884481.20020923181547@compuserve.com> <87d6r43a6n.fsf@Login.CERT.Uni-Stuttgart.DE> <1669472210.20020923191535@compuserve.com> <878z1s39t9.fsf@Login.CERT.Uni-Stuttgart.DE> Message-ID: <87znu8tugw.fsf@mail.paradoxical.net> Florian Weimer writes: > Mutt comes to my mind. Gnus supports it too, but only in a very > limited way (the user interface needs *much* improvement). How is the support in Gnus limited? Using gpg.el (well, you know this -- you wrote it :) it works pretty well. I'll agree that the interface needs work, but now that I'm used to it it's not too bad :) -- Josh Huber From eugen@leitl.org Mon Sep 23 21:55:01 2002 From: eugen@leitl.org (Eugen Leitl) Date: Mon Sep 23 20:55:01 2002 Subject: What is wrong here? In-Reply-To: <449168773.20020923191032@compuserve.com> Message-ID: On Mon, 23 Sep 2002, Martin Schoch wrote: > To send on every message in a mailinglist an out of office > message is quite odd - I think... On my most academic lists most people seem to be out of the orifice most of the time. The more academic, the deeper the reverse insertion. I attribute this to a insufficient application of the shunt procedure in the critical infancy phase. From cova@ferrara.linux.it Mon Sep 23 21:56:02 2002 From: cova@ferrara.linux.it (Fabio Coatti) Date: Mon Sep 23 20:56:02 2002 Subject: What is wrong here? In-Reply-To: <637839172.20020923184822@compuserve.com> References: <637839172.20020923184822@compuserve.com> Message-ID: <200209232054.49952.cova@ferrara.linux.it> Alle Monday 23 September 2002 18:48, Martin Schoch ha scritto: > Hello list, > > what is wrong with this list? Every time I post a message in > this list I get an "out of office message" from > > Erwan Gaugain > > Strange... Someone with a poor configured vacation mail utility, I fear :)) From cova@ferrara.linux.it Mon Sep 23 21:59:01 2002 From: cova@ferrara.linux.it (Fabio Coatti) Date: Mon Sep 23 20:59:01 2002 Subject: RPMs In-Reply-To: <20020923164628.GA1695@pm7-21.lft.widomaker.com> References: <200209230923.23772.rtilley@vt.edu> <20020923145726.8CDCAA8CB@hobbes.wired> <20020923164628.GA1695@pm7-21.lft.widomaker.com> Message-ID: <200209232057.41368.cova@ferrara.linux.it> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Alle Monday 23 September 2002 18:46, Jason Harris ha scritto: > > > 6951f30e067fcbfe42ffb8c81e88b772 gnupg-1.2.0-1.src.rpm > > 2ef28bb0243feb7cf9b04aade7485a24 gnupg-1.2.0-1.i386.rpm > > 84358730e036a29935582914c1467113 gnupg-1.2.0-1mdk82.i586.rpm > > Signing your message(s) would be good, esp. when checksums are involved. You're perfectly right, but I realized too late that I was out of home without secret key :) Anyway, I've signed this message :)) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (GNU/Linux) iD8DBQE9j2P+WQfRfygzdKsRArZrAJ0eJuWWVv2pAXvJYhi8wKcDkLO0wQCfYvVQ mMl5XOkaQ+1PXu/R/5+9wKg= =2c87 -----END PGP SIGNATURE----- From johanw@vulcan.xs4all.nl Mon Sep 23 22:04:02 2002 From: johanw@vulcan.xs4all.nl (Johan Wevers) Date: Mon Sep 23 21:04:02 2002 Subject: Tiger and SHA2 in gpg 1.2.0 Message-ID: <200209231847.UAA16759@vulcan.xs4all.nl> Hallo, I've just upgraded to gpg 1.2.0. The idea module is compiled in by puting idea.c in the cipher directory, but how can I use the Tiger and SHA2 modules? Using load-extension in gpg.conf doesn't work anymore. -- ir. J.C.A. Wevers // Physics and science fiction site: johanw@vulcan.xs4all.nl // http://www.xs4all.nl/~johanw/index.html PGP/GPG public keys at http://www.xs4all.nl/~johanw/pgpkeys.html From dshaw@jabberwocky.com Mon Sep 23 22:18:02 2002 From: dshaw@jabberwocky.com (David Shaw) Date: Mon Sep 23 21:18:02 2002 Subject: Tiger and SHA2 in gpg 1.2.0 In-Reply-To: <200209231847.UAA16759@vulcan.xs4all.nl> References: <200209231847.UAA16759@vulcan.xs4all.nl> Message-ID: <20020923191909.GA12502@akamai.com> On Mon, Sep 23, 2002 at 08:47:10PM +0200, Johan Wevers wrote: > Hallo, > > I've just upgraded to gpg 1.2.0. The idea module is compiled in by puting > idea.c in the cipher directory, but how can I use the Tiger and SHA2 > modules? Using load-extension in gpg.conf doesn't work anymore. SHA2 is not part of the official GnuPG. Note there are many good reasons not to use TIGER. If those reasons do not apply to you, you can enable TIGER at build time with ./configure --enable-tiger David -- David Shaw | dshaw@jabberwocky.com | WWW http://www.jabberwocky.com/ +---------------------------------------------------------------------------+ "There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." - Jeremy S. Anderson From pamela.owen@conceracorp.com Mon Sep 23 22:21:02 2002 From: pamela.owen@conceracorp.com (Owen, Pamela) Date: Mon Sep 23 21:21:02 2002 Subject: PG 1.0.7 Solaris 8 compilation problems Message-ID: Is there a quick and dirty faq? I am not a programmer and am trying to compile this on my Solaris 8 machine. I went through some of the list archives, but of course need this to be up last week. Do I compile as root? after I run configure, I get the following setups: Configured for: SunOS (sparc-sun-solaris2.8) Looks good to me. Dynamically linked modules: rndlinux rndegd tiger What the heck is this? Extra cpu specific functions: udiv And this? My compiler is SUNWspro Forte 6 update 2 I then type make (using the /usr/ccs/bin/make) It looks to be compiling..... then... (There are many errors and I am not sure which are important, so on a previous mail to this list I included the entire output from make. I received a message that it would have to be reviewed prior to posting. So I have tried to shorten it with this email.) Am I missing a library? Should I use LD_LIBRARY_PATH? What should I set it to? make all-recursive ... source='miscutil.c' object='miscutil.o' libtool=no \ depfile='.deps/miscutil.Po' tmpdepfile='.deps/miscutil.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f miscutil.c || echo './'`miscutil.c "miscutil.c", line 222: warning: argument #1 is incompatible with prototype: prototype: pointer to const char : "../include/util.h", line 194 argument : pointer to const unsigned char source='strgutil.c' object='strgutil.o' libtool=no \ depfile='.deps/strgutil.Po' tmpdepfile='.deps/strgutil.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f strgutil.c || echo './'`strgutil.c "strgutil.c", line 184: warning: assignment type mismatch: pointer to const unsigned char "=" pointer to const char "strgutil.c", line 184: warning: assignment type mismatch: pointer to const unsigned char "=" pointer to const char "strgutil.c", line 469: warning: argument #1 is incompatible with prototype: prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183 argument : pointer to unsigned char ... "iobuf.c", line 722: warning: assignment type mismatch: pointer to char "=" pointer to unsigned char "iobuf.c", line 737: warning: argument #2 is incompatible with prototype: prototype: pointer to unsigned char : "../include/iobuf.h", line 119 argument : pointer to char "iobuf.c", line 744: warning: argument #2 is incompatible with prototype: prototype: pointer to unsigned char : "../include/iobuf.h", line 119 argument : pointer to char ... "dynload.c", line 445: warning: assignment type mismatch: pointer to function(int, pointer to unsigned int, pointer to pointer to unsigned char, pointer to int, pointer to int, pointer to pointer to function(pointer to void) returning void, pointer to pointer to function(pointer to void, pointer to unsigned char, unsigned int) returning void, pointer to pointer to function(pointer to void) returning void, pointer to pointer to function(pointer to void) returning pointer to unsigned char) returning pointer to const char "=" pointer to void "dynload.c", line 517: warning: assignment type mismatch: pointer to function(int, pointer to unsigned int, pointer to unsigned int, pointer to unsigned int, pointer to pointer to function(pointer to void, pointer to unsigned char, unsigned int) returning int, pointer to pointer to function(pointer to void, pointer to unsigned char, pointer to unsigned char) returning void, pointer to pointer to function(pointer to void, pointer to unsigned char, pointer to unsigned char) returning void) returning pointer to const char "=" pointer to void "dynload.c", line 607: warning: assignment type mismatch: pointer to function(int, pointer to int, pointer to int, pointer to int, pointer to int, pointer to int, pointer to pointer to function(int, unsigned int, pointer to pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}, pointer to pointer to pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}) returning int, pointer to pointer to function(int, pointer to pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}) returning int, pointer to pointer to function(int, pointer to pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}, pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}, pointer to pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}) returning int, pointer to pointer to function(int, pointer to pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}, pointer to pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}, pointer to pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}) returning int, pointer to pointer to function(int, pointer to pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}, pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}, pointer to pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}) returning int, pointer to pointer to function(int, pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}, pointer to pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}, pointer to pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}, pointer to function(pointer to void, pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}) returning int, pointer to void) returning int, pointer to pointer to function(int, pointer to pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}) returning unsigned int) returning pointer to const char "=" pointer to void source='des.c' object='des.o' libtool=no \ depfile='.deps/des.Po' tmpdepfile='.deps/des.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f des.c || echo './'`des.c "des.c", line 756: warning: argument #1 is incompatible with prototype: prototype: pointer to const char : "des.c", line 129 argument : pointer to unsigned char ... source='md5.c' object='md5.o' libtool=no \ depfile='.deps/md5.Po' tmpdepfile='.deps/md5.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f md5.c || echo './'`md5.c "md5.c", line 402: warning: assignment type mismatch: pointer to void "=" pointer to function(void) returning void rm -f libcipher.a ar cru libcipher.a cipher.o pubkey.o md.o dynload.o des.o twofish.o blowfish.o cast5.o rijndael.o elgamal.o rsa.o primegen.o random.o dsa.o g10c.o smallprime.o construct.o rndunix.o sha1.o rmd160.o md5.o ranlib libcipher.a cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -DIS_MODULE -shared -KPIC -o rndlinux ./rndlinux.c cc: Warning: -s conflicts with -g. -s turned off "./rndlinux.c", line 226: warning: assignment type mismatch: pointer to void "=" pointer to function(void) returning int ld: fatal: option -h and building a dynamic executable are incompatible ld: fatal: Flags processing errors *** Error code 1 make: Fatal error: Command failed for target `rndlinux' Current working directory /opt/pgp/gnupg-1.0.7/cipher *** Error code 1 make: Fatal error: Command failed for target `all' Current working directory /opt/pgp/gnupg-1.0.7/cipher *** Error code 1 make: Fatal error: Command failed for target `all-recursive' Current working directory /opt/pgp/gnupg-1.0.7 *** Error code 1 make: Fatal error: Command failed for target `all' Any help is appreciated. Pamela Any help is appreciated. Pamela From johanw@vulcan.xs4all.nl Mon Sep 23 22:32:01 2002 From: johanw@vulcan.xs4all.nl (Johan Wevers) Date: Mon Sep 23 21:32:01 2002 Subject: --pgp2 option asumes CAST5 by default? Message-ID: <200209231914.VAA17161@vulcan.xs4all.nl> Hello, When decrypting a file with gpg 1.2.0 that was conventionally encrypted with pgp 2.6.3ia, I typed gpg --pgp2 file.pgp. To my surprise, I saw "gpg: assuming CAST5 encrypted data", which of course resulted in "gpg: decryption failed: bad key". To decrypt it I had to use "gpg --pgp2 --cipher-algo=idea file.pgp". Why this strange default? I know of only one pgp2 version that understands CAST5, most use only IDEA, and I have the idea module compiled into the gpg executable. -- ir. J.C.A. Wevers // Physics and science fiction site: johanw@vulcan.xs4all.nl // http://www.xs4all.nl/~johanw/index.html PGP/GPG public keys at http://www.xs4all.nl/~johanw/pgpkeys.html From wwaisse@neofutur.net Mon Sep 23 22:38:01 2002 From: wwaisse@neofutur.net (William WAISSE) Date: Mon Sep 23 21:38:01 2002 Subject: What is wrong here? In-Reply-To: <200209232054.49952.cova@ferrara.linux.it> References: <637839172.20020923184822@compuserve.com> <200209232054.49952.cova@ferrara.linux.it> Message-ID: <3D8011E3006610ED@mel-rta8.wanadoo.fr> (added by postmaster@wanadoo.fr) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > > what is wrong with this list? Every time I post a message in > > this list I get an "out of office message" from > Someone with a poor configured vacation mail utility, I fear :)) But, in this case, everyone on this list should receive the "out of office message" Right ? ( I am not receiving those messages) - --=20 ----------------------------------- Computers are like air conditionners.They work better when you close wind= ows. ----------------------------------- Visitez donc mon site perso (V0.51 du 16/03/2002): Avec de nombreuses nouveaut=E9s dans la section langage C ( bases et tuto= riel ) http://www.neofutur.net - -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GCS/E/MU d- s: a- C++++ UL+++ P+ L++++ E--- W++ N o-- K- w--- O- M- V- PS+ PE-- Y++ PGP++ t+ 5 X++ R++ tv- b+++ DI- D G e++ h* r++ y+++ - ------END GEEK CODE BLOCK------ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9j4S+33a3jGkLTgcRAt4FAJoDIGDS8HTZdgReLroGEAykKfkaVQCeMSLt R0Hd6DjptQ375Qv93oiDU+c=3D =3DCYFg -----END PGP SIGNATURE----- From dshaw@jabberwocky.com Mon Sep 23 22:57:01 2002 From: dshaw@jabberwocky.com (David Shaw) Date: Mon Sep 23 21:57:01 2002 Subject: --pgp2 option asumes CAST5 by default? In-Reply-To: <200209231914.VAA17161@vulcan.xs4all.nl> References: <200209231914.VAA17161@vulcan.xs4all.nl> Message-ID: <20020923195753.GB12502@akamai.com> On Mon, Sep 23, 2002 at 09:14:59PM +0200, Johan Wevers wrote: > Hello, > > When decrypting a file with gpg 1.2.0 that was conventionally encrypted > with pgp 2.6.3ia, I typed gpg --pgp2 file.pgp. To my surprise, I saw "gpg: > assuming CAST5 encrypted data", which of course resulted in "gpg: decryption > failed: bad key". To decrypt it I had to use "gpg --pgp2 --cipher-algo=idea > file.pgp". > > Why this strange default? I know of only one pgp2 version that understands > CAST5, most use only IDEA, and I have the idea module compiled into the gpg > executable. Hmm. Do you have a "cipher-algo cast5" in your config file anywhere? David -- David Shaw | dshaw@jabberwocky.com | WWW http://www.jabberwocky.com/ +---------------------------------------------------------------------------+ "There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." - Jeremy S. Anderson From info@nakawe.se Mon Sep 23 23:23:02 2002 From: info@nakawe.se (Veronica Loell) Date: Mon Sep 23 22:23:02 2002 Subject: What is wrong here? Message-ID: <200209232023.g8NKNvI19081@d1o1018.telia.com> No it's an automatic bounce, "from" is not replaced on this list so it gets sent to the original sender. - Veronica > >Subject: Re: What is wrong here? > From: William WAISSE > Date: Mon, 23 Sep 2002 23:16:40 +0200 > To: gnupg-users@gnupg.org > >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >> > what is wrong with this list? Every time I post a message in >> > this list I get an "out of office message" from > >> Someone with a poor configured vacation mail utility, I fear :)) > > But, in this case, everyone on this list should receive >the "out of office message" Right ? > >( I am not receiving those messages) > > >- -- > ----------------------------------- >Computers are like air conditionners.They work better when you close windows. > ----------------------------------- >Visitez donc mon site perso (V0.51 du 16/03/2002): >Avec de nombreuses nouveautés dans la section langage C ( bases et tutoriel ) > http://www.neofutur.net >- -----BEGIN GEEK CODE BLOCK----- >Version: 3.12 >GCS/E/MU d- s: a- C++++ UL+++ P+ L++++ E--- W++ N o-- K- w--- >O- M- V- PS+ PE-- Y++ PGP++ t+ 5 X++ R++ tv- b+++ DI- D >G e++ h* r++ y+++ >- ------END GEEK CODE BLOCK------ > > >-----BEGIN PGP SIGNATURE----- >Version: GnuPG v1.0.7 (GNU/Linux) > >iD8DBQE9j4S+33a3jGkLTgcRAt4FAJoDIGDS8HTZdgReLroGEAykKfkaVQCeMSLt >R0Hd6DjptQ375Qv93oiDU+c= >=CYFg >-----END PGP SIGNATURE----- > >_______________________________________________ >Gnupg-users mailing list >Gnupg-users@gnupg.org >http://lists.gnupg.org/mailman/listinfo/gnupg-users From rmalayter@bai.org Mon Sep 23 23:50:02 2002 From: rmalayter@bai.org (Ryan Malayter) Date: Mon Sep 23 22:50:02 2002 Subject: Lost passphrase Message-ID: <22FD1855C2B16C40A1F6DE406420021E01482ED5@mail.bai.org> From: Nick [mailto:gnupg@nick.org]=20 > Is my only option a brute-force attack on the passphrase?=20 Yes. Although if you remember anything about the structure of the passphrase, you can make a "smarter" brute-force engine. If you can remember enough to get the number of "tries" down to something like 2^40, you can probably crack it yourself on a PC with a brute-force script. > Can GnuPG be modified to ignore the passphrase? Sure, but this would produce nonsense results. You need the passphrase to recover the original private key. The passphrase is used (after hashing) as the key to a symmetric encryption (usually with CAST) of the private key. This is why your private key file is safe even when it falls into the wrong hands. >I just want to generate a revocation certificate=20 >for an old key that I am no longer using. Can't do that without the private key. You do have some form of expiration date on that key, right? My suggestion is to generate a new key, and explain in the description that the old key is dead.=20 Regards, Ryan Malayter Sr. Network & Database Administrator Bank Administration Institute Chicago, Illinois, USA PGP Key: http://www.malayter.com/pgp-public.txt ::::::::::::::::::::::::::::::: Men stumble over the truth from time to time, but most pick themselves up and hurry off as if nothing happened. -Sir Winston S. Churchill From steve-gnupg@gbnet.net Tue Sep 24 00:40:02 2002 From: steve-gnupg@gbnet.net (Steve Kennedy) Date: Mon Sep 23 23:40:02 2002 Subject: What is wrong here? In-Reply-To: <3D8011E3006610ED@mel-rta8.wanadoo.fr> References: <637839172.20020923184822@compuserve.com> <200209232054.49952.cova@ferrara.linux.it> <3D8011E3006610ED@mel-rta8.wanadoo.fr> Message-ID: <20020923214106.GA3456@ns.gbnet.net> On Mon, Sep 23, 2002 at 11:16:40PM +0200, William WAISSE wrote: > > > what is wrong with this list? Every time I post a message in > > > this list I get an "out of office message" from > > Someone with a poor configured vacation mail utility, I fear :)) > But, in this case, everyone on this list should receive > the "out of office message" Right ? > ( I am not receiving those messages) No, sensible list software leaves the From: alone, so when someone posts to the list, replies go to that person. Steve -- NetTek Ltd Flat 2, 43 Howitt Road, Belsize Park, London NW3 4LU, UK tel +44-(0)20 7483 1169 fax +44-(0)20 7483 2455 mob 07775 755503 SMS steve-pager (at) gbnet.net [body] gpg 1024D/468952DB 2001-09-19 From ambassadorsean@juno.com Tue Sep 24 00:56:01 2002 From: ambassadorsean@juno.com (Sean M McMahon) Date: Mon Sep 23 23:56:01 2002 Subject: Newbie question Message-ID: <20020923.175600.-149943.1.ambassadorsean@juno.com> This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ----__JNP_000_7e36.3fcf.0611 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I asked a question a week or so ago about using gpg to move a customer's credit card information over the web. I was gifted with the first actually well written explanation that I have seen throughout my quest to find answers to my problem, which has been carried out in over a dozen e-mails to my web host's tech support people who obviously have no idea what they're doing or what they're talking about. Basically, I have a web host (ventures online is my host's name), a web site, and a shared SSL server. I have a form which contains personal information, including credit card numbers, which is on the SSL server...but I need to know what to do to get the results of the form. Tech support told me to download GnuPGP for some reason which still escapes me (and apparently, escapes them too), hence the fact that I am writing in to this list. Mark Kirchner mentioned that the data has to travel through the following spots: customer's computer -> webserver -> mailserver -> your computer If I understand correctly, SSL will ensure the safe transfer of data to the webserver. So now I need to create a public PGP key for the next step, but I'm still not sure if that will totally encrypt the data on its way to the mailserver and then on the way to my computer. Someone had asked a number of questions regarding my platform/web server etc., none of which I understood =) However, my control panel which I use to manage my web page had the following information on it:OSLinux Kernel Version2.4.18 Apache Version1.3.26 (Unix) Path to Perl/usr/bin/perl Path to SendMail/usr/sbin/sendmail Perl Version5.006001 CPanel Version5.0.0-STABLE CPanel Build99 Server Uptime4days, 12:31min If that makes any sense to you, then you officially have a higher level of expertise in this matter than I do! There is an option on my control panel called "manage open PGP keys", but I can't figure it out for the life of me. It brings up a screen which reads "GnuPGP Key Generator", which says "Public Keys:" and has nothing written under it, then has the option to either Add a Key or Import a Key. I tried to "Add a Key", but then it asks me for some things which, as you may have predicted, I do not understand. It has boxes for: My name; my e-mail; comment/nickname; key/password; expire date; and key size, which I can put at either 1024, 2048, or 4096. I tried to just make a key like that, guessing my way through the pieces I didn't understand, and came up with the following message: gpg: Generating a standard key gpg: /home/amazonde/.gpgtemp:7: missing argument after which, there were no new keys listed under the "public keys:" heading. Sorry for my lack of technical expertise- this is a great website, I spent a ton of time writing it, and it's for a good cause. I'm just not sure where else to turn at this point, since no one has responded to my questions on any of the forums I've posted to and tech support has basically refused to help me with this. This all really makes me wonder how people normally get through this part of creating a web site....but then again I suppose most people don't need to transfer credit card information, and if they do then they have the option of getting a third-party company to take the information and process it for them (which I can't do, because I'm part of a larger company and need to send in orders myself to the company). Thanks in advance for any help you can give- I can do my best to find any more information which anyone needs to help me further. Thanks very much!!! ~Sean ----__JNP_000_7e36.3fcf.0611 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: quoted-printable
 
        Hi,
 
        I asked a question a week = or so=20 ago about using gpg to move a customer's credit card information over the = web. I=20 was gifted with the first actually well written explanation that I have = seen=20 throughout my quest to find answers to my problem, which has been carried = out in=20 over a dozen e-mails to my web host's tech support people who obviously = have no=20 idea what they're doing or what they're talking about.
 
        Basically, I have a web = host=20 (ventures online is my host's name), a web site, and a shared SSL server. I= have=20 a form which contains personal information, including credit card numbers, = which=20 is on the SSL server...but I need to know what to do to get the results of = the=20 form. Tech support told me to download GnuPGP for some reason which still=20 escapes me (and apparently, escapes them too), hence the fact that I am = writing=20 in to this list.
 
        Mark Kirchner mentioned = that the=20 data has to travel through the following spots:

  customer's computer -> webserver -> mailserver -> = your=20 computer
If I understand correctly, SSL will ensure the safe transfer of data = to the=20 webserver. So now I need to create a public PGP key for the next step,= but=20 I'm still not sure if that will totally encrypt the data on its way to the= =20 mailserver and then on the way to my computer.
 
        Someone had asked a number = of=20 questions regarding my platform/web server etc., none of which I understood= =3D)=20 However, my control panel which I use to manage my web page had the = following=20 information on it:
OS Linux
Kernel Version 2.4.18
Apache Version 1.3.26 (Unix)
Path to Perl /usr/bin/perl
Path to SendMail /usr/sbin/sendmail
Perl Version 5.006001
CPanel Version 5.0.0-STABLE
CPanel Build 99
Server Uptime 4days,=20 12:31min
If that makes any sense to you, then you officially have a higher = level of=20 expertise in this matter than I do!
 
There is an option on my control panel called "manage open PGP keys", = but I=20 can't figure it out for the life of me. It brings up a screen which reads=20 "GnuPGP Key Generator", which says "Public Keys:" and has nothing written = under=20 it, then has the option to either Add a Key or Import a Key. I tried to "= Add a=20 Key", but then it asks me for some things which, as you may have predicted,= I do=20 not understand. It has boxes for: My name; my e-mail; comment/nickname;=20 key/password; expire date; and key size, which I can put at either 1024, = 2048,=20 or 4096. I tried to just make a key like that, guessing my way through the= =20 pieces I didn't understand, and came up with the following message:
 
gpg: Generating a standard key
gpg: /home/amazonde/.gpgtemp:7: = missing=20 argument

after which, there were no new keys listed under the "public keys:= "=20 heading.
 
Sorry for my lack of technical expertise- this is a great website, I = spent=20 a ton of time writing it, and it's for a good cause. I'm just not sure = where=20 else to turn at this point, since no one has responded to my questions on = any of=20 the forums I've posted to and tech support has basically refused to help me= with=20 this. This all really makes me wonder how people normally get through this = part=20 of creating a web site....but then again I suppose most people don't need = to=20 transfer credit card information, and if they do then they have the option = of=20 getting a third-party company to take the information and process it for = them=20 (which I can't do, because I'm part of a larger company and need to send in= =20 orders myself to the company).
 
Thanks in advance for any help you can give- I can do my best to find = any=20 more information which anyone needs to help me further. Thanks very=20 much!!!
 
        ~Sean
----__JNP_000_7e36.3fcf.0611-- ________________________________________________________________ GET INTERNET ACCESS FROM JUNO! Juno offers FREE or PREMIUM Internet access for less! Join Juno today! For your FREE software, visit: http://dl.www.juno.com/get/web/. From wwaisse@neofutur.net Tue Sep 24 01:11:02 2002 From: wwaisse@neofutur.net (William WAISSE) Date: Tue Sep 24 00:11:02 2002 Subject: What is wrong here? In-Reply-To: <200209232023.g8NKNvI19081@d1o1018.telia.com> References: <200209232023.g8NKNvI19081@d1o1018.telia.com> Message-ID: <3D801204006DA570@mel-rta9.wanadoo.fr> (added by postmaster@wanadoo.fr) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > > But, in this case, everyone on this list should receive > >the "out of office message" Right ? > No it's an automatic bounce, "from" is not replaced on this list so it = gets > sent to the original sender. Hum, OK, thanks for your answer. This seems to be a good thing ! - --=20 ----------------------------------- Computers are like air conditionners.They work better when you close wind= ows. ----------------------------------- Visitez donc mon site perso (V0.51 du 16/03/2002): Avec de nombreuses nouveaut=E9s dans la section langage C ( bases et tuto= riel ) http://www.neofutur.net - -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GCS/E/MU d- s: a- C++++ UL+++ P+ L++++ E--- W++ N o-- K- w--- O- M- V- PS+ PE-- Y++ PGP++ t+ 5 X++ R++ tv- b+++ DI- D G e++ h* r++ y+++ - ------END GEEK CODE BLOCK------ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9j6ii33a3jGkLTgcRAp+xAKCbORHP4xdy82fm1rx6DL3Ft8Kr2gCgklqk vVsSRVwRaDpWh1VYkeSF7ts=3D =3Di60K -----END PGP SIGNATURE----- From alex@FUCKUP.fantastyka.net Tue Sep 24 01:57:02 2002 From: alex@FUCKUP.fantastyka.net (Janusz A. Urbanowicz) Date: Tue Sep 24 00:57:02 2002 Subject: Agent implementation In-Reply-To: <87vg4x3w8o.fsf@alberti.gnupg.de> References: <87it0ys0wl.fsf@Login.CERT.Uni-Stuttgart.DE> <87it0y6wod.fsf@alberti.gnupg.de> <87d6r6ro4k.fsf@Login.CERT.Uni-Stuttgart.DE> <87n0qa6iw1.fsf@Login.CERT.Uni-Stuttgart.DE> <87vg4x3w8o.fsf@alberti.gnupg.de> Message-ID: <20020923225751.GF23611@FUCKUP.fantastyka.net> On Mon, Sep 23, 2002 at 11:12:39AM +0200, Werner Koch wrote: > Including gpg-agent in the current GnuPG package is not easy. We > might want to ask the Debian folks to make a gpg-agent only package. As a freshly-minted DD I'll give it a try, then :-). Alex From volker.gaibler@urz.uni-heidelberg.de Tue Sep 24 02:41:02 2002 From: volker.gaibler@urz.uni-heidelberg.de (Volker Gaibler) Date: Tue Sep 24 01:41:02 2002 Subject: export private key In-Reply-To: <20020923161652.GB19935@almqvist.net> References: <20020923153706.C5CC625739@hobbes.wired> <000001c2631a$bd2f7a20$18c30a0a@big> <20020923161652.GB19935@almqvist.net> Message-ID: <20020924014032.A2001@gina.local> Hello Norbert, On Mon, Sep 23, 2002 at 06:16:52PM +0200, Johan Almqvist wrote: > What can the intruder do with the "stolen" private key without your > passphrase? in case this is not clear enough, I'd like to add this remark to Johans answer. The thing that is exported by gpg when exporting the private key is the passphrase-encrypted private key. It's contained in secring.gpg. So if the attacker doesn't know your passphrase, he can't get the "real" (decrypted) private key that is needed for signing, etc. As you see, the strength of the passphrase is crucial here. In nearly all cases the passphrase is by far the weakest point - if the system is compromised / the attacker got the encrypted private key. But in that case you also have to be aware that the attacker could install keyloggers, etc. and get the passphrase that way. So keep your system secure - the passphrase is rather a sheet-anchor. Volker --=20 Volker Gaibler contact: http://www.volker-gaibler.de mail@volker-gaibler.de OpenPGP key: 0x86ECAC0B get my public key from website above=20 +---------------------------------------------------------------------+ From agreene@pobox.com Tue Sep 24 03:37:02 2002 From: agreene@pobox.com (Anthony E. Greene) Date: Tue Sep 24 02:37:02 2002 Subject: Newbie question In-Reply-To: <"from ambassadorsean"@juno.com> References: <20020923.175600.-149943.1.ambassadorsean@juno.com> Message-ID: <20020923203705.C18988@cp5340.hyatsv01.md.comcast.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 23-Sep-2002/17:56 -0400, Sean M McMahon wrote: >I asked a question a week or so ago about using gpg to move a >customer's credit card information over the web. I was gifted with the >first actually well written explanation that I have seen throughout my >quest to find answers to my problem, which has been carried out in over a >dozen e-mails to my web host's tech support people who obviously have no >idea what they're doing or what they're talking about. [snip] >Someone had asked a number of questions regarding my platform/web >server etc., none of which I understood =) However, my control panel >which I use to manage my web page had the following information on >it: [snip] Looks like a pretty standard Linux setup. If you have telnet or (better) SSH access to the server then we can help you figure out how to get this working. If the only access you have is through an ISP-specific interface (ie; the "control panel" you mentioned), then the ISP will have to help you. Do you have SSH or telnet access to the server? Tony - -- Anthony E. Greene OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D AOL/Yahoo Messenger: TonyG05 HomePage: Linux. The choice of a GNU generation -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Anthony E. Greene 0x6C94239D iD8DBQE9j7OppCpg3WyUI50RAtQFAKDa9Qp8a5acgLSagS9sWgpMoiMX0ACfV4IB epR0S4VVIIIl7B+Eu9AId2A= =EL+B -----END PGP SIGNATURE----- From rmartini@cipsga.org.br Tue Sep 24 04:08:01 2002 From: rmartini@cipsga.org.br (Renato Martini) Date: Tue Sep 24 03:08:01 2002 Subject: gpg 1.2.0. and Solaris compilation Message-ID: <20020923220941.6f1bc677.rmartini@cipsga.org.br> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi All: I try to compiled just now the gpg 1.2.0 for ix86 Solaris 8. The compilation was aborted in the "tools" directory, and so stoping abnormaly the process... gcc -g -O2 -Wall -o bftest bftest.o ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a ../intl/libintl.a -ldl -lz Undefined first referenced symbol in file socket ../cipher/libcipher.a(rndegd.o) connect ../cipher/libcipher.a(rndegd.o) ld: fatal: Symbol referencing errors. No output written to bftest collect2: ld returned 1 exit status make: *** [bftest] Error 1 This fatal error in the SunOS is very ordinary, when the compilations don't find the libnets '-lsocket' and '-lnsl' (the sockets library functions). I fix the problem to compile the bftest: the Makefile omits this flags, an I put the flags - -lsocket and -lnsl in the "tools/Makefile" line 175. And so: gcc -g -O2 -Wall -o bftest -lsocket -lnsl bftest.o ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a ../intl/libintl.a -ldl -lz (...) No problems! May be, the source code could be fixed... best regards - ---------- __|_ _| _ \ __| __| \ | Renato Martini ::: Diretor Administrativo ( | __/\__ \ (_ | _ \ | http://www.cipsga.org.br \___|___|_| ____/\___|_/ _\ | http://gnupg.unixsecurity.com.br - ----------------------------------------------------------------------- **Please sign or encrypt for Internet privacy** - ----------------------------------------------------------------------- "O Fantasia, che dei tempi e delle distanze fai il tuo giuoco audace!" (Gabriele d'Annunzio) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (GNU/Linux) iD8DBQE9j7tVYogE2yD8bPYRAkxHAJ9HcU1CfEw5E0v1stAxFD9Z/pO74ACg5yM1 oqaRz90zlNlYDB9P+q+Rfnk= =HZey -----END PGP SIGNATURE----- From m.simonsen@mail.dk Tue Sep 24 10:02:02 2002 From: m.simonsen@mail.dk (Michael Simonsen) Date: Tue Sep 24 09:02:02 2002 Subject: Signature as attachment ? In-Reply-To: <1489748397.20020923192011@compuserve.com> References: <1785884481.20020923181547@compuserve.com> <878z1s39t9.fsf@Login.CERT.Uni-Stuttgart.DE> <1489748397.20020923192011@compuserve.com> Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mandag den 23. september 2002 19:20 skrev Martin Schoch: > On Monday, September 23, 2002, 7:17:06 PM Florian Weimer wrote: > > FW> Mutt comes to my mind. Gnus supports it too, but only in a very > FW> limited way (the user interface needs *much* improvement). > > Hmm if I understand alright - that's for Linux - but for Windows > any other than Mozilla? Take a look at Pegasus it's great : http://www.pmail.com and you need a small plugin : http://community.wow.net/grt/qdgpg.html - -- Michael Simonsen m.simonsen@mail.dk gpg key-id: BC1A132C -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9kA4yq3488bwaEywRAupCAJsEB7a1PNSWn1mqpgWVUoRrRUlK+wCeInLX r8t711gEqcnIYov7Pe6eC6s= =Jcbp -----END PGP SIGNATURE----- From claws@thewildbeast.co.uk Tue Sep 24 10:35:02 2002 From: claws@thewildbeast.co.uk (Paul) Date: Tue Sep 24 09:35:02 2002 Subject: Signature as attachment ? In-Reply-To: <1489748397.20020923192011@compuserve.com> References: <1785884481.20020923181547@compuserve.com> <87d6r43a6n.fsf@Login.CERT.Uni-Stuttgart.DE> <1669472210.20020923191535@compuserve.com> <878z1s39t9.fsf@Login.CERT.Uni-Stuttgart.DE> <1489748397.20020923192011@compuserve.com> Message-ID: <20020924083639.4a83b3e1.claws@thewildbeast.co.uk> Hello Martin, On Mon, 23 Sep 2002 19:20:11 +0200 Martin Schoch wrote: > Hmm if I understand alright - that's for Linux - but for Windows > any other than Mozilla? How about sylpheed or sylpheed-claws: best regards Paul From wk@gnupg.org Tue Sep 24 11:22:02 2002 From: wk@gnupg.org (Werner Koch) Date: Tue Sep 24 10:22:02 2002 Subject: [Announce]GnuPG translation updates Message-ID: <87u1kfu8s9.fsf@alberti.gnupg.de> Hi! I have received 2 updated translations for GnuPG 1.2: Catalan (only minor changes) and French. To avoid releasing full updates, a new directory "nls-updates" has been created below the "gnupg" directory on the FTP server. If you find bugs in the translation you use, it may be worth to check this directory. Installation instructions are below. Salam-Shalom, Werner How to install an translation update ==================================== Often it is not possible to have all supported languages up to date when a package is released. So from time to time we may release updates of the translations here. You need gnupg and tar to unpack them. You can do it like this (zz is the languages code): cd gnupg-1.x.y/po gpg gnupg-1.x.y-zz.tar.gpg Now check that the signature is valid. This means that the translations is identical to the one we have in our archives. It does not mean that the translations has been verified by the signer to be correct - this is obvious because developers usually prefer to learn programming languages over real ones. Now do: tar zf gnupg-1.x.y-zz.tar make install _______________________________________________ Gnupg-announce mailing list Gnupg-announce@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-announce From pamela.owen@conceracorp.com Tue Sep 24 12:21:01 2002 From: pamela.owen@conceracorp.com (Owen, Pamela) Date: Tue Sep 24 11:21:01 2002 Subject: PG 1.0.7 Solaris 8 compilation problems Message-ID: Is there a quick and dirty faq? I am not a programmer and am trying to compile this on my Solaris 8 machine. I went through some of the list archives, but of course need this to be up last week. Do I compile as root? after I run configure, I get the following setups: Configured for: SunOS (sparc-sun-solaris2.8) Looks good to me. Dynamically linked modules: rndlinux rndegd tiger What the heck is this? Extra cpu specific functions: udiv And this? My compiler is SUNWspro Forte 6 update 2 I then type make (using the /usr/ccs/bin/make) It looks to be compiling..... then... (There are many errors and I am not sure which are important, so I have included the entire output from make) make all-recursive Making all in intl cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -g intl-compat.c cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -g bindtextdom.c cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -g dcgettext.c cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -g dgettext.c cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -g gettext.c cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -g finddomain.c cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -g loadmsgcat.c cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -g localealias.c cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -g textdomain.c cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -g l10nflist.c cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -g explodename.c cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -g dcigettext.c cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -g dcngettext.c cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -g dngettext.c cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -g ngettext.c cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -g plural.c cc -c -DLOCALEDIR=\"/usr/local/share/locale\" -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DHAVE_CONFIG_H -I.. -I. -I../intl -g localcharset.c rm -f libintl.a ar cru libintl.a intl-compat.o bindtextdom.o dcgettext.o dgettext.o gettext.o finddomain.o loadmsgcat.o localealias.o textdomain.o l10nflist.o explodename.o dcigettext.o dcngettext.o dngettext.o ngettext.o plural.o localcharset.o ranlib libintl.a cp ./libgnuintl.h libintl.h /bin/sh ./config.charset 'sparc-sun-solaris2.8' > t-charset.alias mv t-charset.alias charset.alias sed -e '/^#/d' -e 's/@''PACKAGE''@/gnupg/g' ref-add.sin > t-ref-add.sed mv t-ref-add.sed ref-add.sed sed -e '/^#/d' -e 's/@''PACKAGE''@/gnupg/g' ref-del.sin > t-ref-del.sed mv t-ref-del.sed ref-del.sed Making all in zlib Making all in util source='g10u.c' object='g10u.o' libtool=no \ depfile='.deps/g10u.Po' tmpdepfile='.deps/g10u.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f g10u.c || echo './'`g10u.c source='logger.c' object='logger.o' libtool=no \ depfile='.deps/logger.Po' tmpdepfile='.deps/logger.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f logger.c || echo './'`logger.c source='fileutil.c' object='fileutil.o' libtool=no \ depfile='.deps/fileutil.Po' tmpdepfile='.deps/fileutil.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f fileutil.c || echo './'`fileutil.c source='miscutil.c' object='miscutil.o' libtool=no \ depfile='.deps/miscutil.Po' tmpdepfile='.deps/miscutil.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f miscutil.c || echo './'`miscutil.c "miscutil.c", line 222: warning: argument #1 is incompatible with prototype: prototype: pointer to const char : "../include/util.h", line 194 argument : pointer to const unsigned char source='strgutil.c' object='strgutil.o' libtool=no \ depfile='.deps/strgutil.Po' tmpdepfile='.deps/strgutil.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f strgutil.c || echo './'`strgutil.c "strgutil.c", line 184: warning: assignment type mismatch: pointer to const unsigned char "=" pointer to const char "strgutil.c", line 184: warning: assignment type mismatch: pointer to const unsigned char "=" pointer to const char "strgutil.c", line 186: warning: assignment type mismatch: pointer to const char "=" pointer to const unsigned char "strgutil.c", line 191: warning: assignment type mismatch: pointer to const unsigned char "=" pointer to const char "strgutil.c", line 191: warning: assignment type mismatch: pointer to const unsigned char "=" pointer to const char "strgutil.c", line 203: warning: assignment type mismatch: pointer to const unsigned char "=" pointer to const char "strgutil.c", line 203: warning: assignment type mismatch: pointer to const unsigned char "=" pointer to const char "strgutil.c", line 205: warning: assignment type mismatch: pointer to const char "=" pointer to const unsigned char "strgutil.c", line 210: warning: assignment type mismatch: pointer to const unsigned char "=" pointer to const char "strgutil.c", line 210: warning: assignment type mismatch: pointer to const unsigned char "=" pointer to const char "strgutil.c", line 396: warning: assignment type mismatch: pointer to const unsigned char "=" pointer to const char "strgutil.c", line 402: warning: assignment type mismatch: pointer to unsigned char "=" pointer to char "strgutil.c", line 402: warning: assignment type mismatch: pointer to const unsigned char "=" pointer to const char "strgutil.c", line 421: warning: assignment type mismatch: pointer to const unsigned char "=" pointer to const char "strgutil.c", line 427: warning: assignment type mismatch: pointer to unsigned char "=" pointer to char "strgutil.c", line 427: warning: assignment type mismatch: pointer to const unsigned char "=" pointer to const char "strgutil.c", line 464: warning: assignment type mismatch: pointer to const unsigned char "=" pointer to const char "strgutil.c", line 469: warning: argument #1 is incompatible with prototype: prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183 argument : pointer to unsigned char "strgutil.c", line 494: warning: argument #1 is incompatible with prototype: prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183 argument : pointer to unsigned char "strgutil.c", line 537: warning: argument #1 is incompatible with prototype: prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183 argument : pointer to unsigned char "strgutil.c", line 547: warning: argument #1 is incompatible with prototype: prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183 argument : pointer to unsigned char "strgutil.c", line 550: warning: argument #1 is incompatible with prototype: prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183 argument : pointer to unsigned char "strgutil.c", line 583: warning: argument #1 is incompatible with prototype: prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183 argument : pointer to unsigned char "strgutil.c", line 599: warning: argument #1 is incompatible with prototype: prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183 argument : pointer to unsigned char "strgutil.c", line 616: warning: return value type mismatch source='ttyio.c' object='ttyio.o' libtool=no \ depfile='.deps/ttyio.Po' tmpdepfile='.deps/ttyio.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f ttyio.c || echo './'`ttyio.c "ttyio.c", line 260: warning: argument #1 is incompatible with prototype: prototype: pointer to const char : "../include/util.h", line 194 argument : pointer to unsigned char source='argparse.c' object='argparse.o' libtool=no \ depfile='.deps/argparse.Po' tmpdepfile='.deps/argparse.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f argparse.c || echo './'`argparse.c "argparse.c", line 856: warning: argument #1 is incompatible with prototype: prototype: pointer to const char : "/usr/include/iso/stdio_iso.h", line 192 argument : pointer to const unsigned char source='memory.c' object='memory.o' libtool=no \ depfile='.deps/memory.Po' tmpdepfile='.deps/memory.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f memory.c || echo './'`memory.c source='secmem.c' object='secmem.o' libtool=no \ depfile='.deps/secmem.Po' tmpdepfile='.deps/secmem.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f secmem.c || echo './'`secmem.c source='errors.c' object='errors.o' libtool=no \ depfile='.deps/errors.Po' tmpdepfile='.deps/errors.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f errors.c || echo './'`errors.c source='iobuf.c' object='iobuf.o' libtool=no \ depfile='.deps/iobuf.Po' tmpdepfile='.deps/iobuf.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f iobuf.c || echo './'`iobuf.c "iobuf.c", line 604: warning: assignment type mismatch: pointer to char "=" pointer to unsigned char "iobuf.c", line 691: warning: argument #2 is incompatible with prototype: prototype: pointer to unsigned char : "../include/iobuf.h", line 114 argument : pointer to char "iobuf.c", line 722: warning: assignment type mismatch: pointer to char "=" pointer to unsigned char "iobuf.c", line 737: warning: argument #2 is incompatible with prototype: prototype: pointer to unsigned char : "../include/iobuf.h", line 119 argument : pointer to char "iobuf.c", line 744: warning: argument #2 is incompatible with prototype: prototype: pointer to unsigned char : "../include/iobuf.h", line 119 argument : pointer to char "iobuf.c", line 763: warning: assignment type mismatch: pointer to char "=" pointer to unsigned char "iobuf.c", line 782: warning: argument #2 is incompatible with prototype: prototype: pointer to unsigned char : "../include/iobuf.h", line 119 argument : pointer to char "iobuf.c", line 837: warning: argument #2 is incompatible with prototype: prototype: pointer to unsigned char : "../include/iobuf.h", line 119 argument : pointer to char "iobuf.c", line 1595: warning: assignment type mismatch: pointer to unsigned char "=" pointer to char "iobuf.c", line 2095: warning: assignment type mismatch: pointer to char "=" pointer to unsigned char "iobuf.c", line 2104: warning: assignment type mismatch: pointer to unsigned char "=" pointer to char "iobuf.c", line 2124: warning: assignment type mismatch: pointer to unsigned char "=" pointer to char source='dotlock.c' object='dotlock.o' libtool=no \ depfile='.deps/dotlock.Po' tmpdepfile='.deps/dotlock.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f dotlock.c || echo './'`dotlock.c source='http.c' object='http.o' libtool=no \ depfile='.deps/http.Po' tmpdepfile='.deps/http.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f http.c || echo './'`http.c "http.c", line 314: warning: argument #1 is incompatible with prototype: prototype: pointer to unsigned char : "http.c", line 75 argument : pointer to char "http.c", line 333: warning: argument #1 is incompatible with prototype: prototype: pointer to unsigned char : "http.c", line 75 argument : pointer to char "http.c", line 349: warning: argument #1 is incompatible with prototype: prototype: pointer to unsigned char : "http.c", line 78 argument : pointer to char "http.c", line 416: warning: argument #1 is incompatible with prototype: prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 113 argument : pointer to const unsigned char "http.c", line 423: warning: argument #1 is incompatible with prototype: prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183 argument : pointer to unsigned char "http.c", line 444: warning: argument #1 is incompatible with prototype: prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 113 argument : pointer to unsigned char "http.c", line 444: warning: assignment type mismatch: pointer to unsigned char "=" pointer to char "http.c", line 448: warning: argument #1 is incompatible with prototype: prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70 argument : pointer to unsigned char "http.c", line 451: warning: assignment type mismatch: pointer to const char "=" pointer to unsigned char "http.c", line 454: warning: argument #1 is incompatible with prototype: prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70 argument : pointer to unsigned char "http.c", line 454: warning: assignment type mismatch: pointer to char "=" pointer to unsigned char "http.c", line 462: warning: assignment type mismatch: pointer to char "=" pointer to unsigned char "http.c", line 482: warning: assignment type mismatch: pointer to const unsigned char "=" pointer to char "http.c", line 501: warning: argument #1 is incompatible with prototype: prototype: pointer to const char : "http.c", line 83 argument : pointer to const unsigned char "http.c", line 507: warning: argument #1 is incompatible with prototype: prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70 argument : pointer to const unsigned char "http.c", line 507: warning: argument #1 is incompatible with prototype: prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70 argument : pointer to unsigned char "http.c", line 513: warning: argument #1 is incompatible with prototype: prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183 argument : pointer to unsigned char "http.c", line 520: warning: argument #1 is incompatible with prototype: prototype: pointer to char : "/usr/include/iso/stdio_iso.h", line 183 argument : pointer to unsigned char "http.c", line 524: warning: argument #1 is incompatible with prototype: prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 70 argument : pointer to unsigned char "http.c", line 524: warning: argument #2 is incompatible with prototype: prototype: pointer to const char : "http.c", line 84 argument : pointer to unsigned char "http.c", line 545: warning: argument #2 is incompatible with prototype: prototype: pointer to const unsigned char : "http.c", line 411 argument : pointer to char "http.c", line 545: warning: argument #3 is incompatible with prototype: prototype: pointer to const unsigned char : "http.c", line 411 argument : pointer to char "http.c", line 549: warning: argument #2 is incompatible with prototype: prototype: pointer to const unsigned char : "http.c", line 411 argument : pointer to const char "http.c", line 549: warning: argument #3 is incompatible with prototype: prototype: pointer to const unsigned char : "http.c", line 411 argument : pointer to char "http.c", line 551: warning: argument #2 is incompatible with prototype: prototype: pointer to const unsigned char : "http.c", line 411 argument : pointer to char "http.c", line 551: warning: argument #3 is incompatible with prototype: prototype: pointer to const unsigned char : "http.c", line 411 argument : pointer to char "http.c", line 557: warning: argument #2 is incompatible with prototype: prototype: pointer to const unsigned char : "http.c", line 411 argument : pointer to char "http.c", line 557: warning: argument #3 is incompatible with prototype: prototype: pointer to const unsigned char : "http.c", line 411 argument : pointer to char "http.c", line 562: warning: argument #2 is incompatible with prototype: prototype: pointer to const unsigned char : "http.c", line 411 argument : pointer to const char "http.c", line 562: warning: argument #3 is incompatible with prototype: prototype: pointer to const unsigned char : "http.c", line 411 argument : pointer to char "http.c", line 566: warning: argument #2 is incompatible with prototype: prototype: pointer to const unsigned char : "http.c", line 411 argument : pointer to char "http.c", line 566: warning: argument #3 is incompatible with prototype: prototype: pointer to const unsigned char : "http.c", line 411 argument : pointer to char "http.c", line 597: warning: argument #1 is incompatible with prototype: prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 113 argument : pointer to unsigned char "http.c", line 597: warning: assignment type mismatch: pointer to unsigned char "=" pointer to char "http.c", line 599: warning: argument #1 is incompatible with prototype: prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 65 argument : pointer to unsigned char "http.c", line 602: warning: argument #1 is incompatible with prototype: prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 114 argument : pointer to unsigned char "http.c", line 602: warning: assignment type mismatch: pointer to unsigned char "=" pointer to char "http.c", line 604: warning: argument #1 is incompatible with prototype: prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 74 argument : pointer to unsigned char "http.c", line 610: warning: argument #1 is incompatible with prototype: prototype: pointer to const char : "/usr/include/iso/string_iso.h", line 114 argument : pointer to unsigned char "http.c", line 610: warning: assignment type mismatch: pointer to unsigned char "=" pointer to char "http.c", line 618: warning: argument #1 is incompatible with prototype: prototype: pointer to const char : "/usr/include/iso/stdlib_iso.h", line 94 argument : pointer to unsigned char source='simple-gettext.c' object='simple-gettext.o' libtool=no \ depfile='.deps/simple-gettext.Po' tmpdepfile='.deps/simple-gettext.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f simple-gettext.c || echo './'`simple-gettext.c "simple-gettext.c", line 485: warning: empty translation unit source='w32reg.c' object='w32reg.o' libtool=no \ depfile='.deps/w32reg.Po' tmpdepfile='.deps/w32reg.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f w32reg.c || echo './'`w32reg.c "w32reg.c", line 128: warning: empty translation unit rm -f libutil.a ar cru libutil.a g10u.o logger.o fileutil.o miscutil.o strgutil.o ttyio.o argparse.o memory.o secmem.o errors.o iobuf.o dotlock.o http.o simple-gettext.o w32reg.o ranlib libutil.a Making all in mpi source='mpi-add.c' object='mpi-add.o' libtool=no \ depfile='.deps/mpi-add.Po' tmpdepfile='.deps/mpi-add.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -g -c `test -f mpi-add.c || echo './'`mpi-add.c source='mpi-bit.c' object='mpi-bit.o' libtool=no \ depfile='.deps/mpi-bit.Po' tmpdepfile='.deps/mpi-bit.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -g -c `test -f mpi-bit.c || echo './'`mpi-bit.c source='mpi-cmp.c' object='mpi-cmp.o' libtool=no \ depfile='.deps/mpi-cmp.Po' tmpdepfile='.deps/mpi-cmp.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -g -c `test -f mpi-cmp.c || echo './'`mpi-cmp.c source='mpi-div.c' object='mpi-div.o' libtool=no \ depfile='.deps/mpi-div.Po' tmpdepfile='.deps/mpi-div.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -g -c `test -f mpi-div.c || echo './'`mpi-div.c source='mpi-gcd.c' object='mpi-gcd.o' libtool=no \ depfile='.deps/mpi-gcd.Po' tmpdepfile='.deps/mpi-gcd.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -g -c `test -f mpi-gcd.c || echo './'`mpi-gcd.c source='mpi-inline.c' object='mpi-inline.o' libtool=no \ depfile='.deps/mpi-inline.Po' tmpdepfile='.deps/mpi-inline.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -g -c `test -f mpi-inline.c || echo './'`mpi-inline.c source='mpi-inv.c' object='mpi-inv.o' libtool=no \ depfile='.deps/mpi-inv.Po' tmpdepfile='.deps/mpi-inv.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -g -c `test -f mpi-inv.c || echo './'`mpi-inv.c source='mpi-mul.c' object='mpi-mul.o' libtool=no \ depfile='.deps/mpi-mul.Po' tmpdepfile='.deps/mpi-mul.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -g -c `test -f mpi-mul.c || echo './'`mpi-mul.c source='mpi-pow.c' object='mpi-pow.o' libtool=no \ depfile='.deps/mpi-pow.Po' tmpdepfile='.deps/mpi-pow.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -g -c `test -f mpi-pow.c || echo './'`mpi-pow.c source='mpi-mpow.c' object='mpi-mpow.o' libtool=no \ depfile='.deps/mpi-mpow.Po' tmpdepfile='.deps/mpi-mpow.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -g -c `test -f mpi-mpow.c || echo './'`mpi-mpow.c source='mpi-scan.c' object='mpi-scan.o' libtool=no \ depfile='.deps/mpi-scan.Po' tmpdepfile='.deps/mpi-scan.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -g -c `test -f mpi-scan.c || echo './'`mpi-scan.c source='mpicoder.c' object='mpicoder.o' libtool=no \ depfile='.deps/mpicoder.Po' tmpdepfile='.deps/mpicoder.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -g -c `test -f mpicoder.c || echo './'`mpicoder.c source='mpih-cmp.c' object='mpih-cmp.o' libtool=no \ depfile='.deps/mpih-cmp.Po' tmpdepfile='.deps/mpih-cmp.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -g -c `test -f mpih-cmp.c || echo './'`mpih-cmp.c source='mpih-div.c' object='mpih-div.o' libtool=no \ depfile='.deps/mpih-div.Po' tmpdepfile='.deps/mpih-div.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -g -c `test -f mpih-div.c || echo './'`mpih-div.c source='mpih-mul.c' object='mpih-mul.o' libtool=no \ depfile='.deps/mpih-mul.Po' tmpdepfile='.deps/mpih-mul.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -g -c `test -f mpih-mul.c || echo './'`mpih-mul.c source='mpiutil.c' object='mpiutil.o' libtool=no \ depfile='.deps/mpiutil.Po' tmpdepfile='.deps/mpiutil.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -g -c `test -f mpiutil.c || echo './'`mpiutil.c source='g10m.c' object='g10m.o' libtool=no \ depfile='.deps/g10m.Po' tmpdepfile='.deps/g10m.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -g -c `test -f g10m.c || echo './'`g10m.c "g10m.c", line 92: warning: argument #2 is incompatible with prototype: prototype: pointer to const unsigned char : "../include/mpi.h", line 139 argument : pointer to const char source='mpih-mul1.c' object='mpih-mul1.o' libtool=no \ depfile='.deps/mpih-mul1.Po' tmpdepfile='.deps/mpih-mul1.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -g -c `test -f mpih-mul1.c || echo './'`mpih-mul1.c source='mpih-mul2.c' object='mpih-mul2.o' libtool=no \ depfile='.deps/mpih-mul2.Po' tmpdepfile='.deps/mpih-mul2.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -g -c `test -f mpih-mul2.c || echo './'`mpih-mul2.c source='mpih-mul3.c' object='mpih-mul3.o' libtool=no \ depfile='.deps/mpih-mul3.Po' tmpdepfile='.deps/mpih-mul3.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -g -c `test -f mpih-mul3.c || echo './'`mpih-mul3.c cc -E -I.. -I../include -DHAVE_CONFIG_H mpih-add1.S | grep -v '^#' > _mpih-add1.s cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -g -c _mpih-add1.s mv -f _mpih-add1.o mpih-add1.o source='mpih-sub1.c' object='mpih-sub1.o' libtool=no \ depfile='.deps/mpih-sub1.Po' tmpdepfile='.deps/mpih-sub1.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -g -c `test -f mpih-sub1.c || echo './'`mpih-sub1.c cc -E -I.. -I../include -DHAVE_CONFIG_H mpih-lshift.S | grep -v '^#' > _mpih-lshift.s cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -g -c _mpih-lshift.s mv -f _mpih-lshift.o mpih-lshift.o cc -E -I.. -I../include -DHAVE_CONFIG_H mpih-rshift.S | grep -v '^#' > _mpih-rshift.s cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -g -c _mpih-rshift.s mv -f _mpih-rshift.o mpih-rshift.o cc -E -I.. -I../include -DHAVE_CONFIG_H udiv.S | grep -v '^#' > _udiv.s cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -g -c _udiv.s mv -f _udiv.o udiv.o rm -f libmpi.a ar cru libmpi.a mpi-add.o mpi-bit.o mpi-cmp.o mpi-div.o mpi-gcd.o mpi-inline.o mpi-inv.o mpi-mul.o mpi-pow.o mpi-mpow.o mpi-scan.o mpicoder.o mpih-cmp.o mpih-div.o mpih-mul.o mpiutil.o g10m.o mpih-mul1.o mpih-mul2.o mpih-mul3.o mpih-add1.o mpih-sub1.o mpih-lshift.o mpih-rshift.o udiv.o ranlib libmpi.a Making all in cipher make all-am source='cipher.c' object='cipher.o' libtool=no \ depfile='.deps/cipher.Po' tmpdepfile='.deps/cipher.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f cipher.c || echo './'`cipher.c source='pubkey.c' object='pubkey.o' libtool=no \ depfile='.deps/pubkey.Po' tmpdepfile='.deps/pubkey.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f pubkey.c || echo './'`pubkey.c source='md.c' object='md.o' libtool=no \ depfile='.deps/md.Po' tmpdepfile='.deps/md.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f md.c || echo './'`md.c "md.c", line 423: warning: assignment type mismatch: pointer to char "=" pointer to unsigned char source='dynload.c' object='dynload.o' libtool=no \ depfile='.deps/dynload.Po' tmpdepfile='.deps/dynload.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f dynload.c || echo './'`dynload.c "dynload.c", line 445: warning: assignment type mismatch: pointer to function(int, pointer to unsigned int, pointer to pointer to unsigned char, pointer to int, pointer to int, pointer to pointer to function(pointer to void) returning void, pointer to pointer to function(pointer to void, pointer to unsigned char, unsigned int) returning void, pointer to pointer to function(pointer to void) returning void, pointer to pointer to function(pointer to void) returning pointer to unsigned char) returning pointer to const char "=" pointer to void "dynload.c", line 517: warning: assignment type mismatch: pointer to function(int, pointer to unsigned int, pointer to unsigned int, pointer to unsigned int, pointer to pointer to function(pointer to void, pointer to unsigned char, unsigned int) returning int, pointer to pointer to function(pointer to void, pointer to unsigned char, pointer to unsigned char) returning void, pointer to pointer to function(pointer to void, pointer to unsigned char, pointer to unsigned char) returning void) returning pointer to const char "=" pointer to void "dynload.c", line 607: warning: assignment type mismatch: pointer to function(int, pointer to int, pointer to int, pointer to int, pointer to int, pointer to int, pointer to pointer to function(int, unsigned int, pointer to pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}, pointer to pointer to pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}) returning int, pointer to pointer to function(int, pointer to pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}) returning int, pointer to pointer to function(int, pointer to pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}, pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}, pointer to pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}) returning int, pointer to pointer to function(int, pointer to pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}, pointer to pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}, pointer to pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}) returning int, pointer to pointer to function(int, pointer to pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}, pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}, pointer to pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}) returning int, pointer to pointer to function(int, pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}, pointer to pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}, pointer to pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}, pointer to function(pointer to void, pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}) returning int, pointer to void) returning int, pointer to pointer to function(int, pointer to pointer to struct gcry_mpi {int alloced, int nlimbs, int nbits, int sign, unsigned int flags, pointer to unsigned int d}) returning unsigned int) returning pointer to const char "=" pointer to void source='des.c' object='des.o' libtool=no \ depfile='.deps/des.Po' tmpdepfile='.deps/des.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f des.c || echo './'`des.c "des.c", line 756: warning: argument #1 is incompatible with prototype: prototype: pointer to const char : "des.c", line 129 argument : pointer to unsigned char "des.c", line 756: warning: argument #2 is incompatible with prototype: prototype: pointer to const char : "des.c", line 129 argument : pointer to unsigned char source='twofish.c' object='twofish.o' libtool=no \ depfile='.deps/twofish.Po' tmpdepfile='.deps/twofish.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f twofish.c || echo './'`twofish.c source='blowfish.c' object='blowfish.o' libtool=no \ depfile='.deps/blowfish.Po' tmpdepfile='.deps/blowfish.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f blowfish.c || echo './'`blowfish.c "blowfish.c", line 487: warning: argument #2 is incompatible with prototype: prototype: pointer to unsigned char : "blowfish.c", line 57 argument : pointer to char source='cast5.c' object='cast5.o' libtool=no \ depfile='.deps/cast5.Po' tmpdepfile='.deps/cast5.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f cast5.c || echo './'`cast5.c source='rijndael.c' object='rijndael.o' libtool=no \ depfile='.deps/rijndael.Po' tmpdepfile='.deps/rijndael.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f rijndael.c || echo './'`rijndael.c source='elgamal.c' object='elgamal.o' libtool=no \ depfile='.deps/elgamal.Po' tmpdepfile='.deps/elgamal.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f elgamal.c || echo './'`elgamal.c "elgamal.c", line 134: warning: assignment type mismatch: pointer to char "=" pointer to unsigned char "elgamal.c", line 135: warning: argument #2 is incompatible with prototype: prototype: pointer to const unsigned char : "../include/mpi.h", line 139 argument : pointer to char "elgamal.c", line 185: warning: assignment type mismatch: pointer to char "=" pointer to unsigned char "elgamal.c", line 193: warning: assignment type mismatch: pointer to char "=" pointer to unsigned char "elgamal.c", line 198: warning: argument #2 is incompatible with prototype: prototype: pointer to const unsigned char : "../include/mpi.h", line 139 argument : pointer to char "elgamal.c", line 286: warning: assignment type mismatch: pointer to char "=" pointer to unsigned char source='rsa.c' object='rsa.o' libtool=no \ depfile='.deps/rsa.Po' tmpdepfile='.deps/rsa.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f rsa.c || echo './'`rsa.c "rsa.c", line 70: warning: assignment type mismatch: pointer to char "=" pointer to unsigned char "rsa.c", line 71: warning: argument #2 is incompatible with prototype: prototype: pointer to const unsigned char : "../include/mpi.h", line 139 argument : pointer to char source='primegen.c' object='primegen.o' libtool=no \ depfile='.deps/primegen.Po' tmpdepfile='.deps/primegen.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f primegen.c || echo './'`primegen.c "primegen.c", line 166: warning: argument #1 is incompatible with prototype: prototype: pointer to char : "primegen.c", line 39 argument : pointer to unsigned char "primegen.c", line 325: warning: assignment type mismatch: pointer to char "=" pointer to unsigned char "primegen.c", line 326: warning: argument #2 is incompatible with prototype: prototype: pointer to const unsigned char : "../include/mpi.h", line 139 argument : pointer to char "primegen.c", line 458: warning: assignment type mismatch: pointer to char "=" pointer to unsigned char "primegen.c", line 459: warning: argument #2 is incompatible with prototype: prototype: pointer to const unsigned char : "../include/mpi.h", line 139 argument : pointer to char source='random.c' object='random.o' libtool=no \ depfile='.deps/random.Po' tmpdepfile='.deps/random.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f random.c || echo './'`random.c "random.c", line 193: warning: assignment type mismatch: pointer to char "=" pointer to unsigned char "random.c", line 247: warning: assignment type mismatch: pointer to char "=" pointer to unsigned char "random.c", line 257: warning: assignment type mismatch: pointer to char "=" pointer to unsigned char "random.c", line 263: warning: assignment type mismatch: pointer to char "=" pointer to unsigned char "random.c", line 274: warning: assignment type mismatch: pointer to char "=" pointer to unsigned char "random.c", line 396: warning: argument #1 is incompatible with prototype: prototype: pointer to unsigned char : "random.c", line 245 argument : pointer to char "random.c", line 397: warning: argument #1 is incompatible with prototype: prototype: pointer to unsigned char : "random.c", line 245 argument : pointer to char "random.c", line 477: warning: argument #1 is incompatible with prototype: prototype: pointer to unsigned char : "random.c", line 245 argument : pointer to char "random.c", line 478: warning: argument #1 is incompatible with prototype: prototype: pointer to unsigned char : "random.c", line 245 argument : pointer to char "random.c", line 484: warning: argument #1 is incompatible with prototype: prototype: pointer to unsigned char : "random.c", line 245 argument : pointer to char "random.c", line 492: warning: argument #1 is incompatible with prototype: prototype: pointer to unsigned char : "random.c", line 245 argument : pointer to char "random.c", line 493: warning: argument #1 is incompatible with prototype: prototype: pointer to unsigned char : "random.c", line 245 argument : pointer to char "random.c", line 536: warning: argument #1 is incompatible with prototype: prototype: pointer to unsigned char : "random.c", line 245 argument : pointer to char source='dsa.c' object='dsa.o' libtool=no \ depfile='.deps/dsa.Po' tmpdepfile='.deps/dsa.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f dsa.c || echo './'`dsa.c "dsa.c", line 97: warning: assignment type mismatch: pointer to char "=" pointer to unsigned char "dsa.c", line 103: warning: assignment type mismatch: pointer to char "=" pointer to unsigned char "dsa.c", line 107: warning: argument #2 is incompatible with prototype: prototype: pointer to const unsigned char : "../include/mpi.h", line 139 argument : pointer to char "dsa.c", line 148: warning: assignment type mismatch: pointer to char "=" pointer to unsigned char "dsa.c", line 149: warning: argument #2 is incompatible with prototype: prototype: pointer to const unsigned char : "../include/mpi.h", line 139 argument : pointer to char "dsa.c", line 219: warning: assignment type mismatch: pointer to char "=" pointer to unsigned char source='g10c.c' object='g10c.o' libtool=no \ depfile='.deps/g10c.Po' tmpdepfile='.deps/g10c.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f g10c.c || echo './'`g10c.c source='smallprime.c' object='smallprime.o' libtool=no \ depfile='.deps/smallprime.Po' tmpdepfile='.deps/smallprime.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f smallprime.c || echo './'`smallprime.c source='construct.c' object='construct.o' libtool=no \ depfile='.deps/construct.Po' tmpdepfile='.deps/construct.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f construct.c || echo './'`construct.c source='rndunix.c' object='rndunix.o' libtool=no \ depfile='.deps/rndunix.Po' tmpdepfile='.deps/rndunix.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f rndunix.c || echo './'`rndunix.c "rndunix.c", line 713: warning: assignment type mismatch: pointer to const char "=" pointer to unsigned char "rndunix.c", line 898: warning: assignment type mismatch: pointer to void "=" pointer to function(void) returning int source='sha1.c' object='sha1.o' libtool=no \ depfile='.deps/sha1.Po' tmpdepfile='.deps/sha1.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f sha1.c || echo './'`sha1.c "sha1.c", line 402: warning: assignment type mismatch: pointer to void "=" pointer to function(void) returning void source='rmd160.c' object='rmd160.o' libtool=no \ depfile='.deps/rmd160.Po' tmpdepfile='.deps/rmd160.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f rmd160.c || echo './'`rmd160.c "rmd160.c", line 456: warning: argument #2 is incompatible with prototype: prototype: pointer to unsigned char : "rmd160.c", line 175 argument : pointer to char "rmd160.c", line 629: warning: assignment type mismatch: pointer to void "=" pointer to function(void) returning void source='md5.c' object='md5.o' libtool=no \ depfile='.deps/md5.Po' tmpdepfile='.deps/md5.TPo' \ depmode=none /bin/sh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -c `test -f md5.c || echo './'`md5.c "md5.c", line 402: warning: assignment type mismatch: pointer to void "=" pointer to function(void) returning void rm -f libcipher.a ar cru libcipher.a cipher.o pubkey.o md.o dynload.o des.o twofish.o blowfish.o cast5.o rijndael.o elgamal.o rsa.o primegen.o random.o dsa.o g10c.o smallprime.o construct.o rndunix.o sha1.o rmd160.o md5.o ranlib libcipher.a cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -I../intl -g -DIS_MODULE -shared -KPIC -o rndlinux ./rndlinux.c cc: Warning: -s conflicts with -g. -s turned off "./rndlinux.c", line 226: warning: assignment type mismatch: pointer to void "=" pointer to function(void) returning int ld: fatal: option -h and building a dynamic executable are incompatible ld: fatal: Flags processing errors *** Error code 1 make: Fatal error: Command failed for target `rndlinux' Current working directory /opt/pgp/gnupg-1.0.7/cipher *** Error code 1 make: Fatal error: Command failed for target `all' Current working directory /opt/pgp/gnupg-1.0.7/cipher *** Error code 1 make: Fatal error: Command failed for target `all-recursive' Current working directory /opt/pgp/gnupg-1.0.7 *** Error code 1 make: Fatal error: Command failed for target `all' Any help is appreciated. Pamela From kielhorn@openit.de Tue Sep 24 12:50:02 2002 From: kielhorn@openit.de (Cord Kielhorn) Date: Tue Sep 24 11:50:02 2002 Subject: Gnus (was: Signature as attachment ?) In-Reply-To: <1489748397.20020923192011@compuserve.com> (Martin Schoch's message of "Mon, 23 Sep 2002 19:20:11 +0200") References: <1785884481.20020923181547@compuserve.com> <87d6r43a6n.fsf@Login.CERT.Uni-Stuttgart.DE> <1669472210.20020923191535@compuserve.com> <878z1s39t9.fsf@Login.CERT.Uni-Stuttgart.DE> <1489748397.20020923192011@compuserve.com> Message-ID: Hello, >>>>> "MS" == Martin Schoch writes: MS> On Monday, September 23, 2002, 7:17:06 PM Florian Weimer wrote: FW> Mutt comes to my mind. Gnus supports it too MS> Hmm if I understand alright - that's for Linux - but for Windows MS> any other than Mozilla? Gnus runs inside of Emacs, so it's available on a gazillion of platforms including W*nd*ws. Let me take the opportunity to ask the Gnus users/maintainers/contributors on this list whether anybody knows something about the future plans of GnuPG (OpenPGP) integration into Gnus? (Josh,Florian,Simon?) Not shure about mutt, maybe it runs on W*nd*ws under the Cygwin environment? Greetings Cord From martin.bretschneider@gmx.de Tue Sep 24 13:23:02 2002 From: martin.bretschneider@gmx.de (Martin Bretschneider) Date: Tue Sep 24 12:23:02 2002 Subject: Signature as attachment ? In-Reply-To: <1669472210.20020923191535@compuserve.com> References: <1785884481.20020923181547@compuserve.com> <87d6r43a6n.fsf@Login.CERT.Uni-Stuttgart.DE> <1669472210.20020923191535@compuserve.com> Message-ID: --=.4PO9A4ZQ,Kjxjl Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Martin Schoch wrote: > > On Monday, September 23, 2002, 7:09:04 PM Florian Weimer wrote: > > FW> Both, I think. This is OpenPGP/MIME, and The Bat does not support > FW> it yet (according to ). > > So which client(s) does/do support it - besides Mozilla ? http://www.bretschneidernet.de/tips/secmua.html Martin -- www.bretschneidernet.de OpenPGP_0x4EA52583 jabber_breti@jabber.org (o__o) Ernest Hemingway: //\/\\ I like to listen. I have learned a great deal V_/\_V from listening carefully. Most people never listen. --=.4PO9A4ZQ,Kjxjl Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9j40eGK1ebE6lJYMRAsQyAJwPUmh9mGzmJEAH2jqBaabjRc6afwCgjrP4 YvMWICNZ5QNCgvJkKKCwzMc= =QVdu -----END PGP SIGNATURE----- --=.4PO9A4ZQ,Kjxjl-- From wk@gnupg.org Tue Sep 24 13:39:02 2002 From: wk@gnupg.org (Werner Koch) Date: Tue Sep 24 12:39:02 2002 Subject: Gnus (was: Signature as attachment ?) In-Reply-To: (Cord Kielhorn's message of "Tue, 24 Sep 2002 11:51:10 +0200") References: <1785884481.20020923181547@compuserve.com> <87d6r43a6n.fsf@Login.CERT.Uni-Stuttgart.DE> <1669472210.20020923191535@compuserve.com> <878z1s39t9.fsf@Login.CERT.Uni-Stuttgart.DE> <1489748397.20020923192011@compuserve.com> Message-ID: <871y7ju0z7.fsf@alberti.gnupg.de> On Mon, 23 Sep 2002 11:53:31 -0700, Owen, Pamela said: > Is there a quick and dirty faq? I am not a programmer and am trying to > compile this on my Solaris 8 machine. I'd suggest that you try the new gnupg-1.2.0. We don't use the dynamic linking stuff anymore. > Do I compile as root? NEver do this. Configure and make as ordinary user and when everyting is fine, you can use su -c 'make install' It is also possible to install GnuPG elsewhere: ./configure --prefix=/home/foo which will the create the usual directory structure below that directory: /home/foo/bin /lib /info Salam-Shalom, Werner From jas@extundo.com Tue Sep 24 15:04:01 2002 From: jas@extundo.com (Simon Josefsson) Date: Tue Sep 24 14:04:01 2002 Subject: Gnus In-Reply-To: (Cord Kielhorn's message of "Tue, 24 Sep 2002 11:51:10 +0200") References: <1785884481.20020923181547@compuserve.com> <87d6r43a6n.fsf@Login.CERT.Uni-Stuttgart.DE> <1669472210.20020923191535@compuserve.com> <878z1s39t9.fsf@Login.CERT.Uni-Stuttgart.DE> <1489748397.20020923192011@compuserve.com> Message-ID: Cord Kielhorn writes: > Let me take the opportunity to ask the Gnus > users/maintainers/contributors on this list whether anybody knows > something about the future plans of GnuPG (OpenPGP) integration into > Gnus? (Josh,Florian,Simon?) The current OpenPGP integration in Emacs has copyright assignment problems, Mailcrypt is not FSF owned and it is probably too late to find out who wrote exactly what. Gpg.el had problems too which lawyers supposedly was looking on, but I'm not sure what become of it. However, there is a third OpenPGP backend with FSF copyrights that can be used. I remember integrating it in my local Gnus tree some time ago, but either I never asked FSF if they had papers for it or I didn't get a response. I'll take a look... From tiago@ripe.net Tue Sep 24 15:40:02 2002 From: tiago@ripe.net (Tiago Antao) Date: Tue Sep 24 14:40:02 2002 Subject: web of trust vs subkeys use cases Message-ID: <3D905D75.3010608@ripe.net> Hi! What would be the best way to deal with this scenario: We have a department of people that has to sign messages, each person=20 should have a different key, but the key should not be accepted after=20 the person goes away. For that we need to know if a key is trusted or=20 not. Is it better subkeys (its a small group so it can be manually=20 maintained) or using the mechanisms for a "web of trust"? If we used=20 subkeys, each person would have a subkey of a master key, and somebody=20 would maintain the master. Thanks for any suggestions --=20 Tiago Ant=E3o - RIPE NCC From wk@gnupg.org Tue Sep 24 16:07:02 2002 From: wk@gnupg.org (Werner Koch) Date: Tue Sep 24 15:07:02 2002 Subject: Gnus In-Reply-To: (Simon Josefsson's message of "Tue, 24 Sep 2002 14:05:22 +0200") References: <1785884481.20020923181547@compuserve.com> <87d6r43a6n.fsf@Login.CERT.Uni-Stuttgart.DE> <1669472210.20020923191535@compuserve.com> <878z1s39t9.fsf@Login.CERT.Uni-Stuttgart.DE> <1489748397.20020923192011@compuserve.com> Message-ID: <87ptv3r0zo.fsf@alberti.gnupg.de> On Tue, 24 Sep 2002 14:05:22 +0200, Simon Josefsson said: > find out who wrote exactly what. Gpg.el had problems too which > lawyers supposedly was looking on, but I'm not sure what become of it. The university of Stuttgart is the bad guy. We have talked in lengths on how to solve this problem without any positive result. Afaik, Florian has given up on getting the legal papers. > However, there is a third OpenPGP backend with FSF copyrights that can > be used. I remember integrating it in my local Gnus tree some time I didn't know about it. Must have missed thin on the dings list. Any pointer to it? Shalom-Salam, Werner From dshaw@jabberwocky.com Tue Sep 24 16:17:01 2002 From: dshaw@jabberwocky.com (David Shaw) Date: Tue Sep 24 15:17:01 2002 Subject: web of trust vs subkeys use cases In-Reply-To: <3D905D75.3010608@ripe.net> References: <3D905D75.3010608@ripe.net> Message-ID: <20020924131713.GA393@akamai.com> On Tue, Sep 24, 2002 at 02:41:25PM +0200, Tiago Antao wrote: > Hi! > > > What would be the best way to deal with this scenario: > We have a department of people that has to sign messages, each person > should have a different key, but the key should not be accepted after > the person goes away. For that we need to know if a key is trusted or > not. Is it better subkeys (its a small group so it can be manually > maintained) or using the mechanisms for a "web of trust"? If we used > subkeys, each person would have a subkey of a master key, and somebody > would maintain the master. I think that each person using a different subkey can quickly become very difficult to manage. I recommend using the web of trust. Create a "keymaster" key, which can then sign all of the individual keys in use. For good measure, make this keymaster key the designated revoker for the individual keys. When someone leaves the organization, revoke their key. David -- David Shaw | dshaw@jabberwocky.com | WWW http://www.jabberwocky.com/ +---------------------------------------------------------------------------+ "There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." - Jeremy S. Anderson From ACuper@edgewater.com Tue Sep 24 16:19:01 2002 From: ACuper@edgewater.com (Andrzej Cuper) Date: Tue Sep 24 15:19:01 2002 Subject: PG 1.0.7 Solaris 8 compilation problems Message-ID: Did you try with gnu make? Solaris make may have troubles handling these = makefiles. Remember, when you install gnu make and put it in your PATH, = rerun ./configure script for gnupg. >Is there a quick and dirty faq? I am not a programmer and am trying to >compile this on my Solaris 8 machine. >I went through some of the list archives, but of course need this to be = up >last week. From Weimer@CERT.Uni-Stuttgart.DE Tue Sep 24 16:49:02 2002 From: Weimer@CERT.Uni-Stuttgart.DE (Florian Weimer) Date: Tue Sep 24 15:49:02 2002 Subject: Gnus In-Reply-To: <87ptv3r0zo.fsf@alberti.gnupg.de> (Werner Koch's message of "Tue, 24 Sep 2002 15:06:03 +0200") References: <1785884481.20020923181547@compuserve.com> <87d6r43a6n.fsf@Login.CERT.Uni-Stuttgart.DE> <1669472210.20020923191535@compuserve.com> <878z1s39t9.fsf@Login.CERT.Uni-Stuttgart.DE> <1489748397.20020923192011@compuserve.com> <87ptv3r0zo.fsf@alberti.gnupg.de> Message-ID: <87u1kfwl85.fsf@Login.CERT.Uni-Stuttgart.DE> Werner Koch writes: >> find out who wrote exactly what. Gpg.el had problems too which >> lawyers supposedly was looking on, but I'm not sure what become of it. > > The university of Stuttgart is the bad guy. We have talked in lengths > on how to solve this problem without any positive result. Really? I don't know about that. My first attempt failed because the FSF was unwilling to deal with the issue. We might have triggered some kind of internal response, but we haven't received *any* statement from the FSF USA after we had convinced RMS that there is indeed a legal difficulty. > Afaik, Florian has given up on getting the legal papers. More or less, yes. However, my main motivation is different: gpg.el is the wrong approach from a technical point of view. You might not have noticed, but the first versions were able to support a traditional PGP 2.6.x command line as well, just by reconfiguring it. As a consequence, gpg.el doesn't rely on --status-fd output, and it is difficult to add additional features in a consistent way. (The abstract command line interface results in a lot of complexity, which is completely unnecessary from the current perspective.) So IMHO, gpg.el is just not worth all the trouble, especially since most people who need it can grab it and install it (which is easy compared to all the fuss you have to go through to get a decent Gnus installation). -- Florian Weimer Weimer@CERT.Uni-Stuttgart.DE University of Stuttgart http://CERT.Uni-Stuttgart.DE/people/fw/ RUS-CERT fax +49-711-685-5898 From avbidder@fortytwo.ch Tue Sep 24 17:25:02 2002 From: avbidder@fortytwo.ch (Adrian von Bidder) Date: Tue Sep 24 16:25:02 2002 Subject: web of trust vs subkeys use cases In-Reply-To: <20020924131713.GA393@akamai.com> References: <3D905D75.3010608@ripe.net> <20020924131713.GA393@akamai.com> Message-ID: <1032877576.4488.13.camel@atlas> --=-VZNaapaaQyBXOIAimIUE Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2002-09-24 at 15:17, David Shaw wrote: > On Tue, Sep 24, 2002 at 02:41:25PM +0200, Tiago Antao wrote: > > Hi! > >=20 > >=20 > > What would be the best way to deal with this scenario: > > We have a department of people that has to sign messages, each person=20 > > should have a different key, but the key should not be accepted after=20 > > the person goes away. For that we need to know if a key is trusted or=20 > > not. Is it better subkeys (its a small group so it can be manually=20 > > maintained) or using the mechanisms for a "web of trust"? If we used=20 > > subkeys, each person would have a subkey of a master key, and somebody=20 > > would maintain the master. >=20 > I think that each person using a different subkey can quickly become > very difficult to manage. I recommend using the web of trust. Create > a "keymaster" key, which can then sign all of the individual keys in > use. [...] I share this opinion, not only because it's hard to manage (probably you could deal with this as it's a small group), but also because this master key will grow very big as the group changes (all the revoked subkeys). For those verifying the messages, you can still put all the relevant keys in one file (gpg --export ), so importing the keys can be done with one command as with one key. cheers -- vbi --=20 secure email with gpg http://fortytwo.ch/gpg NOTICE: subkey signature! request key 92082481 from keyserver.kjsl.com --=-VZNaapaaQyBXOIAimIUE Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iEYEABECAAYFAj2QdggACgkQKqpm2L3fmXqtLwCePKUdChnpJshhEpBgB43uvuex Q3YAoLogkKUv8Jtie9Ny75GKPvbZ0KI6 =KWaL -----END PGP SIGNATURE----- --=-VZNaapaaQyBXOIAimIUE-- From jas@extundo.com Tue Sep 24 17:27:02 2002 From: jas@extundo.com (Simon Josefsson) Date: Tue Sep 24 16:27:02 2002 Subject: Gnus In-Reply-To: <87ptv3r0zo.fsf@alberti.gnupg.de> (Werner Koch's message of "Tue, 24 Sep 2002 15:06:03 +0200") References: <1785884481.20020923181547@compuserve.com> <87d6r43a6n.fsf@Login.CERT.Uni-Stuttgart.DE> <1669472210.20020923191535@compuserve.com> <878z1s39t9.fsf@Login.CERT.Uni-Stuttgart.DE> <1489748397.20020923192011@compuserve.com> <87ptv3r0zo.fsf@alberti.gnupg.de> Message-ID: Werner Koch writes: >> However, there is a third OpenPGP backend with FSF copyrights that can >> be used. I remember integrating it in my local Gnus tree some time > > I didn't know about it. Must have missed thin on the dings list. Any > pointer to it? It is called PGG, part of SEMI but the project to integrate SEMI into Emacs seems to be indefinitely postponed. Supposedly PGG is planned to be separated from SEMI, and there is CVS branch of SEMI called EMIKO which even contains documentation. I just installed code in Gnus to support it, I'll be checking in PGG into a separate directory too (Lars agreed to this earlier this year) and we can move it into the main distribution when papers have been checked (all of the main files are FSF copyrighted). From Weimer@CERT.Uni-Stuttgart.DE Tue Sep 24 17:33:02 2002 From: Weimer@CERT.Uni-Stuttgart.DE (Florian Weimer) Date: Tue Sep 24 16:33:02 2002 Subject: Signature as attachment ? In-Reply-To: <87znu8tugw.fsf@mail.paradoxical.net> (Josh Huber's message of "Mon, 23 Sep 2002 14:46:23 -0400") References: <1785884481.20020923181547@compuserve.com> <87d6r43a6n.fsf@Login.CERT.Uni-Stuttgart.DE> <1669472210.20020923191535@compuserve.com> <878z1s39t9.fsf@Login.CERT.Uni-Stuttgart.DE> <87znu8tugw.fsf@mail.paradoxical.net> Message-ID: <87bs6nwj6e.fsf@Login.CERT.Uni-Stuttgart.DE> Josh Huber writes: > Florian Weimer writes: > >> Mutt comes to my mind. Gnus supports it too, but only in a very >> limited way (the user interface needs *much* improvement). > > How is the support in Gnus limited? If I send someone a message, and I've got his key, Gnus doesn't suggest to encrypt the message. If I request encryption, Gnus doesn't let me chose the keys to use. Sometimes, Gnus flags a signature which is valid as invalid (and IIRC vice versa). Gnus does not deal with trust at all. From the Gnus perspective, all keys are trusted. Gnus does not include all diagnotic output it receives from GnuPG by default. It should, crucial information might be omitted otherwise. Gnus cannot create symmetrically encrypted messages, I think. Gnus does not deal properly with encrypted messages which do not use OpenPGP/MIME (that's my impression, maybe it's a local configuration issue). And so on. :-/ -- Florian Weimer Weimer@CERT.Uni-Stuttgart.DE University of Stuttgart http://CERT.Uni-Stuttgart.DE/people/fw/ RUS-CERT fax +49-711-685-5898 From Josh Huber Tue Sep 24 18:13:01 2002 From: Josh Huber (Josh Huber) Date: Tue Sep 24 17:13:01 2002 Subject: Signature as attachment ? In-Reply-To: <87bs6nwj6e.fsf@Login.CERT.Uni-Stuttgart.DE> (Florian Weimer's message of "Tue, 24 Sep 2002 16:34:17 +0200") References: <1785884481.20020923181547@compuserve.com> <87d6r43a6n.fsf@Login.CERT.Uni-Stuttgart.DE> <1669472210.20020923191535@compuserve.com> <878z1s39t9.fsf@Login.CERT.Uni-Stuttgart.DE> <87znu8tugw.fsf@mail.paradoxical.net> <87bs6nwj6e.fsf@Login.CERT.Uni-Stuttgart.DE> Message-ID: <87n0q7ju7q.fsf@mail.paradoxical.net> Florian Weimer writes: > If I send someone a message, and I've got his key, Gnus doesn't > suggest to encrypt the message. Agreed, this would be nice... > If I request encryption, Gnus doesn't let me chose the keys to use. use the "recipients" keyword in the secure tag. > Sometimes, Gnus flags a signature which is valid as invalid (and > IIRC vice versa). I haven't seen this (that wasn't caused by an MTA making the signature invalid). Do you have a case where Gnus claims the signature is valid, when you know it isn't? > Gnus does not deal with trust at all. From the Gnus perspective, > all keys are trusted. Perhaps I'm missing something here, but the output clearly indicates when a signature is made by an untrusted key. For example, earlier in this thread: [[PGP Signed Part:Michael Simonsen Untrusted, Fingerprint: D0F3 47EA 3007 7C83 E3C0 8AB5 AB7E 3CF1 BC1A 132C]] > Gnus does not include all diagnotic output it receives from GnuPG by > default. It should, crucial information might be omitted otherwise. Well, perhaps. There is quite a bit of output, and showing it all would probably obscure the message on most people's screens :) > Gnus cannot create symmetrically encrypted messages, I think. Okay, but this is pretty low-priority, I would think. > Gnus does not deal properly with encrypted messages which do not use > OpenPGP/MIME (that's my impression, maybe it's a local configuration > issue). This works fine for me. Or, did you mean sending? Verifying plaintext encrypted/signed messages works fine for me, but I think there's still a bug when sending cleartext signed messages which have attachments. This is all moot, since it appears we're going with pgg now! :) -- Josh Huber From jas@extundo.com Tue Sep 24 18:39:02 2002 From: jas@extundo.com (Simon Josefsson) Date: Tue Sep 24 17:39:02 2002 Subject: Signature as attachment ? In-Reply-To: <87n0q7ju7q.fsf@mail.paradoxical.net> (Josh Huber's message of "Tue, 24 Sep 2002 11:14:17 -0400") References: <1785884481.20020923181547@compuserve.com> <87d6r43a6n.fsf@Login.CERT.Uni-Stuttgart.DE> <1669472210.20020923191535@compuserve.com> <878z1s39t9.fsf@Login.CERT.Uni-Stuttgart.DE> <87znu8tugw.fsf@mail.paradoxical.net> <87bs6nwj6e.fsf@Login.CERT.Uni-Stuttgart.DE> <87n0q7ju7q.fsf@mail.paradoxical.net> Message-ID: Josh Huber writes: > Florian Weimer writes: > >> If I send someone a message, and I've got his key, Gnus doesn't >> suggest to encrypt the message. > > Agreed, this would be nice... Yes. >> If I request encryption, Gnus doesn't let me chose the keys to use. > > use the "recipients" keyword in the secure tag. Perhaps a GUI for this would be useful, although this isn't Emacs/Gnus's strongest feature. >> Gnus does not include all diagnotic output it receives from GnuPG by >> default. It should, crucial information might be omitted otherwise. > > Well, perhaps. There is quite a bit of output, and showing it all > would probably obscure the message on most people's screens :) Mouse-2 clicking on the MIME button should reveal all diagnostic output from the OpenPGP implementation. > This works fine for me. Or, did you mean sending? Verifying > plaintext encrypted/signed messages works fine for me, but I think > there's still a bug when sending cleartext signed messages which have > attachments. Yes, it would be nice if we supported the scheme used by Outlook PGP plugins to do this. But it is not a RFC so supporting it is really a bonus. > This is all moot, since it appears we're going with pgg now! :) Most of the critique still applies though... From pamela.owen@conceracorp.com Tue Sep 24 22:05:02 2002 From: pamela.owen@conceracorp.com (Owen, Pamela) Date: Tue Sep 24 21:05:02 2002 Subject: gnupg Solaris 8 compilation issues Message-ID: At the advice of a some of you I have loaded the gcc 3.2 for Solaris 8 and the make 3.79 Now the error I receive while make all in checks ../g10/gpg --homedir . --quiet --yes --import ./pubdemo.asc gpg: ../cipher/tiger: error loading extension ld.so.1: ../g10/gpg: fatal: libgcc_s.so.1: open failed: No such file or directory make[2]: *** [prepared.stamp] Error 2 make[2]: Leaving directory `/opt/pgp/gnupg-1.0.7/checks' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/opt/pgp/gnupg-1.0.7' *** Error code 2 make: Fatal error: Command failed for target `all' I set my LD_LIBRARY_PATH to include /usr/lib and /usr/lib/sparcv9. What am I missing? Thanks, Pamela Owen From johanw@vulcan.xs4all.nl Tue Sep 24 22:08:02 2002 From: johanw@vulcan.xs4all.nl (Johan Wevers) Date: Tue Sep 24 21:08:02 2002 Subject: Tiger and SHA2 in gpg 1.2.0 In-Reply-To: <20020923191909.GA12502@akamai.com> from David Shaw at "Sep 23, 2002 03:19:09 pm" Message-ID: <200209231935.VAA22039@vulcan.xs4all.nl> David Shaw wrote: > SHA2 is not part of the official GnuPG. I know, but I can still want to use it. Is this still possible? > Note there are many good reasons not to use TIGER. Like what? Is it a weak hash, or is its strength not very well researched? I know that its size of 192 bits causes problems with the DSA standards. -- ir. J.C.A. Wevers // Physics and science fiction site: johanw@vulcan.xs4all.nl // http://www.xs4all.nl/~johanw/index.html PGP/GPG public keys at http://www.xs4all.nl/~johanw/pgpkeys.html From dshaw@jabberwocky.com Tue Sep 24 22:25:02 2002 From: dshaw@jabberwocky.com (David Shaw) Date: Tue Sep 24 21:25:02 2002 Subject: Tiger and SHA2 in gpg 1.2.0 In-Reply-To: <200209231935.VAA22039@vulcan.xs4all.nl> References: <20020923191909.GA12502@akamai.com> <200209231935.VAA22039@vulcan.xs4all.nl> Message-ID: <20020924192513.GB17451@akamai.com> On Mon, Sep 23, 2002 at 09:35:02PM +0200, Johan Wevers wrote: > David Shaw wrote: > > > SHA2 is not part of the official GnuPG. > > I know, but I can still want to use it. Is this still possible? You would need to use a patched version. I think you can get the patch at www.nullify.org. > > Note there are many good reasons not to use TIGER. > > Like what? Is it a weak hash, or is its strength not very well > researched? I know that its size of 192 bits causes problems with > the DSA standards. My concern is with interoperability. TIGER isn't fully specified in OpenPGP, as it does not have an OID number. The OID used in GnuPG is a dummy placeholder. This means that once the real OID is assigned, it will not be compatible with TIGER signatures made with the dummy. Also, GnuPG is the only implementation that has TIGER support at all - if you use it, only other GnuPG users will be able to verify your signatures. Finally, as you say, at 192 bits it can only be used with RSA signatures. David -- David Shaw | dshaw@jabberwocky.com | WWW http://www.jabberwocky.com/ +---------------------------------------------------------------------------+ "There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." - Jeremy S. Anderson From pamela.owen@conceracorp.com Tue Sep 24 23:08:01 2002 From: pamela.owen@conceracorp.com (Owen, Pamela) Date: Tue Sep 24 22:08:01 2002 Subject: gnupg Solaris 8 compilation issues Message-ID: So I downloaded the libgcc 3.2 and redid it all and it looks like it worked. -----Original Message----- From: Owen, Pamela [mailto:pamela.owen@conceracorp.com] Sent: Tuesday, September 24, 2002 11:59 AM To: gnupg-users@gnupg.org Subject: gnupg Solaris 8 compilation issues At the advice of a some of you I have loaded the gcc 3.2 for Solaris 8 and the make 3.79 Now the error I receive while make all in checks ../g10/gpg --homedir . --quiet --yes --import ./pubdemo.asc gpg: ../cipher/tiger: error loading extension ld.so.1: ../g10/gpg: fatal: libgcc_s.so.1: open failed: No such file or directory make[2]: *** [prepared.stamp] Error 2 make[2]: Leaving directory `/opt/pgp/gnupg-1.0.7/checks' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/opt/pgp/gnupg-1.0.7' *** Error code 2 make: Fatal error: Command failed for target `all' I set my LD_LIBRARY_PATH to include /usr/lib and /usr/lib/sparcv9. What am I missing? Thanks, Pamela Owen _______________________________________________ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users From d_well@isuisse.com Wed Sep 25 10:15:02 2002 From: d_well@isuisse.com (d_well@isuisse.com) Date: Wed Sep 25 09:15:02 2002 Subject: GpgmeData value Message-ID: <200209250715.042e@th00.opsion.fr> I have a problem when i will save a GpgmeData in a char variable. Some special character add in the char varialble. How can i do to have the same value in char variable like the GpgmeData value?=20 I have do that : while(!(err =3D gpgme_data_read ( out, buf, 100, &nread ))){ resultText+=3Dbuf; } but the value of the variable resultText is not correct. From remailer@aarg.net Wed Sep 25 12:10:01 2002 From: remailer@aarg.net (AARG! Anonymous) Date: Wed Sep 25 11:10:01 2002 Subject: Signature as attachment ? Message-ID: <8cd323065c522854f3d598466e6fdd09@aarg.net> Martin Schoch [23/09/2002]: > Hmm if I understand alright - that's for Linux - but for Windows > any other than Mozilla? Becky2 does support PGP/MIME signed messages (by means of a plugin) From mortimer.eulenburg@y-e-p.de Wed Sep 25 12:41:02 2002 From: mortimer.eulenburg@y-e-p.de (Mortimer.Eulenburg) Date: Wed Sep 25 11:41:02 2002 Subject: AW: Signature as attachment ? In-Reply-To: <8cd323065c522854f3d598466e6fdd09@aarg.net> Message-ID: <001401c26478$0b32d8d0$fe78a8c0@32241075G> Using GPGRelay even Outlook XP can do it and it works fine under Win XP for me. Greetz, Mortimer -----Ursprungliche Nachricht----- Von: gnupg-users-admin@gnupg.org [mailto:gnupg-users-admin@gnupg.org] Im Auftrag von AARG! Anonymous Gesendet: Dienstag, 24. September 2002 15:46 An: gnupg-users@gnupg.org Betreff: Re: Signature as attachment ? Martin Schoch [23/09/2002]: > Hmm if I understand alright - that's for Linux - but for Windows any > other than Mozilla? Becky2 does support PGP/MIME signed messages (by means of a plugin) _______________________________________________ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users From andriash@shaw.ca Wed Sep 25 13:52:02 2002 From: andriash@shaw.ca (Nick Andriash) Date: Wed Sep 25 12:52:02 2002 Subject: Signature as attachment ? In-Reply-To: <8cd323065c522854f3d598466e6fdd09@aarg.net> References: <8cd323065c522854f3d598466e6fdd09@aarg.net> Message-ID: <20020925035204.C615.ANDRIASH@shaw.ca> Hello AARG! Anonymous, On Tuesday, September 24 2002 at 06:46 AM PDT, you wrote: > Becky2 does support PGP/MIME signed messages (by means of a plugin) What is the name of the Plugin that would allow PGP/MIME support for Becky? -- Nick Andriash Creston, B.C. Canada PGP Public Key: MailTo:andriash@shaw.ca?subject=PGPKey From wk@gnupg.org Wed Sep 25 14:33:02 2002 From: wk@gnupg.org (Werner Koch) Date: Wed Sep 25 13:33:02 2002 Subject: Gnus In-Reply-To: <87u1kfwl85.fsf@Login.CERT.Uni-Stuttgart.DE> (Florian Weimer's message of "Tue, 24 Sep 2002 15:50:02 +0200") References: <1785884481.20020923181547@compuserve.com> <87d6r43a6n.fsf@Login.CERT.Uni-Stuttgart.DE> <1669472210.20020923191535@compuserve.com> <878z1s39t9.fsf@Login.CERT.Uni-Stuttgart.DE> <1489748397.20020923192011@compuserve.com> <87ptv3r0zo.fsf@alberti.gnupg.de> <87u1kfwl85.fsf@Login.CERT.Uni-Stuttgart.DE> Message-ID: <874rceqpc0.fsf@alberti.gnupg.de> On Tue, 24 Sep 2002 15:50:02 +0200, Florian Weimer said: > My first attempt failed because the FSF was unwilling to deal with the > issue. We might have triggered some kind of internal response, but we > haven't received *any* statement from the FSF USA after we had > convinced RMS that there is indeed a legal difficulty. Not only some kind of internal response but several personal meetings between Eben Moglen (of the FSF) and European laywers of the FSF-Europe. I had the impression that we sent you the new FSFE legal papers which do use an approach wich is sufficient for all parties. > So IMHO, gpg.el is just not worth all the trouble, especially since > most people who need it can grab it and install it (which is easy > compared to all the fuss you have to go through to get a decent Gnus > installation). I see. Shalom-Salam, Werner From wk@gnupg.org Wed Sep 25 14:41:01 2002 From: wk@gnupg.org (Werner Koch) Date: Wed Sep 25 13:41:01 2002 Subject: GpgmeData value In-Reply-To: <200209250715.042e@th00.opsion.fr> ('s message of "Wed, 25 Sep 2002 07:15:04 GMT") References: <200209250715.042e@th00.opsion.fr> Message-ID: <87znu6pacr.fsf@alberti.gnupg.de> On Wed, 25 Sep 2002 07:15:04 GMT, said: I assume: char resultText; > while(!(err = gpgme_data_read ( out, buf, 100, &nread > ))){ > resultText+=buf; > } You are not using it correctly: /* Read LENGTH bytes from the data object DH and store them in the memory starting at BUFFER. The number of bytes actually read is returned in NREAD. */ GpgmeError gpgme_data_read (GpgmeData dh, void *buffer, size_t length, size_t *nread); So adding the pointer BUF to RESULTTEXT won't yiled any useful result. I don't know waht you want to do, maybe something like: char *p, *resultText; p = resultText = xmalloc (large_value); while(!(err = gpgme_data_read ( out, buf, 100, &nread))){ /* fixme: check that resulktText is withing bounds */ memcpy (p, buf, nread); p += nread; } But this is pointless, as you can just pass resultText and its allocated size to gpgme_data_read. Salam-Shalom, Werner From dshaw@jabberwocky.com Wed Sep 25 14:44:02 2002 From: dshaw@jabberwocky.com (David Shaw) Date: Wed Sep 25 13:44:02 2002 Subject: gpg 1.2.0. and Solaris compilation In-Reply-To: <20020923220941.6f1bc677.rmartini@cipsga.org.br> References: <20020923220941.6f1bc677.rmartini@cipsga.org.br> Message-ID: <20020925114443.GB1929@akamai.com> On Mon, Sep 23, 2002 at 10:09:41PM -0300, Renato Martini wrote: > I try to compiled just now the gpg 1.2.0 for ix86 Solaris 8. > The compilation was aborted in the "tools" directory, and > so stoping abnormaly the process... [..] > This fatal error in the SunOS is very ordinary, when the compilations don't > find the libnets '-lsocket' and '-lnsl' (the sockets library functions). This is interesting - it only happens when the EGD entropy daemon driver is used (as it uses sockets). > May be, the source code could be fixed... Fixed. Thanks for the report. David -- David Shaw | dshaw@jabberwocky.com | WWW http://www.jabberwocky.com/ +---------------------------------------------------------------------------+ "There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." - Jeremy S. Anderson From ambassadorsean@juno.com Wed Sep 25 16:55:01 2002 From: ambassadorsean@juno.com (Sean M McMahon) Date: Wed Sep 25 15:55:01 2002 Subject: Newbie question Message-ID: <20020925.095514.-155373.0.ambassadorsean@juno.com> > On 23-Sep-2002/17:56 -0400, Sean M McMahon > wrote: > >I asked a question a week or so ago about using gpg to move a > >customer's credit card information over the web. I was gifted with > the > >first actually well written explanation that I have seen throughout > my > >quest to find answers to my problem, which has been carried out in > over a > >dozen e-mails to my web host's tech support people who obviously > have no > >idea what they're doing or what they're talking about. > [snip] > >Someone had asked a number of questions regarding my platform/web > >server etc., none of which I understood =) However, my control > panel > >which I use to manage my web page had the following information on > >it: > [snip] > > Looks like a pretty standard Linux setup. If you have telnet or > (better) > SSH access to the server then we can help you figure out how to get > this > working. If the only access you have is through an ISP-specific > interface > (ie; the "control panel" you mentioned), then the ISP will have to > help > you. > > Do you have SSH or telnet access to the server? > > Tony What's SSH, what's telnet, and how can I find out whether or not I have that kind of access to the server? =) ________________________________________________________________ GET INTERNET ACCESS FROM JUNO! Juno offers FREE or PREMIUM Internet access for less! Join Juno today! For your FREE software, visit: http://dl.www.juno.com/get/web/. From ellement@sdd.hp.com Wed Sep 25 17:43:01 2002 From: ellement@sdd.hp.com (David Ellement) Date: Wed Sep 25 16:43:01 2002 Subject: compiling gpg 1.2.0 on HP-UX Message-ID: <20020925144342.GQ10665@sdd.hp.com> Hello, I encountered a couple of problems getting gpg 1.2.0 to compile on HP-UX with gcc (3.1.1). The compile failed in the mpi directory, due to assembler errors. Some of the assembly code generated had instructions that lacked a leading tab character. Jay Dawes realized the problematic assembler code was in mpi/longlong.h. After adding leading tabs to all the assembler instructions in the HP-UX section, the compile succeeded and all the checks passed. The keyserver/Makefile only includes -lldap in gpgkeys_ldap_LDADD, so gpgkeys_ldap is unable to resolve host names. By adding -llber, it is able to resolve host names. (On my linux system at home, I saw the same problem, and needed to add -llber -lresolv). Has the format for keyserver name changed? The manual still says: `scheme:[//]keyservername[:port]' but it seems the `//' is now required, at least for the hkp scheme. -- David Ellement | Hewlett Packard, AiO Division Voice: +1 858 655 5592 | 16399 West Bernardo Drive, MS 8-70 FAX: +1 858 655 4374 | San Diego, CA 92127-1899 From sm8028@aixrs1.hrz.uni-essen.de Wed Sep 25 18:10:01 2002 From: sm8028@aixrs1.hrz.uni-essen.de (Andre Kurtz) Date: Wed Sep 25 17:10:01 2002 Subject: Newbie question In-Reply-To: <20020925.095514.-155373.0.ambassadorsean@juno.com> Message-ID: On Wed, 25 Sep 2002, Sean M McMahon wrote: > > > On 23-Sep-2002/17:56 -0400, Sean M McMahon > > wrote: > > >I asked a question a week or so ago about using gpg to move a > > >customer's credit card information over the web. I was gifted with > > the > > >first actually well written explanation that I have seen throughout > > my > > >quest to find answers to my problem, which has been carried out in > > over a > > >dozen e-mails to my web host's tech support people who obviously > > have no > > >idea what they're doing or what they're talking about. > > [snip] > > >Someone had asked a number of questions regarding my platform/web > > >server etc., none of which I understood =) However, my control > > panel > > >which I use to manage my web page had the following information on > > >it: > > [snip] > > > > Looks like a pretty standard Linux setup. If you have telnet or > > (better) > > SSH access to the server then we can help you figure out how to get > > this > > working. If the only access you have is through an ISP-specific > > interface > > (ie; the "control panel" you mentioned), then the ISP will have to > > help > > you. > > > > Do you have SSH or telnet access to the server? > > > > Tony > > > What's SSH, what's telnet, and how can I find out whether or not I have > that kind of access to the server? =) > > ________________________________________________________________ > GET INTERNET ACCESS FROM JUNO! > Juno offers FREE or PREMIUM Internet access for less! > Join Juno today! For your FREE software, visit: > http://dl.www.juno.com/get/web/. > > _______________________________________________ > Gnupg-users mailing list > Gnupg-users@gnupg.org > http://lists.gnupg.org/mailman/listinfo/gnupg-users > I apologize for my bad english ,but i am not a native speaker . First ,you need a telnet and an ssh client .Telnet should not be a problem ,because it is part of the Windows and Linux installation .Just open a terminal windows and type telnet .This will do it under Linux and Windows .If the server allows telnet ,you will be prompted for your username and password .If not ,the connection will be refused .But I disencourage the use of telnet ,because passwords are send in cleartext . That brings us to ssh .SSH is a part of the Linux installation ,so you should have it installed under Linux .Type ssh .With Windows ,you have to download a SSH Client .You can find one on www.ssh.com .Because SSH encrypts the data send on the connection ,it is always better to use ssh than telnet .Hope I could help you . From agreene@pobox.com Wed Sep 25 18:23:02 2002 From: agreene@pobox.com (Anthony E. Greene) Date: Wed Sep 25 17:23:02 2002 Subject: Newbie question In-Reply-To: <20020925.095514.-155373.0.ambassadorsean@juno.com>; from ambassadorsean@juno.com on Wed, Sep 25, 2002 at 09:55:14AM -0400 References: <20020925.095514.-155373.0.ambassadorsean@juno.com> Message-ID: <20020925112353.L6219@asmoweb.hqda.pentagon.mil> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 25-Sep-2002/09:55 -0400, Sean M McMahon wrote: [about setting up GnuPG onm a web server] > >What's SSH, what's telnet, They are ways to access a remote computer using what looks like a DOS command prompt. On Linux/Unix boxes the command prompt allows _complete_ control of the system. Some of what you need to do may require this kind of access. SSH FAQ >and how can I find out whether or not I have >that kind of access to the server? =) Ask the ISP that runs the server. Tony - -- Anthony E. Greene OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D AOL/Yahoo Chat: TonyG05 HomePage: Linux: the choice of a GNU Generation. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Anthony E. Greene 0x6C94239D iD8DBQE9kdT6pCpg3WyUI50RAopEAKCw8IFUnc2F3ceufavL6VgsjYwSEwCeJ4Ok PXvTMEE7A3DdI8Ma+3CV40g= =MTO1 -----END PGP SIGNATURE----- From dshaw@jabberwocky.com Wed Sep 25 18:49:01 2002 From: dshaw@jabberwocky.com (David Shaw) Date: Wed Sep 25 17:49:01 2002 Subject: compiling gpg 1.2.0 on HP-UX In-Reply-To: <20020925144342.GQ10665@sdd.hp.com> References: <20020925144342.GQ10665@sdd.hp.com> Message-ID: <20020925154906.GE1929@akamai.com> On Wed, Sep 25, 2002 at 07:43:42AM -0700, David Ellement wrote: > Hello, > > I encountered a couple of problems getting gpg 1.2.0 to compile on HP-UX > with gcc (3.1.1). > > The compile failed in the mpi directory, due to assembler errors. Some > of the assembly code generated had instructions that lacked a leading > tab character. Jay Dawes realized the problematic assembler code was in > mpi/longlong.h. After adding leading tabs to all the assembler > instructions in the HP-UX section, the compile succeeded and all the > checks passed. Which lines is this in longlong.h? Is it 318 and 365-380 ? > The keyserver/Makefile only includes -lldap in gpgkeys_ldap_LDADD, so > gpgkeys_ldap is unable to resolve host names. By adding -llber, it is > able to resolve host names. (On my linux system at home, I saw the same > problem, and needed to add -llber -lresolv). This doesn't make total sense. The autoconf check should have detected that. Did you end up with a gpgkeys_ldap that didn't resolve host names, or did it not compile at all? > Has the format for keyserver name changed? The manual still says: > > `scheme:[//]keyservername[:port]' > > but it seems the `//' is now required, at least for the hkp scheme. It's required for any scheme that is host-based (RFC 2396). For the schemes that ship with GnuPG, that means both hkp and ldap, but not mailto. David -- David Shaw | dshaw@jabberwocky.com | WWW http://www.jabberwocky.com/ +---------------------------------------------------------------------------+ "There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." - Jeremy S. Anderson From ellement@sdd.hp.com Wed Sep 25 20:20:01 2002 From: ellement@sdd.hp.com (David Ellement) Date: Wed Sep 25 19:20:01 2002 Subject: compiling gpg 1.2.0 on HP-UX In-Reply-To: <20020925154906.GE1929@akamai.com> References: <20020925144342.GQ10665@sdd.hp.com> <20020925154906.GE1929@akamai.com> Message-ID: <20020925172102.GR10665@sdd.hp.com> --s9fJI615cBHmzTOP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On 020925, at 11:49:06, David Shaw wrote > Which lines is this in longlong.h? Is it 318 and 365-380 ? Certainly 365-380 were part of the problem. See the attached diff. > > The keyserver/Makefile only includes -lldap in gpgkeys_ldap_LDADD, so > > gpgkeys_ldap is unable to resolve host names. > > This doesn't make total sense. The autoconf check should have > detected that. Did you end up with a gpgkeys_ldap that didn't resolve > host names, or did it not compile at all? It compiled, but it didn't resolve host names; it worked with IP addresses. I've attached the sections from config.log that had to do with configuring for the ldap interface. (The string 'lber' doesn't appear anywhere in config.log) -- David Ellement | Hewlett Packard, AiO Division Voice: +1 858 655 5592 | 16399 West Bernardo Drive, MS 8-70 FAX: +1 858 655 4374 | San Diego, CA 92127-1899 --s9fJI615cBHmzTOP Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="longlong.diff" --- mpi/longlong.h.orig 2002-08-24 08:01:05.000000000 -0700 +++ mpi/longlong.h 2002-09-23 15:10:27.000000000 -0700 @@ -314,8 +314,8 @@ ***************************************/ #if defined (__hppa) && W_TYPE_SIZE == 32 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ - __asm__ ("add %4,%5,%1\n" \ - "addc %2,%3,%0" \ + __asm__ (" add %4,%5,%1\n" \ + " addc %2,%3,%0" \ : "=r" ((USItype)(sh)), \ "=&r" ((USItype)(sl)) \ : "%rM" ((USItype)(ah)), \ @@ -323,8 +323,8 @@ "%rM" ((USItype)(al)), \ "rM" ((USItype)(bl))) #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ - __asm__ ("sub %4,%5,%1\n" \ - "subb %2,%3,%0" \ + __asm__ (" sub %4,%5,%1\n" \ + " subb %2,%3,%0" \ : "=r" ((USItype)(sh)), \ "=&r" ((USItype)(sl)) \ : "rM" ((USItype)(ah)), \ @@ -337,7 +337,7 @@ union {UDItype __ll; \ struct {USItype __h, __l;} __i; \ } __xx; \ - __asm__ ("xmpyu %1,%2,%0" \ + __asm__ (" xmpyu %1,%2,%0" \ : "=*f" (__xx.__ll) \ : "*f" ((USItype)(u)), \ "*f" ((USItype)(v))); \ @@ -362,21 +362,21 @@ do { \ USItype __tmp; \ __asm__ ( \ - "ldi 1,%0 \n" \ - "extru,= %1,15,16,%%r0 ; Bits 31..16 zero? \n" \ - "extru,tr %1,15,16,%1 ; No. Shift down, skip add.\n" \ - "ldo 16(%0),%0 ; Yes. Perform add. \n" \ - "extru,= %1,23,8,%%r0 ; Bits 15..8 zero? \n" \ - "extru,tr %1,23,8,%1 ; No. Shift down, skip add.\n" \ - "ldo 8(%0),%0 ; Yes. Perform add. \n" \ - "extru,= %1,27,4,%%r0 ; Bits 7..4 zero? \n" \ - "extru,tr %1,27,4,%1 ; No. Shift down, skip add.\n" \ - "ldo 4(%0),%0 ; Yes. Perform add. \n" \ - "extru,= %1,29,2,%%r0 ; Bits 3..2 zero? \n" \ - "extru,tr %1,29,2,%1 ; No. Shift down, skip add.\n" \ - "ldo 2(%0),%0 ; Yes. Perform add. \n" \ - "extru %1,30,1,%1 ; Extract bit 1. \n" \ - "sub %0,%1,%0 ; Subtract it. " \ + " ldi 1,%0 \n" \ + " extru,= %1,15,16,%%r0 ; Bits 31..16 zero? \n" \ + " extru,tr %1,15,16,%1 ; No. Shift down, skip add.\n" \ + " ldo 16(%0),%0 ; Yes. Perform add. \n" \ + " extru,= %1,23,8,%%r0 ; Bits 15..8 zero? \n" \ + " extru,tr %1,23,8,%1 ; No. Shift down, skip add.\n" \ + " ldo 8(%0),%0 ; Yes. Perform add. \n" \ + " extru,= %1,27,4,%%r0 ; Bits 7..4 zero? \n" \ + " extru,tr %1,27,4,%1 ; No. Shift down, skip add.\n" \ + " ldo 4(%0),%0 ; Yes. Perform add. \n" \ + " extru,= %1,29,2,%%r0 ; Bits 3..2 zero? \n" \ + " extru,tr %1,29,2,%1 ; No. Shift down, skip add.\n" \ + " ldo 2(%0),%0 ; Yes. Perform add. \n" \ + " extru %1,30,1,%1 ; Extract bit 1. \n" \ + " sub %0,%1,%0 ; Subtract it. " \ : "=r" (count), "=r" (__tmp) : "1" (x)); \ } while (0) #endif /* hppa */ --s9fJI615cBHmzTOP Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="config.ldap.log" PATH: /opt/openldap/bin configure:1965: checking whether LDAP keyserver support is requested configure:1974: result: yes configure:4581: checking whether LDAP via "-lldap" is present and sane configure:4602: gcc -o conftest -O2 -I/home/e/l/ellement/include -L/home/e/l/ellement/lib conftest.c -lldap >&5 configure:4605: $? = 0 configure:4608: test -s conftest configure:4611: $? = 0 configure:4620: result: yes gnupg_cv_func_ldap_init=yes --s9fJI615cBHmzTOP-- From dshaw@jabberwocky.com Wed Sep 25 20:47:02 2002 From: dshaw@jabberwocky.com (David Shaw) Date: Wed Sep 25 19:47:02 2002 Subject: compiling gpg 1.2.0 on HP-UX In-Reply-To: <20020925172102.GR10665@sdd.hp.com> References: <20020925144342.GQ10665@sdd.hp.com> <20020925154906.GE1929@akamai.com> <20020925172102.GR10665@sdd.hp.com> Message-ID: <20020925174800.GF1929@akamai.com> On Wed, Sep 25, 2002 at 10:21:02AM -0700, David Ellement wrote: > On 020925, at 11:49:06, David Shaw wrote > > > The keyserver/Makefile only includes -lldap in gpgkeys_ldap_LDADD, so > > > gpgkeys_ldap is unable to resolve host names. > > > > This doesn't make total sense. The autoconf check should have > > detected that. Did you end up with a gpgkeys_ldap that didn't resolve > > host names, or did it not compile at all? > > It compiled, but it didn't resolve host names; it worked with IP > addresses. I've attached the sections from config.log that had to do > with configuring for the ldap interface. (The string 'lber' doesn't > appear anywhere in config.log) That makes little sense - if there were unresolved symbols, the compile should have failed, and if there were no unresolved symbols, then there should be nothing needed from liblber or libresolv. Is there something unusual about your installation? SOCKS maybe? Also, you said you saw the same thing on a Linux box. Were the symptoms (compiled ok, but no DNS) the same? David -- David Shaw | dshaw@jabberwocky.com | WWW http://www.jabberwocky.com/ +---------------------------------------------------------------------------+ "There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." - Jeremy S. Anderson From johanw@vulcan.xs4all.nl Wed Sep 25 21:21:02 2002 From: johanw@vulcan.xs4all.nl (Johan Wevers) Date: Wed Sep 25 20:21:02 2002 Subject: --pgp2 option asumes CAST5 by default? In-Reply-To: <20020923195753.GB12502@akamai.com> from David Shaw at "Sep 23, 2002 03:57:53 pm" Message-ID: <200209241913.VAA00669@vulcan.xs4all.nl> David Shaw wrote: > Hmm. Do you have a "cipher-algo cast5" in your config file anywhere? Oops... I was experimenting with compatibility options for pgp 5 some time agoand forget to remove that. When I commented that out it worked as expected. Sorry to bother you. -- ir. J.C.A. Wevers // Physics and science fiction site: johanw@vulcan.xs4all.nl // http://www.xs4all.nl/~johanw/index.html PGP/GPG public keys at http://www.xs4all.nl/~johanw/pgpkeys.html From ajgpgml@tesla.inka.de Wed Sep 25 21:58:01 2002 From: ajgpgml@tesla.inka.de (Andreas John) Date: Wed Sep 25 20:58:01 2002 Subject: Using multiple subkeys in GPG References: <003301c260ca$e1d52de0$0c02a8c0@de> Message-ID: <001d01c264c5$a0fa7a60$0c02a8c0@de> Hi! I have read the "Using multiple subkeys in GPG"-Article = (http://fortytwo.ch/gpg/subkeys/) and tried it just out of curiosity. Although I don't want to use this "trick", but I believe someone out = there might and I want my program to be prepared... My question is: How can I tell that a secret primary-key is really = present and not just unusable when invoking GPG with "!". I mean how to tell programmatically.=20 The article mentions=20 gpg --export-secret-keys | gpg --list-packets where "primary secret key should be marked with 'gnu-dummy S2K'." Is this the only way? Shouldn't the "sc"-Flags be missing in the = "--list-secret-keys --with-colons" too? Bye! From rdmyers@netzon.net Wed Sep 25 22:18:02 2002 From: rdmyers@netzon.net (Rodney D. Myers) Date: Wed Sep 25 21:18:02 2002 Subject: change email address in gpg keyring? Message-ID: <20020925121847.04680734.rdmyers@netzon.net> --=.Ryo3zY33tpWX.( Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit A quick question. I'm helping 2 different people getting their gpg keys in order, but.. They both have changed email address' since I had them generate their keys, an dI want to help them "update" their keyring(s) showing their new address'. I think the command, so far as I know, should be something to the affect of; gpg --edit-key ? Then what esle. Thanks -- Rodney D. Myers ICQ# : 18002350 Have A NORML Day AIM#: mailman452 Yahoo Chat: Mailman42_5 They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. Ben Franklin --=.Ryo3zY33tpWX.( Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (GNU/Linux) iD8DBQE9kgwZRzSENXJW+i8RAotuAJ4/OprrlPtG6G7rb5T4hB4NdWdsJACfe0X7 QgjNst0oGhYxpZ37MymcTSA= =0W+D -----END PGP SIGNATURE----- --=.Ryo3zY33tpWX.(-- From alex@FUCKUP.fantastyka.net Thu Sep 26 00:48:02 2002 From: alex@FUCKUP.fantastyka.net (Janusz A. Urbanowicz) Date: Wed Sep 25 23:48:02 2002 Subject: change email address in gpg keyring? In-Reply-To: <20020925121847.04680734.rdmyers@netzon.net> References: <20020925121847.04680734.rdmyers@netzon.net> Message-ID: <20020925214926.GC10106@FUCKUP.fantastyka.net> On Wed, Sep 25, 2002 at 12:18:47PM -0700, Rodney D. Myers wrote: > A quick question. > > I'm helping 2 different people getting their gpg keys in order, but.. > > They both have changed email address' since I had them generate their > keys, an dI want to help them "update" their keyring(s) showing their > new address'. > > I think the command, so far as I know, should be something to the > affect of; > > gpg --edit-key ? > > Then what esle. add new uids by adduid them revoke old ones if necessary by revsig alex From ingo.kloecker@epost.de Thu Sep 26 00:58:01 2002 From: ingo.kloecker@epost.de (Ingo =?iso-8859-1?q?Kl=F6cker?=) Date: Wed Sep 25 23:58:01 2002 Subject: change email address in gpg keyring? In-Reply-To: <20020925121847.04680734.rdmyers@netzon.net> References: <20020925121847.04680734.rdmyers@netzon.net> Message-ID: <200209252351.34812@erwin.ingo-kloecker.de> =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Wednesday 25 September 2002 21:18, Rodney D. Myers wrote: > A quick question. > > I'm helping 2 different people getting their gpg keys in order, but.. > > They both have changed email address' since I had them generate their > keys, an dI want to help them "update" their keyring(s) showing their > new address'. > > I think the command, so far as I know, should be something to the > affect of; > > gpg --edit-key ? > > Then what esle. Enter 'help' to get a list of all possible commands. If they haven't yet spread there keys they can remove the wrong user ids=20 with 'deluid'. Note that you first have to mark the user id which=20 should be deleted with 'uid '. If they have already spread there key then they have to revoke their=20 signature on the wrong user ids with 'revsig'. They can create a new user id with 'adduid'. Regards, Ingo =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (GNU/Linux) iD8DBQE9ki/lGnR+RTDgudgRAj0qAJ9neb7Sn5RQnUQAAhpCmy6AHDaDPQCfdBcG xK+NCSRiPyAK5X14lJmY0Po=3D =3DAKon =2D----END PGP SIGNATURE----- From SMehta@exchange.webmd.net Thu Sep 26 01:00:01 2002 From: SMehta@exchange.webmd.net (Mehta, Swapnil) Date: Thu Sep 26 00:00:01 2002 Subject: Encryption Issue Message-ID: <9DA07453A669D511AD1400508BA3991FB9F511@nyctaex001.na.webmd.net> Hi All, When I try encrypting my file I get a message 'Could not find a valid trust path to the key..... ........ ..... Use this key anyway?' If i say 'yes' the encryption completes successfully. Is there any way i can avoid this message, that way i can avoid manual intervention and schedule my encryption script. Thanks, -Swapnil From ellement@sdd.hp.com Thu Sep 26 01:46:02 2002 From: ellement@sdd.hp.com (David Ellement) Date: Thu Sep 26 00:46:02 2002 Subject: compiling gpg 1.2.0 on HP-UX In-Reply-To: <20020925174800.GF1929@akamai.com> References: <20020925144342.GQ10665@sdd.hp.com> <20020925154906.GE1929@akamai.com> <20020925172102.GR10665@sdd.hp.com> <20020925174800.GF1929@akamai.com> Message-ID: <20020925224713.GH29687@sdd.hp.com> On 020925, at 13:48:00, David Shaw wrote > That makes little sense - if there were unresolved symbols, the > compile should have failed, and if there were no unresolved symbols, > then there should be nothing needed from liblber or libresolv. Is > there something unusual about your installation? SOCKS maybe? I don't claim to understand. I didn't SOCKSify. After compiling, checking and installing, I tried fetching a key from an ldap keyserver. It failed with a bind error, so I tried your eariler ldaptest: that worked. Fetching with 1.0.7 worked, so I ran 'chatr' on both the 1.0.7 gpgkeys_ldap and the 1.2.0. I noticed the 1.0.7 version was linked against lber, but the 1.2.0 version wasn't. So I ran 'make clean' in the keysever directory, added -llber to LDOPTS, and ran make again. After re-installing, the ldap key fetch worked. > Also, you said you saw the same thing on a Linux box. Were the > symptoms (compiled ok, but no DNS) the same? I saw the same symptoms (compiled ok, but no DNS). I don't know of a Linux equivalent for chatr, but I checked the 1.2.0 keyserver/Makefile, ran strings on the 1.0.7 and 1.2.0 gpgkeys_ldap files; remaking gpgkeys_ldap with LDFLAGS set to '-lber -lresolv' seemed to make it work. The Linux box is RH 7.2, with the ldap stuff from the distribution rpms. The box sits behind a Linksys router/switch. -- David Ellement From Peter.Loo@bannerhealth.com Thu Sep 26 02:38:02 2002 From: Peter.Loo@bannerhealth.com (Loo, Peter) Date: Thu Sep 26 01:38:02 2002 Subject: Flag to pass the passphrase dynamically while decrypting... Message-ID: Hi, Does anyone know how I can go about decrypting a file dynamically = without getting prompted for a passphrase? Under the licensed version = of PGP, you are able to accomplish this by issuing a command like the = following: pgp --decrypt --passphrase "xoxoxoxoxoxo" --output $file.txt = $file.txt.pgp --overwrite I was unable to find the flag --passphrase in "gpg --help". Thanks.=20 Peter Loo (Senior Programmer) peter.loo@bannerhealth.com =20 =20 "Whatever you do will be insignificant, but it is very important that = you do it." -- Mahatma Gandhi From mhw@wittsend.com Thu Sep 26 02:53:02 2002 From: mhw@wittsend.com (Michael H. Warfield) Date: Thu Sep 26 01:53:02 2002 Subject: Flag to pass the passphrase dynamically while decrypting... In-Reply-To: References: Message-ID: <20020925235400.GC9301@alcove.wittsend.com> On Wed, Sep 25, 2002 at 04:38:23PM -0700, Loo, Peter wrote: > Hi, > Does anyone know how I can go about decrypting a file dynamically without getting prompted for a passphrase? Under the licensed version of PGP, you are able to accomplish this by issuing a command like the following: > pgp --decrypt --passphrase "xoxoxoxoxoxo" --output $file.txt $file.txt.pgp --overwrite > I was unable to find the flag --passphrase in "gpg --help". echo "xoxoxoxoxoxo" | gpg --passphrase-fd 0 ... > Thanks. > Peter Loo (Senior Programmer) > peter.loo@bannerhealth.com > "Whatever you do will be insignificant, but it is very important that you do it." > -- Mahatma Gandhi Mike -- Michael H. Warfield | (770) 985-6132 | mhw@WittsEnd.com /\/\|=mhw=|\/\/ | (678) 463-0932 | http://www.wittsend.com/mhw/ NIC whois: MHW9 | An optimist believes we live in the best of all PGP Key: 0xDF1DD471 | possible worlds. A pessimist is sure of it! From samael-gnupg@lists.manxome.org Thu Sep 26 03:00:02 2002 From: samael-gnupg@lists.manxome.org (Ricardo SIGNES) Date: Thu Sep 26 02:00:02 2002 Subject: Flag to pass the passphrase dynamically while decrypting... In-Reply-To: References: Message-ID: <20020926000139.GA18022@manxome.org> --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Please wrap your lines at 72-or-so characters! On Wed, Sep 25, 2002 at 04:38:23PM -0700, Loo, Peter wrote: >=20 > Does anyone know how I can go about decrypting a file dynamically > without getting prompted for a passphrase? Under the licensed version > of PGP, you are able to accomplish this by issuing a command like the > following: > [ ... snip ... ] >=20 > I was unable to find the flag --passphrase in "gpg --help". Look for it in the man page. You will find --passphrase-fd. --=20 rjbs --Kj7319i9nmIyA2yE Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9kk5j3bSmE+TdcacRAv3MAKCbOeRio1qe7qWG/9mMfNhc76MXQwCg2ICM JdMIrNrnDriidQTKo9uZrUM= =9DbI -----END PGP SIGNATURE----- --Kj7319i9nmIyA2yE-- From agreene@pobox.com Thu Sep 26 03:04:02 2002 From: agreene@pobox.com (Anthony E. Greene) Date: Thu Sep 26 02:04:02 2002 Subject: Encryption Issue In-Reply-To: <"from SMehta"@exchange.webmd.net> References: <9DA07453A669D511AD1400508BA3991FB9F511@nyctaex001.na.webmd.net> Message-ID: <20020925200431.A25981@cp5340.hyatsv01.md.comcast.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 25-Sep-2002/18:00 -0400, "Mehta, Swapnil" wrote: > When I try encrypting my file I get a message > > 'Could not find a valid trust path to the key..... > ........ > ..... > Use this key anyway?' > > If i say 'yes' the encryption completes successfully. Is there any >way i can avoid this message, that way i can avoid manual intervention and >schedule my encryption script. Sign the key: gpg --lsign 0xKeyID Tony - -- Anthony E. Greene OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D AOL/Yahoo Messenger: TonyG05 HomePage: Linux. The choice of a GNU generation -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Anthony E. Greene 0x6C94239D iD8DBQE9kk8NpCpg3WyUI50RAhzCAJ9M8EiwE8dliYlUsN7B2HXwiSg3EgCcDfF8 iCmBKdDVeEzReNfuLWm2BbA= =r8uy -----END PGP SIGNATURE----- From wk@gnupg.org Thu Sep 26 10:15:02 2002 From: wk@gnupg.org (Werner Koch) Date: Thu Sep 26 09:15:02 2002 Subject: Agent implementation In-Reply-To: <87ofap59qy.fsf@Login.CERT.Uni-Stuttgart.DE> (Florian Weimer's message of "Mon, 23 Sep 2002 11:35:33 +0200") References: <87it0ys0wl.fsf@Login.CERT.Uni-Stuttgart.DE> <87it0y6wod.fsf@alberti.gnupg.de> <87d6r6ro4k.fsf@Login.CERT.Uni-Stuttgart.DE> <87n0qa6iw1.fsf@Login.CERT.Uni-Stuttgart.DE> <87vg4x3w8o.fsf@alberti.gnupg.de> <87ofap59qy.fsf@Login.CERT.Uni-Stuttgart.DE> Message-ID: <87it0tmdfv.fsf@alberti.gnupg.de> On Mon, 23 Sep 2002 11:35:33 +0200, Florian Weimer said: > My problem is that I plan to run GnuPG from within Emacs, and usually, > there's either no terminal at all, or a very dumb one (which is in no You can use athe ansi-term; I know folks running Mutt in it ;-) > Again, for my needs, a gpg-agent option would be the best choice. There is now a --keep-tty and a --keep-display in the CVS. However I figured that the switching of the TTY does only work for the first client connect. This is not what we intended ;-) Shalom-Salam, Werner From wk@gnupg.org Thu Sep 26 10:21:02 2002 From: wk@gnupg.org (Werner Koch) Date: Thu Sep 26 09:21:02 2002 Subject: Using multiple subkeys in GPG In-Reply-To: <001d01c264c5$a0fa7a60$0c02a8c0@de> ("Andreas John"'s message of "Wed, 25 Sep 2002 20:59:02 +0200") References: <003301c260ca$e1d52de0$0c02a8c0@de> <001d01c264c5$a0fa7a60$0c02a8c0@de> Message-ID: <87d6r1md6i.fsf@alberti.gnupg.de> On Wed, 25 Sep 2002 20:59:02 +0200, Andreas John said: > Is this the only way? Shouldn't the "sc"-Flags be missing in the "--list-secret-keys --with-colons" too? No. Those flags might be used to check whether a key was used correctly for signing. They have nothing to do with the availability of the secret key. Think of a smartcard: you may have access to the secret key but as long as the card is not plugged in a program can't tell you for sure. However, I agree that in a gpg --list-secret-keys you should have a way to see whether there is just a stub key. Salam-Shalom, Werner From bei@bea.com Thu Sep 26 12:43:02 2002 From: bei@bea.com (bei) Date: Thu Sep 26 11:43:02 2002 Subject: how to bypass the prompt Message-ID: <5.0.0.25.2.20020925102743.037374e0@206.189.193.21> Hello: I'm new to gpg, using 1.0.7 on solaris. I have obtained a public key from a vendor. In the process of producing my first encryption files using the public key, i'm getting the prompt asking me about the fingerprint, I had to type 'yes" to create the file. How do I bypass this and don't ask me about this again? I tried gpg with --yes option. it seemed like that it didn't work. What should be the correct syntax? ( tried with "gpg -ear --yes vendor_key_name " ) ======================================================== echo "my friend, " |gpg -ear vendor --yes >testbea.pgp gpg: A499C5CD: There is no indication that this key really belongs to the owner 2048g/A499C5CD 2001-07-11 "vendor" Fingerprint: EAF2 2028 F179 67A2 F574 AAAA E725 8831 AAAA C5CD It is NOT certain that the key belongs to its owner. If you *really* know what you are doing, you may answer the next question with yes Use this key anyway? ================================================== thanks. Bei From remailer@aarg.net Thu Sep 26 12:43:12 2002 From: remailer@aarg.net (AARG! Anonymous) Date: Thu Sep 26 11:43:12 2002 Subject: Signature as attachment ? Message-ID: <7ed8a62082ebbaa9892de4ac94b49465@aarg.net> Nick Andriash [25/09/2002]: > > Becky2 does support PGP/MIME signed messages (by means of a plugin) > > What is the name of the Plugin that would allow PGP/MIME support for Becky? GNU Privacy Guard Plug-in for Becky! 2 http://hp.vector.co.jp/authors/VA023900/gpg-pin/index_en.html From newton@hammet.net Thu Sep 26 12:43:22 2002 From: newton@hammet.net (Newton Hammet) Date: Thu Sep 26 11:43:22 2002 Subject: have gnupg 1.0.7 gonna publish my key. References: <20020925144342.GQ10665@sdd.hp.com> Message-ID: <3D922AA2.8A6BFBCC@io.com> Hello GnuPG users, I am getting ready to publish my keyserver to www.keyserver.net... that place looks pretty user friendly. So far I have done the following things: 1. Use gpg --gen-key/edit-key to generate a 2048-bit RSA signing only key, with a 2048-bit RSA encryption only key as a secondary key. 2. Used a passphrase that is probably long and obscure enough make cracking difficult. (Downside is carpal tunnel typing the damn thing in.) 3. Generated in advance my revoking certificate, and then encrypted it with symmetric-key encryption and destroyed the unencryped version of the revoke cert. (I don't want keys rotting out there in keyserverdom because i failed to make a revoke, or forgot my passphrase, or both... forgetting passphrase is distinct possibility (see (2) above). Haven't uploaded anything yet. I am prepared to, but notice a lot of people with 1024-bit keys. Wondering if whether or not I will be drawing lots of attention to myself with a 2048-bit key. (What is he trying to hide?) I didn't see any others out there with 2048-bit keys, so I wonder. (William Jefferson Clinton has a 1024-bit key, but Al Gore, (inventor of the internet) does not, apparently... lol) Comments are welcome. I probably won't change from RSA though, cause I like that algorithm. Don't know if DSA or ELGamal are more secure for same key length though. I think ElGamal may be secure even if there is a breakthrough in factoring but only if that does not also mean a breakthrough in finding descrete logarithms.... Don't know. Anyhow.... Regards, Newton From akuma@purdue.edu Thu Sep 26 12:43:33 2002 From: akuma@purdue.edu (jason.s.cecil.1) Date: Thu Sep 26 11:43:33 2002 Subject: Question About --list-sigs Message-ID: Anyone know what the value that starts the line for each signature of the public keys represents? Ex: pub 1024D/165767** 2002-09-25 A** (use pgp) <****@purdue.edu> sig 3 165767** 2002-09-25 A** (use pgp) <****@purdue.edu> sig 3 6543E1** 2002-09-25 Jason Scott Cecil (Akuma) sub 1024g/EC1E50** 2002-09-25 [expires: 2003-01-23] sig 165767** 2002-09-25 A** (use pgp) <****@purdue.edu> Someone said the 3 in "sig 3" represented the trust level? however i changed the trust level on a few and got the same output. thanks so much, can't find descrip. of this output anywhere. please reply to akuma@purdue.edu as i'm not on this list. thx jason cecil From newton@hammet.net Thu Sep 26 12:43:44 2002 From: newton@hammet.net (Newton Hammet) Date: Thu Sep 26 11:43:44 2002 Subject: Encryption Issue References: <9DA07453A669D511AD1400508BA3991FB9F511@nyctaex001.na.webmd.net> Message-ID: <3D923876.9578FBA3@io.com> "Mehta, Swapnil" wrote: > > Hi All, > > When I try encrypting my file I get a message > > 'Could not find a valid trust path to the key..... > ........ > ..... > Use this key anyway?' > > If i say 'yes' the encryption completes successfully. Is there any > way i can avoid this message, that way i can avoid manual intervention and > schedule my encryption script. > > Thanks, > -Swapnil > > _______________________________________________ > Gnupg-users mailing list > Gnupg-users@gnupg.org > http://lists.gnupg.org/mailman/listinfo/gnupg-users try the following: gpg --batch -yes If that doesnt work ::: echo yes | gpg --command-fd 0 --batch Hope this helps. Regards, Newton From steve-gnupg@gbnet.net Thu Sep 26 13:10:02 2002 From: steve-gnupg@gbnet.net (Steve Kennedy) Date: Thu Sep 26 12:10:02 2002 Subject: Compiling GnuPG 1.2.0 on Solaris 2.7 In-Reply-To: <20020925224713.GH29687@sdd.hp.com> References: <20020925144342.GQ10665@sdd.hp.com> <20020925154906.GE1929@akamai.com> <20020925172102.GR10665@sdd.hp.com> <20020925174800.GF1929@akamai.com> <20020925224713.GH29687@sdd.hp.com> Message-ID: <20020926095736.GG19115@ns.gbnet.net> I'm using Sun's cc (Forte) and reasonable recent patches on a Solaris 2.7 box. It barfs compiling gpgkeys_ldap.c gmake[2]: Entering directory `/vol/software/todo/gnupg-1.2.0/keyserver' source='gpgkeys_ldap.c' object='gpgkeys_ldap.o' libtool=no \ depfile='.deps/gpgkeys_ldap.Po' tmpdepfile='.deps/gpgkeys_ldap.TPo' \ depmode=none /bin/ksh ../scripts/depcomp \ cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include -O -c `test -f 'gpgkeys_ldap.c' || echo './'`gpgkeys_ldap.c "gpgkeys_ldap.c", line 70: non-constant initializer: op "NAME" "gpgkeys_ldap.c", line 70: non-constant initializer: op "U&" "gpgkeys_ldap.c", line 70: non-constant initializer: op "U&" "gpgkeys_ldap.c", line 166: cannot recover from previous errors cc: acomp failed for gpgkeys_ldap.c gmake[2]: *** [gpgkeys_ldap.o] Error 2 gmake[2]: Leaving directory `/vol/software/todo/gnupg-1.2.0/keyserver' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/vol/software/todo/gnupg-1.2.0' gmake: *** [all] Error 2 Any help appreciated Steve -- NetTek Ltd Flat 2, 43 Howitt Road, Belsize Park, London NW3 4LU, UK tel +44-(0)20 7483 1169 fax +44-(0)20 7483 2455 mob 07775 755503 SMS steve-pager (at) gbnet.net [body] gpg 1024D/468952DB 2001-09-19 From rmartini@cipsga.org.br Thu Sep 26 14:20:01 2002 From: rmartini@cipsga.org.br (Renato Martini) Date: Thu Sep 26 13:20:01 2002 Subject: gpg 1.2.0. and Solaris compilation In-Reply-To: <20020925114443.GB1929@akamai.com> References: <20020923220941.6f1bc677.rmartini@cipsga.org.br> <20020925114443.GB1929@akamai.com> Message-ID: <20020926082119.0645c49e.rmartini@cipsga.org.br> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi David! On Wed, 25 Sep 2002 07:44:43 -0400 David Shaw wrote: > On Mon, Sep 23, 2002 at 10:09:41PM -0300, Renato Martini wrote: > > > I try to compiled just now the gpg 1.2.0 for ix86 Solaris 8. > > The compilation was aborted in the "tools" directory, and > > so stoping abnormaly the process... > > [..] > > > This fatal error in the SunOS is very ordinary, when the compilations don't > > find the libnets '-lsocket' and '-lnsl' (the sockets library functions). > > This is interesting - it only happens when the EGD entropy daemon > driver is used (as it uses sockets). Yes! I guess so... > > May be, the source code could be fixed... > > Fixed. Thanks for the report. > Is the source code package right now fixed? best regards - ---------- __|_ _| _ \ __| __| \ | Renato Martini ::: Diretor Administrativo ( | __/\__ \ (_ | _ \ | http://www.cipsga.org.br \___|___|_| ____/\___|_/ _\ | http://gnupg.unixsecurity.com.br - ----------------------------------------------------------------------- **Please sign or encrypt for Internet privacy** - ----------------------------------------------------------------------- "O Fantasia, che dei tempi e delle distanze fai il tuo giuoco audace!" (Gabriele d'Annunzio) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (GNU/Linux) iD8DBQE9ku2vYogE2yD8bPYRAh8RAKDtVRxaba2f2Wsxv2FomGUxg2iQFwCg5hIl YsBKm2QnfIferXmcOGrUiIM= =XQA9 -----END PGP SIGNATURE----- From wk@gnupg.org Thu Sep 26 14:35:02 2002 From: wk@gnupg.org (Werner Koch) Date: Thu Sep 26 13:35:02 2002 Subject: Compiling GnuPG 1.2.0 on Solaris 2.7 In-Reply-To: <20020926095736.GG19115@ns.gbnet.net> (Steve Kennedy's message of "Thu, 26 Sep 2002 10:57:36 +0100") References: <20020925144342.GQ10665@sdd.hp.com> <20020925154906.GE1929@akamai.com> <20020925172102.GR10665@sdd.hp.com> <20020925174800.GF1929@akamai.com> <20020925224713.GH29687@sdd.hp.com> <20020926095736.GG19115@ns.gbnet.net> Message-ID: <874rcd6l3v.fsf@alberti.gnupg.de> --=-=-= On Thu, 26 Sep 2002 10:57:36 +0100, Steve Kennedy said: > It barfs compiling gpgkeys_ldap.c Can you please apply this patch to gpgkeys_ldap.c and try again? --=-=-= Content-Disposition: attachment; filename=x 2002-09-26 Werner Koch * gpgkeys_ldap.c (send_key): Removed non-constant initializers. Index: gpgkeys_ldap.c =================================================================== RCS file: /cvs/gnupg/gnupg/keyserver/gpgkeys_ldap.c,v retrieving revision 1.8 retrieving revision 1.8.2.1 diff -u -r1.8 -r1.8.2.1 --- gpgkeys_ldap.c 9 Sep 2002 20:36:12 -0000 1.8 +++ gpgkeys_ldap.c 26 Sep 2002 11:27:47 -0000 1.8.2.1 @@ -66,19 +66,14 @@ char line[MAX_LINE]; char *key[2]={0,0}; char keyid[17]; -#ifndef __riscos__ - LDAPMod mod={LDAP_MOD_ADD,pgpkeystr,{key}},*attrs[2]={&mod,NULL}; -#else LDAPMod mod, *attrs[2]; - + + memset (&mod, 0, sizeof mod); mod.mod_op = LDAP_MOD_ADD; mod.mod_type = pgpkeystr; - mod.mod_values = 0; - mod.mod_bvalues = 0; - + mod.mod_values = key; attrs[0] = &mod; attrs[1] = NULL; -#endif dn=malloc(strlen("pgpCertid=virtual,")+strlen(basekeyspacedn)+1); if(dn==NULL) --=-=-=-- From steve-gnupg@gbnet.net Thu Sep 26 14:52:01 2002 From: steve-gnupg@gbnet.net (Steve Kennedy) Date: Thu Sep 26 13:52:01 2002 Subject: Compiling GnuPG 1.2.0 on Solaris 2.7 In-Reply-To: <874rcd6l3v.fsf@alberti.gnupg.de> References: <20020925144342.GQ10665@sdd.hp.com> <20020925154906.GE1929@akamai.com> <20020925172102.GR10665@sdd.hp.com> <20020925174800.GF1929@akamai.com> <20020925224713.GH29687@sdd.hp.com> <20020926095736.GG19115@ns.gbnet.net> <874rcd6l3v.fsf@alberti.gnupg.de> Message-ID: <20020926115323.GM19115@ns.gbnet.net> On Thu, Sep 26, 2002 at 01:33:56PM +0200, Werner Koch wrote: > On Thu, 26 Sep 2002 10:57:36 +0100, Steve Kennedy said: > > It barfs compiling gpgkeys_ldap.c > Can you please apply this patch to gpgkeys_ldap.c and try again? I used the patch posted to the list by Dr.Stefan.Dalibor@bfa.de which seemed to work, I'll try this one as soon as the tests have finished (also failed on 1024 test). Steve -- NetTek Ltd Flat 2, 43 Howitt Road, Belsize Park, London NW3 4LU, UK tel +44-(0)20 7483 1169 fax +44-(0)20 7483 2455 mob 07775 755503 SMS steve-pager (at) gbnet.net [body] gpg 1024D/468952DB 2001-09-19 From franl@world.std.com Thu Sep 26 15:38:02 2002 From: franl@world.std.com (Francis Litterio) Date: Thu Sep 26 14:38:02 2002 Subject: Flag to pass the passphrase dynamically while decrypting... In-Reply-To: <20020925235400.GC9301@alcove.wittsend.com> ("Michael H. Warfield"'s message of "Wed, 25 Sep 2002 19:54:00 -0400") References: <20020925235400.GC9301@alcove.wittsend.com> Message-ID: "Michael H. Warfield" writes: > On Wed, Sep 25, 2002 at 04:38:23PM -0700, Loo, Peter wrote: >> Does anyone know how I can go about decrypting a file dynamically >> without getting prompted for a passphrase? > echo "xoxoxoxoxoxo" | gpg --passphrase-fd 0 ... Or, if you use a recent version of Bash as your shell: gpg --passphrase-fd 6 ... 6<<<"xoxoxoxoxoxoxo" This is nice because it leaves standard input available for reading the plaintext or ciphertext. -- Francis Litterio franl@world.std.com http://world.std.com/~franl/ GPG and PGP public keys available on keyservers. From avbidder@fortytwo.ch Thu Sep 26 16:09:02 2002 From: avbidder@fortytwo.ch (Adrian von Bidder) Date: Thu Sep 26 15:09:02 2002 Subject: have gnupg 1.0.7 gonna publish my key. In-Reply-To: <3D922AA2.8A6BFBCC@io.com> References: <20020925144342.GQ10665@sdd.hp.com> <3D922AA2.8A6BFBCC@io.com> Message-ID: <1033045822.20879.19.camel@atlas> --=-F4lR+E8JrOSJ9Xt3M03q Content-Type: text/plain Content-Transfer-Encoding: quoted-printable [could you consider cutting your lines to something around 72 chars?] On Wed, 2002-09-25 at 23:29, Newton Hammet wrote: >=20 > Hello GnuPG users, >=20 > I am getting ready to publish my keyserver to www.keyserver.net... tha= t place looks pretty user > friendly. Hmm. (I don't find their website userfriendly, but that's not the point). The two problems I see with keyserver.net is - reliability: keyserver.net seems not to synchronize their keyrings with the wwwkeys.pgp.net keyservers; of their keyservers I could only ever reach belgium.keyserver.net reliable. - ideology: keyserver.net is based on a proprietary keyserver software, and to me it's not clear who is involved with operating their keyserver 'network' (if there is one, see above).=20 wwwkeys.pgp.net (and wwwkeys..pgp.net) is a network of keyservers with mostly reliable synchronisatian, and running mostly (entirely?) on open software. >=20 > So far I have done the following things: >=20 > 1. Use gpg --gen-key/edit-key to generate a 2048-bit RSA signing only key= , with a 2048-bit RSA > encryption only key as a secondary key. Ok. > 2. Used a passphrase that is probably long and obscure enough make cracki= ng difficult.=20 > (Downside is carpal tunnel typing the damn thing in.) Ok. > 3. Generated in advance my revoking certificate, and then encrypted it wi= th symmetric-key encryption > and destroyed the unencryped version of the revoke cert. Ok. Are you sure you will remember where you got that key to decrypt the revocal cert? Probably better to print the revocation certificate and store it as a paper copy in a secure location, so even worst case data loss will not kill it. It's not too long to type if the emergency really will occur, after all. >=20 > Haven't uploaded anything yet. I am prepared to, but notice a lot of peo= ple with 1024-bit keys. >=20 > Wondering if whether or not I will be drawing lots of attention to myself= with a 2048-bit key.=20 > (What is > he trying to hide?) I didn't see any others out there with 2048-bit keys= , so I wonder. I doubt anybody will really notice. 1024 bit are the default right now, so most people go with that. There are quite a few bigger keys out there - chosing key size is just a question of judging how fast computers will get (or if there will be any major maths breakthrough) in the future, peoples opinions vary. >=20 > (William Jefferson Clinton has a 1024-bit key, but Al Gore, (inventor of = the internet) does not, > apparently... lol) Clinton, really!? And who told you this? I hope you've read about the idea behind the web of trust, and how to make sure that a key really belongs to the 'right' owner. The one key on wwwkeys.pgp.net keyserver does not have any signatures on it... >=20 > Comments are welcome. I probably won't change from RSA though, cause I l= ike that algorithm. Don't > know if DSA or ELGamal are more secure for same key length though. I thin= k ElGamal may be secure > even > if there is a breakthrough in factoring but only if that does not also me= an a breakthrough in > finding > descrete logarithms.... Don't know. Depending on the people you will exchange messages with, you may want to double-check for interoperability problems with other openpgp implementations (PGP, hushmail) as your key is not the default. cheers -- vbi --=20 secure email with gpg http://fortytwo.ch/gpg NOTICE: subkey signature! request key 92082481 from keyserver.kjsl.com --=-F4lR+E8JrOSJ9Xt3M03q Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iEYEABECAAYFAj2TBz4ACgkQKqpm2L3fmXo6OQCgt+a62ZJOoimQjJ4Qqx6bhEnB tnsAn2jqwyA2U/HPaa/7D5xKakKvGSMQ =40Lq -----END PGP SIGNATURE----- --=-F4lR+E8JrOSJ9Xt3M03q-- From jgoerzen@complete.org Thu Sep 26 16:33:01 2002 From: jgoerzen@complete.org (John Goerzen) Date: Thu Sep 26 15:33:01 2002 Subject: have gnupg 1.0.7 gonna publish my key. In-Reply-To: <1033045822.20879.19.camel@atlas> References: <20020925144342.GQ10665@sdd.hp.com> <3D922AA2.8A6BFBCC@io.com> <1033045822.20879.19.camel@atlas> Message-ID: <20020926133423.GB66919@gesundheit.complete.org> On Thu, Sep 26, 2002 at 03:10:22PM +0200, Adrian von Bidder wrote: > wwwkeys.pgp.net (and wwwkeys..pgp.net) is a network of > keyservers with mostly reliable synchronisatian, and running mostly > (entirely?) on open software. However, the storage of keys is mostly unreliable, and continues to have problems with mangling keys with multiple subkeys. GnuPG even recently added a workaround to *partially* work around that bug; but as the actual keys are mangled, it's hard for GnuPG to completely work around it. Try requesting my key (8A1D9A1F) from that network and try to import it. It's not going to work. My own opinion is that most anything is better than a network that can't even store a key reliably. -- John From Weimer@CERT.Uni-Stuttgart.DE Thu Sep 26 16:36:01 2002 From: Weimer@CERT.Uni-Stuttgart.DE (Florian Weimer) Date: Thu Sep 26 15:36:01 2002 Subject: Agent implementation In-Reply-To: <87it0tmdfv.fsf@alberti.gnupg.de> (Werner Koch's message of "Thu, 26 Sep 2002 09:12:52 +0200") References: <87it0ys0wl.fsf@Login.CERT.Uni-Stuttgart.DE> <87it0y6wod.fsf@alberti.gnupg.de> <87d6r6ro4k.fsf@Login.CERT.Uni-Stuttgart.DE> <87n0qa6iw1.fsf@Login.CERT.Uni-Stuttgart.DE> <87vg4x3w8o.fsf@alberti.gnupg.de> <87ofap59qy.fsf@Login.CERT.Uni-Stuttgart.DE> <87it0tmdfv.fsf@alberti.gnupg.de> Message-ID: <87fzvwswgs.fsf@Login.CERT.Uni-Stuttgart.DE> Werner Koch writes: >> My problem is that I plan to run GnuPG from within Emacs, and usually, >> there's either no terminal at all, or a very dumb one (which is in no > > You can use athe ansi-term; I know folks running Mutt in it ;-) It's still almost impossible to create a terminal window when a GnuPG process created by 'call-process' needs a passphrase. >> Again, for my needs, a gpg-agent option would be the best choice. > > There is now a --keep-tty and a --keep-display in the CVS. Doesn't work for me, I'm afraid. GnuPG indicates that there was a gpg-agent failure and falls back to normal mode, and gpg-agent prints the following error message: gpg-agent[4854]: command get_passphrase failed: assuan error In addition, I'd like to use --keep-tty without --daemon; this should make gpg-agent (or curses pinentry) much more robust. Otherwise strange things may happen (two applications access the PTY at the same time, reading). BTW, gpg-agent is totally hosed with symmetric encryption (GnuPG crashes because there's no key ID). And unfortunately, symmetric encryption is the prime GnuPG application for me these days. -- Florian Weimer Weimer@CERT.Uni-Stuttgart.DE University of Stuttgart http://CERT.Uni-Stuttgart.DE/people/fw/ RUS-CERT fax +49-711-685-5898 From wk@gnupg.org Thu Sep 26 17:19:01 2002 From: wk@gnupg.org (Werner Koch) Date: Thu Sep 26 16:19:01 2002 Subject: have gnupg 1.0.7 gonna publish my key. In-Reply-To: <20020926133423.GB66919@gesundheit.complete.org> (John Goerzen's message of "Thu, 26 Sep 2002 08:34:23 -0500") References: <20020925144342.GQ10665@sdd.hp.com> <3D922AA2.8A6BFBCC@io.com> <1033045822.20879.19.camel@atlas> <20020926133423.GB66919@gesundheit.complete.org> Message-ID: <87hegc4z03.fsf@alberti.gnupg.de> On Thu, 26 Sep 2002 08:34:23 -0500, John Goerzen said: > However, the storage of keys is mostly unreliable, and continues to have > problems with mangling keys with multiple subkeys. GnuPG even recently I have similar problems with keyserver.net software. There is work underway to fresh up the pksd and there two new and Free keyserver implementions. So there is hope that the problems will be fixed in a not too distant future. Shalom-Salam, Werner From adulau@foo.be Thu Sep 26 17:40:02 2002 From: adulau@foo.be (Alexandre Dulaunoy) Date: Thu Sep 26 16:40:02 2002 Subject: have gnupg 1.0.7 gonna publish my key. In-Reply-To: <20020926133423.GB66919@gesundheit.complete.org> Message-ID: On Thu, 26 Sep 2002, John Goerzen wrote: > On Thu, Sep 26, 2002 at 03:10:22PM +0200, Adrian von Bidder wrote: > > > wwwkeys.pgp.net (and wwwkeys..pgp.net) is a network of > > keyservers with mostly reliable synchronisatian, and running mostly > > (entirely?) on open software. > > However, the storage of keys is mostly unreliable, and continues to have > problems with mangling keys with multiple subkeys. GnuPG even recently > added a workaround to *partially* work around that bug; but as the actual > keys are mangled, it's hard for GnuPG to completely work around it. Try > requesting my key (8A1D9A1F) from that network and try to import it. It's > not going to work. > > My own opinion is that most anything is better than a network that can't > even store a key reliably. > Do you have made some test with the cvs version[1] of pks ? [1] http://sourceforge.net/projects/pks/ -- Alexandre Dulaunoy -- http://www.foo.be/ 3B12 DCC2 82FA 2931 2F5B 709A 09E2 CD49 44E6 CBCD --- AD993-6BONE "People who fight may lose.People who do not fight have already lost." Bertolt Brecht From agreene@pobox.com Thu Sep 26 18:21:02 2002 From: agreene@pobox.com (Anthony E. Greene) Date: Thu Sep 26 17:21:02 2002 Subject: how to bypass the prompt In-Reply-To: <"from bei"@bea.com> References: <5.0.0.25.2.20020925102743.037374e0@206.189.193.21> Message-ID: <20020926112144.B30098@cp5340.hyatsv01.md.comcast.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 25-Sep-2002/10:36 -0700, bei wrote: >I'm new to gpg, using 1.0.7 on solaris. I have obtained a public key from >a vendor. In the process of producing my first encryption files using the >public key, i'm getting the prompt asking me about the fingerprint, I had >to type 'yes" to create the file. How do I bypass this and don't ask me >about this again? I tried gpg with --yes option. it seemed like that it >didn't work. What should be the correct syntax? ( tried with "gpg -ear >--yes vendor_key_name " ) gpg --lsign 0xKeyId Tony - -- Anthony E. Greene OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D AOL/Yahoo Messenger: TonyG05 HomePage: Linux. The choice of a GNU generation -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Anthony E. Greene 0x6C94239D iD8DBQE9kyYHpCpg3WyUI50RApVbAKCbXfTOQdjI61pgsAY/YCgIwvI8lgCfXVen ipPLyEXcBJTQSr9HW599q1A= =Ozqj -----END PGP SIGNATURE----- From Peter.Loo@bannerhealth.com Thu Sep 26 19:28:02 2002 From: Peter.Loo@bannerhealth.com (Loo, Peter) Date: Thu Sep 26 18:28:02 2002 Subject: Flag to pass the passphrase dynamically while decrypting... Message-ID: How would you handle this in Windows arena? I hate Windows, but I am = having to deal with this for our clients. Thanks. Peter -----Original Message----- From: Michael H. Warfield [mailto:mhw@wittsend.com] Sent: Wednesday, September 25, 2002 4:54 PM To: Loo, Peter Cc: gnupg-users@gnupg.org Subject: Re: Flag to pass the passphrase dynamically while decrypting... On Wed, Sep 25, 2002 at 04:38:23PM -0700, Loo, Peter wrote: > Hi, > Does anyone know how I can go about decrypting a file dynamically = without getting prompted for a passphrase? Under the licensed version = of PGP, you are able to accomplish this by issuing a command like the = following: > pgp --decrypt --passphrase "xoxoxoxoxoxo" --output $file.txt = $file.txt.pgp --overwrite > I was unable to find the flag --passphrase in "gpg --help". echo "xoxoxoxoxoxo" | gpg --passphrase-fd 0 ... > Thanks.=20 > Peter Loo (Senior Programmer) > peter.loo@bannerhealth.com =20 > "Whatever you do will be insignificant, but it is very important that = you do it." > -- Mahatma Gandhi Mike --=20 Michael H. Warfield | (770) 985-6132 | mhw@WittsEnd.com /\/\|=3Dmhw=3D|\/\/ | (678) 463-0932 | = http://www.wittsend.com/mhw/ NIC whois: MHW9 | An optimist believes we live in the best of = all PGP Key: 0xDF1DD471 | possible worlds. A pessimist is sure of it! From newton@hammet.net Thu Sep 26 23:55:01 2002 From: newton@hammet.net (Newton Hammet) Date: Thu Sep 26 22:55:01 2002 Subject: ...1.0.7 gonna publish my key / RSA ? References: <20020925144342.GQ10665@sdd.hp.com> <3D922AA2.8A6BFBCC@io.com> <1033045822.20879.19.camel@atlas> Message-ID: <3D937493.BF221BB6@hammet.net> Hello All, I am now researching this thing about RSA keys and compatability with PGP, particularly later versions where it says RSA can be added for "backward compatability" with older versions of PGP. Why is PGP discontinuing support for RSA keys? I can't image there are patent issues. I thought the patent expired on Sept 20, 2000 (source: Applied Cryptography). Does it have to do with patent not expiring overseas? Is it an ITAR issue? I am curious, because I like the algorithm, but don't want to use it if it will cause interoperability problems. Regards, Newton Adrian von Bidder wrote: > > [could you consider cutting your lines to something around 72 chars?] > > > (What is > > he trying to hide?) I didn't see any others out there with 2048-bit keys, so I wonder. > > I doubt anybody will really notice. 1024 bit are the default right now, > so most people go with that. There are quite a few bigger keys out there > - chosing key size is just a question of judging how fast computers will > get (or if there will be any major maths breakthrough) in the future, > peoples opinions vary. > > > > > (William Jefferson Clinton has a 1024-bit key, but Al Gore, (inventor of the internet) does not, > > apparently... lol) > > Clinton, really!? And who told you this? I hope you've read about the > idea behind the web of trust, and how to make sure that a key really > belongs to the 'right' owner. The one key on wwwkeys.pgp.net keyserver > does not have any signatures on it... > > > > > Comments are welcome. I probably won't change from RSA though, cause I like that algorithm. Don't > > know if DSA or ELGamal are more secure for same key length though. I think ElGamal may be secure > > even > > if there is a breakthrough in factoring but only if that does not also mean a breakthrough in > > finding > > descrete logarithms.... Don't know. > > Depending on the people you will exchange messages with, you may want to > double-check for interoperability problems with other openpgp > implementations (PGP, hushmail) as your key is not the default. > > cheers > -- vbi > > -- > secure email with gpg http://fortytwo.ch/gpg > > NOTICE: subkey signature! request key 92082481 from keyserver.kjsl.com > > ---------------------------------------------------------------------------------------------------- > Name: signature.asc > signature.asc Type: application/pgp-signature > Description: This is a digitally signed message part From onlymallu@hotmail.com Fri Sep 27 01:14:01 2002 From: onlymallu@hotmail.com (mallu only) Date: Fri Sep 27 00:14:01 2002 Subject: How to bypass the passphrase & prompt Message-ID: How to bypass the passphrase while decrypting & prompt while encrypting. I tried this for encryption,but did not work for me. when I try ' gpg --lsign keyId ' , I am getting message "key was already signed by key EF09865E Nothing to sign with key EF09865E Key not changed so no update needed." But if I try to encrypt with command ' gpg -o outputFile --encrypt -r keyId test.doc ' I get this message "It is NOT certain that the key belongs to its owner. If you *really* know what you are doing, you may answer the next question with yes Use this key anyway?" is there anyway to bypass this. Thanks Arun. _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com From ingo.kloecker@epost.de Fri Sep 27 02:14:02 2002 From: ingo.kloecker@epost.de (Ingo =?iso-8859-1?q?Kl=F6cker?=) Date: Fri Sep 27 01:14:02 2002 Subject: How to bypass the passphrase & prompt In-Reply-To: References: Message-ID: <200209270107.39336@erwin.ingo-kloecker.de> =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Friday 27 September 2002 00:13, mallu only wrote: > How to bypass the passphrase while decrypting & prompt while > encrypting. > > I tried this for encryption,but did not work for me. > > when I try ' gpg --lsign keyId ' , I am getting message > "key was already signed by key EF09865E Nothing to sign with key > EF09865E Key not changed so no update needed." > > But if I try to encrypt with command ' gpg -o outputFile --encrypt -r > keyId test.doc ' > > I get this message "It is NOT certain that the key belongs to its > owner. If you *really* know what you are doing, you may answer > the next question with yes Use this key anyway?" You probably "forgot" to set the trust of your own key to ultimate when=20 you updated from GnuPG <=3D 1.0.6 to GnuPG >=3D 1.0.7. To do this run 'gpg= =20 =2D --edit-key 0xEF09865E' and then enter 'trust' and change the trust to=20 "ultimate". Regards, Ingo =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (GNU/Linux) iD8DBQE9k5M5GnR+RTDgudgRApV0AKCBgeutA3VAhHGy2DLphk1UzVVFrQCghEnt 1KbuCLjQbktGN5Q3454de7s=3D =3DwYKg =2D----END PGP SIGNATURE----- From ingo.kloecker@epost.de Fri Sep 27 02:14:07 2002 From: ingo.kloecker@epost.de (Ingo =?iso-8859-1?q?Kl=F6cker?=) Date: Fri Sep 27 01:14:07 2002 Subject: Question About --list-sigs In-Reply-To: References: Message-ID: <200209270111.30640@erwin.ingo-kloecker.de> =2D----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thursday 26 September 2002 00:08, jason.s.cecil.1 wrote: > Anyone know what the value that starts the line for each signature of > the public keys represents? > > Ex: > > pub 1024D/165767** 2002-09-25 A** (use pgp) <****@purdue.edu> > sig 3 165767** 2002-09-25 A** (use pgp) <****@purdue.edu> > sig 3 6543E1** 2002-09-25 Jason Scott Cecil (Akuma) > > sub 1024g/EC1E50** 2002-09-25 [expires: 2003-01-23] > sig 165767** 2002-09-25 A** (use pgp) <****@purdue.edu> > > Someone said the 3 in "sig 3" represented the trust level? however i > changed the trust level on a few and got the same output. thanks so > much, can't find descrip. of this output anywhere. please reply to > akuma@purdue.edu as i'm not on this list. When you sign a key with GnuPG >=3D 1.0.7 you are asked: =3D=3D=3D=3D=3D How carefully have you verified the key you are about to sign actually=20 belongs to the person named above? If you don't know what to answer, enter "0". (0) I will not answer. (default) (1) I have not checked at all. (2) I have done casual checking. (3) I have done very careful checking. =3D=3D=3D=3D=3D The number behind "sig " corresponds to these numbers, e. g. "sig 3"=20 means that the signer _claims_ to have done very careful checking=20 before he signed the key. Regards, Ingo =2D----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (GNU/Linux) iD8DBQE9k5QhGnR+RTDgudgRAtjoAJ9OP5O8xolVW5/iriFvnYZVFaJTCwCeNzMo =462YFY1QxUJBA6Gr88Yxda1g=3D =3Dm44b =2D----END PGP SIGNATURE----- From newton@hammet.net Fri Sep 27 07:00:01 2002 From: newton@hammet.net (Newton Hammet) Date: Fri Sep 27 06:00:01 2002 Subject: adding and updating to keyservers References: <20020925144342.GQ10665@sdd.hp.com> <3D922AA2.8A6BFBCC@io.com> <1033045822.20879.19.camel@atlas> <3D937493.BF221BB6@hammet.net> Message-ID: <3D93D84A.FE72C4AD@hammet.net> Hello All, .........1.........2.........3.........4.........5.........6.........7 Colombo fertively smashes his cigar butt on the luxurious carpet. Then, groveling, he asksthe perp (hoping she had not seen his coarse act of a lowly city detective), "Pardon me, mam, I hate to bother you, but there is just... one more thing... and then I will be out of your hair." I have a key ready to publish, revoke cert (just in case) is backed up to other HDD and floppy and hard copy printed out. Public key is ready to upload to keyserver: I assume that updating the key with additional material (like someone signing my key), is done by the same processs under which the key was added as a new key. (that is deleting which is the problem, and that is what my various copies of a revoke cert are, and the cert itself can be uploaded to the keyserver, or do you have to revoke your public keylocally first and then upload the whole shootin match to the server? I guess this is question 1. Question 2: how exactly do people sign my key so i can put the signatures on the keyserver, or, do other people do that? (sign the copy I have on the key server). The thing is, I know how to sign keys i put on my keyring. I guess what i do if i want someone to sign my key I send it to them they add their signature, and send it back to me and then I send the whole shooting match up to the server (as an update to my key). (i.e. i first re-import my public key with signatures back to my local keyring, check it out to make sure it hasn't been corrupted, and then re-export and send on up to server, all assuming of course that the public keyring is backed up prior to this.) So what I have above is questions pretty much in the form of assumptions... Just all about putting the key out there being ready to revoke just in case, and, getting the key signed by others, and so on. Hopefully some volunteers will further illuminate me. and I set the outgoing wrap at 72 characters this time ... hope that helps. Regards, Newton From dshaw@jabberwocky.com Fri Sep 27 07:15:02 2002 From: dshaw@jabberwocky.com (David Shaw) Date: Fri Sep 27 06:15:02 2002 Subject: gpg 1.2.0. and Solaris compilation In-Reply-To: <20020926082119.0645c49e.rmartini@cipsga.org.br> References: <20020923220941.6f1bc677.rmartini@cipsga.org.br> <20020925114443.GB1929@akamai.com> <20020926082119.0645c49e.rmartini@cipsga.org.br> Message-ID: <20020927041149.GC1339@akamai.com> On Thu, Sep 26, 2002 at 08:21:19AM -0300, Renato Martini wrote: > > > This fatal error in the SunOS is very ordinary, when the > > > compilations don't find the libnets '-lsocket' and '-lnsl' (the > > > sockets library functions). > > > > This is interesting - it only happens when the EGD entropy daemon > > driver is used (as it uses sockets). > > Yes! I guess so... > > > > May be, the source code could be fixed... > > > > Fixed. Thanks for the report. > > > > Is the source code package right now fixed? It is fixed in the CVS (though I would appreciate someone testing it - I don't have access to a Solaris box at the moment). It will be in the next release. David -- David Shaw | dshaw@jabberwocky.com | WWW http://www.jabberwocky.com/ +---------------------------------------------------------------------------+ "There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." - Jeremy S. Anderson From mike@xminus1.com Fri Sep 27 08:11:02 2002 From: mike@xminus1.com (Mike Kolcun) Date: Fri Sep 27 07:11:02 2002 Subject: old keypairs (NAI pgp) with gnupg Message-ID: I've got some old keypairs that I'd like to revoke - I still have the passphrase, and when I generate a revoke certificate, all works well. When I try to import it though, it doesn't work, it fails with this message gpg: key 9D71D459: invalid revocation certificate: general error - rejected gpg: error reading `revoke1.asc': general error gpg: import from `revoke1.asc' failed: general error gpg: Total number processed: 0 any help is greatly appreciated. --- Mike Kolcun mike@xminus1.com icq 345933 From lurq_gnupg@yahoo.com Fri Sep 27 09:37:01 2002 From: lurq_gnupg@yahoo.com (=?iso-8859-1?q?john=20clark?=) Date: Fri Sep 27 08:37:01 2002 Subject: dshaw you got me wrong... (Used to be: Re: problem with --groups (Thanks)) In-Reply-To: <20020909031047.GA675@akamai.com> Message-ID: <20020927063825.2930.qmail@web21306.mail.yahoo.com> --- David Shaw wrote: FYI, that was a certified thank you letter and not a sarcasm. "You guys are as reliable as ever" because you managed to help me with my problem. Thanks again even if you read me the wrong way. - Jed > On Sat, Sep 07, 2002 at 06:44:21AM +0100, john clark > wrote: > > --- David Shaw wrote: > > > > > > gpg --group "hello 0x382c2523 0x8692324 > 0x48125CF2" > > > > > > David > > > > > > > So no equal signs either, like the one mentioned > in > > the man page? > > > > You guys are as reliable as ever. > > Thanks. > > You are using a *development* version of GnuPG. > Every time you run > it, it starts up with: > > gpg: NOTE: THIS IS A DEVELOPMENT VERSION! > gpg: It is only intended for test purposes and > should NOT be > gpg: used in a production environment or with > production keys > > Development versions exist so people can play with > them and find > problems. They are not production releases. If you > find a bug, even > in the documentation, you could contribute a fix > rather than scolding > people about it... > > David > > -- > David Shaw | dshaw@jabberwocky.com | WWW > http://www.jabberwocky.com/ > +---------------------------------------------------------------------------+ > "There are two major products that come out of > Berkeley: LSD and UNIX. > We don't believe this to be a coincidence." - > Jeremy S. Anderson > > _______________________________________________ > Gnupg-users mailing list > Gnupg-users@gnupg.org > http://lists.gnupg.org/mailman/listinfo/gnupg-users __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com From avbidder@fortytwo.ch Fri Sep 27 09:54:02 2002 From: avbidder@fortytwo.ch (Adrian von Bidder) Date: Fri Sep 27 08:54:02 2002 Subject: have gnupg 1.0.7 gonna publish my key. In-Reply-To: References: Message-ID: <1033109697.12296.17.camel@atlas> --=-OukvGp+IPyia4XSlAYed Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Thu, 2002-09-26 at 16:42, Alexandre Dulaunoy wrote: > On Thu, 26 Sep 2002, John Goerzen wrote: >=20 > > On Thu, Sep 26, 2002 at 03:10:22PM +0200, Adrian von Bidder wrote: > >=20 > > > wwwkeys.pgp.net (and wwwkeys..pgp.net) is a network of > > > keyservers with mostly reliable synchronisatian, and running mostly > > > (entirely?) on open software. > >=20 > > However, the storage of keys is mostly unreliable, and continues to hav= e > > problems with mangling keys with multiple subkeys. GnuPG even recently > > added a workaround to *partially* work around that bug; but as the actu= al > > keys are mangled, it's hard for GnuPG to completely work around it. Tr= y > > requesting my key (8A1D9A1F) from that network and try to import it. I= t's > > not going to work. > >=20 > > My own opinion is that most anything is better than a network that can'= t > > even store a key reliably. According to Werners mail, keyserver.net also has some problems. And Newton will not be affected, apparently, as he doesn't have more than one subkey. My opinion is that almost anything is better than a 'network' that consists of only one node and does not synchronize with the keyservers most of the people are using. > Do you have made some test with the cvs version[1] of pks ?=20 >=20 > [1] http://sourceforge.net/projects/pks/ The upcoming pksd 0.9.5 (which is what will emerge from the cvs code) will not fix this issue yet, but just provide a stabilized codebase form where developers will then continue. JHarris has written a patch for this, though, and it is running on at least one keyserver so far (and works for me). So, once 0.9.5 is out, I expect a 0.9.6 very soon after. And keyserver operators will jump to it, I hope. cheers -- vbi --=20 secure email with gpg http://fortytwo.ch/gpg NOTICE: subkey signature! request key 92082481 from keyserver.kjsl.com --=-OukvGp+IPyia4XSlAYed Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iEYEABECAAYFAj2UAMEACgkQKqpm2L3fmXp7EQCfdXvcWJ0RhHFC4kCvvs90e9s2 RrEAn1XRu9GRTyWKY9Xb9ZAfeKYAZs6i =XLJ5 -----END PGP SIGNATURE----- --=-OukvGp+IPyia4XSlAYed-- From wk@gnupg.org Fri Sep 27 11:09:02 2002 From: wk@gnupg.org (Werner Koch) Date: Fri Sep 27 10:09:02 2002 Subject: ...1.0.7 gonna publish my key / RSA ? In-Reply-To: <3D937493.BF221BB6@hammet.net> (Newton Hammet's message of "Thu, 26 Sep 2002 15:56:51 -0500") References: <20020925144342.GQ10665@sdd.hp.com> <3D922AA2.8A6BFBCC@io.com> <1033045822.20879.19.camel@atlas> <3D937493.BF221BB6@hammet.net> Message-ID: <878z1n4zz9.fsf@alberti.gnupg.de> On Thu, 26 Sep 2002 15:56:51 -0500, Newton Hammet said: > I am now researching this thing about RSA keys and compatability > with PGP, particularly later versions where it says RSA can be > added for "backward compatability" with older versions of PGP. This is about old v3 RSA keys. OpenPGP uses the v4 format which fixes security flaws with the old v3 key format. Shalom-Salam, Werner From rtilley@vt.edu Fri Sep 27 15:09:01 2002 From: rtilley@vt.edu (R. Bradley Tilley) Date: Fri Sep 27 14:09:01 2002 Subject: ...1.0.7 gonna publish my key / RSA ? In-Reply-To: <3D937493.BF221BB6@hammet.net> References: <20020925144342.GQ10665@sdd.hp.com> <1033045822.20879.19.camel@atlas> <3D937493.BF221BB6@hammet.net> Message-ID: <200209270810.00090.rtilley@vt.edu> Does it have anything to do with weak encryption? http://www.rsasecurity.com/news/releases/pr.asp?doc_id=3D1400 On Thursday 26 September 2002 04:56 pm, Newton Hammet wrote: > Hello All, > > I am now researching this thing about RSA keys and compatability > with PGP, particularly later versions where it says RSA can be > added for "backward compatability" with older versions of PGP. > > Why is PGP discontinuing support for RSA keys? I can't image there are > patent issues. I thought the patent expired on Sept 20, 2000 (source: > Applied Cryptography). > > Does it have to do with patent not expiring overseas? Is it an ITAR is= sue? > > I am curious, because I like the algorithm, but don't want to use it if= it > will cause interoperability problems. > > Regards, Newton > > Adrian von Bidder wrote: > > [could you consider cutting your lines to something around 72 chars?] > > > > > (What is > > > he trying to hide?) I didn't see any others out there with 2048-bi= t > > > keys, so I wonder. > > > > I doubt anybody will really notice. 1024 bit are the default right no= w, > > so most people go with that. There are quite a few bigger keys out th= ere > > - chosing key size is just a question of judging how fast computers w= ill > > get (or if there will be any major maths breakthrough) in the future, > > peoples opinions vary. > > > > > (William Jefferson Clinton has a 1024-bit key, but Al Gore, (invent= or > > > of the internet) does not, apparently... lol) > > > > Clinton, really!? And who told you this? I hope you've read about the > > idea behind the web of trust, and how to make sure that a key really > > belongs to the 'right' owner. The one key on wwwkeys.pgp.net keyserve= r > > does not have any signatures on it... > > > > > Comments are welcome. I probably won't change from RSA though, cau= se I > > > like that algorithm. Don't know if DSA or ELGamal are more secure f= or > > > same key length though. I think ElGamal may be secure even > > > if there is a breakthrough in factoring but only if that does not a= lso > > > mean a breakthrough in finding > > > descrete logarithms.... Don't know. > > > > Depending on the people you will exchange messages with, you may want= to > > double-check for interoperability problems with other openpgp > > implementations (PGP, hushmail) as your key is not the default. > > > > cheers > > -- vbi > > > > -- > > secure email with gpg http://fortytwo.ch/gp= g > > > > NOTICE: subkey signature! request key 92082481 from keyserver.kjsl.co= m > > > > =20 > > ---------------------------------------------------------------------= ---- > >--------------------------- Name: signature.asc > > signature.asc Type: application/pgp-signature > > Description: This is a digitally signed message part > > _______________________________________________ > Gnupg-users mailing list > Gnupg-users@gnupg.org > http://lists.gnupg.org/mailman/listinfo/gnupg-users From wk@gnupg.org Fri Sep 27 17:17:02 2002 From: wk@gnupg.org (Werner Koch) Date: Fri Sep 27 16:17:02 2002 Subject: ...1.0.7 gonna publish my key / RSA ? In-Reply-To: <200209270810.00090.rtilley@vt.edu> ("R. Bradley Tilley"'s message of "Fri, 27 Sep 2002 08:10:00 -0400") References: <20020925144342.GQ10665@sdd.hp.com> <1033045822.20879.19.camel@atlas> <3D937493.BF221BB6@hammet.net> <200209270810.00090.rtilley@vt.edu> Message-ID: <87znu31pta.fsf@alberti.gnupg.de> On Fri, 27 Sep 2002 08:10:00 -0400, R Bradley Tilley said: > Does it have anything to do with weak encryption? > http://www.rsasecurity.com/news/releases/pr.asp?doc_id=1400 No. The main problems are that you can easily fake a key ID and that it is possible to change the encrypted text to produce garbage; along with some social engineering the latter can be used to get knowledge of the encrypted text. They are all not really serious but we want to be on the safe side. There are a couple of other improvements in OpenPGP which make cryptographers feeling better. Salam-Shalom, Werner From ambassadorsean@juno.com Fri Sep 27 19:35:01 2002 From: ambassadorsean@juno.com (Sean M McMahon) Date: Fri Sep 27 18:35:01 2002 Subject: Newbie still here =) Message-ID: <20020927.123643.-300909.1.ambassadorsean@juno.com> This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ----__JNP_000_7144.6bdf.7378 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Ok...I DO have SSH access to the server. And I have a little button in my control panel that says "Manage Open PGP keys" which I can try to "Add a new key" under, but I still haven't figured out what some of the fields mean. To recap, these are the fields I have to fill in: My name; my e-mail; comment/nickname; key/password; expire date; and key size, which I can put at either 1024, 2048, or 4096. I tried to just make a key like that, guessing my way through the pieces I didn't understand, and came up with the following message: gpg: Generating a standard key gpg: /home/amazonde/.gpgtemp:7: missing argument So now what? And once I've figured out how to make the key will the public encryption key automatically encrypt any e-mails being sent from the webserver? Thanks in advance! > > > On 23-Sep-2002/17:56 -0400, Sean M McMahon > > wrote: > > >I asked a question a week or so ago about using gpg to move a > > >customer's credit card information over the web. I was gifted with > > the > > >first actually well written explanation that I have seen throughout > > my > > >quest to find answers to my problem, which has been carried out in > > over a > > >dozen e-mails to my web host's tech support people who obviously > > have no > > >idea what they're doing or what they're talking about. > > [snip] > > >Someone had asked a number of questions regarding my platform/web > > >server etc., none of which I understood =) However, my control > > panel > > >which I use to manage my web page had the following information on > > >it: > > [snip] > > > > Looks like a pretty standard Linux setup. If you have telnet or > > (better) > > SSH access to the server then we can help you figure out how to get > > this > > working. If the only access you have is through an ISP-specific > > interface > > (ie; the "control panel" you mentioned), then the ISP will have to > > help > > you. > > > > Do you have SSH or telnet access to the server? > > > > Tony ----__JNP_000_7144.6bdf.7378 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: quoted-printable
Ok...I DO have SSH access to the server. And I have a little button in= my=20 control panel that says "Manage Open PGP keys" which I can try to "Add = ;a=20 new key" under, but I still haven't figured out what some of the fields = mean. To=20 recap, these are the fields I have to fill in:
 
My name; my e-mail; comment/nickname; key/password; expire date; and = key=20 size, which I can put at either 1024, 2048, or 4096. I tried to just make a= key=20 like that, guessing my way through the pieces I didn't understand, and came= up=20 with the following message:
 
gpg: Generating a standard key
gpg: /home/amazonde/.gpgtemp:7: = missing=20 argument
 
So now what? And once I've figured out how to make the key will the = public=20 encryption key automatically encrypt any e-mails being sent from the = webserver?=20 Thanks in advance!
 
>
> > On 23-Sep-2002/17:56 -0400, Sean M McMahon <ambassadorsean@juno.com> >=20 > wrote:
> > >I asked a question a week or so ago about = using gpg=20 to move a
> > >customer's credit card information over the web.= I=20 was gifted with
> > the
> > >first actually well = written=20 explanation that I have seen throughout
> > my
> > >= quest=20 to find answers to my problem, which has been carried out in
> > = over=20 a
> > >dozen e-mails to my web host's tech support people who=20 obviously
> > have no
> > >idea what they're doing or= what=20 they're talking about.
> > [snip]
> > >Someone had = asked a=20 number of questions regarding my platform/web
> > >server etc.,= none=20 of which I understood =3D) However, my control
> > panel
> = >=20 >which I use to manage my web page had the following information on
&= gt;=20 > >it:
> > [snip]
> >
> > Looks like a = pretty=20 standard Linux setup. If you have telnet or
> > (better)
> = >=20 SSH access to the server then we can help you figure out how to get
>= ;=20 > this
> > working. If the only access you have is through an=20 ISP-specific
> > interface
> > (ie; the "control panel" = you=20 mentioned), then the ISP will have to
> > help
> >=20 you.
> >
> > Do you have SSH or telnet access to the=20 server?
> >
> > Tony
----__JNP_000_7144.6bdf.7378-- ________________________________________________________________ GET INTERNET ACCESS FROM JUNO! Juno offers FREE or PREMIUM Internet access for less! Join Juno today! For your FREE software, visit: http://dl.www.juno.com/get/web/. From franl@world.std.com Fri Sep 27 19:46:01 2002 From: franl@world.std.com (Francis Litterio) Date: Fri Sep 27 18:46:01 2002 Subject: Encryption Issue In-Reply-To: <20020925200431.A25981@cp5340.hyatsv01.md.comcast.net> ("Anthony E. Greene"'s message of "Wed, 25 Sep 2002 20:04:31 -0400") References: <9DA07453A669D511AD1400508BA3991FB9F511@nyctaex001.na.webmd.net> <20020925200431.A25981@cp5340.hyatsv01.md.comcast.net> Message-ID: Anthony E. Greene writes: > "Mehta, Swapnil" wrote: >> When I try encrypting my file I get a message >> >> 'Could not find a valid trust path to the key..... >> Use this key anyway?' >> >> If i say 'yes' the encryption completes successfully. Is there any >>way i can avoid this message > Sign the key: > > gpg --lsign 0xKeyID That's fine if it's _his_ key. He never said if he was encrypting to his own public key or not. -- Francis Litterio franl@world.std.com http://world.std.com/~franl/ GPG and PGP public keys available on keyservers. From dshaw@jabberwocky.com Fri Sep 27 21:58:01 2002 From: dshaw@jabberwocky.com (David Shaw) Date: Fri Sep 27 20:58:01 2002 Subject: compiling gpg 1.2.0 on HP-UX In-Reply-To: <20020925224713.GH29687@sdd.hp.com> References: <20020925144342.GQ10665@sdd.hp.com> <20020925154906.GE1929@akamai.com> <20020925172102.GR10665@sdd.hp.com> <20020925174800.GF1929@akamai.com> <20020925224713.GH29687@sdd.hp.com> Message-ID: <20020927135911.GA14589@akamai.com> On Wed, Sep 25, 2002 at 03:47:13PM -0700, David Ellement wrote: > On 020925, at 13:48:00, David Shaw wrote > > That makes little sense - if there were unresolved symbols, the > > compile should have failed, and if there were no unresolved symbols, > > then there should be nothing needed from liblber or libresolv. Is > > there something unusual about your installation? SOCKS maybe? > > I don't claim to understand. I didn't SOCKSify. > > After compiling, checking and installing, I tried fetching a key from an > ldap keyserver. It failed with a bind error, so I tried your eariler > ldaptest: that worked. Fetching with 1.0.7 worked, so I ran 'chatr' on > both the 1.0.7 gpgkeys_ldap and the 1.2.0. I noticed the 1.0.7 version > was linked against lber, but the 1.2.0 version wasn't. So I ran 'make > clean' in the keysever directory, added -llber to LDOPTS, and ran make > again. After re-installing, the ldap key fetch worked. > > > > Also, you said you saw the same thing on a Linux box. Were the > > symptoms (compiled ok, but no DNS) the same? > > I saw the same symptoms (compiled ok, but no DNS). I don't know of a > Linux equivalent for chatr, but I checked the 1.2.0 keyserver/Makefile, > ran strings on the 1.0.7 and 1.2.0 gpgkeys_ldap files; remaking > gpgkeys_ldap with LDFLAGS set to '-lber -lresolv' seemed to make it > work. > > The Linux box is RH 7.2, with the ldap stuff from the distribution rpms. > The box sits behind a Linksys router/switch. Curiouser and curioser. I tried it on a 7.2 RH box and it works for me. Tell me - which LDAP keyserver did you use to test with? Was it ldap://keys.pgp.com or ldap://pgp.surfnet.nl:11370 ? If you don't recall, can you try it with both? I have a theory what is going wrong here. David -- David Shaw | dshaw@jabberwocky.com | WWW http://www.jabberwocky.com/ +---------------------------------------------------------------------------+ "There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." - Jeremy S. Anderson From agreene@pobox.com Fri Sep 27 22:42:02 2002 From: agreene@pobox.com (Anthony E. Greene) Date: Fri Sep 27 21:42:02 2002 Subject: Encryption Issue In-Reply-To: ; from franl@world.std.com on Fri, Sep 27, 2002 at 12:45:19PM -0400 References: <9DA07453A669D511AD1400508BA3991FB9F511@nyctaex001.na.webmd.net> <20020925200431.A25981@cp5340.hyatsv01.md.comcast.net> Message-ID: <20020927154240.C13970@asmoweb.hqda.pentagon.mil> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 27-Sep-2002/12:45 -0400, Francis Litterio wrote: >Anthony E. Greene writes: > >> "Mehta, Swapnil" wrote: >>> When I try encrypting my file I get a message >>> >>> 'Could not find a valid trust path to the key..... >>> Use this key anyway?' >>> >>> If i say 'yes' the encryption completes successfully. Is there any >>>way i can avoid this message > >> Sign the key: >> >> gpg --lsign 0xKeyID > >That's fine if it's _his_ key. He never said if he was encrypting to >his own public key or not. It does not matter who the key belongs to. If it's signed, gpg should not ask if it should "use this key anyway". Another message in this thread noted that gpg 1.0.7 does not automatically grant trust to the owner's key. So if I sign a key, gpg 1.0.7 will not automatically assume that my signature constitutes full trust all by itself. Either there have to be sufficient signatures on the key to use a Web of Trust, or I have to tell gpg 1.0.7 that my own key should be explicity trusted. Tony - -- Anthony E. Greene OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D AOL/Yahoo Chat: TonyG05 HomePage: Linux: the choice of a GNU Generation. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Anthony E. Greene 0x6C94239D iD8DBQE9lLSvpCpg3WyUI50RAsbuAKCICAa1OVk7Pvi4G4oiFBTofHgD9QCg1OHZ npWToapY7vo+u6+pAQ9xZWs= =ru5j -----END PGP SIGNATURE----- From Peter.Loo@bannerhealth.com Fri Sep 27 23:26:03 2002 From: Peter.Loo@bannerhealth.com (Loo, Peter) Date: Fri Sep 27 22:26:03 2002 Subject: Flag to pass the passphrase dynamically while decrypting... Message-ID: Ricardo, How do I get man page out of Windows? Peter -----Original Message----- From: Ricardo SIGNES [mailto:samael-gnupg@lists.manxome.org] Sent: Wednesday, September 25, 2002 5:02 PM To: Loo, Peter Cc: gnupg-users@gnupg.org Subject: Re: Flag to pass the passphrase dynamically while decrypting... Please wrap your lines at 72-or-so characters! On Wed, Sep 25, 2002 at 04:38:23PM -0700, Loo, Peter wrote: >=20 > Does anyone know how I can go about decrypting a file dynamically > without getting prompted for a passphrase? Under the licensed version > of PGP, you are able to accomplish this by issuing a command like the > following: > [ ... snip ... ] >=20 > I was unable to find the flag --passphrase in "gpg --help". Look for it in the man page. You will find --passphrase-fd. --=20 rjbs From paul.healy@goodyear.com Sat Sep 28 01:21:02 2002 From: paul.healy@goodyear.com (paul.healy@goodyear.com) Date: Sat Sep 28 00:21:02 2002 Subject: gpg (GnuPG) signatures on files not recognized by PGP as a valid signature Message-ID: What do I need to do with gpg (GnuPG) to sign a datafile such that the licensed PGP product will recognize that its been correctly signed? * I have gnupg (gpg), remote user has the actual PGP licensed product. * each of us has imported ( and signed) the others public key. * The intent is to transfer datafiles encrypting with other's public key and signing with our secret key. This works save for the fact the PGP user always gets the following error dialog on ALL of my signed file transmissions... ---> File is signed. WARNING: Bad signature, doesn't match file contents! the PGP user does infact get my clear text message but they are not assured that the file is in fact from me and/or not altered. What do I need to do on the gpg side so that when I sign a data file PGP will recognized the signature as being valid. I have gpg (GnuPG) 1.0.6-2 remote user has Pretty Good Privacy(tm) Version 6.5.8 From newton@hammet.net Sat Sep 28 03:32:02 2002 From: newton@hammet.net (Newton Hammet) Date: Sat Sep 28 02:32:02 2002 Subject: Useful script for looking at keys.. Message-ID: <3D94F8FA.D1580E15@hammet.net> Hello All, In attempting to look at my public key in greater detail I have come up with following 3-line bash script which may be useful: RNG=~/.gnupg/pubring.gpg [ "$1" != "" } && RNG=$1 gpg --debug-all --list-packets $RNG 2>&1|grep -v DBG:|\ grep -E 'pkey|data:|, algo|public key pack' It shows the hex values of numbers being used in the key, as well as signature data. Hope this helps others... Regards, Newton From Philipp.Strack@gmx.de Sat Sep 28 12:19:02 2002 From: Philipp.Strack@gmx.de (Philipp Strack) Date: Sat Sep 28 11:19:02 2002 Subject: (no subject) Message-ID: <20230.1033204766@www3.gmx.net> Hi, Could you please answer me some questions? Is it possible to run GPGME under Windows? Is there a (compiled) GPGME (dll) libary for Windows? Is GPGME also under GNU public license or under GNU Libary License? Thank you for every answer (also in German) Philipp -- Werden Sie mit uns zum "OnlineStar 2002"! Jetzt GMX wählen - und tolle Preise absahnen! http://www.onlinestar.de From Gyre" -----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 Please explain me how do I change the list of preferred algorithms in GnuPG? Thank you. Yours sincerely, Gyre mailto:gyre@ukr.net 28 sep 2002 12:51 (local) Only post in plain text. OpenPGP Key ID:0xB37C2B92 . -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (MingW32) - GPGshell v2.60 Comment: http://www.gyre.rbcmail.ru/pgpkey/0xB37C2B92.asc iD8DBQE9lX0QC504qbN8K5IRA336AJ9pcxCZHlwYiTW5cDvAzDrJxvWkRgCeLTta 7uJ5nwaAos7DJQKxLgL90Mo= =0EaT -----END PGP SIGNATURE----- From agreene@pobox.com Sat Sep 28 17:04:01 2002 From: agreene@pobox.com (Anthony E. Greene) Date: Sat Sep 28 16:04:01 2002 Subject: Create key and encrypt web-form data for email In-Reply-To: <"from ambassadorsean"@juno.com> References: <20020927.123643.-300909.1.ambassadorsean@juno.com> Message-ID: <20020928100420.B3271@cp5340.hyatsv01.md.comcast.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 27-Sep-2002/12:36 -0400, Sean M McMahon wrote: >Ok...I DO have SSH access to the server. And I have a little button in my >control panel that says "Manage Open PGP keys" which I can try to "Add a >new key" under, but I still haven't figured out what some of the fields >mean. To recap, these are the fields I have to fill in: [snip] The "control panel" interface you're using is likely something your ISP whipped up to make things easy for Winusers. It sounds like it's broken. If you have SSH access, I suggest you use it. GPG is designed to be used from the command line, and it works very well that way. Get PuTTy and setup an SSH session using SSH2 protocol and Blowfish encryption. When you are logged in, you can create a GnuPG key using this command: gpg --gen-key You will be prompted for the required information. Creating and setting up a script requires some knowledge of Linux/UNIX, which goes beyond the scope of this list. Frankly, it would be easier for me to do it than to describe everything that you would need to know to do it, and I'm too busy to tackle that kind of work for free. You'll either need to learn how to create and edit scripts on Linux using command line/character-based tools (vi/vim, pico) or get someone to do it for you. What you're attempting is like going from never using a keyboard to creating a web page; it is non-trivial. In the end, you'll need a script, probably using Perl, to pipe the form data through gpg and into 'mail' (not sendmail). Tony - -- Anthony E. Greene OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D AOL/Yahoo Messenger: TonyG05 HomePage: Linux. The choice of a GNU generation -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Anthony E. Greene 0x6C94239D iD8DBQE9lbaRpCpg3WyUI50RAvA5AJ44lb8V5vrraD/cL1C6r0vLqZ+BdACgkc7S ZIXHyZH4zhMDa5wA6FokJc4= =/WTt -----END PGP SIGNATURE----- From agreene@pobox.com Sat Sep 28 17:09:02 2002 From: agreene@pobox.com (Anthony E. Greene) Date: Sat Sep 28 16:09:02 2002 Subject: gpg (GnuPG) signatures on files not recognized by PGP as a valid signature In-Reply-To: <"from paul.healy"@goodyear.com> References: Message-ID: <20020928101000.C3271@cp5340.hyatsv01.md.comcast.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 27-Sep-2002/18:21 -0400, paul.healy@goodyear.com wrote: >What do I need to do with gpg (GnuPG) to sign a datafile such that >the licensed PGP product will recognize that its been correctly signed? Try adding 'force-v3-sigs' to your ~/.gnupg/options file. Tony - -- Anthony E. Greene OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D AOL/Yahoo Messenger: TonyG05 HomePage: Linux. The choice of a GNU generation -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Anthony E. Greene 0x6C94239D iD8DBQE9lbg2pCpg3WyUI50RAtVMAKDnMx4GUdS4SjX2wQhRH1r+fIDRAgCgmvq2 Wt8DHfXGMj9OEInIOos5y5E= =IzQd -----END PGP SIGNATURE----- From minton@csc.smsu.edu Sat Sep 28 17:59:02 2002 From: minton@csc.smsu.edu (Brian Minton) Date: Sat Sep 28 16:59:02 2002 Subject: adding and updating to keyservers/THANKS! In-Reply-To: <3D953931.17084A61@hammet.net> References: <20020925144342.GQ10665@sdd.hp.com> <3D922AA2.8A6BFBCC@io.com> <1033045822.20879.19.camel@atlas> <3D937493.BF221BB6@hammet.net> <3D93D84A.FE72C4AD@hammet.net> <20020928021135.GC12878@bminton.dyn.cheapnet.net> <3D951F43.175E8448@hammet.net> <3D9530A5.2070606@csc.smsu.edu> <3D953931.17084A61@hammet.net> Message-ID: <20020928145822.GA31544@bminton.dyn.cheapnet.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sat, Sep 28, 2002 at 12:08:01AM -0500, Newton Hammet wrote: I think what some of this will involve is something akin to a versioning > system.... (kind of like building and testing)... make a change to my > key... > (keep a prev version of keyring or key around just in case) test that... > check it and so forth then up to keyserver when ok.... sounds like extra work, but it certainly won't hurt :-) > My question for the day: will keyservers keep expired keys, or > eventually > delete them? (of course the question is harder if the main key doesnt > expire > but a subkey does, because the 2 expire dates can be different.) they keep them > and another question ... it seems that with all the people downloading > and signing > and uploading my key something akin to race conditions can develop. > where 2 people > get copies , update them, and put the copies back, each not reflecting > what changes the > other made. (I am probably using race rather loosely it usually > implies a hung > condition arising from contention of resources held.) no, because the signatures are only on the key, not on other signatures. so if two different people sign your key and upload it, there will be two different signatures, which the keyserver automatically merges. When you download them again you get the whole thing and gpg will tell you two new signatures added also, are you on the mailing list? If so, we should carry on this discussion there, in case others may benefit from it. peace, Brian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (GNU/Linux) iD8DBQE9lcOBcieIIFcDdHIRAqVBAJ9e3XUruHZU8U7zY9DDyIqDE3DsOgCfZSLH NlycHZuOpmjmmsVpveWazYo= =2m+u -----END PGP SIGNATURE----- From bjwhite66212@netscape.net Sat Sep 28 18:03:02 2002 From: bjwhite66212@netscape.net (Benjamin White) Date: Sat Sep 28 17:03:02 2002 Subject: Secure memory setuid Message-ID: <3D95C5F4.5000406@netscape.net> GPG 1.2.0 is installed on my computer with Linux 2.4.18-10. When starting gpg I get: gpg: WARNING: using insecure memory! I have tried to setuid(root) for gpg with the command: chmod a+s gpg. The directory reads: -rws--x--x 1 root root 619833 Feb 22 2002 /usr/bin/gpg What else needs to be done to setuid for root? From adulau@foo.be Sat Sep 28 18:21:02 2002 From: adulau@foo.be (Alexandre Dulaunoy) Date: Sat Sep 28 17:21:02 2002 Subject: Point of view regarding LISA 2002 Message-ID: I have seen that : "The Promise of Privacy Len Sassaman, Consultant More than ten years have passed since the release of the controversial encryption program PGP, which proclaimed itself "encryption for the masses". In this presentation, I will discuss how PGP and other privacy-enhancing technologies have failed in their mission. I will examine the different problems that companies, governments, implementers, and individuals face when attempting to harness the benefits of privacy-enhancing technologies, using PGP as the primary example of these failures. Among the issues: the importance of usability, reliability, and interoperability, the role of government interference, and public misconceptions." http://www.usenix.org/events/lisa02/tech/techonefile.html Did you know the presentation ? the speaker ? I don't think that GnuPG have failed in their mission. GnuPG is usable, there is more and more user-interface integration with GnuPG/OpenPGP and the use is increasing quite well. (Just see the message signing in mailing-list and so on...) What is your opinion about that ? or just another hype summary for a talk ? -- Alexandre Dulaunoy -- http://www.foo.be/ 3B12 DCC2 82FA 2931 2F5B 709A 09E2 CD49 44E6 CBCD --- AD993-6BONE "People who fight may lose.People who do not fight have already lost." Bertolt Brecht From agreene@pobox.com Sat Sep 28 18:50:02 2002 From: agreene@pobox.com (Anthony E. Greene) Date: Sat Sep 28 17:50:02 2002 Subject: Point of view regarding LISA 2002 In-Reply-To: <"from adulau"@foo.be> References: Message-ID: <20020928115048.G3271@cp5340.hyatsv01.md.comcast.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 28-Sep-2002/17:22 +0200, Alexandre Dulaunoy wrote: >"The Promise of Privacy > >Len Sassaman, Consultant [excerpt snipped] > >Did you know the presentation ? the speaker ? IIRC, Len Sassaman was a PGP developer. He used to work for PGP Inc., and he knows this subject, whether you agree with him or not. >I don't think that GnuPG have failed in their mission. [snip] Most email users don't have a clue about protecting their privacy. The situation might change eventually, but for right now we certainly can;t declare victory. Tony - -- Anthony E. Greene OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D AOL/Yahoo Messenger: TonyG05 HomePage: Linux. The choice of a GNU generation -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: Anthony E. Greene 0x6C94239D iD8DBQE9lc/XpCpg3WyUI50RApaqAJ91rzGUj/BJt9fV9in7I9Yn53efswCgjsOs 3EEQQqeWORut2sZk28iEMy0= =5MC0 -----END PGP SIGNATURE----- From adam@homeport.org Sat Sep 28 19:09:02 2002 From: adam@homeport.org (Adam Shostack) Date: Sat Sep 28 18:09:02 2002 Subject: Point of view regarding LISA 2002 In-Reply-To: References: Message-ID: <20020928160931.GA51380@lightship.internal.homeport.org> On Sat, Sep 28, 2002 at 05:22:56PM +0200, Alexandre Dulaunoy wrote: | | I have seen that : | | "The Promise of Privacy | | Len Sassaman, Consultant | | More than ten years have passed since the release of the controversial | encryption program PGP, which proclaimed itself "encryption for the | masses". In this presentation, I will discuss how PGP and other | privacy-enhancing technologies have failed in their mission. I will | examine the different problems that companies, governments, | implementers, and individuals face when attempting to harness the | benefits of privacy-enhancing technologies, using PGP as the primary | example of these failures. | | Among the issues: the importance of usability, reliability, and | interoperability, the role of government interference, and public | misconceptions." | http://www.usenix.org/events/lisa02/tech/techonefile.html | | Did you know the presentation ? the speaker ? | | I don't think that GnuPG have failed in their mission. GnuPG is | usable, there is more and more user-interface integration | with GnuPG/OpenPGP and the use is increasing quite well. (Just see the | message signing in mailing-list and so on...) | | What is your opinion about that ? or just another hype summary for | a talk ? I don't mean to disparage GPG here; it has improved greatly. However, there remain enourmous usability issues with PGP; much of what was written in "Why Johnny Can't Encrypt" remains true. Getting agreement between the different mail formats (mutt's use of Mime encoding and 'traditional' encoding) remains a problem. IDEA and CAST remain as problems. Does your mother use PGP? Mine sure doesn't, despite being willing to try, it remains too hard. Now, are these GPG's fault? In most cases, no, they're not. But they're problems that we need to address to get say, 10% of the email on the net to be encrypted. And if thats a goal, then we need to examine the things that are preventing us from hitting it. Adam -- "It is seldom that liberty of any kind is lost all at once." -Hume From bminton@efn.org Sat Sep 28 19:55:02 2002 From: bminton@efn.org (Brian Minton) Date: Sat Sep 28 18:55:02 2002 Subject: adding and updating to keyservers In-Reply-To: <3D93D84A.FE72C4AD@hammet.net> References: <20020925144342.GQ10665@sdd.hp.com> <3D922AA2.8A6BFBCC@io.com> <1033045822.20879.19.camel@atlas> <3D937493.BF221BB6@hammet.net> <3D93D84A.FE72C4AD@hammet.net> Message-ID: <20020928021135.GC12878@bminton.dyn.cheapnet.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, Sep 26, 2002 at 11:02:18PM -0500, Newton Hammet wrote: > I assume that updating the key with additional material (like someone > signing my key), is done by the same processs under which the key was > added as a new key. You mean added to the keyserver? yes, just do: gpg --keyserver some.key.server --send-keys 0xYOURKEYID (if you don't have internet connectivity, you can do the following: gpg -a --export 0xYOURKEYID > mypubkey.ask then copy that file to one of the keyserver web interfaces. > (that is deleting which is the problem, and that is what my various > copies of a revoke cert are, and the cert itself can be uploaded to > the keyserver, or do you have to revoke your public keylocally first > and then upload the whole shootin match to the server? when you make a revocation with gnupg, it is just a signature. You have to import it, which will add the revocation certificate to your public key. You can then repeat the steps to send the key to the keyservers > Question 2: how exactly do people sign my key so i can put the > signatures on the keyserver, or, do other people do that? (sign the > copy I have on the key server). They receive the key from the keyserver, then call you up (or meet in person is even better) and verify the fingerprint of the public key that they have is the same as the one that you have. (extra signatures, userids, etc do not affect the fingerprint) then they will do gpg - --sign-key 0xYOURKEYID and then they can send it to the keyservers, then you can get it back from the keyservers, and check their signature. > The thing is, I know how to sign keys i put on my keyring. I guess > what i do if i want someone to sign my key I send it to them they add > their signature, and send it back to me and then I send the whole > shooting match up to the server (as an update to my key). yep. The key that they get from the keyservers is the same as the key that they get directly from you. The only exceptions to this are keys that have multiple subkeys, then some of the keyservers are known to corrupt the key. In most cases though this does not apply, as the default is to only have one subkey. Extra signatures on your key could be considered "auxilliary" information, and can be safely added at a later time without changing the core key. > > (i.e. i first re-import my public key with signatures back to my local > keyring, check it out to make sure it hasn't been corrupted, and then > re-export and send on up to server, all assuming of course that the > public keyring is backed up prior to this.) correct. > So what I have above is questions pretty much in the form of > assumptions... > > Just all about putting the key out there being ready to revoke just in > case, and, getting the key signed by others, and so on. > > Hopefully some volunteers will further illuminate me. and I set the > outgoing wrap at 72 characters this time ... hope that helps. I think you are doing everytihng correctly. Good luck! -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (GNU/Linux) iD8DBQE9lQ/WcieIIFcDdHIRAmwQAKDblgYOIZo6R7dH06gs9PMZfA6NMwCgsf5d pE51cR6uSbtoJTfjKqF/YE4= =+LYY -----END PGP SIGNATURE----- From bminton@efn.org Sat Sep 28 19:55:11 2002 From: bminton@efn.org (Brian Minton) Date: Sat Sep 28 18:55:11 2002 Subject: old keypairs (NAI pgp) with gnupg In-Reply-To: References: Message-ID: <20020928150354.GB31544@bminton.dyn.cheapnet.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, Sep 27, 2002 at 01:11:37AM -0400, Mike Kolcun wrote: > gpg: key 9D71D459: invalid revocation certificate: general error - > rejected gpg: error reading `revoke1.asc': general error gpg: import > from `revoke1.asc' failed: general error gpg: Total number > processed: 0 you may want to paste the key and the revocation into http://www.pgpdump.net and see if there is any corrupt packets. otherwise, you could always fire up pgp and see if it can handle them... -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (GNU/Linux) iD8DBQE9lcTYcieIIFcDdHIRAnB4AJwNXaiqMQS35bRLazsw9nFjEWKrTgCbBDC6 PmG98tiVkGPa+mMCdSlIxj4= =v5Hh -----END PGP SIGNATURE----- From r_runner@poczta.onet.pl Sat Sep 28 20:01:01 2002 From: r_runner@poczta.onet.pl (Road Runner) Date: Sat Sep 28 19:01:01 2002 Subject: Entropy gathering ... Message-ID: <3D95EEF4.9080600@poczta.onet.pl> Hi All, I'm new to this list, so Hello to Everybody. I have few questions and one of them is: DiskPerf versus/and/or EGADS from http://www.securesoftware.com/egads On WinNT with GnuPG, better entropy or better no? RR From newton@hammet.net Sat Sep 28 20:38:04 2002 From: newton@hammet.net (Newton Hammet) Date: Sat Sep 28 19:38:04 2002 Subject: setpref in GnuPG References: <001001c266d7$165f95c0$0200000a@lazarusmachine> Message-ID: <3D95E967.EB6A2248@hammet.net> Gyre wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: RIPEMD160 > > Please explain me how do I change the list > of preferred algorithms in GnuPG? Thank you. > > Yours sincerely, > Gyre mailto:gyre@ukr.net > 28 sep 2002 12:51 (local) > Only post in plain text. > OpenPGP Key ID:0xB37C2B92 > . > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.0 (MingW32) - GPGshell v2.60 > Comment: http://www.gyre.rbcmail.ru/pgpkey/0xB37C2B92.asc > > iD8DBQE9lX0QC504qbN8K5IRA336AJ9pcxCZHlwYiTW5cDvAzDrJxvWkRgCeLTta > 7uJ5nwaAos7DJQKxLgL90Mo= > =0EaT > -----END PGP SIGNATURE----- > > _______________________________________________ > Gnupg-users mailing list > Gnupg-users@gnupg.org > http://lists.gnupg.org/mailman/listinfo/gnupg-users Do it this way: 1. Edit your key gpg --edit-key 2. Use either showpref or pref to look at current preferences... showpref is verbose, pref is the actual codes that you have to enter via setpref. Use both in the order implicit in below: Command> showpref output: pub 2048R/05BD84B4 created: 2002-09-26 expires: 2003-09-26 trust: u/u (1). Newton Hammet (TreeFlyer Global Resources) Cipher: AES, CAST5, 3DES Hash: SHA1, RIPEMD160 Compression: ZLIB, ZIP --and then-- Command> pref output: pub 2048R/05BD84B4 created: 2002-09-26 expires: 2003-09-26 trust: u/u (1). Newton Hammet (TreeFlyer Global Resources) S7 S3 S2 H2 H3 Z2 Z1 [mdc] 3. Set the new preferences: (you need to use actual code for preference being added) Command> setpref S10 S7 S3 S2 H2 H3 Z2 Z1 Command> updpref you will be prompted: "Really update the prefrences?" answer 'yes'. you will be prompted for your passphrase (hopefully you still remember it!, I had to re-type mine) 3. Then enter 'pref' or showpref' to insure the changes have been made. In this example I added the symmetric cipher "TWOFISH" to my preference list. (It's code is S10) Command> showpref pub 2048R/05BD84B4 created: 2002-09-26 expires: 2003-09-26 trust: u/u (1). Newton Hammet (TreeFlyer Global Resources) Cipher: TWOFISH, AES, CAST5, 3DES Hash: SHA1, RIPEMD160 Compression: ZLIB, ZIP And then you can exit edit-key or perform other edits. Regards, Newton From cgordon@clarksville.com Sun Sep 29 08:47:02 2002 From: cgordon@clarksville.com (cgordon) Date: Sun Sep 29 07:47:02 2002 Subject: help with php and gpg Message-ID: <000001c2677c$395bfa50$6501a8c0@cool> This is a multi-part message in MIME format. ------=_NextPart_000_0001_01C26752.508778F0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi all, This script will echo the help commands to my screen when I run it in my site directory on a public server. The problem is, I can't do anything else. -list-keys or any other command will not echo to the screen. I can telnet into my web page area and encrypt all day long in any folder using the basic gpg -e -r commands but when I try to do it through my script it fails. Could someone give me a clue as to why none of the other gpg commands will echo to my screen? I have about 30 hours in this now. All for the sake of credit card encryption. I am about ready to give up. NOT!!!!! Chris ------=_NextPart_000_0001_01C26752.508778F0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi all,

This script will echo the help commands to my screen when I run = it in my site directory on a public server.

 

<?php
echo shell_exec("/usr/local/bin/gpg --help");=
?>

 

The problem is, I can’t do = anything else.  list-keys or any other command will not echo to the screen.  I can telnet into my web page = area and encrypt all day long in any folder using the basic gpg –e –r commands but when I try to do it through my script it fails.  Could someone give = me a clue as to why none of the other gpg commands will = echo to my screen?

 

I have about 30 hours in this now.  All for the sake of credit card encryption. I am about ready to = give up. NOT!!!!!

 

Chris

------=_NextPart_000_0001_01C26752.508778F0-- From pt@radvis.nu Sun Sep 29 11:26:02 2002 From: pt@radvis.nu (Per Tunedal) Date: Sun Sep 29 10:26:02 2002 Subject: Expiration not valid in PGP 6.5.3 Message-ID: <5.1.0.14.2.20020929102638.00c0a490@qix.netcorps.com> I created a demo key with expiration in 7 days with the new GPG and exported the public key as an ascii-armoured file. Then I imported the key to PGP: now the expiration date is set to NEVER! Expiration date is OK when looking at properties with GPG. Per Tunedal From Weimer@CERT.Uni-Stuttgart.DE Sun Sep 29 11:45:02 2002 From: Weimer@CERT.Uni-Stuttgart.DE (Florian Weimer) Date: Sun Sep 29 10:45:02 2002 Subject: Expiration not valid in PGP 6.5.3 In-Reply-To: <5.1.0.14.2.20020929102638.00c0a490@qix.netcorps.com> (Per Tunedal's message of "Sun, 29 Sep 2002 10:26:45 +0200") References: <5.1.0.14.2.20020929102638.00c0a490@qix.netcorps.com> Message-ID: <877kh5yyif.fsf@Login.CERT.Uni-Stuttgart.DE> Per Tunedal writes: > I created a demo key with expiration in 7 days with the new GPG and > exported the public key as an ascii-armoured file. Then I imported the > key to PGP: now the expiration date is set to NEVER! Expiration date > is OK when looking at properties with GPG. PGP 6.5.3 is an obsolete, unsupported PGP version with quite a few security bugs, as far as I know. -- Florian Weimer Weimer@CERT.Uni-Stuttgart.DE University of Stuttgart http://CERT.Uni-Stuttgart.DE/people/fw/ RUS-CERT fax +49-711-685-5898 From Weimer@CERT.Uni-Stuttgart.DE Sun Sep 29 12:03:02 2002 From: Weimer@CERT.Uni-Stuttgart.DE (Florian Weimer) Date: Sun Sep 29 11:03:02 2002 Subject: Secure memory setuid In-Reply-To: <3D95C5F4.5000406@netscape.net> (Benjamin White's message of "Sat, 28 Sep 2002 10:08:36 -0500") References: <3D95C5F4.5000406@netscape.net> Message-ID: <873crtyxng.fsf@Login.CERT.Uni-Stuttgart.DE> Benjamin White writes: > GPG 1.2.0 is installed on my computer with Linux 2.4.18-10. When > starting gpg I get: > gpg: WARNING: using insecure memory! I have tried to setuid(root) for > gpg with the command: chmod a+s gpg. The directory reads: > -rws--x--x 1 root root 619833 Feb 22 2002 /usr/bin/gpg ^^^^^^^^^^^^ The date is suspicious. Most likely you do not run this binary. -- Florian Weimer Weimer@CERT.Uni-Stuttgart.DE University of Stuttgart http://CERT.Uni-Stuttgart.DE/people/fw/ RUS-CERT fax +49-711-685-5898 From johanw@vulcan.xs4all.nl Sun Sep 29 13:56:02 2002 From: johanw@vulcan.xs4all.nl (Johan Wevers) Date: Sun Sep 29 12:56:02 2002 Subject: Secure memory setuid In-Reply-To: <3D95C5F4.5000406@netscape.net> from Benjamin White at "Sep 28, 2002 10:08:36 am" Message-ID: <200209290727.JAA00814@vulcan.xs4all.nl> Benjamin White wrote: > gpg with the command: chmod a+s gpg. The directory reads: The s-bit has nothing to do with SUID. Try chmod 4755 gpg. -- ir. J.C.A. Wevers // Physics and science fiction site: johanw@vulcan.xs4all.nl // http://www.xs4all.nl/~johanw/index.html PGP/GPG public keys at http://www.xs4all.nl/~johanw/pgpkeys.html From ams@kemisten.nu Sun Sep 29 16:08:02 2002 From: ams@kemisten.nu (Alfred M. Szmidt) Date: Sun Sep 29 15:08:02 2002 Subject: Confused about sub-keys. Message-ID: <87it0paqol.fsf@lgh163a.kemisten.nu> Hi, Is it possible to store a sub-key separate from the "master" key (for the purpose to store the master key off-line, and then only using the sub-key for encryption, or something along those lines)? >From what I can read in the GnuPG Handbook this should be possible (section "Selecting expiration dates and using sub-keys", first paragraph). I can think of many situations where it would be very handy to be able to store the master key (the one that collects signatures) off-line and then use a sub-key to encrypt/sign documents etc. Cheers, -- Alfred M. Szmidt From cova@ferrara.linux.it Sun Sep 29 17:19:02 2002 From: cova@ferrara.linux.it (Fabio Coatti) Date: Sun Sep 29 16:19:02 2002 Subject: [Announce]New gnupg 1.2.0 rpm packages Message-ID: <200209291541.39074.cova@ferrara.linux.it> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I've uploaded to ftp://crypto.ferrara.linux.it/pub/gpg new releases of gnupg rpm packages. Thanks to Sylvain Holtzer for the upgraded spec file, now the fr and ca translations are included and rpm can be built again by non root users. The packages are signed with my gpg key, so they can be easily verified, but the md5 sums are the following: 0bf8f6f5cd3875320e0f9fef03b05a7b gnupg-1.2.0-2mdk82.i586.rpm 0a92d3b01dacbe0391dae81d91bee4b8 gnupg-1.2.0-2mdk90.i586.rpm 1e11135d06faeeb853c49eead9c6b05e gnupg-1.2.0-2rh72.i386.rpm 57015fa20724451a7f3c2923d3342795 gnupg-1.2.0-2.src.rpm Please let me know if you have any problem with the packages or the download. - -- Fabio Coatti http://www.ferrara.linux.it/members/cova Ferrara Linux Users Group http://ferrara.linux.it GnuPG fp:9765 A5B6 6843 17BC A646 BE8C FA56 373A 5374 C703 Old SysOps never die... they simply forget their password. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (GNU/Linux) iD8DBQE9lwL9WQfRfygzdKsRAintAJ0WUSFiF44ppfEwzBOeXCU7PwZ7MQCfVEsq u8yMgjjGmYiCnJEnW0sBKkA= =8Piw -----END PGP SIGNATURE----- _______________________________________________ Gnupg-announce mailing list Gnupg-announce@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-announce From lars@hyperreal.org Sun Sep 29 17:34:02 2002 From: lars@hyperreal.org (Lars Eilebrecht) Date: Sun Sep 29 16:34:02 2002 Subject: Import of revocation certificate fails Message-ID: Hi, I'm desperately trying to revoke one of my keys. I still got the original revocation certificate, but importing the cert via "gpg -vv --import revocationcert.asc" fails. GPG bails out with the following errors: gpg: armor: BEGIN PGP PUBLIC KEY BLOCK gpg: armor header: Version: GnuPG v1.0.6 (MingW32) gpg: armor header: Comment: A revocation certificate should follow :signature packet: algo 17, keyid AEFA4E1AFDA75A58 version 4, created 1031051675, md5len 0, sigclass 20 digest algo 2, begin of digest e3 35 hashed subpkt 2 len 5 (sig created 2002-09-03) hashed subpkt 29 len 37 (revocation reason 0x03 ()) subpkt 16 len 9 (issuer key ID AEFA4E1AFDA75A58) data: [157 bits] data: [160 bits] gpg: key FDA75A58: invalid revocation certificate: general error - rejected gpg: error reading `revocationcert.asc': general error gpg: import from `revocationcert.asc' failed: general error gpg: Total number processed: 0 I'm using gpg 1.2.0 under Linux, but also generating a new revocation certificate with this version produces a similar error when I try to import the certificate into my keyring. The original key pair has been created with GnuPG 1.0.6 on a Win2k system. Anyone any idea what is going on here? ciao... -- Lars Eilebrecht - Reality is a figment of your imagination. lars@hyperreal.org From ravindr@ecf.utoronto.ca Sun Sep 29 18:12:01 2002 From: ravindr@ecf.utoronto.ca (Vikram Ravindran) Date: Sun Sep 29 17:12:01 2002 Subject: Question about random number generation Message-ID: Hello, Recently, I was looking at the different methods that gnupg used for random number generation. There is the linux module, which uses /dev/random, the unix and win32 modules, which use miscellaneous system numbers for randomness, and the egd module, which uses a perl script to collect random data on its behalf. In PGP, on the other hand, the program asks the user to type on the keyboard, and PGP times the interval between keystrokes and uses that to generate random numbers. This seems to be a more portable way of going about things, as the current set of modules assumes that certain files will be located in certain places, so if you compile gnupg on a platform which does not support any other random module, you end up with a "lame duck" copy of gnupg which tags all your keys as "INSECURE" due to lack of randomness. PGP, on the other hand, can even run under DOS, where there is no easy way to automatically generate randomness (as far as I can tell). Is there available a random module that generates entropy based on user keyboard timings? Was the idea considered and rejected for security or other reasons? I tried looking for this question in the FAQ, and could not find it. Thank you, Vikram Ravindran From newton@hammet.net Sun Sep 29 20:27:02 2002 From: newton@hammet.net (Newton Hammet) Date: Sun Sep 29 19:27:02 2002 Subject: help with php and gpg References: <000001c2677c$395bfa50$6501a8c0@cool> Message-ID: <3D974635.10288D09@hammet.net> Hello Cgordon, Some of the output from 'gpg' goes to stderr, some goes to stdout. For best results, 'gpg --list-keys 2>&1' This will force both stderr and stdout to go to stdout, which may help your problem. Regards, Newton From dshaw@jabberwocky.com Sun Sep 29 20:51:02 2002 From: dshaw@jabberwocky.com (David Shaw) Date: Sun Sep 29 19:51:02 2002 Subject: Import of revocation certificate fails In-Reply-To: References: Message-ID: <20020929175125.GG10827@akamai.com> --WYTEVAkct0FjGQmd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sun, Sep 29, 2002 at 04:35:07PM +0200, Lars Eilebrecht wrote: > Hi, > > I'm desperately trying to revoke one of my keys. > I still got the original revocation certificate, but > importing the cert via "gpg -vv --import revocationcert.asc" > fails. GPG bails out with the following errors: [..] > Anyone any idea what is going on here? This is a bug in 1.2.0, unfortunately. I have attached a patch. David -- David Shaw | dshaw@jabberwocky.com | WWW http://www.jabberwocky.com/ +---------------------------------------------------------------------------+ "There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence." - Jeremy S. Anderson --WYTEVAkct0FjGQmd Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="revoke.patch" Index: sig-check.c =================================================================== RCS file: /cvs/gnupg/gnupg/g10/sig-check.c,v retrieving revision 1.73.2.2 retrieving revision 1.73.2.3 diff -u -r1.73.2.2 -r1.73.2.3 --- sig-check.c 15 Sep 2002 03:15:56 -0000 1.73.2.2 +++ sig-check.c 28 Sep 2002 17:34:43 -0000 1.73.2.3 @@ -521,8 +521,11 @@ return rc; if( sig->sig_class == 0x20 ) { /* key revocation */ - /* designated revoker? */ - if(pk->keyid[0]!=sig->keyid[0] || pk->keyid[1]!=sig->keyid[1]) + u32 keyid[2]; + keyid_from_pk( pk, keyid ); + + /* is it a designated revoker? */ + if(keyid[0]!=sig->keyid[0] || keyid[1]!=sig->keyid[1]) rc=check_revocation_keys(pk,sig); else { --WYTEVAkct0FjGQmd-- From wk@gnupg.org Sun Sep 29 20:55:02 2002 From: wk@gnupg.org (Werner Koch) Date: Sun Sep 29 19:55:02 2002 Subject: Question about random number generation In-Reply-To: (Vikram Ravindran's message of "Sun, 29 Sep 2002 11:11:49 -0400 (EDT)") References: Message-ID: <87wup4znps.fsf@alberti.gnupg.de> On Sun, 29 Sep 2002 11:11:49 -0400 (EDT), Vikram Ravindran said: > keyboard, and PGP times the interval between keystrokes and uses that to > generate random numbers. This seems to be a more portable way of going > about things, as the current set of modules assumes that certain files This is easy with DOS and maybe with Windows but hard for other OSes. With DOS you have direct access to the interrupt service routine and nothing is in the way. Real operating systems abstract the key presses from the application and there is no way to be sure that there is not a course granularity when taking the timings. So these event might be quite predictable. The only way to get theses events is by having kernel support for it (i.e. /dev/random). The EGD way is just a kudge for OSes which don't support it. Shalom-Salam, Werner From mjt@tls.msk.ru Mon Sep 30 02:32:02 2002 From: mjt@tls.msk.ru (Michael Tokarev) Date: Mon Sep 30 01:32:02 2002 Subject: Point of view regarding LISA 2002 References: <20020928160931.GA51380@lightship.internal.homeport.org> Message-ID: <3D978E07.300@tls.msk.ru> Adam Shostack wrote: [] > Now, are these GPG's fault? In most cases, no, they're not. But > they're problems that we need to address to get say, 10% of the email > on the net to be encrypted. And if thats a goal, then we need to > examine the things that are preventing us from hitting it. Yeah - learn users to encrypt their emails and there will be many problems with viruses who will try to use encryption too thus making it impossible to detect in-transit... Oh well... ;) /mjt From avbidder@fortytwo.ch Mon Sep 30 10:38:01 2002 From: avbidder@fortytwo.ch (Adrian 'Dagurashibanipal' von Bidder) Date: Mon Sep 30 09:38:01 2002 Subject: Confused about sub-keys. In-Reply-To: <87it0paqol.fsf@lgh163a.kemisten.nu> References: <87it0paqol.fsf@lgh163a.kemisten.nu> Message-ID: <1033371554.854.23.camel@altfrangg> --=-qrWwlDLJR4vvBMj3vKt3 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2002-09-29 at 15:08, Alfred M. Szmidt wrote: > Hi, >=20 > Is it possible to store a sub-key separate from the "master" key (for > the purpose to store the master key off-line, and then only using the > sub-key for encryption, or something along those lines)? Hi! It is possible, but the solution is not very elegant and has some implications on people verifying your signatures. See the notice in my email .sig, look at my key, and look at http://fortytwo.ch/gpg/subkeys cheers -- vbi --=20 secure email with gpg http://fortytwo.ch/gpg NOTICE: subkey signature! request key 92082481 from keyserver.kjsl.com --=-qrWwlDLJR4vvBMj3vKt3 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iHQEABECADQFAj2X/6EtGmh0dHA6Ly9mb3J0eXR3by5jaC9ncGcvcG9saWN5L2Vt YWlsLjIwMDIwODIyAAoJEIukMYvlp/fWjtkAnRAcVcOhbqbl5xCBZAuyBlDAnGvF AKDloZQDVaZwKCWh2TXX3+RDYXnB2A== =3kyx -----END PGP SIGNATURE----- Signature policy: http://fortytwo.ch/gpg/policy/email.20020822 --=-qrWwlDLJR4vvBMj3vKt3-- From ams@kemisten.nu Mon Sep 30 17:40:02 2002 From: ams@kemisten.nu (Alfred M. Szmidt) Date: Mon Sep 30 16:40:02 2002 Subject: Confused about sub-keys. References: <87it0paqol.fsf@lgh163a.kemisten.nu> <1033371554.854.23.camel@altfrangg> Message-ID: <87wup3ee0l.fsf@lgh163a.kemisten.nu> "Adrian 'Dagurashibanipal' von Bidder" writes: > On Sun, 2002-09-29 at 15:08, Alfred M. Szmidt wrote: > > Hi, > > > > Is it possible to store a sub-key separate from the "master" key (for > > the purpose to store the master key off-line, and then only using the > > sub-key for encryption, or something along those lines)? > > Hi! > > It is possible, but the solution is not very elegant and has some > implications on people verifying your signatures. > See the notice in my email .sig, look at my key, and look at > http://fortytwo.ch/gpg/subkeys Oh, now that is great. Now the only thing left is to get --list-secret-keys to output some useful information if the master key is not present. Or is this already implemented in GnuPG 1.2.0? Cheers, -- Alfred M. Szmidt From johanw@vulcan.xs4all.nl Mon Sep 30 21:14:02 2002 From: johanw@vulcan.xs4all.nl (Johan Wevers) Date: Mon Sep 30 20:14:02 2002 Subject: Question about random number generation In-Reply-To: <87wup4znps.fsf@alberti.gnupg.de> from Werner Koch at "Sep 29, 2002 07:53:51 pm" Message-ID: <200209291948.VAA00788@vulcan.xs4all.nl> Werner Koch wrote: > This is easy with DOS and maybe with Windows but hard for other OSes. > With DOS you have direct access to the interrupt service routine and > nothing is in the way. Real operating systems abstract the key > presses from the application and there is no way to be sure that there > is not a course granularity when taking the timings. So these event > might be quite predictable. Do you have any idea how this situation is under Linux? I generated an RSA key with pgp 2.6.3ia under Linux kernel 2.0.38, is this key secure? I remember there was also a difference in which RSA and ElGamal keys depend on a RNG (I remember also the RNG bug in pgp 5.0i for Unix). -- ir. J.C.A. Wevers // Physics and science fiction site: johanw@vulcan.xs4all.nl // http://www.xs4all.nl/~johanw/index.html PGP/GPG public keys at http://www.xs4all.nl/~johanw/pgpkeys.html From franl@world.std.com Mon Sep 30 22:38:02 2002 From: franl@world.std.com (Francis Litterio) Date: Mon Sep 30 21:38:02 2002 Subject: Question about random number generation In-Reply-To: <200209291948.VAA00788@vulcan.xs4all.nl> (Johan Wevers's message of "Sun, 29 Sep 2002 21:48:27 +0200 (MET DST)") References: <200209291948.VAA00788@vulcan.xs4all.nl> Message-ID: Johan Wevers wrote: > Werner Koch wrote: > >> This is easy with DOS and maybe with Windows but hard for other OSes. >> With DOS you have direct access to the interrupt service routine and >> nothing is in the way. Real operating systems abstract the key >> presses from the application and there is no way to be sure that there >> is not a course granularity when taking the timings. So these event >> might be quite predictable. > > Do you have any idea how this situation is under Linux? I generated an > RSA key with pgp 2.6.3ia under Linux kernel 2.0.38, is this key secure? > I remember there was also a difference in which RSA and ElGamal keys > depend on a RNG (I remember also the RNG bug in pgp 5.0i for Unix). On Linux, GnuPG can be configured via --enable-static-rnd=linux to use /dev/random, the Linux entropy pool, or via --enable-static-rnd=egd to use the Entropy Gathering Daemon (EGD). I don't know which is the default, but if you build from source, you have control over this. If you use either of those configure options, then your key was generated from reasonably good random numbers. -- Francis Litterio franl@world.std.com http://world.std.com/~franl/ GPG and PGP public keys available on keyservers.