summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-10-14asn1_decoder: add build options for ASN1 decoderRaymond Mao
2024-10-14lib/rypto: Adapt rsa_helper to MbedTLSRaymond Mao
2024-10-14mbedtls: add RSA helper layer on MbedTLSRaymond Mao
2024-10-14lib/crypto: Adapt mscode_parser to MbedTLSRaymond Mao
2024-10-14mbedtls: add MSCode parser porting layerRaymond Mao
2024-10-14lib/crypto: Adapt PKCS7 parser to MbedTLSRaymond Mao
2024-10-14mbedtls: add PKCS7 parser porting layerRaymond Mao
2024-10-14lib/crypto: Adapt x509_cert_parser to MbedTLSRaymond Mao
2024-10-14mbedtls: add X509 cert parser porting layerRaymond Mao
2024-10-14lib/crypto: Adapt public_key header with MbedTLSRaymond Mao
2024-10-14mbedtls: add public key porting layerRaymond Mao
2024-10-14pkcs7: move common functions to PKCS7 helperRaymond Mao
2024-10-14x509: move common functions to x509 helperRaymond Mao
2024-10-14public_key: move common functions to public key helperRaymond Mao
2024-10-14mbedtls/external: update MbedTLS PKCS7 test suitesRaymond Mao
2024-10-14mbedtls/external: support decoding multiple signer's certRaymond Mao
2024-10-14mbedtls/external: support PKCS9 Authenticate AttributesRaymond Mao
2024-10-14mbedtls/external: support Microsoft Authentication CodeRaymond Mao
2024-10-14mbedtls: Enable smaller implementation for SHA256/512Raymond Mao
2024-10-14mbedtls: add digest shim layer for MbedTLSRaymond Mao
2024-10-14sha1: Remove sha1 non-watchdog APIRaymond Mao
2024-10-14md5: Remove md5 non-watchdog APIRaymond Mao
2024-10-14lib: Adapt digest header files to MbedTLSRaymond Mao
2024-10-14mbedtls: add mbedtls into the build systemRaymond Mao
2024-10-08Merge commit '0344c602eadc0802776b65ff90f0a02c856cf53c' as 'lib/mbedtls/exter...Tom Rini
2024-10-07mkimage: ecdsa: add nodes to signature/key nodeMatthias Pritschet
2024-10-07mkimage: ecdsa: add signature/key nodes to dtb if missingMatthias Pritschet
2024-10-03Merge patch series "vbe: Series part D"Tom Rini
2024-10-03tiny-printf: Correct return valuesSimon Glass
2024-10-03fdtdec: Support separate BSS for all XPL buildsSimon Glass
2024-10-02Add mkimage secp521r1 ECDSA curve supportJoakim Tjernlund
2024-09-30Merge tag 'v2024.10-rc6' into nextTom Rini
2024-09-21efi_loader: fix some function descriptionsHeinrich Schuchardt
2024-09-19fwu: print a message if empty capsule checks failSughosh Ganu
2024-09-19fwu: do not allow capsule processing on exceeding Trial Counter thresholdSughosh Ganu
2024-09-19fwu: add dependency checks for selecting FWU metadata versionSughosh Ganu
2024-09-19fwu: check all images for transitioning out of Trial StateSughosh Ganu
2024-09-19fwu: v1: do a version check for the metadataSughosh Ganu
2024-09-19fwu: v2: try reading both copies of metadataSughosh Ganu
2024-09-12efi_loader: Put back copyright messageSimon Glass
2024-09-12efi_loader: Use puts() in cout so that console recording worksSimon Glass
2024-09-12include: export uuid.hCaleb Connolly
2024-09-12lib: uuid: supporting building as part of host toolsCaleb Connolly
2024-09-12efi: add a helper to generate dynamic UUIDsCaleb Connolly
2024-09-12lib: uuid: add UUID v5 supportCaleb Connolly
2024-09-12Kconfig: clean up the efi configuration statusIlias Apalodimas
2024-09-12efi_loader: return the correct error in efi_bootmgr_release_uridp()Ilias Apalodimas
2024-09-12efi_loader: rename efi_bootmgr_image_return_notifyIlias Apalodimas
2024-09-12efi_loader: shorten efi_bootmgr_release_uridp_resource()Ilias Apalodimas
2024-09-03Merge patch series "Make LMB memory map global and persistent"Tom Rini