libu2f-host0-1.1.10-3.9.1<>,.ԉ` p9|1_`UpozBX{tA@?d  C )J\ r     4<FPt| 4 ] (89:>d@sFGHIXY\]^bcdBeGfJlLu`vhw xy zDTX^Clibu2f-host01.1.103.9.1Library for Universal 2nd Factor (U2F)Libu2f-host provide a C library that implements the host-side of the U2F protocol. There are APIs to talk to a U2F device and perform the U2F Register and U2F Authenticate operations.` nebbiolo SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Productivity/Networking/Securityhttps://developers.yubico.com/linuxppc64le ` ` 7b4822bd4faca38ff89a04bb85153d345a9ba6bf88c19775caa31a8803357d49libu2f-host.so.0.1.10rootrootrootrootlibu2f-host-1.1.10-3.9.1.src.rpmlibu2f-host.so.0()(64bit)libu2f-host.so.0(U2F_HOST_0.0)(64bit)libu2f-host.so.0(U2F_HOST_1.1)(64bit)libu2f-host0libu2f-host0(ppc-64)@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libcrypto.so.1.1()(64bit)libcrypto.so.1.1(OPENSSL_1_1_0)(64bit)libhidapi-hidraw.so.0()(64bit)libjson-c.so.3()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1`_?@\"\"\@\~d\]o@\]o@ZYW%W=V@V@VŲ@VUU@T7Tq@T@TO@paolo.perego@suse.commalte.kraus@suse.comkbabioch@suse.dekbabioch@suse.dekbabioch@suse.dekbabioch@suse.dekbabioch@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- Fix some compilation warnings about signedness in b64 routines - Fix some compilation warnings about unused variables - Using %autosetup macro- Add support for json-c 0.14.0 (json-c-update.patch)- Added libu2f-host-CVE-2019-9578.patch: Fixed fix filling out of initresp (CVE-2019-9578 bsc#1128140)- Version 1.1.10 (released 2019-05-15) - Add new devices to udev rules. - Fix a potentially uninitialized buffer (CVE-2019-9578, bsc#1128140)- Version 1.1.9 (released 2019-03-06) - Fix CID copying from the init response, which broke compatibility with some devices.- Version 1.1.8 (released 2019-03-05) - Add udev rules - Drop 70-old-u2f.rules and use 70-u2f.rules for everything - Use a random nonce for setting up CID to prevent fingerprinting - CVE-2019-9578: Parse the response to init in a more stable way to prevent leakage of uninitialized stack memory back to the device (bnc#1128140). - removed libu2f-host-CVE-2019-9578.patch (upstream)- 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.7 (released 2019-01-08) - Fix for trusting length from deivce in device init. - Fix for buffer overflow when receiving data from device. (YSA-2019-01, CVE-2018-20340, bsc#1124781) - Add udev rules for some new devices. - removed libu2f-host-CVE-2018-20340.patch (upstream) - Using %license macro - Applied spec-cleaner- 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./sbin/ldconfig/sbin/ldconfignebbiolo 16212379261.1.10-3.9.11.1.10-3.9.1libu2f-host.so.0libu2f-host.so.0.1.10/usr/lib64/-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:19616/SUSE_SLE-15_Update/98758cad117cc1122edc19973fffc6fb-libu2f-host.SUSE_SLE-15_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=9dd2cbe1586e1eec7e39cf3855198136c3df269c, stripped PPPPRRRRRRzd,x*9ؘJyutf-85b9a71b694dbf7a0d49d6d2ab8b4c2bdba9c3e8c8c80e32c2ea4868ad33dd035?7zXZ !t/!]"k%f0]d0;`8Lw2YۚƗYif0ۦ/&\& t+#f ?2}sr%snPߐHIL|dgԀo˾񦰜J˛jI\DQ e:eh,dD2+ЫeJ`λs-9ѧx`t"lQv`pap̜2`*;ӦW0X9K]s)C({ qYo$[$ǘT "WJk[m8[U_78%hI9ڃq #D MU \qd`Xk, 5M*reiM :|Snu~k72;i=$SjK#Y lzԓ\9G <|,zG1"[uHȞj~otf+X2hb*hY[fI]|ݍ!7?. eZf늟7~ӊ ^IJ=Q[Kewqs ˄ll 8@ǚ<$`C $yhhOzR]%N#u qYxu?*w]%ǻ1M‹_r!J"g}GWg}b\#Z.ɚ`G:_sdT c2 ]J?Jl)>շIߢkSC1W5 CNDqt㟇*Co2-FTJ{fŽ:/mroOfRcX'[%3j&94v8#9n:Dȧ "9BezSOs5C &d!ôf* b@ir Kqȅ3e_8J|! @p*l.8=5=$h?DG?ْ8pMKтK~ȇ̯/t S6_dR),nnv0tslj]^] ?Ɇp|-Y}ˌc AXOH2gK@oeߢl뻙Up'=!.*mӀ;Y^V90sHۉVOmpH? lq=zTOҝ^z'Ĭ pkwnƤƞ\ɦߐWd$٤ ٺV6NAUV7~ݧ˜UD*@i3%t-n4_y-# nBӳc]l+?;!,m/(狜}MFZ漿.RFE\垀6b^KD/5b#aqLGeצ"Jyl0w p|=qWۂpQKf͇rȕjqi ¬1a,Ѝu=bL;}Q$ǘ:@szjY_ZxZ}sGEAobhy.?ny С~Bb}T8Ke1V"/qKdq:"&3eҊ]+- Ʒלmbj2}KmL}.0T'IXvZvZ7lb7D 61IYԦ \wsJElQYÏh~g hN,4壍ၖrk oֻCa&6`ӛ:*F0]咴00Y/ UwǦPcU>,Dv ,פFX5Ztup\itjܚiEW5ce.瘕x$tw=c,IgU_;|p yl &bj{x%FU6)y.Ir^疭n`8%ڄEhbW ڷTĨfk8/^`zdÿI(Q hh+km)n7HGhNHyH́7Ew9cls+F{@U-ވC,!Id0_."\)!{冗f)Ubt򩹚4/>}1Ө+Y餓2W˹eY1O/Ւ0n!) Ӛ@qUңœd摅^20[J #f{˜74k$Na*`H:Rɕu?Qsqb#R  \U=y_.OT4,Q~3BNƘt+kE8}fAvcE> -HF|)BHmKs%1zW'lWlvD79n>[H#4bV.6#^l֞RK\&A[}WEm ^-Ncd.pƂ fEVV.X[j'8r{&kd0yL n^C]قbA.(<1ټ:d!ڢ(g)E(o ۷#D3oShpN7 ݫ3j.&ZpŽ2ƩHtgF-23hi;9|,-)obi#y4xA"/< EᯑNR?wχ225)& {sGvK,`Z1 G03I&0Dh\5 |B|E] NDKloAyOX+BK.uC.wc@c"&QEDiBإ)ljWC;g:Yh4%bwYGz<#u31tY,hWYKJ= Z*h"f25jɈ\r<0V X-Ě-*MĴR׹?m㰼 n@UXurX_l~&"e MqO\h"!-wK[uu, f0d/wyIu:)aG3E+H+$mѝUpt$qWFM( @i-6t3SYpi}f8|$r,~~qnzo$M5Dss8{CMLHߌ=kC$)\/=&" `|j܌P#OqbZK꫘GBa K0k\rkJQ*{".hH؎ʅDPCհGnO4 Oswl |RFMcTQD# [' 0dA*|JȆ?͡VUzql!yFN[ 6Tc̏$ہXӋoUSLi3S+Á!'㴲^{-O\wwJ3вFוa &XEމZG/?mJZĒ#vKN;Lɂq̵5ξV.ܶ2ɇ8sSnƢǓaʅeJ^c5d u62-td.|q>\X?|1Xh?FE!eB'R v=)w1 4o#O(_rτc,x@!bzitQ7L&a ~CѾp̌< Cۥ- YZ