Skip to content

4.3.0

Compare
Choose a tag to compare
@johnfxgalea-e johnfxgalea-e released this 10 Feb 12:36
· 23 commits to openssl1.1 since this release
2e6ce30

Release 4.3.0

Changed

  • Renamed CMake and MACRO definitions for optional features to be prefixed
    by MOCOCRW_ in order to be more specific in terms of naming.
    As a result, HSM_ENABLED is now MOCOCRW_HSM_ENABLED, etc.
  • Introduces config.h that is generated by CMake. This config contains the
    MACRO definitions according to the features enabled. Users are no longer
    needed to specify MACRO definitions via target_compile_definitions()
    themselves.