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
@jyao1
Originally I planned to move sys_call from cryptlib_mbedtls to somewhere, e.g. os_stub/mbedtlslib/sys_call , but that would need to create a new library, probably not a good idea?
Do you have any suggestion? Or just leave it as it is now?
https://github.com/DMTF/libspdm/tree/main/os_stub/cryptlib_mbedtls/sys_call
The functions in sys_call folder are actually part of mbedtlslib as specified in mbedtlslib/include/mbedtls/config.h.
For example,
libspdm/os_stub/mbedtlslib/include/mbedtls/config.h
Lines 188 to 193 in 62ba20e
These functions are not needed when integrators use their existing mbedtls libraries instead of building mbedtlslib
I am not familiar with openssl but I guess the same might also apply.
The text was updated successfully, but these errors were encountered: