You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check the functionality of our currently published crypto binaries. Confirm if everything behaves as expected or if there are adjustments necessary in terms of the crypto functions supported in our different flavors.
Possible issues: Lack of SHA384 and SHA512 support in the STANDARD flavor binary. CONFIRMED
VariableSmm.c calls VariableWriteServiceInitializeSmm which eventually leads to calling AuthVariableLibInitialize which calls
SHA384 and SHA512 context functions.
The text was updated successfully, but these errors were encountered:
The current binaries are confirmed to work on both physical and virtual platforms. Closing this issue and any more information will be associated with #56
Check the functionality of our currently published crypto binaries. Confirm if everything behaves as expected or if there are adjustments necessary in terms of the crypto functions supported in our different flavors.
Possible issues: Lack of SHA384 and SHA512 support in the STANDARD flavor binary. CONFIRMED
VariableSmm.c calls
VariableWriteServiceInitializeSmm
which eventually leads to callingAuthVariableLibInitialize
which callsSHA384 and SHA512 context functions.
The text was updated successfully, but these errors were encountered: