summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pkcs11-provider
Commit message (Collapse)AuthorAgeFilesLines
* pkcs11-provider: backport a fix for build with gcc-14Martin Jansa2024-07-142-1/+52
| | | | | | | | * fails only with 32bit MACHINEs, e.g. full log from qemux86: http://errors.yoctoproject.org/Errors/Details/790494/ Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pkcs11-provider: Upgrade 0.3 -> 0.5Niko Mauno2024-07-051-7/+3
| | | | | | | | | Changelogs: - https://github.com/latchset/pkcs11-provider/releases/tag/v0.4 - https://github.com/latchset/pkcs11-provider/releases/tag/v0.5 Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pkcs11-provider: upgrade 0.2 -> 0.3Wang Mingyu2024-02-091-2/+1
| | | | | | | | Changelog: https://github.com/latchset/pkcs11-provider/releases/tag/v0.3 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* pkcs11-provider: Add recipeNiko Mauno2023-12-201-0/+28
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>