Changelog for
xmlsec1-devel-1.2.37-3.2.x86_64.rpm :
* Wed Feb 01 2023 Dirk Müller
- switch to pkgconfig(zlib) to allow alternative providers as well
* Sat Dec 03 2022 Dirk Müller - update to 1.2.37: Fixed two regressions from 1.2.36 release
* Fri Nov 04 2022 Pedro Monreal - Update to 1.2.36:
* Retired the XMLSec mailing list \"xmlsecAATTaleksey.com\" and the XMLSec Online Signature Verifier.- Update to 1.2.35:
* Migration to OpenSSL 3.0 API (based on PR by AATTsnargit). Note that OpenSSL engines are disabled by default when XMLSec library is compiled against OpenSSL 3.0. To re-enable OpenSSL engines, use \"--enable-openssl3-engines\" configure flag (there will be a lot of deprecation warnings).
* The OpenSSL before 1.1.0 and LibreSSL before 2.7.0 are now deprecated and will be removed in the future versions of XMLSec Library.
* Refactored all the integer casts to ensure cast-safety. Fixed all warnings and enabled \"-Werror\" and \"-pedantic\" flags on CI builds.
* Added configure flag to use size_t for xmlSecSize (currently disabled by default for backward compatibility).
* Moved all CI builds to GitHub actions.
* Thu Sep 08 2022 Bjørn Lie - Add export CFLAGS/CXXFLAGS=\"-Wno-error=deprecated-declarations\" inbefore configure. We pass --enable-werror to configure, and that leads to warnings about deprecations failing build. As deprecations is mainly a consern for upstream, stop failing on those.
* Mon May 23 2022 Dirk Müller - update to 1.2.34:
* Support for OpenSSL compiled with OPENSSL_NO_ERR.
* Full support for LibreSSL 3.5.0 and above
* Several other small fixes
* Sun Nov 28 2021 Dirk Müller - update to 1.2.33:
* Fix decrypting session key for two recipients
* Added --privkey-openssl-engine option to enhance openssl engine support
* Sun May 09 2021 Andreas Stieger - update to 1.2.32: + Remove MD5 for NSS 3.59 and above + Fix PKCS12_parse return code handling + Fix OpenSSL lookup + xmlSecX509DataGetNodeContent(): don\'t return 0 for non-empty elements - fix for LibreOffice- add upstream signing key and validate source signature- put license text into all subpackages- treat all compiler warnings as errors
* Wed Feb 17 2021 Pedro Monreal - Relax the crypto policies for the test-suite. This allows the tests using certificates with small key lengths to pass.
* Thu Dec 17 2020 Dominique Leuenberger - Update to version 1.2.31: + Unload error strings in OpenSSL shutdown. + Make userData available when executing preExecCallback function. + Add an option to use secure memset.- Pass --disable-md5 to configure: The cryptographic strength of the MD5 algorithm is sufficiently doubtful that its use is discouraged at this time. It is not listed as an algorithm in [XMLDSIG-CORE1] https://www.w3.org/TR/xmlsec-algorithms/#bib-XMLDSIG-CORE1
* Thu Jun 18 2020 Tomáš Chvátal - Update to 1.2.30:
* Enabled XML_PARSE_HUGE for all xml parsers.
* Various build and tests fixes and improvements.
* Move remaining private header files away from xmlsec/include/ folder.