summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2015-08-28 15:17:15 +0200
committerMarc-André Lureau <marcandre.lureau@redhat.com>2015-09-15 14:00:25 +0200
commitcdc61d0c7b363621ab5883ea2cd35ee9e5238538 (patch)
tree1234778708cf26ebcd15d95a4115820527935b7b /README.md
parentbfcdf6c71a340c66b9a1e6de0037f1f2376ab6d1 (diff)
build-sys: autofoo
autofoo-ize Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..c2e15f4
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+# libcacard
+
+CAC (Common Access Card) library
+
+This library provides emulation of smart cards to a virtual card
+reader running in a guest virtual machine.
+
+It implements DoD CAC standard with separate pki containers
+(compatible coolkey), using certificates read from NSS.
+
+# History
+
+This project used to be part of qemu until version 2.5. The history
+has been preserved and it inherits the tags and version.
+
+# Authors
+
+This project was originally developped by:
+
+- Alon Levy <alevy@redhat.com>
+- Robert Relyea <rrelyea@redhat.com>