From f251dedaa31b48f7c05a4b53c112b40ebca890ef Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 13 Nov 2012 12:30:55 -0800 Subject: Imported Upstream version 1.2.18 --- docs/api/chapters/init-and-shutdown.sgml | 104 +++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 docs/api/chapters/init-and-shutdown.sgml (limited to 'docs/api/chapters/init-and-shutdown.sgml') diff --git a/docs/api/chapters/init-and-shutdown.sgml b/docs/api/chapters/init-and-shutdown.sgml new file mode 100644 index 00000000..688a6372 --- /dev/null +++ b/docs/api/chapters/init-and-shutdown.sgml @@ -0,0 +1,104 @@ + + Initialization and shutdown. + XML Security Library initialization/shutdown + process includes initialization and shutdown of the + dependent libraries: + + libxml library; + libxslt library; + crypto library (OpenSSL, GnuTLS, GCrypt, NSS, ...); + xmlsec library + (xmlSecInit + and xmlSecShutdown + functions); + + xmlsec-crypto library + (xmlSecCryptoDLLoadLibrary + to load xmlsec-crypto library dynamicaly if needed, + xmlSecCryptoInit + and xmlSecCryptoShutdown + functions); + + + xmlsec-crypto library also provides a convinient functions + xmlSecAppCryptoInit + and xmlSecAppCryptoShutdown + to initialize the crypto library itself but application can do it + by itself. + + + + Initializing application. + + + + + + + Shutting down application. + + + + -- cgit v1.2.3