Reference Guide

6 Chapter 1: Changes Between MES 4.0.1 and 4.1.n.n
RSA BSAFE Micro Edition Suite 4.4 Migration Guide
Library Files
In MES 4.1, the ccme_core static library file was renamed to mes_core. The mes
and
mes_core libraries provide the standard MES functionality and must always be
linked with the application. Any combination of the other libraries (
ccme_swprov,
ccme_fipsprov, and mes_p11prov) can be linked into the application as required.
Migrate FIPS 140-2 Applications
Applications using FIPS 140-2-compliant cryptographic functionality, which
previously linked against the
ccme_core library file, now links against the
mes_core library file. For PKCS #11 cryptographic functionality, applications must
also link against the
mes_p11prov library file.
Migrate PKCS #11 Applications
Applications requiring only PKCS #11 cryptographic functionality, which previously
linked against the
mes, ccme_core, and mes_p11prov library files, now need to
link against the
mes, mes_core, and mes_p11prov library files.