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
But reading LibreSSL's documentation it shows that RAND_set_rand_method() and RAND_SSLeay() doesn't really do anything. Perhaps the same should be for RAND_OpenSSL()?
When building tpm2-tss it fails since
OpenSSL_rand()
is not implemented.https://github.com/tpm2-software/tpm2-tss/blob/3d3c9a81db1354fe75dd27f5a87551c101034b0d/src/tss2-esys/esys_crypto_ossl.c#L561
This can be easily worked around.
But reading LibreSSL's documentation it shows that
RAND_set_rand_method()
andRAND_SSLeay()
doesn't really do anything. Perhaps the same should be forRAND_OpenSSL()
?I made WIP upstream PR here. tpm2-software/tpm2-tss#2380
The text was updated successfully, but these errors were encountered: