summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_0.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_0.5.bb')
-rw-r--r--meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_0.5.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_0.5.bb b/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_0.5.bb
new file mode 100644
index 0000000000..6c19b6616a
--- /dev/null
+++ b/meta-oe/recipes-support/pkcs11-provider/pkcs11-provider_0.5.bb
@@ -0,0 +1,23 @@
1SUMMARY = "An OpenSSL provider that allows direct interfacing with pkcs11 drivers"
2DESCRIPTION = "\
3This is an Openssl 3.x provider to access Hardware or Software Tokens using \
4the PKCS#11 Cryptographic Token Interface\
5\
6This code targets version 3.1 of the interface but should be backwards \
7compatible to previous versions as well.\
8"
9HOMEPAGE = "https://github.com/latchset/pkcs11-provider"
10SECTION = "libs"
11LICENSE = "Apache-2.0"
12LIC_FILES_CHKSUM = "file://COPYING;md5=b53b787444a60266932bd270d1cf2d45"
13DEPENDS = "openssl"
14
15SRCREV = "3a4fdd2a2e5643af2a0f857b66a19b9fa109d40f"
16
17SRC_URI = "git://github.com/latchset/${BPN}.git;branch=main;protocol=https"
18
19S = "${WORKDIR}/git"
20
21inherit meson pkgconfig
22
23FILES:${PN} += "${libdir}/ossl-modules/pkcs11.so"