【原】OpenSC中搜索配置文件的顺序
发布时间:2012-7-18 11:08
分类名称:PKI
=================== ***.profile search steps ===================
int sc_profile_load(struct sc_profile *profile, const char *filename);
load profile steps:
1. find profile_dir option in opensc.conf;
2. find ProfileDir value in "HKEY_CURRENT_USER\\Software\\OpenSC Project\\OpenSC";
3. find ProfileDir value in "HKEY_LOCAL_MACHINE\\Software\\OpenSC Project\\OpenSC";
It only use the macro "SC_PKCS15_PROFILE_DIRECTORY" which is defined in config.h, if not in windows.
=================== opensc.conf search steps ===================
static void process_config_file(sc_context_t *ctx, struct _sc_ctx_options *opts);
load opensc.conf steps:
1. getenv("OPENSC_CONF");
2. find ConfigFile value in "HKEY_CURRENT_USER\\Software\\OpenSC Project\\OpenSC";
3. find ConfigFile value in "HKEY_LOCAL_MACHINE\\Software\\OpenSC Project\\OpenSC";