summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2004-01-22don't pass NULL to xmlRealloc()Aleksey Sanin2-2/+11
2004-01-11restored support for gnutls < 1.0 by request from JohnAleksey Sanin3-1/+22
2004-01-05upgraded gnutls to version 1.0.4 (bug #129190)Aleksey Sanin3-6/+9
2003-11-13fixed non-initialized values in mscrypto (Glenn)Aleksey Sanin1-2/+2
2003-11-12preparation for 1.2.2 releaseAleksey Sanin2-2/+3
2003-11-11fixed bug with xmlSecBnToDecString function (reported by Edward)Aleksey Sanin1-1/+1
2003-11-07use pkgconfig in configure.in if possible (idea from Daniel)Aleksey Sanin2-0/+2
2003-10-29fixed snprintf and vsnprintf warnings (bug #125684)Aleksey Sanin5-44/+24
2003-10-12added template functions for creating <enc:KeyReference/> andAleksey Sanin2-0/+128
2003-10-09don't ignore nodes on the document root element level (bug #124245)Aleksey Sanin2-3/+12
2003-10-05implemented Visa 3D hack to process some URI attributes withoutAleksey Sanin3-26/+244
2003-10-03correction from wouterAleksey Sanin1-1/+1
2003-10-02fixing compilation warnings reported in bug #123692Aleksey Sanin3-4/+4
2003-10-02updated README filesAleksey Sanin8-242/+153
2003-09-30install xmlMalloc/xmlFree as ltdl memory routines; a couple bug fixes in xmls...Aleksey Sanin3-40/+59
2003-09-28added defafult certs folder parameter to xmlSecOpenSSLAppInitAleksey Sanin3-5/+76
2003-09-27introduced xmlSecMSCryptoCertNameToStr function that wraps original mscrypto oneAleksey Sanin3-175/+106
2003-09-26new mscrypto documentation from WouterAleksey Sanin5-63/+101
2003-09-26fixed assert that caused problems on windowsAleksey Sanin1-1/+13
2003-09-26fixed compilation problemAleksey Sanin1-3/+3
2003-09-26added "authors and contributors" page regenerated docs to includeAleksey Sanin9-39/+92
2003-09-26loading keys from certs for mscryptoAleksey Sanin1-4/+5
2003-09-26introduced new cert-pem and cert-der key formats (public key in aAleksey Sanin5-47/+337
2003-09-26merging from XMLSEC_MSCRYPTO_083103 branch - new xmlsec-mscrypto libraryAleksey Sanin35-364/+12142
2003-09-16adding xmlsec-ltdl.patch to distributionxmlsec-1_1_2Aleksey Sanin1-1/+1
2003-09-16build libxmlsec firstAleksey Sanin1-1/+1
2003-09-16link xmlsec-crypto libs with core libxmlsecAleksey Sanin4-0/+4
2003-09-16link xmlsec lib with dl librariesAleksey Sanin1-0/+1
2003-09-13fixed a minor problem with makefilesAleksey Sanin2-3/+3
2003-09-12use ltdl library on Windows tooAleksey Sanin4-92/+170
2003-09-11 upgraded to ltdl from libtool 1.4Aleksey Sanin6-3584/+1733
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 Sanin3-0/+80
2003-09-10implemented dynamic xmlsec-crypto libraries loading for WindowsAleksey Sanin1-3/+64
2003-09-10added support for xmlsec-crypto DL mode in xmlsec.pc and xmlsec-configAleksey Sanin4-7/+379
2003-09-09implemented loading xmlsec-crypto libraries as plugins change build toAleksey Sanin27-709/+10820
2003-08-22re-applied the previous patch with a minor fix for Win32Aleksey Sanin3-5/+5
2003-08-22undo prev patch, forgot one thing :(Aleksey Sanin3-5/+5
2003-08-22determine if __FUNCTION__ or __func__ are defined from ./configure script.Aleksey Sanin3-5/+5
2003-08-09register namespaces before processing XPointer expression in the URIAleksey Sanin1-2/+36
2003-08-08added functions to read keys from memory (patch from Jaohim)Aleksey Sanin1-27/+112
2003-08-08added it xmlsec-openssl functions to read keys and certs from memory or any bioAleksey Sanin1-78/+432
2003-08-05moved code for reading X509Data node content from xmlsec-openssl toAleksey Sanin5-156/+583
2003-07-30created xmlsec bugs against xmlsec-nssAleksey Sanin1-10/+24
2003-07-30*** empty log message ***Aleksey Sanin1-5/+13
2003-07-30xmlsec-nss implementation from Tej (AOL)Aleksey Sanin20-208/+8369
2003-07-29minor error messages fixesAleksey Sanin2-4/+8
2003-07-28added XMLSEC_KEYINFO_FLAGS_STOP_ON_EMPTY_NOD * include/xmlsec/xmltree.hAleksey Sanin2-101/+630
2003-07-21updated copyrights everywhereAleksey Sanin57-57/+57
2003-07-08fixed sk_push problem (reported b Rouman)Aleksey Sanin2-5/+22