gnupg/scd (11 files)

cvs user werner cvs@cvs.gnupg.org
Wed, 23 Jul 2003 09:13:16 +0200


    Date: Wednesday, July 23, 2003 @ 09:13:15
  Author: werner
    Path: /cvs/gnupg/gnupg/scd

   Added: sc-copykeys
Modified: ChangeLog apdu.c apdu.h app-common.h app-openpgp.c app.c
          command.c iso7816.c iso7816.h sc-investigate.c

* command.c (cmd_pkauth): New.
(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.


------------------+
 ChangeLog        |   36 +++++++++
 apdu.c           |   32 ++++----
 apdu.h           |   19 ++++-
 app-common.h     |   19 +++++
 app-openpgp.c    |  201 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
 app.c            |   70 ++++++++++++++++++
 command.c        |  130 ++++++++++++++++++++++++++++++++++
 iso7816.c        |  148 +++++++++++++++++++++++++++++----------
 iso7816.h        |   48 +++++++-----
 sc-copykeys      |    0 
 sc-investigate.c |   47 ++++++++++--
 11 files changed, 668 insertions(+), 82 deletions(-)