Skip to content

Commit

Permalink
Update release notes for 1.3.2 release (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsh123 authored Oct 22, 2023
1 parent 66910c1 commit 6c6c56e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 9 deletions.
9 changes: 4 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h1>XML Security Library</h1>
<p><b>News</b></p>
<ul>
<li>
TBD 2023<br>
October 31 2023<br>
The <a href="download.html">XML Security Library 1.3.2</a> release includes the following changes:
<br>
<br>
Expand All @@ -84,13 +84,12 @@ <h1>XML Security Library</h1>
<li>(xmlsec-mscng) Added support for xmlsec command line tool '--verify-keys' option.</li>
<li>(xmlsec-mscng) Replaced windows.h includes with wincrypt.h includes where possible.</li>
<li>(xmlsec-mscrypto) Replaced windows.h includes with wincrypt.h includes where possible.</li>
<li>
(MinGW build) The xmlsec-mscrypto is moved down in the default crypto library selection list as it is now
<li>(xmlsec command line tool) Added `--base64-line-size` option to control the base64 encoding line size.</li>
<li>(MSVC build) Added 'ftp' and 'http' options to control FTP and HTTP support. FTP support is disabled by default.</li>
<li>(MinGW build) The xmlsec-mscrypto is moved down in the default crypto library selection list as it is now
in maintanance mode (use "--with-default-crypto" option to force the selection).
</li>
<li>(MinGW build) Fixed the static libraries build with "--enable-static-linking" option.</li>
<li>(MSVC build) Added 'ftp' and 'http' options to control FTP and HTTP support. FTP support is disabled by default.</li>
<li>(xmlsec command line tool) Added `--base64-line-size` option to control the base64 encoding line size.</li>
<li>Several other small fixes (see <a href="https://github.com/lsh123/xmlsec/commits/master">more details</a>).</li>
</ul>
</li>
Expand Down
25 changes: 21 additions & 4 deletions docs/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,30 @@ <h1>XML Security Library News</h1>
</div>
<ul>
<li>
TBD 2023<br>
October 31 2023<br>
The <a href="download.html">XML Security Library 1.3.2</a> release includes the following changes:
<br>
<br>
<ul>
<li>TODO: copy from index.html</li>
</ul>
<ul>
<li>(xmlsec-openssl) Fixed padding for GOST 2001 and 2012 signatures.</li>
<li>(xmlsec-nss) Added support for reading PEM certificates.</li>
<li>(xmlsec-nss) Added a check to ensure that the key certificat matches the key.</li>
<li>(xmlsec-nss) Added support for xmlsec command line tool '--verify-keys' option.</li>
<li>(xmlsec-gnutls) Added support for GOST R 34.11-94, GOST R 34.11-2012 256 bit, and GOST R 34.11-2012 512 bit digest algorithms.</li>
<li>(xmlsec-gnutls) Added support for GOST R 34.10-2001, GOST R 34.11-2012 256 bit, and GOST R 34.11-2012 512 bit signature algorithms.</li>
<li>(xmlsec-gnutls) Added support for xmlsec command line tool '--verify-keys' option.</li>
<li>(xmlsec-gnutls) Added check to ensure that the key certificat matches the key.</li>
<li>(xmlsec-mscng) Added support for xmlsec command line tool '--verify-keys' option.</li>
<li>(xmlsec-mscng) Replaced windows.h includes with wincrypt.h includes where possible.</li>
<li>(xmlsec-mscrypto) Replaced windows.h includes with wincrypt.h includes where possible.</li>
<li>(xmlsec command line tool) Added `--base64-line-size` option to control the base64 encoding line size.</li>
<li>(MSVC build) Added 'ftp' and 'http' options to control FTP and HTTP support. FTP support is disabled by default.</li>
<li>(MinGW build) The xmlsec-mscrypto is moved down in the default crypto library selection list as it is now
in maintanance mode (use "--with-default-crypto" option to force the selection).
</li>
<li>(MinGW build) Fixed the static libraries build with "--enable-static-linking" option.</li>
<li>Several other small fixes (see <a href="https://github.com/lsh123/xmlsec/commits/master">more details</a>).</li>
</ul>
</li>
<br>
<li>
Expand Down

0 comments on commit 6c6c56e

Please sign in to comment.