summaryrefslogtreecommitdiff
path: root/lib/rsa/rsa-sign.c
Commit message (Expand)AuthorAgeFilesLines
* lib: rsa: avoid overriding the object name when already specifiedWIP/2020-05-15-misc-bugfixesJan Luebbe2020-05-151-6/+16
* rsa: don't use malloc.h in rsa-sign.cJonathan Gray2020-05-151-1/+1
* image: Use constants for 'required' and 'key-name-hint'Simon Glass2020-04-011-3/+3
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* lib: rsa: add support to other openssl engine types than pkcs11Vesa Jääskeläinen2019-07-181-0/+18
* rsa: add support of padding pssPhilippe Reynes2018-12-031-0/+10
* rsa: add a structure for the paddingPhilippe Reynes2018-12-031-3/+12
* rsa: use new openssl API to create signaturePhilippe Reynes2018-12-031-6/+11
* rsa: Fix LibreSSL before v2.7.0Caliph Nomble2018-08-131-6/+12
* rsa: Fix missing memory leak on error in fdt_add_bignum()Simon Glass2018-06-191-3/+10
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* rsa: Fix build with OpenSSL 1.1.xJelle van der Waa2017-05-121-6/+38
* mkimage: Add support for signing with pkcs11George McCollister2017-01-141-11/+233
* image: Combine image_sig_algo with image_sign_infoAndrew Duda2016-11-211-2/+2
* tools, rsa: Further minor cleanups on top of c236ebd and 2b9ec7mario.six@gdsys.cc2016-07-251-2/+4
* rsa: Fix return value and masked errormario.six@gdsys.cc2016-07-221-5/+5
* rsa: Fix two errors in the implementationSimon Glass2014-08-091-0/+1
* Implement generalised RSA public exponents for verified bootMichael van der Westhuizen2014-08-091-3/+57
* mkimage: Automatically expand FDT in more casesSimon Glass2014-06-191-9/+18
* fdt: Update functions which write to an FDT to return -ENOSPCSimon Glass2014-06-111-9/+19
* tools, fit_check_sign: verify a signed fit imageHeiko Schocher2014-03-211-1/+1
* rsa: add sha256-rsa2048 algorithmHeiko Schocher2014-03-211-4/+6
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-14/+1
* lib/rsa/rsa-sig.c: compile on OS XAndreas Bießmann2013-07-031-1/+0
* image: Add RSA support for image signingSimon Glass2013-06-261-0/+460