diff options
-rw-r--r-- | README.md | 25 |
1 files changed, 23 insertions, 2 deletions
@@ -1,5 +1,5 @@ -P11-KIT -====== +# 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 @@ -8,3 +8,24 @@ discoverable. Also solves problems with coordinating the use of PKCS#11 by different components or libraries living in the same process. + + +# Documentation + + * Main site: https://p11-glue.github.io/p11-glue/p11-kit.html + * Manual: https://p11-glue.github.io/p11-glue/p11-kit/manual/ + + +# Releases + +Releases are made available via the [primary github site](https://github.com/p11-glue/p11-kit/releases). + +They are signed with Daiki Ueno's OpenPGP key: + +``` +pub 4096R/D7E69871 2009-07-23 + Key fingerprint = 4622 25C3 B46F 3487 9FC8 496C D605 848E D7E6 9871 +uid Daiki Ueno <ueno@unixuser.org> +uid Daiki Ueno <ueno@gnu.org> +sub 4096R/C8C530D6 2010-02-04 +``` |