xmlsec1-nss-devel-1.2.37-150400.14.3.4 >  A d p9|_5ojWa.w1lgmM2Νz- hf{R)@:.=ͪJk{shsf=+gT:C?w)Ұ9jΛc*('cTC+9ULr&m9 8~9{=w8C:N`hUQ+9+&ijnu?][]2_Jz㎓i-WH@b8bc623b251cd297fe91dbeda723dd89cd59650901811b32c14f8e98bf201f6cd87dbe3055bfe1833eaaca1aeefd0ab4f396215e8Љd p9|d޹Xʃ2xcFϻ#!2^opO!Si_0{ɨE۾Lv-*z]APps)g#.yjܥ`oIXMyR1h=ju=R"vb@ZI:58>p>"?"d ) T  8>D p           L    P   (890:FG H I XY\8 ]d ^b `c! d!e!f!l!u! v!w" x"< y"hz"""""Cxmlsec1-nss-devel1.2.37150400.14.3.4NSS crypto plugin for XML Security LibraryLibraries, includes, etc. for developing XML Security applications with NSS.dks390zp34SUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Unspecifiedhttps://www.aleksey.com/xmlsec/linuxs390xiEjjL,7A큤A큤ddddddddddkc*ec0309a32af4bef407e4028175f5c2bd0fbad2fb9406507d057a0d4485c429c5cf7b3ffd436302e251161ae476c7921c70aea738443b41d9fcccd661c2f048f652b2f633ba34b7debc2886b848a6f4681757da77448103370f9d596261950e0d90024b209cee7b173545cfd71ba8402ebed2989f687198e8697b98f940e0111c128bcdd8b34a4b8240ece0b58bd77be4d609e8452fd6109ca91095f4de972788760d09067df8cd84b07d08c5fad661e850238b910bfe1f0ae1cd5d8ea564dd8d2d5e47d211dbecf1d83ad97ea20370981142ce8006ad7cd78f923c4f491476bad8271da346d55b9a9fe71680d0508ce5889b62a234fdcc0380eed771cd3dee864e30be4eb29927f30d7024a0d4e13e711e98e23c051f4d2acb83b820df2efb2erootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootxmlsec1-1.2.37-150400.14.3.4.src.rpmpkgconfig(xmlsec1-nss)xmlsec1-nss-develxmlsec1-nss-devel(s390-64)@ @ @ @ @     /usr/bin/pkg-configlibxmlsec1-nss1mozilla-nspr-develmozilla-nss-develpkgconfig(libxml-2.0)pkgconfig(libxslt)pkgconfig(nspr)pkgconfig(nss)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)xmlsec1-devel1.2.373.22.8.01.0.201.41.43.0.4-14.6.0-14.0-15.2-11.2.374.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 suites390zp34 1690275435 1.2.371.2.37-150400.14.3.41.2.37-150400.14.3.4nssapp.hbignum.hcrypto.hkeysstore.hpkikeys.hsymbols.hx509.hxmlsec1-nss.pcxmlsec1-nss-develCOPYING/usr/include/xmlsec1/xmlsec//usr/include/xmlsec1/xmlsec/nss//usr/lib64/pkgconfig//usr/share/licenses//usr/share/licenses/xmlsec1-nss-devel/-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:28836/SUSE_SLE-15-SP4_Update/cd8b85959180fa11e4c2cc7b6ca2f386-xmlsec1.SUSE_SLE-15-SP4_Updatecpioxz5s390x-suse-linuxdirectoryC source, ASCII textpkgconfig fileASCII textPRRRRRjOGZ"K!utf-86046bcecbd95b3e1acd7a2ef70d8ee3dd5b7a771475358622119247e8de4c5a3? 7zXZ !t/7] crt:bLL 1rxWn/! z+Q'H.QAڱ#5 ATSk"ƶ!yC\!F{ȕF*:HB>c1@Rf5{h҂/U}lesiIr)s[#1pz1t,4,6bv8Zúhͻ h+~ hjf;.y^ D! nn.iS^MZ:\3EsS}Zꛑο?l/].0˂au4QqJ?MnP7]̲0M}q_4Ok^DqvFlJ4-icNQD/u8_➣dCC~c:{_༅ b-Z` k<+J:V+fH v3͍%΁k*E)Oq$焨ꣾz{KlWj9/ 1T_Hac&@ XM>iuj<+,M5aR&]@>}ĜB E k,R;<W=4k68V _B࿁At:5U7״}aqaXaӌ|F Vvs ӷcETg~OjWᐋ`l'1_7U Y)i\r+N6ه.NlwR)NY,BO1Y`˃դGϏHkF4Q>uBbVdeb4,B29M3,$nVjs.g>1smw: *n܂`pMFp +%#^H߄%GtQ qНeY(@wlJe_o=\n9= ۓ?dW__A2FBXSId#a5GEV=28xiFjT۪W$E; $7 Q Fmm+6Ca&8Qw Mך@mY CU%Rn &܁ŊUn'鸢y'Pezb69GG Xo%X/Ztȟ >b_Tљqܦq=ľ=7C֗6cZڷ{P#o'*51_JrJ^zNdȋRTݳŞҗ IπE>sdcVʝzZigW %fQWnSAuDjԞ W9JEYrR9K]U!89Ϙ2rI/FW[~aK+DwX <[}`-+Bql`o>D}ODYb|Rbژf(ףNF]E}0M@OG "h_ q}n 4LӷBav/Sk%w{s;ZudkpLem8+*QJwݪ6 J0b`qJaDĀQ5U5210aő#d?&j8G  -fTPk%AzDl3Ga=K,i-ȼx0Ir)EH}L9oTi+cRP =*<=wh?r l4͗+rUb(2"M#)2$m3a#/1YCQx57j5?_x?smoi@pIP) .ZwU a-h>V@x57JpZbRi{g@ʔyAJ)͸H .s*ta.Gr j!D3sG۝3 g)c=n$O.Pk!-6L^.C2ċ%k$s&] Jp(m |]xjmBsO0aSQ/xu UP]y$1c50Lv)ͩ* 3~=հbˆ{A'VݲCmIvSxk_Ii(QARZH[,t&b`v iMk]T":xFޣL'/\'~}C爄VD::}# [f#xߊN8qއʫg=:5Zҹ<~ <!FR C)kCҬ&8D!RIed]1x˽\@WՌ{2/&! ƢN'{|ZseuNڥVvO 8?Ծؗw oXz+zJH^|rX/6W7B )uSR%mu$`^ګD,3A%EKqk})de×!W3 mu 6ﱍ@L~֒ao+TeV;ybtG2{^^P*H;a3 'ô2aM1عS jۇOCTRnHIT~' %8Я,d ы>b,ghUV6 ̲ɖPEH 0=,]f\9Z9(7e5Xwe;=\Lb21ֱ+} ?:o: |T~ƒ`eoS2VyW&e4|o> RVz 0׾{7"[ Cir p%0D>1BVYW pbs+Jc %UЛF{a"WLx.NjJ<ӿK􈋲OϑTIiBbH|7Q?d2oVxT =T }/r Q"cvV1]qcʿ4gI O*'Gqj1&7'vZ='[x%XB* u.Zn!Y  ce,$O}r1:^u1sHf.!ijH;R1X&q@M' 'e&NQ_ooOz UYAѐuaNXE8#3*\frPG ܼT̀W di" hc5SOgE7?AvT/"(~.ah{bNm`~G1I^dBDx:-LJ=8ݶ9[BAݒ^0Xuam&h"NdHD$ ^3L\@shk,ZV.kۻҦ)@Xq=ALy c+e'`4@l {!Ӎ# YZ