Skip to content

Commit

Permalink
Prepare for xmlsec 1.3.4 release (#771)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsh123 authored Mar 27, 2024
1 parent 67778c3 commit bf4a1bb
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 30 deletions.
2 changes: 1 addition & 1 deletion docs/api/xmlsec-app.html
Original file line number Diff line number Diff line change
Expand Up @@ -3226,7 +3226,7 @@ <h2><span class="refentrytitle"><a name="xmlsec-app.top_of_page"></a>app</span><
<hr>
<div class="refsect2">
<a name="xmlSecKeyDataEcId"></a><h3>xmlSecKeyDataEcId</h3>
<pre class="programlisting">#define xmlSecKeyDataEcId xmlSecKeyDataEcetKlass()
<pre class="programlisting">#define xmlSecKeyDataEcId xmlSecKeyDataEcGetKlass()
</pre>
<p>The EC key klass.</p>
</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@
<div align="center"><h1>Download</h1></div>
<div align="left">
<h2>Stable releases</h2>
<p>The latest stable XML Security Library version is <b>1.3.3</b>:</p>
<p>The latest stable XML Security Library version is <b>1.3.4</b>:</p>
<ul>
<li>
<a href="http://www.aleksey.com/xmlsec/download/xmlsec1-1.3.3.tar.gz">Sources</a>
and <a href="https://www.aleksey.com/xmlsec/download/xmlsec1-1.3.3.sig">signature</a>
<a href="http://www.aleksey.com/xmlsec/download/xmlsec1-1.3.4.tar.gz">Sources</a>
and <a href="https://www.aleksey.com/xmlsec/download/xmlsec1-1.3.4.sig">signature</a>
for the latest version (<a href="https://scan.coverity.com/projects/xmlsec">Coverity report</a>).
</li>
<li>
Expand Down
43 changes: 19 additions & 24 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,20 @@ <h1>XML Security Library</h1>
see the Copyright file in the distribution for details.<br><br></p>
<p><b>News</b></p>
<ul>
<li>January 4, 2024<br>
<li>April 9, 2024<br>
The <a href="download.html">XML Security Library 1.3.4</a> release includes the following changes:
<br>
<br>
<ul>
<li>(xmlsec-openssl) Support cert dates before unix epoch start.</li>
<li>(xmlsec-openssl) Fix build for LibreSSL or BoringSSL.</li>
<li>(xmlsec-nss) Ensure NSS algorithms are initialized.</li>
<li>Several other small fixes (see <a href="https://github.com/lsh123/xmlsec/commits/master">more details</a>).</li>
</ul>
</li>
<br>

<li>January 4, 2024<br>
The <a href="download.html">XML Security Library 1.3.3</a> release includes the following changes:
<br>
<br>
Expand Down Expand Up @@ -129,16 +142,17 @@ <h1>XML Security Library</h1>

<li>July 5, 2023<br>
The legacy <a href="download/">XML Security Library 1.2.38</a> release includes the following changes:
<br>
<br>
<ul>
<li>Fixed static linking with MinGW.</li>
<li>(xmlsec-mscng) Fixed block ciphers key size.</li>
<li>Several other small fixes (<a href="https://github.com/lsh123/xmlsec/commits/xmlsec-1_2_x">more details</a>).</li>
</ul>
</li>
<br>
</li>
<br>

<li>
June 6, 2023<br>
<li>June 6, 2023<br>
The <a href="download.html">XML Security Library 1.3.1</a> release includes the following changes:
<br>
<br>
Expand Down Expand Up @@ -327,25 +341,6 @@ <h1>XML Security Library</h1>
</ul>
</li>
<br>

<li>May 3, 2022<br>
The <a href="download.html">XML Security Library 1.2.34</a> release includes the following changes:
<ul>
<li>Support for OpenSSL compiled with OPENSSL_NO_ERR.</li>
<li>Full support for LibreSSL 3.5.0 and above (@vishwin).</li>
<li>Several other small fixes (<a href="https://github.com/lsh123/xmlsec/commits/master">more details</a>).</li>
</ul>
</li>
<br>

<li>October 25, 2021<br>
The <a href="download.html">XML Security Library 1.2.33</a> release includes the following changes:
<ul>
<li>Added --privkey-openssl-engine option to enhance openssl engine support (Leonardo Secci).</li>
<li>Fixed decrypting session key for two recipients.</li>
<li>Several other small fixes (<a href="https://github.com/lsh123/xmlsec/commits/master">more details</a>).</li>
</ul>
</li>
</ul>
<br>
<br>
Expand Down
13 changes: 13 additions & 0 deletions docs/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,19 @@
<h1>XML Security Library News</h1>
</div>
<ul>
<li>April 9, 2024<br>
The <a href="download.html">XML Security Library 1.3.4</a> release includes the following changes:
<br>
<br>
<ul>
<li>(xmlsec-openssl) Support cert dates before unix epoch start.</li>
<li>(xmlsec-openssl) Fix build for LibreSSL or BoringSSL.</li>
<li>(xmlsec-nss) Ensure NSS algorithms are initialized.</li>
<li>Several other small fixes (see <a href="https://github.com/lsh123/xmlsec/commits/master">more details</a>).</li>
</ul>
</li>
<br>

<li>January 4, 2024<br>
The <a href="download.html">XML Security Library 1.3.3</a> release includes the following changes:
<br>
Expand Down
2 changes: 1 addition & 1 deletion man/xmlsec1-config.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH XMLSEC1-CONFIG "1" "December 2023" "xmlsec1-config 1.3.3" "User Commands"
.TH XMLSEC1-CONFIG "1" "March 2024" "xmlsec1-config 1.3.3" "User Commands"
.SH NAME
xmlsec1-config \- detail installed version of xmlsec library
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/xmlsec1.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH XMLSEC1 "1" "December 2023" "xmlsec1 1.3.3 (openssl)" "User Commands"
.TH XMLSEC1 "1" "March 2024" "xmlsec1 1.3.3 (openssl)" "User Commands"
.SH NAME
xmlsec1 \- sign, verify, encrypt and decrypt XML documents
.SH SYNOPSIS
Expand Down

0 comments on commit bf4a1bb

Please sign in to comment.