Spanish ID card

2006-11-17 Thread David Picon Alvarez
Hello, Can anyone inform me if gpg will atl all work with the new Spanish electronic ID card? The official site for it is http://www.dnielectronico.es but I don't know if they have anything but a Spanish version. It would be nice to be able to sign and encrypt using a familiar program. --David.

Strange gnupg problem

2006-09-21 Thread David Picon Alvarez
Hi, Running gnupg version 1.4.5 under Windows 2000. Installed on top of an earlier pre-gpg4win instance. When creating a new subkey for encryption it all seems to go well, but after saving the key, the new subkey is not listed anymore. I've tried to create the new subkey twice, from the --edit-key

Re: German "umlauts" in passphrase

2006-07-17 Thread David Picon Alvarez
It's possible to use non-7-bit-ascii characters for the passphrase, but there can be issues with character sets when changing from machine to machine, OS to OS, or on different revs of an OS depending on locale settings. Personally I'd advice using oe instead of รถ just in case, although if you're c

Use of OpenPGP smartcard on MS Windows

2006-07-14 Thread David Picon Alvarez
Hi, Is it possible to use the OpenPGP smartcard on a GnuPG version compiled for MS Windows such as the ones available at gnupg.org? What should I know about smart card reders, drivers, et al, before trying to do this? Pointers appreciated. --David. ___

Re: Disk Partition

2005-10-07 Thread David Picon Alvarez
A hardware solution cannot be scrutinized for security. --David. ___ Gnupg-users mailing list Gnupg-users@gnupg.org http://lists.gnupg.org/mailman/listinfo/gnupg-users

Re: OpenPGP Card

2005-09-07 Thread David Picon Alvarez
> The only place in the GPL where libraries are mentioned is in reference > to the LGPL. Using the Microsoft CryptoAPI doesn't appear to be legal; > AFAICT, this is similar to the reason why Enigmail insists on GPG > instead of being able to interface with PGP on Windows systems. Wrong. >From GPL

Re: OpenPGP Card

2005-09-07 Thread David Picon Alvarez
From: "Alon Bar-Lev" <[EMAIL PROTECTED]> > David Picon Alvarez wrote: > > You trust the Microsoft CryptoAPI? Well why don't you just run Windows, > > which Microsoft Says is Perfectly Secure, and use Microsoft's inbuilt > > X.509 instead of OpenP

Re: OpenPGP Card

2005-09-07 Thread David Picon Alvarez
> There is not point in writing a low level code in each application to > support each card it is NxN situation, not wise. The truth is that if cards were more ISO compliant this situation would not be a big deal. Also I'm sure a lot of this code could be shared among apps. Anyway, I'm a gpg use

Re: OpenPGP Card

2005-09-06 Thread David Picon Alvarez
Alon, First, I might have written to you directly instead of to the list. If so I'm sorry, I screwed up with my mail agent. > There is no sense in turning Linux environment to be less > attractive for free software development, since smart card are > hardware based, they will never be free and as

Re: OpenPGP Card

2005-09-06 Thread David Picon Alvarez
> But this is the opposite the GPL program uses a none GPLed library with out > linkage to it!!! > I don't understand why we always turn the facts around. It's the same, combination and derivation trigger the copyright, and the GPL _requires_ the combined whole work to be covered by the GPL. So if

Re: OpenPGP Card

2005-09-06 Thread David Picon Alvarez
List wrote: So the "procedure call" will call to a stub in the BSD licensed ld.so which will just "pass a message" to the real shared library and return a result code to the application. That might not be enough. In order to ensure that copyright does not trigger you need to exclude derivation

Re: OpenPGP Card

2005-09-06 Thread David Picon Alvarez
> NOTICE: Since the application does not know which cryptographic token is > used by the user, the usage of the library MUST be done at runtime. There is > stick interface for these libraries which is described in PKCS#11 standard. In such a case the DLL or .so or whatever MUST be GPL-compatible (