Skip to content

2020-11-02

Latest
Compare
Choose a tag to compare
@svedi svedi released this 02 Nov 12:37
· 3 commits to master since this release
  1. The preprocessor macros CRYPTOLENS_ACTIVATE_MODEL_VERSION and CRYPTOLENS_ACTIVATE_FLOATING_MODEL_VERSION were introduced and allow setting ModelVersion parameter when making requests to the Activate method in the WebAPI. By default we now set ModelVersion to "3". This changes the previous behavior which was equivalent to setting ModelVersion to "1".
  2. A new field with information about the reseller was added to the cryptolens_LK_t struct. It is possible to revert to the old behavior by defining the CRYPTOLENS_DISABLE_RESELLER preprocessor macro.