Edit: /usr/share/doc/xmlsec1/ChangeLog (71021B)
The changelog file is obsolete, please view the commits log on github
https://github.com/lsh123/xmlsec/commits/master
2016-10-15 Aleksey Sanin
* 1.2.23 release
2016-10-14 Aleksey Sanin
* Fixed gcrypto RSA/DSA keys params ordering
2016-10-12 Aleksey Sanin
* Better X509Data templates
2016-10-07 Aleksey Sanin
* Fixed memory leak caused by xmlGetProp (patch from Dafan Zhai)
* Fixed KW transforms (overlapping buffer error) for OpenSSL 1.1.0
* Fixed pkg-config detection
2016-09-27 Aleksey Sanin
* Added initial support OpenSSL 1.1.0 (patch from Andrzej Siewior)
2016-09-19 Aleksey Sanin
* Fixed signing with RSA SHA2 via mscrypto (patch from PepaRokos)
2016-07-08 Aleksey Sanin
* Fixed mscrypto undeclared XMLSEC_DEFAULT_CRYPTO (patch from vmiklos)
2016-05-31 Aleksey Sanin
* Fixed mismatched conditional for XMLSEC_NO_ECDSA (patch from Eric Sproul)
2016-05-20 Aleksey Sanin
* Fixed openssl cert depth verification param usage (patch from R-Tur)
2016-04-22 Aleksey Sanin
* Fixed stdin/stdout in xmlsec1 app
2016-04-20 Aleksey Sanin
* Restored SOAP support for Lasso
* 1.2.22 release
2016-04-12 Aleksey Sanin
* 1.2.21 release
2016-02-17 Aleksey Sanin
* Added OOXML Relationships Transform Algorithm (patch from Miklos Vajna)
2016-02-06 Aleksey Sanin
* Deprecated XMLSEC_CRYPTO define in favor of xmlSecGetDefaultCrypto() function
2016-02-05 Aleksey Sanin
* Revamped manpages/documentation build to completely pass 'make distcheck' tests
2016-01-28 Aleksey Sanin
* Added OpenSSL 1.1.0 API support (major refactoring for block ciphers and DSA/ECDSA signatures)
2016-01-28 Aleksey Sanin
* Migrated to GitHub (https://github.com/lsh123/xmlsec)
2015-03-10 Aleksey Sanin
* Removed support for legacy OpenSSL 0.9.6 (last release: March, 2004) and 0.9.7 (last release: February, 2007)
2014-10-2014 Aleksey Sanin
* Added experimental GOST2012 support (patch from Nikolay Shaplov)
2014-06-04 Aleksey Sanin
* Fixed several compaints from Clang and Coverity (based on patches from Simo Sorce)
2014-02-25 Aleksey Sanin
* Removed XKMS support -- it was never completed and not worth keeping
2013-05-23 Aleksey Sanin
* 1.2.20 release
2014-05-23 Aleksey Sanin
* fix build on MacOSX (bug #680307)
* update certs for examples (bug #674572)
* update test certs to be valid till 2114
* don't create files on xmlsec-mscrypto when loading the key (bug #633924)
* clarify min OpenSSL requirements
2014-05-23 Aleksey Sanin
* better detect private keys on ext RSA engines (bug #728213)
* fixed CRL check
2014-02-17 Aleksey Sanin
* fixes for RH 6x
2013-07-19 Aleksey Sanin
* fixed switch - added missed break keywords (bug #704574)
2013-06-03 Aleksey Sanin
* fix memory leak in converting cert subject
2013-05-09 Aleksey Sanin
* disable network access during internal xml transform parser
2013-04-12 Aleksey Sanin
* fix typo (fixed bug 695605)
2013-03-28 Aleksey Sanin
* disable ECDSA if needed (Daniel)
2013-03-24 Aleksey Sanin
* docs rebuild
2013-03-24 Aleksey Sanin
* 1.2.19 release
2013-01-18 Aleksey Sanin
* Added support for DSA-SHA256, ECDSA-SHA1, ECDSA-SHA224, ECDSA-SHA256, ECDSA-SHA384, ECDSA-SHA512 (Mak Kolybabi)
2011-09-06 Aleksey Sanin
* GOST support for xmlsec-openssl (patch from Dmitry Belyavsky)
2011-05-11 Aleksey Sanin
* 1.2.18 release
2011-05-01 Aleksey Sanin
* Fixed crasher in 64 bit (reported by Roumen)
2011-03-31 Aleksey Sanin
* 1.2.17 release
2011-03-30 Aleksey Sanin
* Preparations for 1.2.17 release
2011-03-29 Aleksey Sanin
* Fixed security issue with libxslt (CVE-2011-1425, reported by Nicolas Gregoire)
2011-02-05 Aleksey Sanin
* Fixed pkcs12 file loading (based on patch from Andre de Souza Pinto)
2010-11-23 Aleksey Sanin
* Fixed comments (based on patch from Wolfgang Woehl)
2010-11-09 Aleksey Sanin
* Fixed extra quotes in configure (bug #631258)
2010-07-19 Aleksey Sanin
* Fixed configure issue with empty --with-libxml/libxsl and config scripts in /bin directory
2010-06-27 Aleksey Sanin
* Fixed gcrypt init/shutdown (patch from Roumen)
2010-04-25 Aleksey Sanin
* 1.2.16 release
2010-04-24 Aleksey Sanin
* Preparation for 1.2.16 release
2010-05-23 Aleksey Sanin
* Added X509Data support to xmlsec-gnutls
2010-05-12 Aleksey Sanin
* Several patches from Roumen: support NSS/NSPR from seamonkey
package; reorder libxmlsec as dep. lib for mingw; fix gcrypt/src/asn1.h
include; fix Unicode build for mingw
* Added RSA/SHA1/SHA256/SHA384/SHA512/MD5/RIPEMD160 for xmlsec-gnutls
* Added DSA/SHA1 for xmlsec-gnutls
2010-05-10 Aleksey Sanin
* Added RSA/SHA1/SHA256/SHA384/SHA512/MD5/RIPEMD160 for xmlsec-gcrypt
* Added DSA/SHA1 for xmlsec-gcrypt
2010-05-09 Aleksey Sanin
* Added DES KW support for xmlsec-mscrypto
* Added DES KW support for xmlsec-gnutls
* Separated xmlsec-gnutls and xmlsec-gcrypt libraries
2010-05-08 Aleksey Sanin
* Added AES KW support for xmlsec-mscrypto
* Added AES KW support for xmlsec-gnutls
2010-04-30 Aleksey Sanin
* Added RSA/OAEP support for xmlsec-mscrypto
2010-04-29 Aleksey Sanin
* 1.2.15 release
2010-04-28 Aleksey Sanin
* Preparation for 1.2.15 release
2010-04-27 Aleksey Sanin
* Converted xmlsec-mscrypto to unicode and provided a compile time
option to switch between unicode/non-unicode builds
* Deleted support for old gnutls, new required version 2.8.0
* Added SHA256/384/512 support for xmlsec-gnutls
2010-04-26 Aleksey Sanin
* Added support for HMAC with MD5, SHA1, SHA256/384/512 in xmlsec-mscrypto
* Added support for MD5 RSA/MD5 in xmlsec-mscrypto
2010-04-25 Aleksey Sanin
* Added support for SHA256/384/512 for digest, HMAC and RSA in xmlsec-nss
(requires nss 3.8 + nspr 4.3 or greater)
* Added support for MD5 for digest and RSA in xmlsec-nss
* Minor fixes to xmlsec-nss (xmlsec bug #118630), bumping nss min
version to 3.9 + nspr 4.4.1 or greater
Other minor fixes for xmlsec-nss
2010-04-24 Aleksey Sanin
* Fix PK_CONFIG problem (reported by Roumen)
* Enable --crypto for transform checks
2010-04-23 Aleksey Sanin
* Enable RSA/SHA2 support in xmlsec-mscrypto
* Misc. cleanups in xmlsec-mscrypto
* Fix PK_CONFIG problem (reported by Roumen)
* Fix DSA support in xmlsec-nss (https://bugzilla.mozilla.org/show_bug.cgi?id=561598)
2010-04-23 Aleksey Sanin
* Fix search for certificates with UTF-8 subject on Windows in xmlsec-mscrypto
* Remove spaces at the end of lines
2010-04-22 Aleksey Sanin
* Fix search for certificates with Unicode subject on Windows in xmlsec-mscrypto
* Copy *.manifest files to installation for Windows builds
* Convert tabs to spaces
2010-04-21 Aleksey Sanin
* Fix key name conversion to unicode problem in xmlsec-mscrypto
2010-04-20 Aleksey Sanin
* Fix compile warnings in xmlsec-openssl
* Fix linking order issue (based on patch from Roumen)
2010-03-30 Aleksey Sanin
* Fix typo Copyrigth -> Copyright
* Add xmlsec-mscrypto to the top level copyright file
* Refresh the copyright date to 2010
* Add references to licenses
2010-03-18 Aleksey Sanin
* Ensure we have only one copy of key's cert after reading pkcs12
from openssl
2010-01-13 Aleksey Sanin
* Fix valgrind's invalid read with chained XPath transforms (based
on patch from Frank Gross).
2009-09-05 Aleksey Sanin
* preparation for 1.2.14 release
2009-11-05 Aleksey Sanin
* Use installed ltdl on *nix and native code on Windows
2009-10-25 Aleksey Sanin
* Fix --with-libxslt-src (patch from Roumen)
2009-09-12 Aleksey Sanin
* Preparation for 1.2.13 release
2009-08-24 Aleksey Sanin
* Fix XML dump format
2009-08-06 Aleksey Sanin
* fix build for openssl 1.0 (based on patch from Roumen Petrov)
* cleanup test invocation scripts
* cleanup configure.in
2009-07-29 Aleksey Sanin
* fix a couple minor issues (based on patch from Arfrever
Frehtes Taifersar Arahesis)
2009-07-17 Aleksey Sanin
* preparation for 1.2.13 release
2009-07-14 Aleksey Sanin
* increase default min hmac size to 80 bits
* added support for --with-libxml-src and --with-libxslt-src
./configure options
2009-06-25 Aleksey Sanin
* implemented c14n 1.1 transform + tests
2009-06-15 Aleksey Sanin
* configure.in docs/download.html docs/index.html docs/news.html
include/xmlsec/version.h: preparation for new 1.2.12 release
2009-06-15 Aleksey Sanin
* added support for the GOST implemented by Russian Crypto Pro CSP
(patch from Dennis Prochko)
2009-06-15 Aleksey Sanin
* fixed HMAC vuln with small values of HMAC length
2009-06-13 Aleksey Sanin
* fixing gnutls detection (bug #585629)
2009-06-09 Aleksey Sanin
* update SVN to GIT references in docs
2009-06-09 Aleksey Sanin
* adding configurable Base64 line length
2008-09-10 Aleksey Sanin
* fixing bug #501315 (patch from Antony Dovgal)
2008-08-26 Aleksey Sanin
* apps/xmlsec.c: fix integer division (patch from Mikhail)
2008-06-10 Aleksey Sanin
* src/mscrypto/x509.c src/openssl/x509.c src/nss/x509.c: fix crash
in the error reporting (based on patch from Frank Gross)
2008-06-04 Aleksey Sanin
* src/templates.c src/keyinfo.c src/xmltree.c src/mscrypto/x509.c
src/openssl/x509.c src/nss/x509.c include/xmlsec/xmltree.h:
added new function xmlSecNodeEncodeAndSetContent for encoding
special chars in the node content (bug reported by Cliff Hones)
2008-06-04 Aleksey Sanin
* src/xmltree.c, src/xmlenc.c, include/xmlsec/xmltree.h, include/xmlsec/xmlenc.h:
add an option to return the replaced (encrypted) node(s) to the caller
(based on the patch from Frank Gross)
2008-05-23 Aleksey Sanin
* src/mscrypto/app.c: fix MS certificates ref counting
2007-11-06 Aleksey Sanin
* configure.in docs/download.html docs/index.html docs/news.html
include/xmlsec/version.h: preparation for new 1.2.11 release
2007-07-19 Aleksey Sanin
* bug #454397 - mingw build: added missing files
2007-07-19 Aleksey Sanin
* bug #454397 - mingw build: normal way to pass def file to linker
(patch from Roumen Petrov)
2007-07-17 Aleksey Sanin
* bug #454397 - mingw build: (cross-compilation) and several
minor cleanups (patch from Roumen Petrov)
2007-06-16 Aleksey Sanin
* configure.in: configure fixes (patch from Roumen Petrov)
2007-06-06 Aleksey Sanin
* src/mscrypto/*: better support for non micorsoft CSP's (patch from
Wouter and Ed Shallow)
2007-02-12 Aleksey Sanin
* Makefile.am xmlsec1.m4: automake macro for xmlsec1 (from Heiko Ronsdorf)
2006-09-04 Aleksey Sanin
* include/xmlsec/openssl/app.h src/openssl/app.c src/openssl/x509vfy.c:
added xmlSecOpenSSLAppKeysMngrAddCertsFile() function
(David Norrel)
2006-08-15 Aleksey Sanin
* src/openssl/x509vfy.c: fixed loading certs from a directory
during openssl x509 store init (based on idea from David Norrel)
2006-06-12 Aleksey Sanin
* include/xmlsec/templates.h, src/templates.c, src/xmltree.c:
support for custom namespaces prefixes for xmldisg namespace
(based on patch from Barry Ferg)
2006-06-12 Aleksey Sanin
* configure.in docs/download.html docs/index.html docs/news.html
include/xmlsec/version.h: preparation for new 1.2.10 release
2006-06-12 Aleksey Sanin
* xmlsec-config.in: lib64/ folder patch from Daniel
2006-06-08 Aleksey Sanin
* config.h.in configure.in xmlsec-nss.pc.in: support different
packages for NSPR/NSS
2006-05-20 Aleksey Sanin
Added xmlSecOpenSSLX509StoreAdoptCrl() function
2006-03-10 Aleksey Sanin
* src/nss/app.c, src/openssl/x509vfy.c, src/xmldsig.c,
src/xmlsec-ltdl.c, src/xmlsec-ltdl.patch: cleanup Coverity
complaints
2006-02-26 Aleksey Sanin
* apps/xmlsec.c tests/testDSig.sh: added an ability to skip
tests for transforms not available in given built
* tests/: added GOST test from Dmitry Belyavsky
2006-02-16 Aleksey Sanin
* src/mscrypto/certkeys.c: fixed memleak in msrypto
2006-02-14 Aleksey Sanin
* include/xmlsec/mscrypto/x509.h src/mscrypto/x509vfy.h:
added an option for disabling system trusted certs
for mscrypto store (based on patch from Dmitry Belyavsky)
2006-02-10 Aleksey Sanin
* authors docs/authors.html
include/xmlsec/app.h include/xmlsec/private.h
include/xmlsec/strings.h include/xmlsec/mscrypto/crypto.h
include/xmlsec/mscrypto/symbols.h src/app.c src/dl.c
src/strings.c src/transforms.c src/mscrypto/certkeys.c
src/mscrypto/crypto.c src/mscrypto/digests.c
src/mscrypto/signatures.c src/skeleton/crypto.c:
added support for GOST94 for digests and
GOST 2001 keys/signatures: mscrypto only (patch from
Dmitry Belyavsky)
2005-12-20 Aleksey Sanin
* src/mscrypto/x509vfy.c: check MSCrypto store for certs
(patch from Dmitry Belyavsky); replace tabs with spaces
2005-12-15 Aleksey Sanin
* include/xmlsec/templates.h src/templates.c: functions
for adding X509IssuerName and X509SerialNumber nodes
to the template (patch from Dmitry Belyavsky)
2005-11-14 Aleksey Sanin
* configure.in: fixing shrext vs. shrext_cmds conflict
2005-09-25 Aleksey Sanin
* src/nss/pkikeys.c: fixing xmlsec-nss crash
* configure.in: change crypto libs order to be openssl/nss/gnutls
2005-07-12 Aleksey Sanin
* configure.in docs/download.html docs/index.html docs/news.html:
preparation for new 1.2.9 release
2005-07-12 Aleksey Sanin
* src/xmltree.c: fixing a problem with namespaces in the
nodes created by "template" functions
2005-07-10 Aleksey Sanin
* src/openssl/evp.c: added hack from Erwann ABALEA:
OpenSSL ENGINE keys are always private since we can't query
engine and do real check
2005-07-10 Aleksey Sanin
* docs/* include/* src/* tests/*: added support for
RSA-MD5/RIPEMD160/SHA224/SHA256/SHA384/SHA512 for OpenSSL 0.9.8
2005-07-10 Aleksey Sanin
* configure.in docs/ include/ src/ tests/: implemented
SHA224/256/384/512, HMAC-SHA224/256/384/512, MD5 for OpenSSL 0.9.8
2005-07-10 Aleksey Sanin
* configure.in docs/xmldsig.html docs/xmlenc.html
include/xmlsec/app.h include/xmlsec/private.h include/xmlsec/strings.h
include/xmlsec/openssl/crypto.h include/xmlsec/openssl/symbols.h
src/app.c src/dl.c src/strings.c: preparations for SHA224/256/384/512
and friends
2005-07-09 Aleksey Sanin
* configure.in tests/aleksey-xmldsig-01/* tests/keys/*
tests/merlin-xmldsig-twenty-three/signature.tmpl
tests/testDSig.sh: updating test certificates for picky
OpenSSL 0.9.8
2005-07-08 Aleksey Sanin
* configure.in src/openssl/x509vfy.c: initial support
for OpenSSL 0.9.8
2005-05-12 Aleksey Sanin
* src/openssl/app.c: fixed "disable-x509" build option
(patch from Bernd Becker)
2005-05-11 Aleksey Sanin
* src/openssl/signatures.c: fixed "disable-dsa" build option
(patch from Bernd Becker)
Wed 6 Apr 2005 00:18:21 CEST Igor Zlatkovic
* .cvsignore: added Eclipse project files
2005-03-31 Aleksey Sanin
* src/xmltree.c: fixing warning from Solaris (bug #172201)
2005-03-30 Aleksey Sanin
* configure.in docs/download.html docs/index.html docs/news.html
include/xmlsec/version.h: preparing new release 1.2.8
Tue 22 Mar 2005 20:10:19 CET Igor Zlatkovic
* apps/xmlsec.c: changed the type of the --depth parameter to
number.
2005-03-06 Aleksey Sanin
* include/xmlsec/nss/crypto.h src/nss/Makefile.am src/nss/crypto.c
src/nss/keytrans.c src/nss/kt_rsa.c: better rsa pkcs transform
using nss wrap/unwrap code (based on the OO.org patch)
2005-03-06 Aleksey Sanin
* include/xmlsec/nss/crypto.h src/nss/app.c
src/nss/crypto.c src/nss/x509.c: fixed nss initialization
problem
2005-03-05 Aleksey Sanin
* src/nss/pkikeys.c: check that input public and private
keys have the same type (based on the OO.org patch)
2005-03-05 Aleksey Sanin
* src/nss/digests.c src/nss/hmac.c src/nss/pkikeys.c
src/nss/signatures.c src/nss/x509.c src/nss/x509vfy.c:
print more detailed error message (based on the OO.org patch)
2005-03-04 Aleksey Sanin
* src/mscrypto/x509vfy.c: fixed cert search (based on the OO.org patch)
2005-03-01 Aleksey Sanin
* src/mscrypto/app.c: added stubs for adding keys to mscrypto
keys manager from ms key handle
2005-02-28 Aleksey Sanin
* src/mscrypto/certkeys.c: WinNT 4.0 support (based on the OO.org patch)
2005-02-28 Aleksey Sanin
* src/mscrypto/certkeys.c: preparation for WinNT 4.0 support
2005-02-28 Aleksey Sanin
* src/mscrypto/x509.c: enable private key search for
a given certificate (based on the OO.org patch)
2005-02-27 Aleksey Sanin
* src/mscrypto/certkeys.c: use default context when
getting public key from a cert (based on the OO.org patch)
* src/mscrypto/x509vfy.c: search both trusted and untrusted
cert stores when cert with given parameters is needed or
when certs chain is constructed (based on the OO.org patch)
2005-02-27 Aleksey Sanin
* include/xmlsec/mscrypto/app.h include/xmlsec/mscrypto/x509.h
src/mscrypto/app.c src/mscrypto/x509vfy.c:
added function to add custom MS cert stores
to the xmlsec-mscrypto default keys manager
(based on the OO.org patch).
2005-02-22 Aleksey Sanin
* docs/*: updated docs
2005-02-22 Aleksey Sanin
* docs/index.html docs/news.html include/xmlsec/templates.h
src/templates.c: added functions to create node
children in the signature template
2005-02-22 Aleksey Sanin
* src/bn.c src/mscrypto/crypto.c src/mscrypto/x509.c
src/mscrypto/x509vfy.c tests/testDSig.sh
tests/aleksey-xmldsig-01/x509data-sn-test.tmpl
tests/aleksey-xmldsig-01/x509data-sn-test.xml
tests/keys/README tests/keys/*: support for
negative serial numbers, mscrypto cleanup
2005-02-21 Aleksey Sanin
* docs/* docs/api/* man/*: updated docs
2005-02-21 Aleksey Sanin
* configure.in, docs/download.html, docs/index.html, docs/news.html,
include/xmlsec/version.h: preparing new release 1.2.7
2005-01-26 Aleksey Sanin
* src/bn.c: fixed xmlSecBnFromString function (patch from Michael Mi)
2004-11-08 Aleksey Sanin
* include/xmlsec/keysmngr.h src/keysmngr.c: added
xmlSecSimpleKeysStoreGetKeys() function
2004-11-07 Aleksey Sanin
* src/xmltree.c: fixed xmlSecGenerateID
2004-10-27 Aleksey Sanin
* src/dl.c: set dl memory functions before initialization (from
Daniel Vogelheim patch)
2004-10-14 Aleksey Sanin
* src/openssl/x509vfy.c: fixed bug #155329 (parsing quoted values
in the certificate subject)
2004-09-18 Aleksey Sanin
* config.h.in configure.in inlude/xmlsec/private.h src/xmltree.c:
use xmlParseInNodeContext function to parse encrypted text in
xmlSecReplaceNodeBuffer, this bumps libxml2 requirements to 2.6.12
(bug #142358)
2004-08-25 Aleksey Sanin
* configure.in docs/download.html docs/index.html
docs/news.html include/xmlsec/version.h: preparing
new release
2004-06-21 Aleksey Sanin
* include/xmlsec/app.h include/xmlsec/gnutls/app.h
src/app.c src/gnutls/app.c src/skeleton/app.c: added functions
to load keys and certificates from memory (Bernd Becker)
2004-06-21 Aleksey Sanin
* src/bn.c: keep a '0' character when we remove '0' from the beggining
2004-06-17 Aleksey Sanin
* src/xmlenc.c: added NULL check
* src/xmltree.c: fixed memory leak
2004-06-16 Aleksey Sanin
* Fixed xmlSecTmplNodeWriteNsList() function
2004-06-09 Igor Zlatkovic
* win32/configure.js win32/Makefile.* minor changes for the new
layout of the Windows binary package
2004-05-13 Aleksey Sanin
* examples/xmldsigverify.c: disable extended debug output
(fixed a hole found by Pawel)
2004-04-19 Aleksey Sanin
* src/nodeset.c: fixing C14N bug with processing namespaces from attributes
2004-04-13 Aleksey Sanin
* configure.in docs/download.html docs/index.html docs/news.html:
1.2.5 release preparation
2004-03-16 Aleksey Sanin
* include/xmlsec/strings.h src/mscrypto/certkeys.c
src/nss/pkikeys.c src/openssl/evp.c src/strings.c: added J node
for DSAKeyValue
* tests/phaos-xmldsig-three/* tests/testDSig.sh: added new
phaos-xmldsig-three XMLDSig tests vectors
Mon Feb 23 17:44:29 2004 Aleksey Sanin
* examples/xkms-server.c: finished xkms-server example
Thu Feb 19 16:01:38 2004 Aleksey Sanin
* examples/.cvsignore examples/Makefile examples/Makefile.w32
examples/xkms-server.c: started work on xkms server example
Thu Feb 19 12:32:55 2004 Aleksey Sanin
* include/xmlsec/xkms.h include/xmlsec/xmltree.h src/xkms.c
src/xmlsec.c src/xmltree.c: added ID attribute generation for xkms
* tests/aleksey-xkms-01/* tests/testXKMS.sh: modified xkms tests
to ignore Id attribute in comparison
Fri Feb 13 00:05:02 2004 Aleksey Sanin
* configure.in include/xmlsec/private.h: fixed libxslt configuration
problem
Mon Feb 9 08:40:26 2004 Aleksey Sanin
* src/xmltree.c: fixed bug with encrypting nodes with
no content (reported by Tomas Seiger)
Sat Feb 7 22:42:11 2004 Aleksey Sanin
* include/xmlsec/* src/* tests/*: added XKMS SOAP 1.2 bindings
Thu Feb 5 23:37:24 2004 Aleksey Sanin
* apps/xmlsec.c include/* src/* tests/*: added XKMS SOAP 1.1 bindings
Thu Feb 5 16:26:40 2004 Aleksey Sanin
* apps/xmlsec.c: added new params for xkms
* include/xmlsec/Makefile.am include/xmlsec/private/xkms.h:
added new private xmlsec headers folder
* include/xmlsec/xmltree.h src/xmltree.c: created code for
reading/writing qname values
* include/xmlsec/strings.h include/xmlsec/soap.h
src/strings.h src/soap.c src/Makefile.am: created basic soap
messages parsing framework
* include/xmlsec/xkms.h src/xkms.c: added xkms request format
enum and parameters
* tests/aleksey-xkms-01/ tests/testXKMS.sh: added new tests
Wed Feb 4 01:26:51 2004 Aleksey Sanin
* apps/xmlsec.c: created new --xkms-format parameter
(plain/soap-1.1/soap-1.2)
* configure.in xmlsec.spec.in include/xmlsec/Makefile.am
include/xmlsec/private/*: move internal xkms declarations to
a newly created "xmlsec/private" includes folder
* include/xmlsec/strings.h include/xmlsec/xkms.h
src/strings.c src/xkms.c tests/testXKMS.sh: preparation for soap
request/response suppport
Tue Feb 3 22:44:36 2004 Aleksey Sanin
* apps/xmlsec.c: combined xkms server commands into one
* include/xmlsec/* src/*: added ValidateRequest/ValidateResult
StatusRequest/StatusResult and CompoundRequest/CompoundResult
* tests/aleksey-xkms-01/* tests/testXKMS.sh: added new negative
test cases
Tue Feb 3 18:12:10 2004 Aleksey Sanin
* apps/xmlsec.c: added xkms server "expected service" param
* include/xmlsec/* src/*: created errors fallback when processing
xkms requests
* tests/aleksey-xkms-01/* tests/testXKMS.sh: added more negative
test cases
Tue Feb 3 01:40:29 2004 Aleksey Sanin
* configure.in: tweaked my debug environment
* include/xmlsec/xmltree.h src/xmltree.c: created string2int and string2bitmap
helper klasses
* include/xmlsec/keys.h src/keyinfo.c src/keys.c: added KeyUseWith list
to the KeyReq object
* include/xmlsec/strings.h src/strings.c: added some xkms strings
* include/xmlsec/xkms.h src/xkms.c: LocateRequest (except signatures)
and most of LocateResult
Mon Feb 2 16:55:13 2004 Aleksey Sanin
* include/xmlsec/xkms.h src/strings.c src/xkms.c: read xkms RequestAbstractType
and write xkms ResponseQbstractType (no signatures)
* Makefile.am tests/testXKMS.sh: created check-xkms target and script
* tests/aleksey-xkms-01: even more keys (der/pkcs12 formats),
"key not found" tests
Mon Feb 2 13:12:07 2004 Aleksey Sanin
* apps/xmlsec.c include/xmlsec/xkms.h include/xmlsec/xmlsec.h src/xkms.c:
updated xkms schemas from xkms 2.0, renamed a couple functions
* tests/aleksey-xkms-01: copied new examples from xkms 2.0 spec
and created keys for using with these examples
Mon Jan 26 11:48:42 2004 Aleksey Sanin
* configure.in docs/download.html docs/index.html docs/news.html
include/xmlsec/version.h: preparation for 1.2.4 release
* docs/related.html: added link to PyXmlSec project
Fri Jan 23 16:30:38 2004 Aleksey Sanin
* docs/xmlsec-man.html man/xmlsec1-config.1 man/xmlsec1.1
xmlsec-config.in: make xmlsec1-config man page generic
Fri Jan 23 09:34:10 2004 Aleksey Sanin
* configure.in: and one more config bug from John
Thu Jan 22 16:24:44 2004 Aleksey Sanin
* configure.in: and one more gnutls configuration bug from John
Thu 22 Jan 2004 10:56:33 AM PST
* src/buffer.c src/list.c: don' pass NULL to xmlRealloc()
Mon Jan 12 13:05:18 2004 Aleksey Sanin
* examples/encrypt3.c include/xmlsec/crypto.h include/xmlsec/nss: make
exmaples compile with nss (again reported by John)
Mon Jan 12 10:30:24 2004 Aleksey Sanin
* xmlsec-config.in: fixed nss configuration bug (reproted by John)
Sat Jan 10 19:03:17 2004 Aleksey Sanin
* configure.in src/gnutls/ciphers.c src/gnutls/digests.c src/gnutls/hmac.c:
restored support for gnutls < 1.0 by request from John
Mon Jan 5 12:55:44 2004 Aleksey Sanin
* configure.in docs/download.html docs/index.html
docs/news.html docs/xmlsec-man.html include/xmlsec/version.h
man/xmlsec1-config.1 man/xmlsec1.1: preparing 1.2.3 release
Mon Jan 5 12:42:52 2004 Aleksey Sanin
* configure.in src/gnutls/ciphers.c src/gnutls/digests.c
src/gnutls/hmac.c: upgraded gnutls to 1.0.4 (bug #129190)
Thu 13 Nov 2003 08:19:55 AM PST
* src/mscrypto/app.c: fixed non-initialized values (Glenn)
2003-11-11 Aleksey Sanin
* docs/download.html docs/index.html docs/news.html
man/xmlsec1.1: preparing 1.2.2 release
Mon Nov 10 21:22:36 2003 Aleksey Sanin
* src/bn.c: fixed xmlSecBnToDecString problem (reported by Edward)
Thu Nov 6 22:52:57 2003 Aleksey Sanin
* configure.in: use pkgconfig for configuration if possible
(based on Daniel's idea)
* include/xmlsec/private.h include/xmlsec/xmltree.h
src/errors.c src/openssl/app.c: made xmlSecStrPrintf and
xmlSecStrVPrintf declarations private to xmlsec to fix
examples build failure
Wed Nov 5 14:19:11 2003 Aleksey Sanin
* configure.in: fixed "--with-html-doc" option (patch from Daniel)
Wed Nov 5 13:39:47 2003 Aleksey Sanin
* configure.in: fixed "--with-mozilla-ver" option for ./configure
script (patch from Daniel)
Wed Oct 29 07:55:17 2003 Aleksey Sanin
* configure.in include/xmlsec/xmltree.h src/dl.c
src/errors.c src/mscrypto/crypto.c src/nss/crypto.c
src/openssl/app.c: fixed snprintf and vsnprintf warnings (bug #125684)
Mon Oct 20 19:34:35 2003 Aleksey Sanin
* configure.in: created "--with-html-dir" option
to specify docs installation path
Mon Oct 20 08:40:46 2003 Aleksey Sanin
* configure.in: load correct static openssl library when
more than one one openssl version is available (patch
from Roumen, bug #124534)
Mon Oct 13 19:43:52 2003 Aleksey Sanin
* configure.in docs/download.html docs/index.html docs/news.html
include/xmlsec/version.h: new 1.2.1 release
Mon Oct 13 19:29:55 2003 Aleksey Sanin
* configure.in docs/Makefile.am: added support for XMLSEC_DOCDIR
environment variable to ./configure script and removed *.sgml
files from docs installation
Sat Oct 11 21:16:54 2003 Aleksey Sanin
* include/xmlsec/strings.h include/xmlsec/templates.h
src/strings.c src/templates.c: added template functions
for creating and
nodes (based on patch from Wouter)
Thu 09 Oct 2003 03:59:02 PM PDT Aleksey Sanin
* src/nodeset.c src/transforms.c: don't ignore nodes on the document
root element level (bug #124245)
Sun Oct 5 01:05:30 2003 Aleksey Sanin
* include/xmlsec/transforms.h include/xmlsec/xmldsig.h
src/transforms.c src/xmldsig.c src/xpath.c apps/xmlsec.c
docs/faq.html: implemented Visa 3D hack to process some
URI attributes without XPath/XInclude engines
Thu Oct 2 10:28:59 2003 Aleksey Sanin
* src/dl.c src/openssl/app.c src/openssl/x509vfy.c: fixing
compilation warnings reported in bug #123692
Wed Oct 1 19:05:13 2003 Aleksey Sanin
* src/gnutls/README src/mscrypto/README src/nss/README
src/openssl/README: updated README files
Wed 01 Oct 2003 09:11:58 AM PDT Aleksey Sanin
* include/xmlsec/dl.h: moved closing bracket for "extern "C"
a couple lines up to be in the right place (bug #123640)
Mon 29 Sep 2003 07:27:14 PM PDT Aleksey Sanin
* docs/download.html docs/index.html docs/news.html: preparation
for 1.2.0 release
Mon 29 Sep 2003 07:07:07 PM PDT Aleksey Sanin
* src/mscrypto: 2nd code review pass
Sat Sep 27 18:31:20 2003 Aleksey Sanin
* include/xmlsec/openssl/crypto.h src/openssl/app.c
src/openssl/crypto.c src/openssl/x509vfy.c: added "default trusted certs"
folder and make it an input parameter to xmlSecOpenSSLAppInit method.
* examples/xmldsigverify.c: make use of this change
Sat 27 Sep 2003 05:23:41 PM PDT Aleksey Sanin
* examples/ docs/tests/ docs/ : created new xmldsigverify script
and upgraded tests
Fri 26 Sep 2003 05:27:08 PM PDT Aleksey Sanin
* src/mscrypto/ include/xmlsec/mscrypto/ : added API documentation
from Wouter
* docs/ : re-run the docs generation to pickup the new documentation
Thu Sep 25 23:10:19 2003 Aleksey Sanin
* docs/authors.html: added "authors and contributors" page
* docs/ man/: regenerated docs to include xmlsec-mscrypto and link to new
authors.html page
* include/ src/: api reference documentation updates
Thu Sep 25 20:47:11 2003 Aleksey Sanin
* include/xmlsec/keysdata.h: introduced new cert-pem and cert-der
key formats (public key in a certificate)
* include/xmlsec/nss/app.h nclude/xmlsec/nss/x509.h
include/xmlsec/openssl/app.h include/xmlsec/openssl/x509.h
src/nss/app.c src/nss/crypto.c src/nss/x509.c
src/openssl/app.c src/openssl/x509.c
src/mscrypto/app.c: implemented support for new formats
in OpenSSL, NSS and MSCrypto
* apps/xmlsec.c: added "--pubkey-cert-pem" and "--pubkey-cert-der" options
* tests/testDSig.sh tests/merlin-xmldsig-twenty-three/certs/lugh-cert.der:
use certificate for public keys
Thu 25 Sep 2003 05:51:37 PM PDT Aleksey Sanin
* include/ src/ win32/ docs/ Makefile.am configure.in: merging
from XMLSEC_MSCRYPTO_083103 branch - new xmlsec-mscrypto library
implemented by Wouter, general functions for reading keys and certs
from memory (openssl/nss/mscrypto), default error callback for nss,
moving private keys in 01-phaos-enc tests to pkcs12 file.
Thu Sep 25 11:39:22 2003 Aleksey Sanin
* apps/xmlsec.c: added root nodes namespaces registration
for "--node-xpath" command line option processing (by request
from Jan-Olof)
Sat 20 Sep 2003 11:19:14 AM PDT Aleksey Sanin
* HACKING: added more info about hacking with xmlsec
Tue Sep 16 11:28:03 2003 Aleksey Sanin
* docs/download.html docs/index.html docs/news.html: preparation
for 1.1.2 release
Tue Sep 16 02:28:41 2003 Aleksey Sanin
* src/Makefile.am: link xmlsec lib with dl librarias
Sun 14 Sep 2003 02:13:51 AM PDT Aleksey Sanin
* tests/testEnc.sh: added "--session-key " paramater
to all tests with (problem reported by Wouter)
Fri 12 Sep 2003 09:43:21 PM PDT Aleksey Sanin
* include/xmlsec/buffer.h src/buffer.c: added functions to convert
binary buffer to hex string and vice versa (based on patch from Remy)
Thu Sep 11 17:08:15 2003 Aleksey Sanin
* src/Makefile.am src/dl.c src/xmlsec-ltdl.h src/xmlsec-ltdl.patch
win32/Makefile.msvc: use ltdl on Windows too
Thu Sep 11 16:39:18 2003 Aleksey Sanin
* src/ltdl.* src/Makefile.am: upgraded to ltdl from libtool 1.4
Wed Sep 10 18:12:52 2003 Aleksey Sanin
* xmlsec.spec.in: separated xmlsec and xmlsec-devel RPM
pacakges into xmlsec, xmlsec-openssl, xmlsec-devel and xmlsec-openssl-devel
Wed Sep 10 13:19:10 2003 Aleksey Sanin
* 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
Wed Sep 10 12:36:17 2003 Aleksey Sanin
* src/dl.c win32/Makefile.msvc win32/mycfg.bat: implemented
dynamic xmlsec-crypto libraries loading for Windows
Wed Sep 10 00:02:55 2003 Aleksey Sanin
* 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
Tue Sep 9 16:14:01 2003 Aleksey Sanin
* win32/Makefile.msvc win32/configure.js win32/mycfg.bat win32/mycfg_nss.bat:
windows build cleanup (bug #121579)
Tue Sep 9 12:52:00 2003 Aleksey Sanin
* Makefile.am apps/* configure.in include/* src/* tests/*: implemented
loading xmlsec-crypto libraries as plugins (bug #121579)
* win32/: change build to allow building of more than one
xmlsec-crypto library (bug #121579)
Sun 24 Aug 2003 05:20:14 PM PDT Aleksey Sanin
* docs/faq.html: upgraded licenses FAQ section to include
information about xmlsec-nss and xmlsec-gnutls
Fri Aug 22 11:06:28 2003 Aleksey Sanin
* win32/Makefile.msvc: fixed linkinig problem on Windows (bug #120498)
Fri Aug 22 09:54:04 2003 Aleksey Sanin
* 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)
Wed Aug 20 21:26:00 2003 Aleksey Sanin
* configure.in docs/api/sgml/version.sgml docs/api/xmlsec-version.html
docs/index.html docs/news.html docs/xmlsec-man.html
include/xmlsec/version.h man/xmlsec1-config.1 man/xmlsec1.1: new 1.1.1
release preparation
* docs/*: re-run docs generation/formatting
Fri Aug 8 22:18:45 2003 Aleksey Sanin
* src/xpath.c: register namespaces before processing XPointer
expression in the URI attribute (bug #119462, reported by Steve)
Fri Aug 8 09:06:53 2003 Aleksey Sanin
* include/xmlsec/keys.h src/keys.c: added xmlsec-core functions to
read keys from memory (patch from Joachim)
Thu Aug 7 11:38:43 2003 Aleksey Sanin
* include/xmlsec/openssl/app.h src/openssl/app.c: added functions
to read keys and certs in xmlsec-openssl from memory and BIOs
(bug #119350, patch based on the code from Joachim)
Wed Aug 6 08:57:20 2003 Aleksey Sanin
* Makefile.am configure.in xmlsec-gnutls.pc.in xmlsec-nss.pc.in
xmlsec-openssl.pc.in xmlsecConf.sh.in:
config bug fixing and improvements from Roumen
Mon Aug 4 19:39:52 2003 Aleksey Sanin i
* 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)
Mon 04 Aug 2003 04:06:02 PM PDT Aleksey Sanin
* docs: rebuilding docs to get nss api reference
Mon Aug 4 14:47:02 2003 Aleksey Sanin
* Makefile.am xmlsec.spec.in: added HACKING file to the distribution
* docs/download.html docs/index.html docs/news.html: updated docs
for new 1.1.0 release
Wed Jul 30 18:35:15 2003 Aleksey Sanin
* xmlsec-gnutls.pc.in xmlsec-nss.pc.in xmlsec-openssl.pc.in: and
one more change for the same bug #118685 - don't put "crypto"
in version, use xmlsec1-crypto name instead of xmlsec-crypto,
don't include nss flags and libs for xmlsec1-nss.pc
Wed Jul 30 15:23:17 2003 Aleksey Sanin
* Makefile.am configure.in xmlsec-gnutls.pc.in xmlsec-nss.pc.in
xmlsec-openssl.pc.in xmlsec.pc.in: more *.pc files fixes
for the same bug #118685
Wed Jul 30 11:49:20 2003 Aleksey Sanin
* Makefile.am configure.in xmlsec-gnutls.pc.in xmlsec-nss.pc.in
xmlsec-openssl.pc.in: created separate *.pc files for xmlsec-crypto
libraries (bug #118685 reported by John)
Tue Jul 29 20:20:33 2003 Aleksey Sanin
* src/nss/README: created xmlsec bugs for remian xmlsec-nss problems
Tue 29 Jul 2003 07:41:18 PM PDT Aleksey Sanin
* src/ include/ docs/ man/ configure.in: merged xmlsec-nss
from the branch (Tej)
Tue Jul 29 08:44:24 2003 Aleksey Sanin
* src/openssl/x509.c: minor patches for errors (Roumen)
* src/xmltree.c: fixed xmlIsEmptyNode() to return false
if there is an element child
Mon Jul 28 12:02:40 2003 Aleksey Sanin
* include/xmlsec/keyinfo.h: added XMLSEC_KEYINFO_FLAGS_STOP_ON_EMPTY_NODE flag
* include/xmlsec/xmltree.h src/xmltree.c: added xmlSecIsEmptyNode and
xmlSecIsEmptyString functions
* src/openssl/x509.c: added an ability to write complex X509Data node
content (based on patch from Roumen)
* tests/testDSig.sh tests/aleksey-xmldsig-01/x509data-test.*: new test for
complex X509Data node writing
* tests/keys/ca2key.p12 tests/keys/dsakey.p12 tests/keys/rsakey.p12: new
pkcs12 keys for tests
Sun 20 Jul 2003 08:10:53 PM PDT Aleksey Sanin
* apps/ include/ src/ docs/api/ Copyright: updated copyrights
everywhere
Fri 18 Jul 2003 10:30:33 AM PDT Aleksey Sanin
* HACKING: added a coding and commiting rules
Wed 16 Jul 2003 10:11:23 PM PDT Aleksey Sanin
* examples/README, examples/binary.dat: added examples of using
command line tool
Wed 16 Jul 2003 12:50:00 AM PDT Aleksey Sanin
* examples/myw32make.bat win32/mycfg-nss.bat: rename these
files to clear exec bit (John)
* man/Makefile.am: use "--no-info" option in help2man
Mon Jul 14 11:06:16 2003 Aleksey Sanin
* configure.in docs/api/sgml/version.sgml docs/download.html
docs/api/xmlsec-version.html docs/index.html docs/news.html
docs/xmlsec-man.html include/xmlsec/version.h man/xmlsec1-config.1
man/xmlsec1.1: preparation for 1.0.4 release
* docs/api/xmlsec-notes-encrypt.html docs/api/xmlsec-notes-sign.html:
fixed a mistype
* docs/extra/xmlsec_oscon_2003.ppt: minor update
Fri Jul 11 13:33:28 2003 Aleksey Sanin
* Makefile.am: fixed builddir != sourcedir one more time (use abs_top_*
instead of top_*)
* configure.in: upgraded mozilla search path to 1.4
Mon 07 Jul 2003 08:05:18 AM PDT Aleksey Sanin
* src/openssl/apps.c src/openssl/x509.c src/openssl/x509vfy.c: fixed
sk_push() return value check problem (reported by Roumen)
Mon 07 Jul 2003 07:02:46 AM PDT Aleksey Sanin
* Makefile.am: fixed test suite problem when builddir != srcdir
(reported by Roumen)
Thu Jul 3 07:57:25 2003 Aleksey Sanin
* src/openssl/x509vfy.c: added a const word to suppress
warnings (Roumen)
Wed Jul 2 08:53:50 2003 Aleksey Sanin
* src/openssl/x509vfy.c: fixed certificates subject
comparison function to handle multiple occurence
of entries with the same value (bug report from
Roumen)
Tue Jun 17 19:22:17 2003 Aleksey Sanin
* docs/download.html: fixing links to tarballs for local
files (requested by John)
* examples/myw32make.bat win32/mycfg-nss.bat: clearing exec bit
Mon Jun 16 10:43:34 2003 Aleksey Sanin
* configure.in docs/download.html docs/index.html docs/news.html
docs/xmlsec-man.html include/xmlsec/version.h man/xmlsec1-config.1
man/xmlsec1.1: new 1.0.3 version preparation
* docs/Makefile.am docs/api-0.0.x/*: fixed second level links
processing
* docs/api/sgml/* docs/api/tmpl/* docs/api/*: added new API calls
Mon Jun 16 09:20:53 2003 Aleksey Sanin
* configure.in: fixed NSS config bug #115297
Sun Jun 8 20:08:42 2003 Aleksey Sanin
* configure.in: fix for 'make distclean'
Sat Jun 7 20:35:25 2003 Aleksey Sanin