summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2017-11-29 10:30:38 +0100
committerDaiki Ueno <ueno@gnu.org>2017-12-21 13:19:46 +0100
commit2c84475ca612c33351d9f311ef24b3b89a7c856c (patch)
tree50d1e58b546f097bc601845c8a2b53f9e585c536 /README.md
parent3b137039f5c222dbc6688bd6c9aec01a6dbeeece (diff)
build: Add README.md to display build status
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..06a34c6
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+P11-KIT
+======
+[![Build Status](https://travis-ci.org/p11-glue/p11-kit.svg?branch=master)](https://travis-ci.org/p11-glue/p11-kit) [![Coverage Status](https://img.shields.io/coveralls/p11-glue/p11-kit.svg)](https://coveralls.io/r/p11-glue/p11-kit)
+
+Provides a way to load and enumerate PKCS#11 modules. Provides a standard
+configuration setup for installing PKCS#11 modules in such a way that they're
+discoverable.
+
+Also solves problems with coordinating the use of PKCS#11 by different
+components or libraries living in the same process.