libu2f-host0-1.1.10-3.9.1<>,+` p9|xtzQ؄ٝ΀Tw;3݂_{ ,ΐc ePHR5ӥ@sX!~ol&M9)Y4 :3EC`XJjP&W|Z&[m)' ( /O2&aQnxhGIcOgeI>@?d  C-N` v     8@JTx D(89<:>@FGHI XY$\D]L^sbc(defluvw`xhyp zClibu2f-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.` ibs-overdrive-1 SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/Productivity/Networking/Securityhttps://developers.yubico.com/linuxaarch64 ` ` 516b3e28f41da2e811bd9a899f9084720026cc9416aa2c7ea47cf64577b76b3clibu2f-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(aarch-64)@@@@@@@@    /sbin/ldconfig/sbin/ldconfigld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.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/ldconfigibs-overdrive-1 16212379461.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_Updatedrpmxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8a9341829a0fe29fe777e75a7b24b87282f1f12b, stripped PPPPRRRRR RRR{'<` iutf-898e8fdeafac1132c43bc3936baf4c5318c8ef249f441a1265cde4f736306ede6?7zXZ !t/ ]"k%f0]d0;`8Lw2YۚƗϛX]3j(6G+E(,Oô*?ɣ콙g3/D j|ߵLaix qpkT}M 6FHG: %XbB [?0!vHωu'[UKWjX)ڂU)=&jW^)4`O\d-kn6vv57iX6aIP:,f-5ޛטƔ (:L@9R ʄǟFכ sR$ vʹ2?O7cMvmϋ[-k !W\aDFM嚶B~(Zoi~8Лdcܜ>ƿQN\WlΪw^%E\EQ V򱛻֨ӧ(n['úǢP*{I05] B7f?;\GLAtӀYWuTR!d0/ԝ\~rje&3G^QS-7wn4|zr%zDv,T@` ]hHJq"嚮]ι&V*jPYK4swNWbIYOeopr=3*=iRu7 1vP5vST2Ƥi iKzX "W33BU+BPp_sZ$)mEj9ݜYXI0T%B#J`:t^8HEi </گkX> xN2P1 .7Q{ O$ho9"I3j-)HE8WFFfc`ZhГj<xQL,j!v·߃sƓpws=Z6uTɍ8cR5q}^v\51{i@o]2֛"jGӛ7'흷c(`xC 0bJ+:M|Lɏxv 2?!j[u"H=;e1씱L;Nn0aOsu/_!yQTdO+eFӄדuFRſa@U^t'Hq'q~sS+pw{'e0AyW1|'zB9ch_hvARwW6ԽVؠsB/uMdu$I~ϴGP+) QxN5v}^1F.J/ 9LfȾʩd)_XY0z/ ?0€ nνpULq傎*ե׭>֏@C%#ZU.:z5Cu/Ÿ LɳEkA9gh)=-׆ˡ+5ΞKȟ1K1!w=w\C#_PxG^-YB\ljD#YgzEuYJOk~Ԟ]];M0inj;r`7a5WVCkm lZ뵎~Sn94l3͇-()ԁSlqgUȶ*>i:S;lu OwtSCedFp眃DŨC?{~}֯KÇJpNbfϬǖGkL*jYН꾚5%G HX(I/Y  lf7B8&׎U;yZCzL舸&G j~o l Y2yweuxLFpAs/-JB}lKqK;Gבz5Qרы$`:;̚)|/+x0 ]f\NjX5y!9 + hcD+iU[lT@&#?6Υ(dc 2G2c 3ozR]TkM%#CFq$3"ȁߤuq:gK0cʪ[~]T9XNbmV9|P*Xplzv[ڰeO0W5v#íы(VWqEȸR܄R*=2U%BCvfI n yҧ_N)yuQmUz#OBIﲂNY솋iizyZ8C7 Aj$mGd[@gHCRŢ?hyrGc@6gRae|7x=q(}z"!|2gΐaHO֜P@N9qkN=GEAL{pT؀o"inR~CbڊzzvccXA_|txH O:QQvOyf/3K H3laBSJvxddk jULD ȕBRd'Z5ICnKX8q1*LuQܝ1J|L a:=̺6d  T"рv%C}7B<}ל {2,~1j5P^8/jEG)Ins)2S6g`h5YW }?Qb !YNS)v?mk u@ތF"JD_hõу7;玮X YZ