Re: signing only one particular uid on a key?

2005-08-16 Thread Neil Williams
On Sunday 14 August 2005 12:21 pm, Folkert van Heusden wrote:
> Hi,
>
> Because of my Robot CA (see http://www.signedtimestamp.org/robotca.php
> for details) I would like to sign only 1 UID and not all UIDs on a key.
> How can this be done? Yes, I checked the man-page.

Then you missed it.
$ man gpg
/edit
uid n Toggle selection of user id with index n.  Use 0 to deselect all.

$ gpg --edit-key 
command> uid 1

That selects the first uid on a toggle basis - uid 1 unselects it, uid 2 
selects the second uid and leaves other selections unchanged.

Subsequent commands operate on the selected UID's.

-- 

Neil Williams
=
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/



pgpk4uLNoqNl8.pgp
Description: PGP signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: signing only one particular uid on a key?

2005-08-16 Thread Folkert van Heusden
> > Because of my Robot CA (see http://www.signedtimestamp.org/robotca.php
> > for details) I would like to sign only 1 UID and not all UIDs on a key.
> > How can this be done? Yes, I checked the man-page.
> Then you missed it.
> $ man gpg
> /edit
> uid n Toggle selection of user id with index n.  Use 0 to deselect all.
> $ gpg --edit-key 
> command> uid 1

Aha ok. I expected the --edit-key to be for your own key only. Is it
also possible to select the uid from the commandline?

> That selects the first uid on a toggle basis - uid 1 unselects it, uid 2 
> selects the second uid and leaves other selections unchanged.
> Subsequent commands operate on the selected UID's.

Thanks.


Folkert van Heusden

-- 
Auto te koop, zie: http://www.vanheusden.com/daihatsu.php

Get your PGP/GPG key signed at www.biglumber.com!

Phone: +31-6-41278122, PGP-key: 1F28D8AE


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


Help revoking signatures on a key

2005-08-16 Thread Robin
Thanks for help everyone. I've revoked the signatures I wanted to and
the key now shows revokations in the output of gpg --edit-key ...
revsig.

