summaryrefslogtreecommitdiff
path: root/lib/rsa/rsa-sign.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-14lib/rsa: don't use NULL as key_idHeinrich Schuchardt1-1/+1
2021-07-29mkimage: use environment variable MKIMAGE_SIGN_PIN to set pin for OpenSSL EngineMarc Kleine-Budde1-0/+11
2021-07-29lib: rsa: rsa-sign: Minor bug in debug messageChan, Donald1-1/+1
2021-07-16image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORTSimon Glass1-2/+2
2021-04-15lib/rsa: Use EVP_PKEY instead of RSAChan, Donald1-102/+67
2021-04-14lib/rsa: Use the 'keyfile' argument from mkimageAlexandru Gagniuc1-8/+26
2021-04-14lib/rsa: Make fdt_add_bignum() available outside of RSA codeAlexandru Gagniuc1-64/+1
2020-08-27lib/rsa: correct check after allocation in fdt_add_bignum()Heinrich Schuchardt1-1/+1
2020-05-15lib: rsa: avoid overriding the object name when already specifiedJan Luebbe1-6/+16
2020-05-15rsa: don't use malloc.h in rsa-sign.cJonathan Gray1-1/+1
2020-04-01image: Use constants for 'required' and 'key-name-hint'Simon Glass1-3/+3
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-07-18lib: rsa: add support to other openssl engine types than pkcs11Vesa Jääskeläinen1-0/+18
2018-12-03rsa: add support of padding pssPhilippe Reynes1-0/+10
2018-12-03rsa: add a structure for the paddingPhilippe Reynes1-3/+12
2018-12-03rsa: use new openssl API to create signaturePhilippe Reynes1-6/+11
2018-08-13rsa: Fix LibreSSL before v2.7.0Caliph Nomble1-6/+12
2018-06-19rsa: Fix missing memory leak on error in fdt_add_bignum()Simon Glass1-3/+10
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-05-12rsa: Fix build with OpenSSL 1.1.xJelle van der Waa1-6/+38
2017-01-15mkimage: Add support for signing with pkcs11George McCollister1-11/+233
2016-11-21image: Combine image_sig_algo with image_sign_infoAndrew Duda1-2/+2
2016-07-25tools, rsa: Further minor cleanups on top of c236ebd and 2b9ec7mario.six@gdsys.cc1-2/+4
2016-07-22rsa: Fix return value and masked errormario.six@gdsys.cc1-5/+5
2014-08-09rsa: Fix two errors in the implementationSimon Glass1-0/+1
2014-08-09Implement generalised RSA public exponents for verified bootMichael van der Westhuizen1-3/+57
2014-06-19mkimage: Automatically expand FDT in more casesSimon Glass1-9/+18
2014-06-12fdt: Update functions which write to an FDT to return -ENOSPCSimon Glass1-9/+19
2014-03-22tools, fit_check_sign: verify a signed fit imageHeiko Schocher1-1/+1
2014-03-22rsa: add sha256-rsa2048 algorithmHeiko Schocher1-4/+6
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2013-07-03lib/rsa/rsa-sig.c: compile on OS XAndreas Bießmann1-1/+0
2013-06-26image: Add RSA support for image signingSimon Glass1-0/+460