Statistics
| Branch: | Revision:

root / libcacard / cac.c @ ba79c886

History | View | Annotate | Download (12.6 kB)

# Date Author Comment
7fc7e584 10/25/2011 04:44 pm Alon Levy

libcacard/cac: fix typo in cac_delete_pki_applet_private

Signed-off-by: Alon Levy <>

7267c094 08/21/2011 07:01 am Anthony Liguori

Use glib memory allocation and free functions

qemu_malloc/qemu_free no longer exist after this commit.

Signed-off-by: Anthony Liguori <>

111a38b0 04/02/2011 03:07 am Robert Relyea

libcacard: initial commit

libcacard emulates a Common Access Card (CAC) which is a standard
for smartcards. It is used by the emulated ccid card introduced in
a following patch. Docs are available in docs/libcacard.txt

Signed-off-by: Alon Levy <>...