index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
rsa
/
rsa-sign.c
Age
Commit message (
Expand
)
Author
2021-10-08
image: Use Kconfig to enable FIT_RSASSA_PSS on host
Simon Glass
2021-09-16
Merge tag 'v2021.10-rc4' into next
Tom Rini
2021-09-14
lib/rsa: don't use NULL as key_id
Heinrich Schuchardt
2021-09-01
lib: -Wformat-truncation in rsa_engine_get_priv_key
Heinrich Schuchardt
2021-09-01
lib/rsa: Remove support for OpenSSL < 1.1.0 and libressl < 2.7.0
Alexandru Gagniuc
2021-07-28
mkimage: use environment variable MKIMAGE_SIGN_PIN to set pin for OpenSSL Engine
Marc Kleine-Budde
2021-07-28
lib: rsa: rsa-sign: Minor bug in debug message
Chan, Donald
2021-07-16
image: Rename CONFIG_FIT_ENABLE_RSASSA_PSS_SUPPORT
Simon Glass
2021-04-14
lib/rsa: Use EVP_PKEY instead of RSA
Chan, Donald
2021-04-14
lib/rsa: Use the 'keyfile' argument from mkimage
Alexandru Gagniuc
2021-04-14
lib/rsa: Make fdt_add_bignum() available outside of RSA code
Alexandru Gagniuc
2020-08-27
lib/rsa: correct check after allocation in fdt_add_bignum()
Heinrich Schuchardt
2020-05-15
lib: rsa: avoid overriding the object name when already specified
Jan Luebbe
2020-05-15
rsa: don't use malloc.h in rsa-sign.c
Jonathan Gray
2020-04-01
image: Use constants for 'required' and 'key-name-hint'
Simon Glass
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2019-07-18
lib: rsa: add support to other openssl engine types than pkcs11
Vesa Jääskeläinen
2018-12-03
rsa: add support of padding pss
Philippe Reynes
2018-12-03
rsa: add a structure for the padding
Philippe Reynes
2018-12-03
rsa: use new openssl API to create signature
Philippe Reynes
2018-08-13
rsa: Fix LibreSSL before v2.7.0
Caliph Nomble
2018-06-19
rsa: Fix missing memory leak on error in fdt_add_bignum()
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-05-12
rsa: Fix build with OpenSSL 1.1.x
Jelle van der Waa
2017-01-14
mkimage: Add support for signing with pkcs11
George McCollister
2016-11-21
image: Combine image_sig_algo with image_sign_info
Andrew Duda
2016-07-25
tools, rsa: Further minor cleanups on top of c236ebd and 2b9ec7
mario.six@gdsys.cc
2016-07-22
rsa: Fix return value and masked error
mario.six@gdsys.cc
2014-08-09
rsa: Fix two errors in the implementation
Simon Glass
2014-08-09
Implement generalised RSA public exponents for verified boot
Michael van der Westhuizen
2014-06-19
mkimage: Automatically expand FDT in more cases
Simon Glass
2014-06-11
fdt: Update functions which write to an FDT to return -ENOSPC
Simon Glass
2014-03-21
tools, fit_check_sign: verify a signed fit image
Heiko Schocher
2014-03-21
rsa: add sha256-rsa2048 algorithm
Heiko Schocher
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-03
lib/rsa/rsa-sig.c: compile on OS X
Andreas Bießmann
2013-06-26
image: Add RSA support for image signing
Simon Glass