summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-09-16adding xmlsec-ltdl.patch to distributionxmlsec-1_1_2Aleksey Sanin1-1/+1
2003-09-16build libxmlsec firstAleksey Sanin1-1/+1
2003-09-16preparation for 1.1.2 releaseAleksey Sanin4-4/+25
2003-09-16link xmlsec-crypto libs with core libxmlsecAleksey Sanin5-18/+22
2003-09-16link xmlsec lib with dl librariesAleksey Sanin3-3/+5
2003-09-14added --session-key <key> option to tests with <EncryptedKey/> elementAleksey Sanin2-19/+28
2003-09-13fixed a minor problem with makefilesAleksey Sanin4-23/+34
2003-09-12file bignum.h was initially added on branch XMLSEC_MSCRYPTO_083103.Aleksey Sanin0-0/+0
2003-09-12use ltdl library on Windows tooAleksey Sanin8-95/+230
2003-09-11 upgraded to ltdl from libtool 1.4Aleksey Sanin10-3644/+1767
2003-09-11file bignum.c was initially added on branch XMLSEC_MSCRYPTO_083103.Aleksey Sanin0-0/+0
2003-09-11file bignum.h was initially added on branch XMLSEC_MSCRYPTO_083103.Aleksey Sanin0-0/+0
2003-09-11separated xmlsec and xmlsec-devel RPM pacakges into xmlsec,Aleksey Sanin3-36/+65
* xmlsec.spec.in: separated xmlsec and xmlsec-devel RPM pacakges into xmlsec, xmlsec-openssl, xmlsec-devel and xmlsec-openssl-devel
2003-09-10*** empty log message ***Aleksey Sanin2-1/+25
2003-09-10apps/xmlsec.c examples/*.c docs/api/chapters/init-and-shutdown.sgml:Aleksey Sanin23-22/+224
* 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 Sanin6-29/+96
* src/dl.c win32/Makefile.msvc win32/mycfg.bat: implemented dynamic xmlsec-crypto libraries loading for Windows
2003-09-10minor fix for NSS configAleksey Sanin1-5/+5
2003-09-10minor config fixesAleksey Sanin23-57/+47
2003-09-10minor examples fixAleksey Sanin14-14/+14
2003-09-10added support for xmlsec-crypto DL mode in xmlsec.pc and xmlsec-configAleksey Sanin173-3886/+9926
* 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-09added bug info to ChangeLogAleksey Sanin1-3/+3
2003-09-09windows build cleanupAleksey Sanin5-144/+165
2003-09-09implemented loading xmlsec-crypto libraries as plugins change build toAleksey Sanin62-958/+11844
* 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
2003-09-03file mycfg_mscrypto.bat was initially added on branch XMLSEC_MSCRYPTO_083103.Aleksey Sanin0-0/+0
2003-09-01file hmac.c was initially added on branch XMLSEC_MSCRYPTO_083103.Aleksey Sanin0-0/+0
2003-09-01file mscertstore.c was initially added on branch XMLSEC_MSCRYPTO_083103.Aleksey Sanin0-0/+0
2003-09-01file msx509.c was initially added on branch XMLSEC_MSCRYPTO_083103.Aleksey Sanin0-0/+0
2003-08-25*** empty log message ***XMLSEC_MSCRYPTO_083103_STARTAleksey Sanin1-4/+4
2003-08-25fixed fa1Aleksey Sanin1-1/+7
2003-08-25updated licenses FAQ section to include information about xmlsec-nss and ↵Aleksey Sanin2-54/+134
xmlsec-gnutls
2003-08-22*** empty log message ***Aleksey Sanin2-4/+8
2003-08-22re-applied the previous patch with a minor fix for Win32Aleksey Sanin5-15/+35
2003-08-22undo prev patch, forgot one thing :(Aleksey Sanin5-34/+14
2003-08-22determine if __FUNCTION__ or __func__ are defined from ./configure script.Aleksey Sanin7-36/+65
* configure.in include/xmlsec/errors.h: determine if __FUNCTION__ or __func__ are defined from ./configure script. This should fix bug #120469 and prevent this problem from happening in the future. * src/c14n.c src/openssl/kt_rsa.c src/transforms.c: fixed minor warnings because of using strcmp, strchr, etc. functions with xmlChar* variables by switching to xmlStrcmp, xmlStrchr, etc. (also bug #120469)
2003-08-21fixed broken doc filesxmlsec-1_1_1Aleksey Sanin93-2674/+3516
2003-08-211.1.1 release preparationAleksey Sanin77-879/+943
2003-08-17 :wqAleksey Sanin1-6/+7
2003-08-17*** empty log message ***Aleksey Sanin1-1/+6
2003-08-17*** empty log message ***Aleksey Sanin1-1/+2
2003-08-17removed 0.0.x downloadsAleksey Sanin1-14/+2
2003-08-12mention --dtd-file option in the FAQAleksey Sanin1-0/+4
2003-08-09register namespaces before processing XPointer expression in the URIAleksey Sanin2-2/+41
* src/xpath.c: register namespaces before processing XPointer expression in the URI attribute (bug #119462, reported by Steve)
2003-08-08added functions to read keys from memory (patch from Jaohim)Aleksey Sanin3-27/+122
2003-08-08added it xmlsec-openssl functions to read keys and certs from memory or any bioAleksey Sanin4-101/+502
(bug #119350, patch based on the code from Joachim)
2003-08-07checking in Roumen's changes in config filesAleksey Sanin7-10/+25
2003-08-05*** empty log message ***Aleksey Sanin2-2/+2
2003-08-05*** empty log message ***Aleksey Sanin2-2/+2
2003-08-05*** empty log message ***Aleksey Sanin1-1/+1
2003-08-05moved code for reading X509Data node content from xmlsec-openssl toAleksey Sanin10-178/+666
* include/xmlsec/Makefile.am include/xmlsec/x509.h src/Makefile.am src/x509.c src/openssl/x509.c win32/Makefile.msvc: moved code for reading X509Data node content from xmlsec-openssl to xmlsec-core to allow sharing with xmlsec-nss * src/nss/README src/nss/x509.c: added X509Data templates support for xmslec-nss (bug #118636, based on patch from Tej)
2003-08-04added new *.pc files to rpmsxmlsec-1_1_0Aleksey Sanin1-0/+2