From c49f1f0c51208776b11b23e7cbd730bd6a4fe196 Mon Sep 17 00:00:00 2001 From: Alessio Di Mauro Date: Mon, 9 Nov 2015 11:42:42 +0100 Subject: [PATCH] Added reference to PKCS#11 specs in the docs. --- doc/YKCS11_release_notes.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/YKCS11_release_notes.adoc b/doc/YKCS11_release_notes.adoc index 206251d..24efefa 100644 --- a/doc/YKCS11_release_notes.adoc +++ b/doc/YKCS11_release_notes.adoc @@ -4,6 +4,12 @@ YKCS11 This is a PKCS#11 module that allows to communicate with the PIV application running on a YubiKey. +This module is based on version 2.40 of the PKCS#11 (Cryptoki) +specifications. + +The complete specifications are available at +http://docs.oasis-open.org/pkcs11/pkcs11-base/v2.40/os/pkcs11-base-v2.40-os.html. + BUILDING ~~~~~~~~