Skip to content

1.2.0

Choose a tag to compare

@svedi svedi released this 02 Dec 12:44
· 37 commits to master since this release
  • 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.