libu2f-host-doc-1.1.6-3.6.1 4>$  Ap\hp9|ja>h1\ϯ[J8kˮ%ۡ_iԙ}3MW{yb4{<I+Cm= Oj2p,JE'f:eb*`HFS:4ٽ|p;?d  A| 28@      I0@(89: 9F\GpHIX Y\,]p^lbcpdeflu vPzJ\`fClibu2f-host-doc1.1.63.6.1Documentation for the U2F protocolDocumentation files for the host side of the U2F protocol.\@huawei14HSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Productivity/Networking/Securityhttps://developers.yubico.com/linuxaarch64 RM"l j  AAA큤\?\?\?Z Z Z Z Z Z Z Z Z Z Z Z Z Z 79f7b91ccc7c77e730211c6728288587d1d3bae8deac2bda23a03a0125143db0f96deccdfbf19769b5659026b43167e24ea0a9f75184b7af60ca38925121d80f2d46145f9f446a3c1f0eed0d3a3eb6a9208303a740ef44eafc05ddbec4aaaa1d6d9ffaf03f2d412f014427bc31782cef24b044a5c384547be75f827b8f70e63bc86474e1357feed6cc6d66700f27f1fa07c570f2c02c06603f5e5c59b80a1be4f0ed55183905874af9168ca2ca72e0e067b025e0c702c63d94502b2251b9cc1a50b14a77744f74b5d33baf45d544d4c6b4f3bb76b0763fa795defe109979e936852c77f7f01fe8d2828a4878390416a8e7c7359f8edefaf881b05cd516a88007328d0052021228ca828603aa5ea4b3ca9c81b51a8d4159361ebca354f0a3e283ee36d893f48405e2bdbbbd160a61ae36eeb4b931b8038b909685d8f925cd0717a415f95e2cbb7802278d65ea35b18ebbbe07873e86a3b441d2a5373bc01cd9c7e4f984c17a5bb45f5dcc270929cfbdb723c2493aaa5af0f69286fea0600a2b5bc9bfd6e1c2951f6822fe12e4121a8436099ad21f58fea282ff00e7d7949805120bdf8d6935b33b7160552f7996fcfc6c7526088415bbb7a20ca5215c6ef13926rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibu2f-host-1.1.6-3.6.1.src.rpmlibu2f-host-doclibu2f-host-doc(aarch-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1\"\]o@ZYW%W=V@V@VŲ@VUU@T7Tq@T@TO@kbabioch@suse.dekbabioch@suse.dekbabioch@suse.comkkaempf@suse.comt.gruner@katodev.det.gruner@katodev.dejengelh@inai.det.gruner@katodev.det.gruner@katodev.det.gruner@katodev.det.gruner@katodev.det.gruner@katodev.det.gruner@katodev.det.gruner@katodev.det.gruner@katodev.det.gruner@katodev.de- Added libu2f-host-CVE-2019-9578.patch: Fixed fix filling out of initresp (CVE-2019-9578 bsc#1128140)- Added libu2f-host-CVE-2018-20340.patch: Fixed an unchecked buffer, which could allow a buffer overflow with a custom made malicious USB device (bsc#1124781 CVE-2018-20340).- Version 1.1.6 (released 2018-05-15) - Change waiting logic on authenticate to allow for faster feedback. - Version 1.1.5 (released 2018-03-07) - Fix refcount when adding json_objects. - Handle fido2 keepalive. - Add udev rules for more devices.- Version 1.1.4 (released 2017-09-01) - Added more u2f devices to the udev rulesets. - Increase buffer size, allowing for bigger certificates. - Add u2f.conf.sample for FreeBSD permission handling.- Version 1.1.3 (released 2016-10-04) - Added more u2f devices to the udev rulesets. - Fixup mac builds. - Version 1.1.2 (released 2016-06-22) - Make authenticate return U2FH_OK if touch is set to not needed. Also minor fixes to error output of authenticate. - Documentation fixes. - Compilation fixes on visual studio. - Add udev rules for Feitian devices. - Add optional cmake build. - Change license of the commandline tool to LGPL 2.1+ - remove udev.patch- Add buildrequirement for libudev to select the rule for udev. - Add udev directories in %files - Add udev rule for Feitian ePass FIDO (udev.patch) - Change License for the library- Avoid undesired blank lines at start of descriptions. Expand description. Trim filelist.- Version 1.1.1 (released 2016-03-14) - Use correct index in u2fh_devs_discover() - Fix an issue where we left the authenticate loop early. - Fix an issue where authenticate remembered which devices to skip. - Stop validating the scheme of the origin. - Fixup a crash in u2fh_devs_discover() with closing unplugged devices. - Documentation fixes.- Version 1.1.0 (released 2016-02-15) - Add udev rules for more devices. - Don’t return success when no data is received. - Fix typos. - Make send_apdu send data like chrome does. - Don’t release json object that we don’t own no more. - Don’t do memcmp on uninitialized memory. - Add u2fh_authenticate2() and u2fh_register2(). - Remove base64 padding (required by spec). - Use unsigned ints to prevent buffer overflows.- Remove fix in u2f-host/u2f-host.h - Cleanup .spec file- Fix path in u2f-host/u2f-host.h- Version 1.0.0 (released 2015-08-27) - Add udev rules for older version of udev. - Add pam:// as an allowed protocol. - Stop using sleep(), use Sleep() on windows and usleep() on others. - Fixup tool name in help and manpage. - Add a timeout to the register and authenticate actions.- Version 0.0.4 (released 2015-01-22) - Add an exponential growing timeout for slow devices (PlugUp).- Version 0.0.3 (released 2015-01-08) - Change license to LGPLv2+ for the library. - Some improvements to internal communication code. - Some debug mode improvements, from Bram Vandoren.- Version 0.0.2 (released 2014-11-28) - Add more devices to udev.- Version 0.0 (released 2014-09-16) - Initial release.huawei14 1559664704 1.1.6-3.6.11.1.6-3.6.1gtk-dochtmlu2f-hosthome.pngindex.htmlintro.htmlleft-insensitive.pngleft.pngright-insensitive.pngright.pngstyle.cssu2f-host-u2f-host-types.htmlu2f-host-u2f-host-version.htmlu2f-host-u2f-host.htmlu2f-host.devhelp2up-insensitive.pngup.png/usr/share//usr/share/gtk-doc//usr/share/gtk-doc/html//usr/share/gtk-doc/html/u2f-host/-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:11485/SUSE_SLE-15_Update/a74dc4fea1c48735cd5f75f52c74674a-libu2f-host.SUSE_SLE-15_Updatecpioxz5aarch64-suse-linuxdirectoryPNG image data, 16 x 16, 8-bit/color RGBA, non-interlacedHTML document, ASCII textPNG image data, 16 x 16, 8-bit colormap, non-interlacedassembler source, ASCII textHTML document, UTF-8 Unicode textXML 1.0 document, UTF-8 Unicode text]do ^utf-8e99efa2e8271e3c310a83dc5e3f7ac755e6640faa5d634c15ad2c33a3727635e?P7zXZ !t/W] crt:bLL 3%,†3I@B ,Ϻ;N1oBiQ vyUvg`GnDMQ@n0کPiKS`6u9䭳afTa:L}8RDHs{E6!i~﷧f**( _j!zMX뵔@xLrRP I'BM%kie6-m! }\ gk7 fH9krۇʼn瓓/l J/xv0 p?6+/(HomزYOTF}؇H#3z-Ӡ_?4OH; [C]hłKnr^&d/y3t6 OMƞ6n2݈J$QZv  k9!e|"#~> fOpsNӥfGI ߱NЊHe]aO6\NG" KqŁi?lyVdyę,ݶWEVYY(ϹD ap5ZrOwin/ֳF5Ydz܏xIGi- : ,<cb܇SҐA4Lt(Pæ,iO]C?`W+*Z-<$[[yD4n.ݒD]p%+(~jXf(T %0Eȁ -TS0]zg/;jH+t)埡.Aqd"xԪ*}5<"Btk~إ%p܇ y(*B0H»?qr6@6_]E*D<ə:=>>EP%t(J9zɤ- +QzKr8$3Gym*X4n0 3JtPc3H7/5z5|t.0q$;7GjE|Jg@:S| ~b;-bNjs@fjz6@P߆|zoŤf{+,P4aSVcLFX>P|޿1mcgeZϖiQᆕ.y]Y1 ̓vѾ- ߲?/lFQ?pZ++oڼQ9ܠG$"JW8 Nb%FSԒ46`Jڛ̛hA,W$)vQ%.TV)ڃTq?"w+K ug!6\Wpf.KΛ0,!2wW/i>O:aT |pHTfVRSJ"m.ά]7[lRҨpuuCr7".]6l9"1b_OH>.l=!\#Ǹke4jD@M*\0q<Bf8/yy 5͒d_(Z1ťjtJE,Ҁ1)<+V^hnj# oMO`|S4tJ! !.ca)ς } ~ yD7LyAqLʺ(1BS<\f46u Ns\\Jww`HZK5l BK,re)mЄM"hF^壮L"6)\3LVx)tSO=r/5eG6Rad\coBKt.^Ik4B@[=3R96ޖ*O2 `O꣝I0 W|Jh&E\1o>E@6bt٨(]-Ëo%UIg5#u&d!U 9`Jx;*!)| jOl<fz i/Qz@nae YF>.`^eA)b~Oe^&L#HD#$tÌޠ0VWP)x~g kU.􆡈_0}% !A nvwHa  &#W}OPv1/r0/ɥ>rkmXĞevG΃\~( *gvʋC(!ʿvumW>;ΤB[rswMr~GVީS_[ YޗSg~(Ry "i/]6VK`Ԯw^r &L$g.vI>ίIUh>I]mrc>{QbkQdΖC^ A0{q.O@6LfI❦(ڛ~!.Pj6UAB˜898l@Ӑ]$,e$#6۵z&Q nO4"<_X6%N\Jμc6IyE3do(]|P0F[Gni#ߦK#>ኦ&ż 'GF1 Ahd>@eUzyB+Gߗ8xj9ي|/M`!dHr FOT!JY?Ѳ> ,DصYej<ö0LO.uy3j :Kafg,-'^2뵲dgZ.|/EN[Z#x#wz[Gotҳ#ZμW|w>?t-b&zlI*/[7\Gpts7cn-rH5$/0P˶R z:~S_ ly#{GI6"yQ00 , fKaSyI[/ç y9A !f 1~>sr_&*[7I!r-PBH0ĖL#tvc_.Bim.^Y s sO׵hyJȕSrl|БlXg+19prA.է+c|l0ql^k5ڨBU{WqܭPL~j`7MMFi0[Xfa7%vIq)]$57L=#ݔdF'Z_'u}+z pVS%t۳B|177` u_CT~oH)I8xYQvCGN#}hF|,[aX/r }Ͷq"Al8!G!yB.ve,`j\c,qomA䱇G u3o@hHA=eI3E zxfw)0:AgjdBm?,e=b2"B,Ǜ-.j4S6}rYDKrD M Wsae[dYTM- fy,cek0 Ȥ=#%gl@oKG 3iIn_9XskYz8<9]'s8{c;4VBgU>$".lb8A%/`=k$DL}cj(1AXxczf.a6-YJ*ccl8$[FQi|h;q]&AR rUAx8$S%,vU'2S$r"B3}?I v`Hya .>j1R kۏt'%,E@_da3 5F㈒n {WKSƵЎy=Wܲlc- eWoȹd~_}N҅Ipқ:4ƺMh^%yu YxuM3Ϛ]e'0Ʉ߇KB$9U]́QSS=jL _pt(sVgiNLr~íT@aQ'E'Mc*ΘyFe? ˜zԆa.!+o"b~-Iˣ+u:.F) %M) 5k.\]/y@nR'5NRKމl!&$~繇/3OJ 9SZΪԲD͝ nLIPnzK$ E8">`0{:cR5M@XGYB7C:j{)GCüfZ1%5}*o"S+oszl8k/,帶{ءcHg~@CnG˾}@O2sy{>)N^!wd:%yÁĥ2bśLxc)ohCºE=)-ods@KqTKQ㫙mYK*Q&W,ކHlyU3VAK6_Hp`J#|1.#D^)6YE5I[VYRV7 mddeǜyUg[g~*#}_eW]h &[ /5᛻3V{) 6@jt=1px,T v&&utQN)vim Tc \">TZh?GC`* |!T8 Y t Q~4^^zAì0i: 0o-!]b%Ҧe$bNQtXٱOb8X+󇱞"2Y6UF%]_]]%;T_zۚ(Q1gwM%SD fs[GU":cث8UzRkq}:ɒh,.mwxq z&?r#2kJ݇H:X )VZ 8{jĞ@qY$knEj+"ٗ:ԴEVTMjEK) ]F8%Zߨd!]*R"ypaKA(A. >:k/(>EW1Va>J?H1fck5zF:UAjCj_GMrdmd1NqM;V+hA.)F(ދ{d6ÞĒfR|L|K"|l=(2!"/_Y65Be@o8p-VV~ >ժsUF9=:`U#'va,#?=HAâ5l rdo28W8ت-$S YZ