summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)AuthorFilesLines
2003-09-25added root nodes namespaces registration for "--node-xpath" command lineAleksey Sanin1-12/+0
* apps/xmlsec.c: added root nodes namespaces registration for "--node-xpath" command line option processing (by request from Jan-Olof)
2003-09-13fixed a minor problem with makefilesAleksey Sanin1-2/+13
2003-09-12use ltdl library on Windows tooAleksey Sanin1-1/+14
2003-09-10apps/xmlsec.c examples/*.c docs/api/chapters/init-and-shutdown.sgml:Aleksey Sanin1-6/+0
* include/xmlsec/version.h include/xmlsec/version.h.in include/xmlsec/xmlsec.h src/xmlsec.c src/gnutls/crypto.c src/nss/crypto.c src/openssl/crypto.c src/skeleton/crypto.c: apps/xmlsec.c examples/*.c docs/api/chapters/init-and-shutdown.sgml: implemented new function and macroses to check loaded xmlsec library version from xmlsec-crypto libraries and apps
2003-09-10implemented dynamic xmlsec-crypto libraries loading for WindowsAleksey Sanin1-2/+0
* src/dl.c win32/Makefile.msvc win32/mycfg.bat: implemented dynamic xmlsec-crypto libraries loading for Windows
2003-09-10added support for xmlsec-crypto DL mode in xmlsec.pc and xmlsec-configAleksey Sanin1-1/+7
* Makefile.am configure.in xmlsec-config.in xmlsec.pc.in: added support for xmlsec-crypto DL mode in xmlsec.pc and xmlsec-config files * examples/*: added support for xmlsec-crypto DL mode to examples * include/xmlsec/app.h include/xmlsec/private.h include/xmlsec/version.h include/xmlsec/x509.h src/app.c src/x509.c src/xkms.c: new API reference documentation * docs/* man/* : included info about xmlsec-crypto DL mode in tutorial and re-build docs to include new api reference docs * tests/testDSig.sh tests/testEnc.sh tests/testKeys.sh: added additional information printout * win32/Makefile.msvc: excluded XKMS from windows builds
2003-09-09implemented loading xmlsec-crypto libraries as plugins change build toAleksey Sanin1-0/+4
* Makefile.am apps/* configure.in include/* src/* tests/*: implemented loading xmlsec-crypto libraries as plugins * win32/: change build to allow building of more than one xmlsec-crypto library