Add crypto support to GP11 library. Add support for auto-login of context
authorStefan Walter <stefw@src.gnome.org>
Mon, 29 Dec 2008 06:46:36 +0000 (06:46 +0000)
committerStefan Walter <stefw@src.gnome.org>
Mon, 29 Dec 2008 06:46:36 +0000 (06:46 +0000)
commit8ffcb856fa17da0e41f5fce2510900d7e581ab55
tree9f27a6425ece9687c53ba10b13662a8aa3522c61
parentba78c4d9ad389bb42608935d1bd79e0039960154
Add crypto support to GP11 library. Add support for auto-login of context

* gp11/gp11.h:
* gp11/gp11-call.c:
* gp11/gp11-marshal.list:
* gp11/gp11-object.c:
* gp11/gp11-private.h:
* gp11/gp11-session.c:
* gp11/gp11-slot.c:
* gp11/tests/gp11-test.h:
* gp11/tests/gp11-test-module.c:
* gp11/tests/Makefile.am:
* gp11/unit-test-gp11-crypto.c:
* gp11/unit-test-gp11-session.c: Add crypto support to GP11 library.
Add support for auto-login of context specific unlock of keys. Rework
how auto-login of a token works.

svn path=/trunk/; revision=1413
12 files changed:
gp11/gp11-call.c
gp11/gp11-marshal.list
gp11/gp11-object.c
gp11/gp11-private.h
gp11/gp11-session.c
gp11/gp11-slot.c
gp11/gp11.h
gp11/tests/Makefile.am
gp11/tests/gp11-test-module.c
gp11/tests/gp11-test.h
gp11/tests/unit-test-gp11-crypto.c [new file with mode: 0644]
gp11/tests/unit-test-gp11-session.c