summaryrefslogtreecommitdiffstats
path: root/recipes-support/libp11/files
Commit message (Collapse)AuthorAgeFilesLines
* libp11: bump to git 57ca68f for EC signing supportRicardo Salveti2019-01-171-42/+0
| | | | | | | | | | | libp11 0.4.9 gives an error when EC keys are used for signing (pkcs11_try_pkey_ec_sign() not implemented), so bump to git 57ca68f (post 0.4.9) for EC signing support. Also drop workaround patch for OpenSSL 1.0.2.m since OE OpenSSL version is now at 1.1.1a. Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
* libp11: Bump the version number for the openssl compatibility again.Patrick Vacek2018-09-031-1/+1
| | | | Now covers 1.0.2p.
* Update patch to fix openssl-1.0.o.Patrick Vacek2018-05-081-1/+1
|
* Update patch to work with OPENSSL_VERSION_NUMBER 0x100020ef.Patrick Vacek2018-02-221-1/+1
|
* Add EVP_PKEY_meth_get* replacement functions to use with OpenSSL 1.0.2m as wellAnton Gerasimov2018-01-191-0/+42
I couldn't find the reason why these functions are not present in libopenssl.so, but apparently it doesn't affect 1.0.2k