libtpms0-0.8.2-150300.3.9.1<>,OdGYp9|e\m/㌙Ee]3 ;)= in},uwGB7tҮhjRnː"[m ~dWّY\[cVS-T9=}9E HZhϨ.JR  #"2'ZI ^\ȾJܵ(\ miKjs)gAD3S+x[Y.'yM ?GC"m9l& AC{jK3Sy>@ ?d   \ =ekt     'JpL/(Y8` 9 :Q >@FGHIXY\@]\^bcdHeMfPlRudvw$x@y\zClibtpms00.8.2150300.3.9.1Library providing Trusted Platform Module (TPM) functionalityA library providing TPM functionality for VMs. Targeted for integration into Qemu.dGYsheep170SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Development/Libraries/C and C++https://github.com/stefanberger/libtpmslinuxx86_64 @ q lA큤A큤dG:dG:dGX`=7`=7dGX`=734d03430736d61e77328f15df4448d9d745238e5389a1d9837c00c8c69b9162d3d41d165629e87e3c18178e56c1fd8dfed624ebe5f36dcdcfaf5b3fc1d0d1790d73e909e8e84c2f056fa0dbac2266a3aeeab10426251f0079bbac23281fea9e382f1e6bae374bb6a9d4f4596767fd33e499718d560de140fd9f3d402cc5e41fblibtpms.so.0.8.2rootrootrootrootrootrootrootrootrootrootrootrootrootrootlibtpms-0.8.2-150300.3.9.1.src.rpmlibtpms.so.0()(64bit)libtpms.so.0(LIBTPMS_0.5.1)(64bit)libtpms.so.0(LIBTPMS_0.6.0)(64bit)libtpms0libtpms0(x86-64)@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.11)(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.8)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libcrypto.so.1.1(OPENSSL_1_1_1)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3dGc@cRa.`}p`T@_@_{]p\NZ_:U ]@meissner@suse.compgajdos@suse.commeissner@suse.compgajdos@suse.comglin@suse.comglin@suse.comglin@suse.comkai.liu@suse.comglin@suse.comglin@suse.comvcizek@suse.comp.drouand@gmail.com- 0001-tpm2-Check-size-of-buffer-before-accessing-it-CVE-20.patch: Fixes CVE-2023-1017 & CVE-2023-1018: fixed memory corruptions in CryptParameterDecryption (bsc#1206022 bsc#1206023)- fix build for ppc64le: use -Wl,--no-as-needed in check-local [bsc#1204556]- Added patches: 0001-tpm2-Reset-TPM2B-buffer-sizes-after-test-fails-for-v.patch 0002-tpm2-Add-maxSize-parameter-to-TPM2B_Marshal-for-sani.patch 0003-tpm2-Restore-original-value-if-unmarsalled-value-was.patch - CVE-2021-3623: Fixed out-of-bounds access when trying to resume the state of the vTPM (bsc#1187767)- security update - added patches fix CVE-2021-3746 [bsc#1189935], out-of-bounds access via specially crafted TPM 2 command packets + libtpms-CVE-2021-3746.patch- Update to version 0.8.2 * NOTE: Downgrade to 0.7.x or below is not possible. Due to fixes in the TPM 2 prime number generation code in rev155 it is not possible to downgrade from libtpms version 0.8.0 to some previous version. The seeds are now associated with an age so that older seeds use the old TPM 2 prime number generation code while newer seed use the newer code. * tpm2: rev155: Add new RsaAdjustPrimeCandidate code but do not use (bsc#1184939 CVE-2021-3505) * tpm2: Activate SEED_COMPAT_LEVEL_RSA_PRIME_ADJUST_FIX (bsc#1184939 CVE-2021-3505) * Update to TPM 2 code release 159 - X509 support is enabled + SM2 signing of ceritificates is NOT supported - Authenticated timers are disabled * Update to TPM 2 code relase 162 - ECC encryption / decryption is disabled * Fix support for elliptic curve due to missing unmarshalling code * Runtime filter supported elliptic curves supported by OpenSSL * Fix output buffer parameter and size for RSA decryption that could cause stack corruption under certain circumstances * Set the RSA PSS salt length to the digest length rather than max * Fixes to symmetric decryption related to input size check, defer padding to the user [EVP_CIPHER_CTX_set_padding(ctx, 0)] and to always use a temporary malloc'ed buffer for decryption * Fixed the set of PCRs belonging to the TCB group. This affects the pcrUpdateCounter in TPM2_Pcrread() responses, thus needs latest swtpm for test cases to succeed there.- Update to version 0.7.7 * CryptSym: fix AES output IV (bsc#1183729, CVE-2021-3446) * tpm2: Fix public key context save due to ANY_OBJECT_Marshal usage * tpm2: Address some Coverity issues (false positives) * tpm1.2: Backported ASAN/UBSAN related fixes * tpm2: Return properly sized array for b parameter for NIST P521 (HLK) * tpm2: Addressed issues detected by UBSAN * tpm2: Addressed issues detected by cppcheck (false positives)- Update to version 0.7.4 * Addressed potential constant-time related issues in TPM 1.2 and TPM 2 code TPM 1.2: RSA decryption TPM 2: EcSchnorr and EcSM2 signatures; Ecsda is handled by OpenSSL * Fixed some compilation issues- Update to version 0.7.3 * Fixed the set of PCRs belonging to the TCB group. This affects the pcrUpdateCounter in TPM2_Pcrread() responses, thus needs latest `swtpm` (master, stable branches) for test cases to succeed there. - Changes since version 0.7.2 * Fix output buffer parameter and size for RSA decryption that could cause stack corruption under certain circumstances * Set the RSA PSS salt length to the digest length rathern than max. possible * Fixes to symmetric decrytion related to input size check, defer padding to the user [EVP_CIPHER_CTX_set_padding(ctx, 0)] and to always use a temporary malloc'ed buffer for decryption - Changes since version 0.7.1 * tpm2: Fix TDES key creation by adding missing un-/marshalling functions * tpm2: Fix a bug in CheckAuthSession * compilation fixes for TPM 1.2 & TPM 2 and various architectures and gcc versions * Fix support for NIST curves P{192,224,521} and SM2 P256 and BNP648 that would not work; * Runtime filter elliptic curves (that OpenSSL does not support) and do not advertise those curves as capabilities * Removed unnecessary space in MANUFACTURER "IBM " -> "IBM"- Update to version 0.7.0 * fixes for TPM2 - Add gcc-c++ to BuildRequires- Update to version 0.6.0 * Introduce TPM2 support - Use %license tag for LICENSE- Update to version 0.6.0-dev1 * no upstream changelog * fix build with openssl 1.1 (bsc#1074801) - fix rpm group- Update to version 0.5.2 * No entry for this release - Update project home and download Urls - Add autoconf, automake and libtool build require; the tarball comes from git and configure script has to be generated/sbin/ldconfig/sbin/ldconfigsheep17 16824267130.8.2-150300.3.9.10.8.2-150300.3.9.1libtpms.so.0libtpms.so.0.8.2libtpms0CHANGESREADMElibtpms0LICENSE/usr/lib64//usr/share/doc/packages//usr/share/doc/packages/libtpms0//usr/share/licenses//usr/share/licenses/libtpms0/-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:28765/SUSE_SLE-15-SP3_Update/5d08e5c5fb94178cd0a8b0f8225d1aef-libtpms.SUSE_SLE-15-SP3_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=05a0337bedb03bb38199dcfd166470c00a4774cc, strippeddirectoryASCII textPPPPRR RR RRRRR R R R&0,xpo3utf-863d08588a895636d51185bd2afa178bfe5b8b884c13e9380399eb6f940b4c80a?7zXZ !t/>o-{]"k%{U}dGi( 'iȠ[ZShnT #8_6U[qp>JYnHVm>|k_!o{8q6BQcЄx &se,U\k4t3(m"nI e f 6Yl8xY| 6pX8kn3pH)?(R0naaӎE f,oDn`|A{z y \[!/-k8 hk9±eԮad4mG4}Г@)6ߗ*˜6\|3 p ib梄Kzto،YX gSk il%+daO5BE5M.\_Sm{N@K)G/t O- ]bl+d{&__"?y4r'LgTjGz}f^bhHACz 3 F Czו ޯH:T:6hФ)VO0}HJ7;3sEͧ;ڀ΁(Zd dsUbyV`˪ZL"`TQ爯BྒSn Qxg rjZ?xƞ!R\YvGJ*:$)V,Sӭ87u3Tf,-Wn<+ 37Ɏέ9w^{\(vVf̞R=#FP~h ǜefLʖa1Po /؏)pNȺO^>r`1MBA?_ EW|GKA\,Ԟp=51Ni67Qi|85ؘt:~i+K 4@~4mjCU^%S!*xB,#cOUX. 5RK3Yצe1FD* 哢Ń9Yg- 4w `+FwiE"NiL鯎Lz}<|H0lּp:.th3/ׄ3{ץ2. oow-Qneẕ=Je?W;B]E%JNga-=ǡI6mnyS5! ЖCˬ|i=_l}2D8Q(l[!^-Jf-`Iꉧ#+:Ƣl Ё/)JzqU+݊@*1/pvˏhZ-L¾;g's@`KDϖ%J}yFːSI1 ` #Ww~"7;)]tp 8W/jL5qhP >Ew0Vީ_/Bp+',E|%G1ƪ!hW"GS0֧ĬbD(NNwnlepأJlfY#V$ j[z  ;.W8gF8+Ƌ)("%k":U35,R2 /k߬Ќ\ˌ2N7ԑ QX F-WلFi"B#5&qNs٠͵޷sv4Jc5YK)4EX7dS()~f7yk J.>ͅhҬ%"vca%If|}#EZGҮiV׍9iG&|j2 y] ;h8<q=H5A2ؽ#XTb4}+:2 SiK7,LY==g#SNw]-Ӻf싽YkdjWr0~ ] S[50/4➬n5RLx|\:W_ti}8i7d]+ ɂc%fI!9ظG]Vm2kPJlh'i βeC瑄;l prRa" C20fDF/m2.Kaq{S۪;RKCfO26kX`moɇXTm妝=1,6:%UYN6!e:YxA[dM@e ʺVڈ0d8YMJb4 {KN ^w 5`sZ. ץw*=s\p m0W/=R#ye;Dv:|aW4zRX ]"^si) \뗩˦uElg)]J1Wޚ] :S?b3瀏9fء ~t+-?$b N-H9 DR-d͢;߶fLۤdQ)RE 9^b(Z(R( @v0t\yM}ݠ\8B[> ?p2Gԣ*8<iGfUٌI{-Y`?|/wfJ24Naͫ`(]h qk6\"( d:&$Ҫx_N8o!ݧPb3; )fsl% O|R=tIw9>|tQs<ڕHr~$-Tta@:xGgon֡'۪~&ܐtr1HhjE@*9c]­@ċ.:5sA(re6 MS p zdr< dۘP/M. iO3"}nȯi -ߢu~饆KO3JhEdW=G.J- {r"+&{CwV}z\).v׀5Rwս8Mioʯ|9]:M3dKS_6Skf Q썏IN?G8y>;u Y2tߟW*~mvﱥ9I=|dA3/5σE7qv ]D x;RpUxbpf7SXG)Bتʾ̘#| -l9ϋL*˞76>! ;_FHëx &O"t:=E~wkZ`'YϏ_k9TJ]_iQrВo ePI2XVVf zk빳Yʵn@UW;S"5&ag$Zɲ2D},LIQÃF'x)KcX44͇V؊ԺM!@F@]_X_5MEu+qI8ǻ]^J>=!?29R6Y$:1.;4jrة6f(Խ{_/9u `$;5D TB^s>\Δ &(3# ,sylFm f"i"Y,@ও" ލH84Hct`چ[DQ0um8+"gwNM]:{b6^-PŨ; &113 +IYفZ)YdI$0*t%6a'Bí(gůg-#"dq/\x6iCPTxf)g We^✍Tk\q*bDP{@zAA)KX :6aPQ4pSHR|I7qeQଂ'Q-fXK}:u'=ט64hNʜ_W! _7o*gla._6ViyǍ+`\~m[>pC%q8qkV'$*]D'Fq_?\.d7!X.o>[ lRa1iJ[#*װ> ,>?^@2gdLpp#2~Cҗ]/.Y E._KB}~F1:!zɱt#{cy?X7dl{Fqط8=h|=g .k,u)ib'[UDET;z0t2M$!}fe>sDo-$ml6o2a9݀VeĖPJ&Eeg.D|$ /jQomBn2>xxܼ}<4~ZYlB>'TE}(RG@mtܴ -1c E,ۼ:z8_µC#*ܘޢOMPY%[ˀ4g#"Ce v\gb>*uQ3m/?/J-j;{;+km8B%Si;yw`=M8c@/DG, ‹rc$ED7E}l}Rל,3\=|e.ᖚXr6_V% )RU)F(9/ !T ' oݺ3@ʌYmzxMො4hmq6,U_`Q!}=HW+lo{0)7l0$6!#_* 2v;YC\7Ɂ(5TVj i:Z`P}^֘ta%64FaY,U@)L# Ve ߛmGx}iU8p1F_u|4M&n`- DR+ܼU.u"lfcֲiTD际0fN00Utl*f3v+[40m:to[2F H.Jk{cAV2ܓb6ɛv<^q@o\9}au)EWv}쉀;9\qr`?ge gf򼅪G@rlQR,PK=p0< GsG\zK{},@ߛɎsr&N,5FDSO)І^vVÛY}X-rK2ԃ1k$c8[H? /84M#Dz65پe( G;oaUҙe/~< IK?! eI2$7w>+45r͇}6T0+&g_=4&KdxC.e6Ny7,S{nD۴)"dY[7#Ю*=i2wReT@17RZ,~ɐ̈́oI,vz‰݆\T)o-u2Ttw)'* 'hV+=#˼lY[uw._`%9zi &]`4_86'p;:tPD:9e8ﺐb^uԁK0F!z_&m5!u`[:R@2 ܿvo<~DG 'PYTpS"YuDѭz.c 'F"Sgf_<)簽s z&18 '3^BaI&~ef7x{k g~fAeGg608#+ruuZ^ SL\!69~`{l7%\I[Y}05t IrCT*enf['z/6H:.43!."f9`i2 # ġʰ>ީz~*uڱ0kzjWw82?g>zwuqUtIYڸ4hwhXJ 448Ӻډ9qc0>9(ug~z1Ծr9,1]kö :/9hܧL6P.P`萡qwbA;D!n:-AF,nvy˙!o8UP<pLZ rx^Z2KA̎%쾮x/௞PiYJ#0;RݛD/&hDȣ`<8ε!jS 5V;Hz7?S&UQ#IRUۣm"s`Y͵| iT53 ݜRPLdwՋ.z!zJh"5;3KzS+?wAGk˷:wHQ2>@)ekLydIc<<@ F-ql }@d 8I`o%3_?fL'a2ocik[wbkR;F@#<KDldLzhA3[ c9#5 {3 %ZJ>5î>B sP%7aŠDזk ԓܶoJ5d'AmЎ\arNyF )H6i>t9Hf^׭5,/VO jHP7Z@YJZަesݖU;U=ϙ#ɺhӆSK[ZR>x7 mAtx^ʲ;W4<@ w7< E@P{`#B0ܩB[К9q`lϼg,xpKm;0!!Ԝ +(qz1vKߙD3GOX7D;SYTzC*ERmeu)['Mx\vƱʯ_q/c3 A@#N~D3ldoAugCvUaٟLTbԋ·3 V^tȟю# oR*}gl2\zMRWؿJH_rTΘs 63MѺnaQ[sqTQ#ngrH-o]MEN[]P_ ?2޺`B Ez4?}Yg]>erZ:߃" &cJ Eކ]x5TSN<n(Y1r@zwd{!>MH<'u 9mb 7qym RY?Οlӕ-we/ȊHs변J6Qǁg%X_nt{#P>ߑ0uKC)A*7'#u4c<Bx ꗇ[ƃte*,#x`dj($ 3c/hZn*䱕 EX&*&xeV]?1-^H1mVWEAGUm溅-a$ IȐaɐp}|$`]>cSu0V4Vxl2Q7ӡ-įC=,sllەLgB? kfC!Hu6 k=};H}Y0Pȉ^gmW6%x} e,+zC Π/{ (;!D\>ȋEW>pDz-m'Y:JiCĿБe Y p͊| ygS@]hpT|-j^d7qLJg8pP2t%JhEݶ.byNNuNJ:<}PSH}^l6Z5,f7LȂ(#1.<,OCf=AJ8Vp [,#K!9sT6_Q|nu uCDthOR& g. VǠreQ5=q^UKdIDg9IP54VTv&$T~]I+1$h{ C=E%Rmћ@ٮi2kYݞowZnz3= Ju-;H8Ik_ P􁻠KἸ 劽%3տ'uܮ-|ر v41{FtC5卜dZ\eK7 IL;!c'c+ 3=Tb167v| g8<(NHGԀ@GXG>7Gb%0ETw ,Kq=怙(.{~߯v؈-^L70Q)LV퐷6ҫ $9󰲯c챘J{1 SȌHyeMuCZ|_@pn'fB1 #Olh} Uӵu,tp(#/we%LIZ)r!Бq(?+:Zk Ii'sʿ$Ԍ#+JR/ $8G uQ  -7c`~H8@H\K$*K`*<ޙ5?NW4/5<^=q9&(w%KuFѸ۷'n+:ďQ6(fj[7pg I qdnv*3 󵞵ͅap\q rGahr(EHgzߓ ;nDsB#6)d7*G}xo8O0(Mzd{076nnZ #<폸ia#H-wZҪ`Zg.gEo_?j)N$7k4X.UZam8 \=>m vVSh 0gh!ޭL`Ntj 5B)O-}# tKA+L3d,,X"A]GAU%i &W4OMS&HOsa)ꖘ:2;88=VE $Jr_&P 'dRm2T@.]#R}h ǕZ&N/ ڀYToGáy.!f1GTV*tc>LӘw}| T޲U ?:~(wio6-R%A hPV`+գ~j2dCyJEncRs[7v(u O <0r~ hdpKKkU :. Yg(̾HAHԞS !M#*HM uPamt:áz qEBžƤ$ ޡu0-j`e;=UvAQtb@¡g[|Q YZ