diff options
author | Niko Mauno <niko.mauno@vaisala.com> | 2023-12-19 16:44:40 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-12-20 11:13:00 -0800 |
commit | d44d4206b5bb52f102b89a7ae922c4b7f64a70db (patch) | |
tree | 67c0fa32f4ad2d6332a60ffe2fa4b60b6ef030e1 /meta-python | |
parent | 10f1890af03dbb804bffd4fa7eda7729e08f12cb (diff) | |
download | meta-openembedded-d44d4206b5bb52f102b89a7ae922c4b7f64a70db.tar.gz |
pkcs11-provider: Add recipe
Starting with version 3.0 the OpenSSL project introduced a new modular
system to extend OpenSSL that replaces the deprecated Engine modules.
Providers are loaded via configuration directives in the openssl
configuration file (or directly loaded by applications).
The pkcs11 provider allows applications linked to openssl to use keys
and cryptographic operations from a hardware or software token via
their PKCS #11 driver and the use of PCKS #11 URIs.
The pkcs11 provider can be configured to be automatically loaded via
openssl.cnf
For more details, visit
https://github.com/latchset/pkcs11-provider/blob/main/docs/provider-pkcs11.7.md
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
0 files changed, 0 insertions, 0 deletions