mirror of
https://github.com/Dasharo/edk2-upstream.git
synced 2026-06-13 19:16:19 -07:00
- 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>