I've submmitted the key to pgp.mit.edu and it did say that new
signatures were added, but after 24 hours, I can still see my
signatures listed there. I've deleted the key from my keyring and
reimported it from the server, but there were no revokation certs
present (according to WinPT's import function)

If I do gpg --edit-key ... revsig again though, I still see my
revokations. So either:

The signatures are revoked on the server, they just look the same as
the other non-revoked ones.

or

My revokations aren't added to the key itself.


-- 
[EMAIL PROTECTED]
PGP public key fingerprint: 2EE2 8019 3B18 1720 960F  B57A C9C3 3CB2 86B1 4A38
Lookup @ pgp.mit.edu: http://tinyurl.com/yv438
Lookup @ pgpkeys.pca.dfn.de: http://tinyurl.com/87kju

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


Install problems

2005-08-16 Thread Василий Петров
Can you help me install libgcrypt under Windows platform ? I unable to use 
configure with Windows

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


PKCS#11 support for gpg-agent

2005-08-16 Thread Alon Bar-Lev
Hello,

I know it is an old issue... But I think it is very important issue,
so I want to raise it again.

PKCS#11 is a standard specifying how to access cryptographic token.
Must smartcard vendors provide PKCS#11 library that allow simple 
smartcard integration with applications.

PKCS#11 implementation is not platform specific and is implemented for 
Windows, Linux etc...

I couldn't see any plans to support this standard, and could find some 
answers that suggest it will not be supported.

Mozilla, Firefox, Thunderbird and now Java support PKCS#11 standard in 
order to access cryptographic tokens, gives these software an edge in 
smartcard integration.

openssl have a gateway through open-sc to PKCS#11 tokens, but it is very
basic gateway that can only use private key objects on the token.

When I saw that in the new version gpg has gpg-agent I was very glad! I 
thought that finally a standard implementation to access cryptographic 
tokens will be implemented.

But then I've seen that only proprietary smartcard tokens are supported 
(directly) and ssh-agent... No standard way to access external 
cryptographic devices.

I will be glad to discuses the need of implementing PKCS#11 support for 
gpg-agent, and helping in the implementation process...

I think it is very important to have such support for any software that 
deals with cryptographic and secrets. gnupg falls into this category...

Best Regards,
Alon Bar-Lev

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


Newbie: Sharing GnuPG info betn Windows and Linux

2005-08-16 Thread Shriramana Sharma
I am a newbie to Linux and GnuPG and I have only today downloaded: GnuPG 
Windows Installer, GnuPG Linux Source Code, GnuPT and GPG Shell. I have 
Windows XP, SuSE 9.3 and Fedora Core 4 running on my system.


First I have created my public and private keys using KGPG on SuSE 9.3. 
(I always use KDE.) Now I wish to transfer this to Windows and use the 
same keys from both Linux and Windows.


I have read The GNU Privacy Handbook PDF file, but it gives all 
instructions based on the command line, and does not help me beyond how 
to create keys etc.


I wish to use PGP encryption on:

Windows:
 SeaMonkey Mail Client
 Explorer

Linux:
 SeaMonkey Mail Client
 KMail
 Konqueror

Please advise me how I should proceed.

Thank you.

--

Shriramana Sharma
http://samvit.org

  (o-   Penguin #395953
  //\   running on ancient Indian wisdom
  V_/_  and modern computing efficiency


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


Re: Help revoking signatures on a key

2005-08-16 Thread Neil Williams
On Tuesday 16 August 2005 8:01 am, Robin wrote:
> I've submmitted the key to pgp.mit.edu

Use a better keyserver: subkeys.pgp.net

> The signatures are revoked on the server, they just look the same as
> the other non-revoked ones.

No, the keyserver probably doesn't understand what you've done. Use a better 
keyserver.

-- 

Neil Williams
=
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/



pgpqy6PEon8Ux.pgp
Description: PGP signature
___
Gnupg-users mailing list
Gnupg-users@gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-users


Re: Newbie: Sharing GnuPG info betn Windows and Linux

2005-08-16 Thread Alphax
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Shriramana Sharma wrote:
> I am a newbie to Linux and GnuPG and I have only today downloaded: GnuPG
> Windows Installer, GnuPG Linux Source Code, GnuPT and GPG Shell. I have
> Windows XP, SuSE 9.3 and Fedora Core 4 running on my system.
> 
> First I have created my public and private keys using KGPG on SuSE 9.3.
> (I always use KDE.) Now I wish to transfer this to Windows and use the
> same keys from both Linux and Windows.
> 
> I have read The GNU Privacy Handbook PDF file, but it gives all
> instructions based on the command line, and does not help me beyond how
> to create keys etc.
> 

You will need to have some way of transferring files between Windows and
your Linux filesystems (FAT32/NTFS and ext2/3), and some way of
synchronising your keyring(s) between them. One option might be to use a
USB drive of some sort.

> I wish to use PGP encryption on:
> 
> Windows:
>  SeaMonkey Mail Client
>  Explorer
> 

SeaMonkey is a branch of Mozilla, right? You will need Enigmail -
http://enigmail.mozdev.org/ should have it...

GPGshell should give you context menus in Explorer.

> Linux:
>  SeaMonkey Mail Client
>  KMail
>  Konqueror
> 

I believe that there is also a plugin available for KMail.

- --
Alphax  |   /"\
Encrypted Email Preferred   |   \ / ASCII Ribbon Campaign
OpenPGP key ID: 0xF874C613  |X   Against HTML email & vCards
http://tinyurl.com/cc9up|   / \
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDAe3f/RxM5Ph0xhMRA9F2AJwMozyQmTZ7hvCzhvYg0uPV2E7tPQCfYlcn
ASlsAftR5etEESBQwsGdNTQ=
=XYz8
-END PGP SIGNATURE-

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