Reference Guide
Chapter 1: Changes Between MES 4.0.1 and 4.1.n.n 7
RSA BSAFE Micro Edition Suite 4.4 Migration Guide
Resource Management
Common Resources
Resources that provide core MES functionality, required to use resources from any of
the providers, are available from the
mes_core library file. These common resources
can be accessed individually for custom resource lists, or as a list using
R_PROV_MES_get_default_resource_list().
MES Provider
The mes static library file supplies the MES provider, which supplies core MES
resources including those required for cryptographic, certificate, and TLS
functionality. All MES provider functionality is available from the default resource
list returned from
R_PROV_MES_get_default_resource_list(), which
excludes cryptographic resources, or from
R_PROV_MES_get_default_fast_software_resource_list() or
R_PROV_MES_get_default_small_software_resource_list().
Applications that previously used
PRODUCT_DEFAULT_RESOURCE_LIST() should
now use one of the default resource lists from the MES provider.
For more information about all providers, see Providers and API Reference
Information > Providers in the RSA BSAFE Micro Edition Suite Developers Guide.