

|
app
Synopsis
int xmlSecGnuTLSAppInit (const char *config);
int xmlSecGnuTLSAppShutdown (void);
int xmlSecGnuTLSAppSimpleKeysMngrInit
(xmlSecKeysMngrPtr mngr);
int xmlSecGnuTLSAppSimpleKeysMngrAdoptKey
(xmlSecKeysMngrPtr mngr,
xmlSecKeyPtr key);
int xmlSecGnuTLSAppSimpleKeysMngrLoad
(xmlSecKeysMngrPtr mngr,
const char *uri);
int xmlSecGnuTLSAppSimpleKeysMngrSave
(xmlSecKeysMngrPtr mngr,
const char *filename,
xmlSecKeyDataType type);
int xmlSecGnuTLSAppKeysMngrPemCertLoad
(xmlSecKeysMngrPtr mngr,
const char *filename,
int trusted);
int xmlSecGnuTLSAppKeysMngrAddCertsPath
(xmlSecKeysMngrPtr mngr,
const char *path);
xmlSecKeyPtr xmlSecGnuTLSAppPemKeyLoad (const char *keyfile,
const char *keyPwd,
void *keyPwdCallback);
xmlSecKeyPtr xmlSecGnuTLSAppPkcs12Load (const char *filename,
const char *pwd);
int xmlSecGnuTLSAppKeyPemCertLoad (xmlSecKeyPtr key,
const char *filename); |
Details
xmlSecGnuTLSAppInit ()
int xmlSecGnuTLSAppInit (const char *config); |
xmlSecGnuTLSAppShutdown ()
int xmlSecGnuTLSAppShutdown (void); |
xmlSecGnuTLSAppSimpleKeysMngrInit ()
xmlSecGnuTLSAppSimpleKeysMngrAdoptKey ()
xmlSecGnuTLSAppSimpleKeysMngrLoad ()
xmlSecGnuTLSAppSimpleKeysMngrSave ()
xmlSecGnuTLSAppKeysMngrPemCertLoad ()
int xmlSecGnuTLSAppKeysMngrPemCertLoad
(xmlSecKeysMngrPtr mngr,
const char *filename,
int trusted); |
xmlSecGnuTLSAppKeysMngrAddCertsPath ()
xmlSecGnuTLSAppPemKeyLoad ()
xmlSecKeyPtr xmlSecGnuTLSAppPemKeyLoad (const char *keyfile,
const char *keyPwd,
void *keyPwdCallback); |
xmlSecGnuTLSAppPkcs12Load ()
xmlSecKeyPtr xmlSecGnuTLSAppPkcs12Load (const char *filename,
const char *pwd); |
xmlSecGnuTLSAppKeyPemCertLoad ()
int xmlSecGnuTLSAppKeyPemCertLoad (xmlSecKeyPtr key,
const char *filename); |
|
Aleksey Sanin
|
|