xmlsec1-1.2.37-150400.14.5.1<>,+f}Up9|C7qt4>CƞKo +RA_tjAQ$Չ9W_imA<}:-/Eكpa^:|F(A<žR7s˜nѕrǛ0QgO-c0֯HHCWT_j=B0fSd,rK>)7l?$qbꙥ)b6Rqkk6<*߯Z&qACZ'EdA"|?"ld   l,0<@Yz~    $ k t4 d  (890:FGHIXY\ ](^ibcd e $f 'l )u <v Xw!x!y!z!""""" "&"hCxmlsec11.2.37150400.14.5.1Library providing support for "XML Signature" and "XML Encryption" standardsXML Security Library is a C library based on LibXML2 and OpenSSL. The library was created with a goal to support major XML security standards "XML Digital Signature" and "XML Encryption".f}Uh04-armsrv2+#SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Unspecifiedhttps://www.aleksey.com/xmlsec/linuxaarch647 A큤A큤f}TOf}Uc*c*f}Uc*f}TO63fb1cc49524bf93bd3eeec899f876cddea82026305b7022a15ccfd1146b3c5c2994d6f49f13e2792d7f5827175ebbff473b926c858524382cb12301c3d466b70ab0f7d96fc42f226f307f884ccaccd380da7b462ccf6591f5e46af177e7d74e4e30be4eb29927f30d7024a0d4e13e711e98e23c051f4d2acb83b820df2efb2e3a241da7a5389bcf0408ba9726044b2bf6f4ef9372d171bde81f0954bb4624bbrootrootrootrootrootrootrootrootrootrootrootrootrootrootxmlsec1-1.2.37-150400.14.5.1.src.rpmxmlsec1xmlsec1(aarch-64)@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libxml2.so.2()(64bit)libxml2.so.2(LIBXML2_2.4.30)(64bit)libxmlsec1.so.1()(64bit)libxslt.so.1()(64bit)libxslt.so.1(LIBXML2_1.0.11)(64bit)libxslt.so.1(LIBXML2_1.0.22)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3cT@c:@cdc@bw@ao@``-@_H@^W@\@\ `[ٙ@[ٙ@[ug@[r@[{@ZXXӸX<@WEU6@dmueller@suse.comdmueller@suse.compmonreal@suse.combjorn.lie@gmail.comdmueller@suse.comdmueller@suse.comandreas.stieger@gmx.depmonreal@suse.comdimstar@opensuse.orgtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comkallan@suse.comvmiklos@collabora.co.uktchvatal@suse.comvmiklos@collabora.co.ukpmonrealgonzalez@suse.comtchvatal@suse.comtchvatal@suse.comastieger@suse.com- switch to pkgconfig(zlib) to allow alternative providers as well- update to 1.2.37: Fixed two regressions from 1.2.36 release- Update to 1.2.36: * Retired the XMLSec mailing list "xmlsec@aleksey.com" and the XMLSec Online Signature Verifier. - Update to 1.2.35: * Migration to OpenSSL 3.0 API (based on PR by @snargit). 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.- 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.- 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- update to 1.2.33: * Fix decrypting session key for two recipients * Added --privkey-openssl-engine option to enhance openssl engine support- 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- Relax the crypto policies for the test-suite. This allows the tests using certificates with small key lengths to pass.- 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- 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.- Update to 1.2.28: * Added BoringSSL support (chenbd). * Added gnutls-3.6.x support (alonbl). * Added DSA and ECDSA key size getter for MSCNG (vmiklos). * Added --enable-mans configuration option (alonbl). * Added coninuous build integration for MacOSX (vmiklos). * Several other small fixes (more details).- Make sure to recommend at least one backend when you install just xmlsec1- Drop the gnutls backend as based on the tests it is quite borked: * We still have nss and openssl backend for people to use- Version update to 1.2.27: * Added AES-GCM support for OpenSSL and MSCNG (snargit). * Added DSA-SHA256 and ECDSA-SHA384 support for NSS (vmiklos). * Added RSA-OAEP support for MSCNG (vmiklos). * Continuous build integration in Travis and Appveyor. * Several other small fixes (more details).- Add rplintrc to avoid bogus errors: * xmlsec1-rpmlintrc- Fixed (bsc#1104876). Added: Requires: %{libname} = %{version} to each module in the spec file. This will ensure that when one of the modules is installed the corresponding version of libxmlsec1-1 will also be installed/upgraded.- Version update to 1.2.26: * Added xmlsec-mscng module based on Microsoft Cryptography API: Next Generation * Added support for GOST 2012 and fixed CryptoPro CSP provider for GOST R 34.10-2001 in xmlsec-mscrypto * Added LibreSSL 2.7 support * Upgraded documentation build process to support the latest gtk-doc- Version update to 1.2.25: * Various small fixes * Coverity cleanups * Removed support for old openssl- Version update to 1.2.24: * Added ECDSA-SHA1, ECDSA-SHA256, ECDSA-SHA512 support for xmlsec-nss. * Fixed XMLSEC_KEYINFO_FLAGS_X509DATA_DONT_VERIFY_CERTS handling. * Disabled external entities loading by xmlsec utility app by default to prevent XXE attacks. * Improved OpenSSL version and features detection. * Cleaned up, simplified, and standardized internal error reporting. * Fixed a few Coverity-discovered bugs. * Marked as deprecated all the functions in xmlsec/soap.h file and a couple other functions no longer required by xmlsec. These functions will be removed in the future releases. * Several other small fixes (see commit log for more details).- Fixed dependencies with libraries (bsc#1012246): * libxmlsec1-openssl.so * libxmlsec1-gcrypt.so * libxmlsec1-gnutls.so * libxmlsec1-nss.so- Version update to 1.2.23: * Full support for OpenSSL 1.1.0 * Several other small fixes- Version update to 1.2.22 (fate#320861): * see the ChangeLog for most detailed output * openssl 1.1 support * Few features from libreoffice for integrated * Run the testsuite- update to 1.2.20: * fix a number of miscellaneous bugs * update expired or soon-to-be-expired certificates in test suiteh04-armsrv2 17194898101.2.37-150400.14.5.11.2.37-150400.14.5.1xmlsec1xmlsec1ChangeLogREADME.mdxmlsec1COPYINGxmlsec1.1.gz/usr/bin//usr/share/doc/packages//usr/share/doc/packages/xmlsec1//usr/share/licenses//usr/share/licenses/xmlsec1//usr/share/man/man1/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:34486/SUSE_SLE-15-SP4_Update/a06bc96bc7bc6d0b06e97e442507d081-xmlsec1.SUSE_SLE-15-SP4_Updatedrpmxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=a9a63e8cbf635d4d02345c3a115586e080b38360, for GNU/Linux 3.7.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRRRq:^99QY libxmlsec1-openssl1utf-84a4a89ada140dffafc97f42e14ff93d7f79776516e05eda2e1d68cae29b49f8a?7zXZ !t/]"k%Fn9Ox2dln)3e>ƪ56LFa1DK`\ 7Y6:XrhݤfY$m,_0j;%>mkc'A7ElH^eG^us4pxoKK^- qU9"Su DIU<eRQ>x8PHje\?M@@ۂC8 (GIˆpLOCϩ8!&7oJ

{ *(E(˪-Zr*  ;MA˨&@g AS4z4 &[yϐu5asxPVnV,Q])_RGʥHp;0Ǯ;@,jU(/7=404Kio~YX4E?uӁ.A/ 2U 9Wu͌Iz۶W{\"=b/vF: c =Z^kZT?iA*R$@ۉث; '#, YZ