]> git.dujemihanovic.xyz Git - u-boot.git/commit
lib: rsa: Allow legacy URI specification without "pkcs11:"
authorCsókás Bence <csokas.bence@prolan.hu>
Fri, 5 Jan 2024 14:08:04 +0000 (15:08 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 18 Jan 2024 22:50:27 +0000 (17:50 -0500)
commitf055d6e8f0d63a80d72ab5b092a26bedc652ac3b
treeab7c113b2f723ed40f5d92cce2dcd211601b88f4
parent11ad2bbfa2d83501a3d7b9fdbd567f55214fde0d
lib: rsa: Allow legacy URI specification without "pkcs11:"

But emit a warning for it. Then we can remove support when
everyone had time to update their scripts, docs, CI etc.

Fixes: ece85cc020 rsa: use pkcs11 uri as defined in rfc7512
Signed-off-by: Csókás Bence <csokas.bence@prolan.hu>
lib/rsa/rsa-sign.c