summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2003-03-06fixing openssl 0.9.6 buildxmlsec-0_1_0Aleksey Sanin1-2/+2
2003-03-06*** empty log message ***Aleksey Sanin1-1/+0
2003-03-02added gnutls supportAleksey Sanin1-1/+73
2003-02-28fixed all the scriptsAleksey Sanin1-16/+35
2003-02-27nss support: hmac and sha1Aleksey Sanin1-1/+1
2003-02-27first nss checkin!Aleksey Sanin1-3/+3
2003-02-27added nss stubsAleksey Sanin1-34/+146
2003-02-25errors updateAleksey Sanin1-0/+2
2003-02-24removed XMLSEC_OPENSSL096 from main libraryAleksey Sanin1-1/+3
2003-02-24updated makefilesAleksey Sanin1-15/+14
2003-02-14checking new version from local cvsAleksey Sanin1-354/+171
2002-11-30upgraded the common x509 infrastracture, build is broken!!!Aleksey Sanin1-26/+49
2002-11-12created xmlSecKeyAleksey Sanin1-1/+1
2002-11-06one more tweakAleksey Sanin1-5/+4
2002-11-06one more configure.in tweakAleksey Sanin1-1/+5
2002-11-06fixing minor config problems with older automakeAleksey Sanin1-0/+4
2002-11-06major code refactoring - separating OpenSSL dependend code in order toAleksey Sanin1-154/+309
* almost all files: major code refactoring - separating OpenSSL dependend code in order to provide support for other crypto engines * include/xmlsec/openssl src/openssl: the OpenSSL dependend code is moved into these new folders * include/xmlsec/nss src/nss: templates for NSS support
2002-10-31do not add -I/usr/include or -L/usr/lib if OpenSSL happens to be thereAleksey Sanin1-6/+18
* config.h.in configure.in: do not add -I/usr/include or -L/usr/lib if OpenSSL happens to be there (patch proposed by Scott Cantor)
2002-10-20preparing 0.0.10 releasexmlsec-0_0_10Aleksey Sanin1-1/+1
2002-10-13added --enable-dynamic option for DebianAleksey Sanin1-0/+5
2002-10-11applied patch from Ferrell Moultrie and removed strptime() function usageAleksey Sanin1-2/+0
* tests/testDSig.sh configure.in apps/xmlsec.c: applied patch from Ferrell Moultrie and removed strptime() function usage completelly * include/xmlsec/errors.h src/errors.c src/x509.c: added more error to the cert verification
2002-10-10added certificates verification time parameter as it was suggested in theAleksey Sanin1-2/+4
* include/xmlsec/keyinfo.h include/xmlsec/keys.h include/xmlsec/keysmngr.h include/xmlsec/x509.h include/xmlsec/xmldsig.h include/xmlsec/xmlenc.h src/keyinfo.c src/keys.c src/keysmngr.c src/x509.c src/xmldsig.c src/xmlenc.c: added certificates verification time parameter as it was suggested in the xmlsec mailing list * apps/xmlsec.c: added "--verification-time" parameter * config.h.in configure.in: added necessary check for strptime() function
2002-10-08added "--output" option to spefcify output file changed the docs toAleksey Sanin1-2/+4
Mon Oct 7 19:22:11 2002 Aleksey Sanin <aleksey@aleksey.com> * apps/xmlsec.c: added "--output" option to spefcify output file * docs/xmlsec-man.html man/create.sh man/xmlsec.1 man/xmlsec.xml: changed the docs to reflect new "--output" option * tests/testDSig.sh tests/testEnc.sh: changed tests to use new "--output" option * configure.in xmlsec.pc xmlsec.spec: minor config changes
2002-08-28new release to fix problems in 0.0.8Aleksey Sanin1-1/+1
2002-08-23New 0.0.8 release.Aleksey Sanin1-2/+2
* configure.in docs/download.html docs/index.html docs/news.html: New 0.0.8 release.
2002-08-13replaced XMLSEC_OPENSSL097 define with XMLSEC_OPENSSL096 define updatedAleksey Sanin1-4/+4
* apps/xmlsec.c configure.in src/ciphers.c src/des.c src/dsa.c src/hmac.c src/rsa.c: replaced XMLSEC_OPENSSL097 define with XMLSEC_OPENSSL096 define * docs/api/*: updated docs with new errors reporting functions
2002-08-13changed error reporting system and updated all files accordinglyAleksey Sanin1-16/+2
* include/xmlsec/errors.h src/*.c configure.in: changed error reporting system and updated all files accordingly
2002-08-06Removed alt xpath trasnform implementation as outdated create xmlsecAleksey Sanin1-16/+0
* Makefile.am configure.in src/xpathalt.c: Removed alt xpath trasnform implementation as outdated * include/xmlsec/nodeset.h src/nodeset.c src/Makefile.am include/xmlsec/Makefile.am include/xmlsec/transforms.h include/xmlsec/transformsInternal.h src/transforms.c include/xmlsec/xmltree.h src/xmltree.c src/c14n.c src/enveloped.c src/xmldsig.c src/xpath.c: create xmlsec specific nodes set object and start using it everythere * src/x509.c: updated the code to use new openssl 0.9.7 builds
2002-08-01added "enable-profiling" config option starting XPath and envelopedAleksey Sanin1-0/+12
* Makefile.am configure.in: added "enable-profiling" config option * docs/download.html docs/index.html src/c14n.c: starting XPath and enveloped transforms performance improvements * tests/Makefile.am tests/merlin-c14n-three/* tests/testDSig.sh: added one more Merlin's test suite for exc-c14n
2002-07-12Add pkgconfig script more fixes for distAleksey Sanin1-1/+2
* Makefile.am configure.in xmlsec.spec.in xmlsec.pc xmlsec.pc.in: Add pkgconfig script * tests/Makefile.am tests/testDSig.sh tests/testEnc.sh tests/testKeys.sh: more fixes for dist
2002-07-12configure.in src/Makefile.am tests/Makefile.am: fixed minor dist bugsAleksey Sanin1-1/+1
2002-07-11added API docs generationAleksey Sanin1-0/+1
* Makefile.am configure.in docs/api/*: added API docs generation
2002-07-11man pages for xmlsec and xmlsec-config were added * apps/xmlsec.c:Aleksey Sanin1-2/+4
* Makefile.am config.h.in configure.in man/* xmlsec.spec.in: man pages for xmlsec and xmlsec-config were added * apps/xmlsec.c: "--version" and "--help" options added
2002-07-100.0.7 release0.0.7 release0.0.7 release0.0.7 release0.0.7 release0.0.7 ↵Aleksey Sanin1-2/+2
release0.0.7 release
2002-06-21added win32 folder to the distAleksey Sanin1-1/+1
2002-05-30 merged 0.0.6 release from local cvsAleksey Sanin1-10/+26
2002-04-29added key wrappers support, ripemd 160 support, cleaned up aixmlsec-0_0_5Aleksey Sanin1-0/+29
2002-04-26Initial revisionAleksey Sanin1-0/+432