commit | 41748ed12a2e9a86ffe64d6165627416a058af38 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Fri Mar 31 18:20:40 2023 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Fri Mar 31 18:27:19 2023 +0100 |
tree | 5cbc82b9940a84d01921cf3f5bb289ec178a36e3 | |
parent | 754c0740d15e64921cd1865a2eb4faffcb2727a5 [diff] |
pvmfw: Call CRYPTO_library_init before using BSSL The library expects to have been initialized before being used. It is a noop if BORINGSSL_NO_STATIC_INITIALIZER is not set i.e. if static initializers are being used. Test: atest MicrodroidTests Change-Id: I35f486015a0c18224dec702fd0e1b11dc42a5e34
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.