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
Fix memory leak in MachineCodeComputer_COM and MachineCodeComputer_COM_Recompute
For MachineCodeComputer_COM we leak 20 bytes of memory each time basic_Cryptolens object is created (typically a one-time event.)
For MachineCodeComputer_COM_Recompute we leak 20 bytes each time the machine code is computed, i.e. each time we call activate().
Add deactivate() method.
Changes when using CMake on Windows.
Update to optional-lite 3.5.0 compared to previous release.
Update CA certificates bundled with the the release.