From 8e8dcd215b0f7b9afcbba2f00896ba533d9c565f Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 5 Jun 2024 09:55:19 -0400 Subject: [PATCH] Update README file Signed-off-by: Simo Sorce --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 62764ad4..20021614 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ [![Build](https://github.com/latchset/pkcs11-provider/actions/workflows/build.yml/badge.svg)](https://github.com/latchset/pkcs11-provider/actions/workflows/build.yml) This is an Openssl 3.x provider to access Hardware or Software Tokens -using the PKCS#11 Cryptographic Token Interface +using the PKCS#11 Cryptographic Token Interface. -This code targets version 3.1 of the interface but should be backwards -compatible to previous versions as well. +This code targets PKCS#11 version 3.1 but is backwards compatible to +version 3.0 and 2.40 as well. Spec: https://docs.oasis-open.org/pkcs11/pkcs11-spec/v3.1/pkcs11-spec-v3.1.html