summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.in2
-rw-r--r--docs/download.html8
-rw-r--r--docs/index.html6
-rw-r--r--docs/news.html6
-rw-r--r--include/xmlsec/version.h6
-rw-r--r--tests/keys.xml44
-rw-r--r--xmlsec.pc8
-rw-r--r--xmlsec.spec2
9 files changed, 53 insertions, 35 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b5e2c40..dc932805 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Mar 19 22:56:49 2003 Aleksey Sanin <aleksey@aleksey.com>
+
+ * configure.in include/xmlsec/version.h
+ docs/download.html docs/index.html docs/news.html
+ xmlsec.pc xmlsec.spec: 0.0.14 release
+
Wed Mar 19 10:59:41 2003 Aleksey Sanin <aleksey@aleksey.com>
* apps/xmlsec.c: force Signature or EncryptedData node
diff --git a/configure.in b/configure.in
index 8f9f839c..81040f15 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ AC_INIT(src/xmlsec.c)
PACKAGE=xmlsec
XMLSEC_VERSION_MAJOR=0
XMLSEC_VERSION_MINOR=0
-XMLSEC_VERSION_SUBMINOR=13
+XMLSEC_VERSION_SUBMINOR=14
XMLSEC_VERSION=$XMLSEC_VERSION_MAJOR.$XMLSEC_VERSION_MINOR.$XMLSEC_VERSION_SUBMINOR
VERSION=$XMLSEC_VERSION
XMLSEC_VERSION_INFO=`echo $XMLSEC_VERSION | awk -F. '{ printf "%d:%d:%d", $1+$2, $3, $2 }'`
diff --git a/docs/download.html b/docs/download.html
index 83b622ad..9f25d444 100644
--- a/docs/download.html
+++ b/docs/download.html
@@ -44,11 +44,11 @@
<h2>Download</h2>
- <div align="Left">The latest XML Security Library version is <b>0.0.13</b>:
+ <div align="Left">The latest XML Security Library version is <b>0.0.14</b>:
<br>
<ul>
- <li><a href="download/xmlsec-0.0.13.tar.gz">Sources</a>
+ <li><a href="download/xmlsec-0.0.14.tar.gz">Sources</a>
(<a href="ftp://ftp.xmlsoft.org/xmlsec/releases">XMLSoft.org</a> and
<a href="ftp://ftp.rpmfind.net/pub/XML/xmlsec/releases">RPMFind.net</a> mirrors).
</li>
@@ -75,9 +75,9 @@
I am doing some
<a href="http://www.aleksey.com/pipermail/xmlsec/2002/000305.html">major
code refactoring</a> these days. The snapshot builds most likely are
- broken. Please, use <b>0.0.13</b> version instead.<br>
+ broken. Please, use <b>0.0.14</b> version instead.<br>
If you want to use sources from GNOME CVS <b>do not</b> check out the tip.
- It is broken and most likely does not compile. The stable 0.0.13+ branch
+ It is broken and most likely does not compile. The stable 0.0.14+ branch
is <b>XMLSEC_0_0_X_BRANCH</b>.
diff --git a/docs/index.html b/docs/index.html
index 727d5bf2..826c295a 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -64,6 +64,12 @@ MIT Licence</a>
<b>News</b> (<a href="news.html">all news</a>)<br>
<ul>
+ <li>March 19 2003<br>
+ <a href="download.html">XML Security Library 0.0.14</a> release
+ includes several minor bugfixes in the following areas: URI reference
+ processing, binary transforms processing and xmlsec utility.
+ </li><br>
+
<li>February 21 2003<br>
<a href="download.html">XML Security Library 0.0.13</a> release
fixes incorrect processing of signatures with more than 3 binary
diff --git a/docs/news.html b/docs/news.html
index 3001ca70..bba1d782 100644
--- a/docs/news.html
+++ b/docs/news.html
@@ -44,6 +44,12 @@
<ul>
+ <li>March 19 2003<br>
+ <a href="download.html">XML Security Library 0.0.14</a> release
+ includes several minor bugfixes in the following areas: URI reference
+ processing, binary transforms processing and xmlsec utility.
+ </li><br>
+
<li>February 21 2003<br>
<a href="download.html">XML Security Library 0.0.13</a> release
fixes incorrect processing of signatures with more than 3 binary
diff --git a/include/xmlsec/version.h b/include/xmlsec/version.h
index cf3c6c7c..a6246ce4 100644
--- a/include/xmlsec/version.h
+++ b/include/xmlsec/version.h
@@ -20,7 +20,7 @@ extern "C" {
* The library version string in the format
* "<major-number>.<minor-number>.<sub-minor-number>".
*/
-#define XMLSEC_VERSION "0.0.13"
+#define XMLSEC_VERSION "0.0.14"
/**
* XMLSEC_VERSION_MAJOR:
*
@@ -38,7 +38,7 @@ extern "C" {
*
* The library sub-minor version number.
*/
-#define XMLSEC_VERSION_SUBMINOR 13
+#define XMLSEC_VERSION_SUBMINOR 14
/**
* XMLSEC_VERSION_INFO:
@@ -46,7 +46,7 @@ extern "C" {
* The library version info string in the format
* "<major-number>+<minor-number>:<sub-minor-number>:<minor-number>".
*/
-#define XMLSEC_VERSION_INFO "0:13:0"
+#define XMLSEC_VERSION_INFO "0:14:0"
#ifdef __cplusplus
diff --git a/tests/keys.xml b/tests/keys.xml
index b68cac2b..e205a3f6 100644
--- a/tests/keys.xml
+++ b/tests/keys.xml
@@ -3,7 +3,7 @@
<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
<KeyName>test-hmac-sha1</KeyName>
<KeyValue>
-<HMACKeyValue xmlns="http://www.aleksey.com/xmlsec/2002">PIpOcN4dI2/4OX9R1d385u4TfVPZtY2P</HMACKeyValue>
+<HMACKeyValue xmlns="http://www.aleksey.com/xmlsec/2002">UJbnu/aAVt0SNc12EjREugWFj6Ox1RRf</HMACKeyValue>
</KeyValue>
</KeyInfo>
<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
@@ -11,17 +11,17 @@
<KeyValue>
<RSAKeyValue>
<Modulus>
-4q4nAyeJbzWh2j/BPMH/YfS5Xe9VX5kUwHHuJ1qC0H4bogg34uh7Px28XS+4Uf8y
-KhYl9Z49g5cXQp7wz+op6NyAjhQiuMfoMxv8RwXWpFTQ9i/OdwPgnq6QFcHDgg9l
-v6cR1lysiK0SZnuIBaSE+oiNyCUrpoZYOj5Tv2ksaB8=
+9tXpVO/LHWXESh2QZ3xKwfWobwpnZTKiPCv4nDkCuntuIgI4pFE6ZOyiwQqy5c4P
+sH5HqhKx2KXOLvz8IP1CEtpQkmYV97mj+FJ4gbvB16E8BEfvebrEbjEjY9ZZDocJ
+FVDc6XeLrQoric8uuj6CvYrW3aS6idRxVD1f898iuHk=
</Modulus>
<Exponent>
Aw==
</Exponent>
<PrivateExponent xmlns="http://www.aleksey.com/xmlsec/2002">
-lx7ErMUGSiPBPCqA0yv/lqMmPp+OP7tjKvaexOcB4FQSbAV6l0Wnf2koPh/QNqoh
-cWQZTml+V7oPgb9LNUbGmfwQElaf5zEsND3r372TuujiV7Oy8MDK4lgBZIGjj1Xl
-C410kNqiXK8VGjfUh7D7TMCtMtxBxElWT0p5HfKG1As=
+pI6bjfUyE5kthr5gRP2HK/ka9LGaQ3cW0sf7EtCsfFJJbAF7GDYm7fMXK1x3Q961
+IFQvxrchOxk0H1NSwKjWte0KqCejcLug8Jdi7GuEBZjGua8qvw7/qiF0FRCoMEGZ
+uTRbXefio8RRCxg3D7wEiDAF4l5aBvDu4/AqJdcmR6M=
</PrivateExponent>
</RSAKeyValue>
</KeyValue>
@@ -31,25 +31,25 @@ C410kNqiXK8VGjfUh7D7TMCtMtxBxElWT0p5HfKG1As=
<KeyValue>
<DSAKeyValue>
<P>
-u1D3I/sXcsE6wo+06i5u1u3uEsBfOI1TRR6oGyXDqxT9REgevW0ndT0YQJyw7gvk
-A5AILFnuC0kXTYpCTRJSDkPubLKMvzfOoqQYwdWEKwnFyCc5cR0faq3iOgzWjJPL
-9NHg2RPMdWJEyBo3syDvwnv6pg09SGc6t9so6HqydVM=
+nF37wQkfaEr9l0IxXJ2dTUkGwXI7/XbgzR72o9ZUaSSeXMPQCVlYn4UObjJVAJPz
+mAwcTQ+QjFPMmB2ax6+JQsLqmgD1/MYk2W37a0zq/I4aGExuoDXIkltMQFlWMuHR
+YoAIvTYI1qXw+LiInOWwm/iZ2MqNLhp9pDoE16N+CS0=
</P>
<Q>
-7ot9bSITUBi+oeGHnDsifbMg48s=
+nLQ1MoVTnLc8diqC8fckw1AvuoM=
</Q>
<G>
-EA9UnyvkUIPc2W2Mg1P4PQSMdOOIrPAw38pZvakXWsYUpluujH3YNxI54zAA0c29
-+k9IRSCyVgeVC77mZkiAX3uSM6NVpgw4p/3dxSBbIIhpGOrnPcAqHT8KKsHq65kk
-YkBRGD/K1Q0/qbYzIL+UdATLXW3jy6nz8g1VHPv0qOU=
+PJVBdUTlmrbsv/TqH3790vG1nBsQxDyPNThQVsrEEDRqAEN7XKM7I+OruzFcs9+k
+7bim9/jQ104Ok0U8ks7gSN5VXcb4pBnZt0Uzo132PNvcdPx4BO2D9N959NNw4jpK
+kAQsAN3NAYLxiwE68bUo3lcO86pr7EmD2PK0yXyadV0=
</G>
<X xmlns="http://www.aleksey.com/xmlsec/2002">
-egT8pffWyDdVxeaveXx6jlXt+Dk=
+kFZFYUbXpeukrUnQxr38Jqzoak0=
</X>
<Y>
-mf4Jy+g3vl+zwbIGXv5RFG85omUIoOj3pmo6JiD1+tDSSDN0eGW9n+EOtAndYnWe
-O1PMEgHfEetbo6yBSmsjRuMpnskBmz2fU705mSks+Zh0ssQzn+9gc3Tm6gp/g4VM
-VUTfIvw3NPzu4zB6JRFS4acf03Htwfr4/iJfFHVt/ts=
+l5Opq8Bqz/VJ5zLyvDBwWtfMEH0+kGOAex5bw9Y51dE7L6BvjnsXtj9xV+9Ln/hb
+mSBxccdTy92YMzplZ96DWCxCfxmyWD511WvtF+BcJu1hgwiD22Qv+9c0NOTIbXkD
+eT/ChwhZ2IJNT/3r17n4KlFBf1RwUm8+r5YIzaV5ZLE=
</Y>
</DSAKeyValue>
</KeyValue>
@@ -57,25 +57,25 @@ VUTfIvw3NPzu4zB6JRFS4acf03Htwfr4/iJfFHVt/ts=
<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
<KeyName>test-des</KeyName>
<KeyValue>
-<DESKeyValue xmlns="http://www.aleksey.com/xmlsec/2002">q/A5xn+bM1Zf+POrJsBWeEq7EwFo/yNx</DESKeyValue>
+<DESKeyValue xmlns="http://www.aleksey.com/xmlsec/2002">jVdgrdRLeXMwqIvitgfHP++B1MJN+dcs</DESKeyValue>
</KeyValue>
</KeyInfo>
<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
<KeyName>test-aes128</KeyName>
<KeyValue>
-<AESKeyValue xmlns="http://www.aleksey.com/xmlsec/2002">7dx9GHBTN05B65M5WLLiYA==</AESKeyValue>
+<AESKeyValue xmlns="http://www.aleksey.com/xmlsec/2002">n8vtPYux72MPvfV32hE+pw==</AESKeyValue>
</KeyValue>
</KeyInfo>
<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
<KeyName>test-aes192</KeyName>
<KeyValue>
-<AESKeyValue xmlns="http://www.aleksey.com/xmlsec/2002">0BKkSNG1GUgLQThQOnIpi3E2y5aC7MZN</AESKeyValue>
+<AESKeyValue xmlns="http://www.aleksey.com/xmlsec/2002">dBuA1t5TG5Knzqiq3g8oOMZ2FQza1rf9</AESKeyValue>
</KeyValue>
</KeyInfo>
<KeyInfo xmlns="http://www.w3.org/2000/09/xmldsig#">
<KeyName>test-aes256</KeyName>
<KeyValue>
-<AESKeyValue xmlns="http://www.aleksey.com/xmlsec/2002">cp8YFV0gCh8bUmS1gqy7p8sdhNic0IckzU+SuKVp8hA=</AESKeyValue>
+<AESKeyValue xmlns="http://www.aleksey.com/xmlsec/2002">0TqCppDMXVnkNEvKMz70gUihEPjzZClJXY7EltFbKyY=</AESKeyValue>
</KeyValue>
</KeyInfo>
</Keys>
diff --git a/xmlsec.pc b/xmlsec.pc
index bbdabbb2..d67cbe69 100644
--- a/xmlsec.pc
+++ b/xmlsec.pc
@@ -1,11 +1,11 @@
-prefix=/home/aleksey
+prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: xmlsec
-Version: 0.0.13
+Version: 0.0.14
Description: XML Security Library implements XML Signature and XML Encryption standards
Requires: libxml-2.0 >= 2.4.24 libxslt >= 1.0.20
-Libs: -L${libdir} -lxmlsec -L/home/aleksey/lib -lxslt -lxml2 -lz -lm -L/home/aleksey/lib -lxml2 -lz -lm -L/home/aleksey/lib -lcrypto
-Cflags: -g -O2 -I${includedir}/xmlsec -I/home/aleksey/include -I/home/aleksey/include/libxml2 -I/home/aleksey/include/libxml2 -I/home/aleksey/include
+Libs: -L${libdir} -lxmlsec -L/home/aleksey/lib -lxslt -lxml2 -lz -lm -L/home/aleksey/lib -lxml2 -lz -lm -lcrypto
+Cflags: -g -O2 -DXMLSEC_OPENSSL096=1 -DXMLSEC_NO_AES=1 -I${includedir}/xmlsec -I/home/aleksey/include -I/home/aleksey/include/libxml2 -I/home/aleksey/include/libxml2
diff --git a/xmlsec.spec b/xmlsec.spec
index 08f00c8f..da20d477 100644
--- a/xmlsec.spec
+++ b/xmlsec.spec
@@ -1,6 +1,6 @@
Summary: Library providing support for "XML Signature" and "XML Encryption" standards
Name: xmlsec
-Version: 0.0.13
+Version: 0.0.14
Release: 1
License: MIT
Group: Development/Libraries