edk2/BaseTools/Source/Python/Capsule
Jason1 Lin ddd94f778b BaseTools/Capsule: Prevent to Read the STDOUT Content as Signature
- Within the capsule generate script, it is using the STDOUT result
  as signature while signing the hash digest via OpenSSL tool.

- There would have incorrect result when the user terminal have
  the output when executing the startup script.

- Incorrect the content of signature would make the verification failed.

- Use the "-output" flag to export the signature then read it back
  as the resolution.

Signed-off-by: Jason1 Lin <jason1.lin@intel.com>
2026-05-26 06:51:14 +00:00
..
GenerateCapsule.py BaseTools/Capsule: Prevent to Read the STDOUT Content as Signature 2026-05-26 06:51:14 +00:00
GenerateWindowsDriver.py BaseTools: Remove ARM32 Support 2025-09-25 22:04:10 +00:00
WindowsCapsuleSupportHelper.py BaseTools: Capsule: Remove unnecessary code 2025-07-01 09:51:38 +08:00