aboutsummaryrefslogtreecommitdiffstats
path: root/scd/iso7816.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-1/+1
We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again.
2009-09-03Fix for extended length Le in decipherWerner Koch1-5/+3
2009-07-10Fix for card keys > 2048 bit.Werner Koch1-2/+4
2009-06-17Add readcert command.Werner Koch1-1/+1
fix reading large certificates.
2009-05-08More support for Netkey cards.Werner Koch1-6/+8
Small changes to teh CCID driver. Support 2048 bit OpenPGP cards.
2009-03-30Implement decryption for TCOS 3 cards.Werner Koch1-1/+1
2009-01-08Add limited support for NetKey 3.0 cards.Werner Koch1-0/+4
2008-09-25Finished support for v2 cards with the exception of secure messaging.Werner Koch1-0/+5
2008-09-23Support the Certifciate DO of the v2 OpenPGP cards.Werner Koch1-1/+1
2007-07-04Changed to GPLv3.Werner Koch1-4/+2
Removed intl/.
2005-11-28Preparing an interim releaseWerner Koch1-1/+34
2005-09-09Bug fixes and ssh support for the BELPIC.Werner Koch1-1/+2
2005-09-05Basically made Belgian EID cards work.Werner Koch1-0/+3
Signature creation has not yet been tested. Also other changes to better cope with T=0 cards.
2005-07-27Removed directories which are only used by the 1.9 branchWerner Koch1-56/+0
2004-10-14Added ID keywords because these files are often used in other packages.Werner Koch1-0/+4
2004-03-16*** empty log message ***Werner Koch1-0/+1
2004-01-28(iso7816_manage_security_env): New.Werner Koch1-0/+4
(iso7816_decipher): Add PADIND argument. ** app-nks.c is now functional **
2004-01-27Some minor bug fixes, new test utilities and started support for otherWerner Koch1-0/+8
smartcard applications.
2003-10-02Fixes to make inclusion of card raleted source files into 1.3 easier.Werner Koch1-0/+4
2003-08-05This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+56
'GNUPG-1-9-BRANCH'.
2003-07-23* command.c (cmd_pkauth): New.Werner Koch1-20/+28
(cmd_setdata): Check whether data was given at all to avoid passing 0 to malloc. * app.c (app_auth): New. * app-openpgp.c (do_auth): New.
2003-06-03* scdaemon.h: Include gpg-error.h and errno.hWerner Koch1-0/+48
* card.c (map_sc_err): Use unknown for the error source. * Makefile.am: Link with libgpg-error