237_01-scd-pw2.patch3 KBDownload
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Jul 27 2009
Jul 27 2009
Many thanks for your answers.
In addition all Omnikey based readers (e.g. the Cherry keyboard) can't cope with
2048 bit keys. The Omnikey windows driver has a workaround. I reversed
engineered parts of that protocol, so that 2.0.13 works a little bit with these
readers if use with the internal ccid driver (i.e. w/o pcscd).
• werner added a project to T1094: smartcard V2 => impossible to generate key on it on linux: Not A Bug.
This version does not support the v2 smartcard.
Jul 24 2009
Jul 24 2009
Enabling CMX_DEBUG should also give some insights.
What I noticed is that the driver uses a write timeout of (3*hz) for the CCID
ESCAPE command but (150*hz) for XFRBLOCK. My hack now uses the ESCAPE command
to send extended length APDU data blocks and they resemble what XFRBLOCK does.
My next test would be to change the timeout for the ESCAPE command in
cmx_timeout_by_cmd - I don't know whether this helps.
Werner Koch via BTS wrote:
I guess I should look at the freebsd driver. Any hint where to find
it in the freebsd svn?
I guess I should look at the freebsd driver. Any hint where to find it in the
freebsd svn?
Jul 23 2009
Jul 23 2009
Werner Koch via BTS wrote:
Pth bug? Please try again after putting debug-disable-ticker
into scdaemon.conf.
Pth bug? Please try again after putting
Jul 22 2009
Jul 22 2009
<snip>
indicates that you are using a real USB device. abort_cmd should
terminate with an error if used on a non-USB device.
Jul 21 2009
Jul 21 2009
Are you still using the 4040?
Jul 20 2009
Jul 20 2009
Werner Koch via BTS wrote:
If that all does not help, a log file from gpg-agent would be useful.
Required options gpg-agent.conf are the log-file and "debug 1024".
Okay, okay, I remove the "pub/".
Then why is it referenced in multiple locations in the GnuPG website?!
Jul 17 2009
Jul 17 2009
Werner Koch via BTS wrote:
Are you sure that you are using the latest gpg-agent;
Are you sure that you are using the latest gpg-agent; i./e. that which comes
with the SVN version of GnuPG? The easiest way to use a nwer gpg-agent trhan
one that is already running is by using
Jul 16 2009
Jul 16 2009
Werner Koch via BTS wrote:
However, I reverse engineered the protocol used by the Windows driver
and figured out how that driver does it. The SVN version has a hack
which basically works. I tested the 4040 and it works in most cases.
The hack is not 100% reliable but I was able to generate and use keys.
Jul 9 2009
Jul 9 2009
Jul 8 2009
Jul 8 2009
• werner closed T1083: [minor] scd getattr <token> - <token> should be case-insensitive as Resolved.
Jul 3 2009
Jul 3 2009
• werner added a project to T1083: [minor] scd getattr <token> - <token> should be case-insensitive: Not A Bug.
Jun 17 2009
Jun 17 2009
Jun 8 2009
Jun 8 2009
Well, I have no more excuses at hand to actually look at the problem ;-).
well. I tried.
See the INSTALL file for another way to share defaults (section "Sharing Defaults").
No. CFLAGS is used to override default flags. It might be that in a BSD system
CFLAGS can be used in the way you describe it; with the GNU system this is not
the case.
However, if CFLAGS is set in the environment previously, configure will fail.
This is especially inconveniently for those who set CFLAGS in bashrc etc and
those who uses source-based package manager doing this.
Setting CFLAGS as an environment variable should be universally correct,
shouldn't it?
Jun 2 2009
Jun 2 2009
No, that is not a typo. --daemon used to be required to avoid starting several
gpg-agents - which happened quite often while in lets-see-what-happens testing
mode. Later the code was change so that running gpg-agent without any args
tested whether a gpg-agent is already running. Thus we can simplify the paragraph.
May 11 2009
May 11 2009
• werner added a project to T1047: agent_send_all_options() sets wrong ttyname on input from STDIN: Not A Bug.
It is basically the same code as used in gpg2. On a GNU system tty_get_ttyname
always returns "/dev/tty". This is used as a fallback solution so that we can
tell gpg-agent at least one tty which may work.
Apr 27 2009
Apr 27 2009
Apr 23 2009
Apr 23 2009
Use
gpa --version
on the command line. We have the rework of the help menu on our todo list, thus
I close this bug.
I know, however the checks do only basic checking and reject more exotic
addresses. Actually the specs don't say anything about the format of a user ID;
it is just a convention that they resemble a mail address.
Apr 13 2009
Apr 13 2009
GnuPG Shell is, and always has been, released under the GNU General Public
License.
Mar 11 2009
Mar 11 2009
I understand. Such a diagnostic is of course possible.
• werner removed a project from T1009: incompatibility options --sign and --encrypt-files: Won't Fix.
Mar 10 2009
Mar 10 2009
If we use "--multifile --sign", we got an error message:
gpg: --sign does not yet work with --multifile
Mar 2 2009
Mar 2 2009
Feb 10 2009
Feb 10 2009
I searched for '-'s and they are only on the BEGIN and END message lines. The
encrypted file is over 350K, this is the tail of the file:
Feb 9 2009
Feb 9 2009
There is some garbage at the end of the file. I can't tell you more without
seeing the encrypted file. ctb=2dmeans that a '-' has been detected. A possible
reason for this is a broken MIME parser.
Jan 28 2009
Jan 28 2009
Jan 15 2009
Jan 15 2009
Thank you for the information, with it I will be able to alter behaviour on the
fly (via system variable) but anyway, it would be really great gpg could pass
an argument -- I think it is a bit more elegant way to control the behaviour.
We can't do that because gpg2 requires gpg-agent (not to a 100% right now but
eventually there will be no way without gpg-agent). Pinentry is a property of
gpg-agent and you can control which pinentry to use by using a symlink or
gpg-agent's option --pinentry-program.
Dec 10 2008
Dec 10 2008
Dec 9 2008
Dec 9 2008
Dec 8 2008
Dec 8 2008
See the previous comments. This is not a bug.
Dec 5 2008
Dec 5 2008
Nov 17 2008
Nov 17 2008
You are wrong. My system operates correctly. Think chroot() (so no /dev) +
ligcrypt then. But if it was discussed then EOT.
• werner added a project to T968: getfnc_gather_random() aborts (in library!) if no rng source found: Not A Bug.
Nov 3 2008
Nov 3 2008
Oct 28 2008
Oct 28 2008
Oct 23 2008
Oct 23 2008
• werner added a comment to T957: dirmngr considers cached CRLs valid after removal of trusted cert.
The current svn trunk features a user provided trust anchors. Thus if a CRL
could not be validated just because the trust anchor is not available in
trusted-certs/, dirmnngr will casche the CRL anyway and ask back whether the
user trusts the trust anchor. The latest GnuPG implements the counterparts
which uses the /.gnupg/trustlist.txt to answer this.
• werner closed T957: dirmngr considers cached CRLs valid after removal of trusted cert as Resolved.
Oct 13 2008
Oct 13 2008
• werner added a project to T957: dirmngr considers cached CRLs valid after removal of trusted cert: Not A Bug.
Sep 30 2008
Sep 30 2008
Sep 1 2008
Sep 1 2008
No, we don't want to do that. If you do not like this use the option:
--allow-freeform-uid
• werner added a project to T952: Arbitrary Real Name minimum length limit refuses valid names: Not A Bug.
May 28 2008
May 28 2008
• werner changed Due Date from May 20 2006, 2:00 AM to Jun 20 2006, 2:00 AM on T915: --recipient substring mismatch.
May 26 2008
May 26 2008
Right, email addresses are unique, but the key-email association is not unique.
May 21 2008
May 21 2008
Email addresses on the Internet *are* unique. The option is too easy to misuse,
especially for a security program where selecting the correct recipient is
crucial. But, whatever. GNU.
Dec 11 2007
Dec 11 2007
Nov 26 2007
Nov 26 2007
Thanks. I have added it to the website
http://www.gnupg.org/documentation/guides.html#other . It will show up by
tomorrow.
Nov 23 2007
Nov 23 2007
ilpettegolo added projects to T854: GnuPG practical manual for Windows and Linux (in italian): Not A Bug, gpgweb.
Nov 19 2007
Nov 19 2007
Nov 15 2007
Nov 15 2007
• werner changed Due Date from Apr 20 2007, 2:00 AM to Nov 20 2007, 1:00 AM on T605: Decrypting Files Automatically using --passphrase-fd option.
• werner added a project to T605: Decrypting Files Automatically using --passphrase-fd option: Not A Bug.