libtasn1-6-32bit-4.9-6.1<>,Q\*/=„U]]W igqMv3Sg`%ozCeFZKN?m_w4_J|Woj^۔\`(E3) !+A^GA4o={H4&-nMA2`U5.;L6ȷ)n1P~to[9*8;:uKo##8|BFMuqdG :6<?6,d  1 0Ahnu      h  y (89:;>3G3H3I3X3Y3\3]3^3b3c4d5;e5@f5El5Gu5\v5dw5x6y6 Clibtasn1-6-32bit4.96.1ASN.1 parsing libraryThis is the ASN.1 library used by GNUTLS. More up to date information can be found at http://www.gnu.org/software/gnutls and http://www.gnutls.org\*cloud112openSUSE Leap 42.3openSUSELGPL-2.1-or-later AND GPL-3.0-onlyhttp://bugs.opensuse.orgSystem/Librarieshttps://www.gnu.org/software/libtasn1/linuxx86_64/sbin/ldconfig\*\*900198b64bb27835584157b1287dcda7libtasn1.so.6.5.2rootrootrootrootlibtasn1-4.9-6.1.src.rpmlibtasn1-6-32bitlibtasn1-6-32bit(x86-32)libtasn1.so.6libtasn1.so.6(LIBTASN1_0_3)@@@@@@@   /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2\@\8ZaXW@WQq@W VUYU|@UCjU:0@UT8T5'@SFSQɆ@QP|@Pe@P @OOfO @LZ@K@K*@JB@J{qzheng mgorse@suse.comkbabioch@suse.compmonrealgonzalez@suse.comastieger@suse.commeissner@suse.commpluskal@suse.commgorse@suse.comzaitor@opensuse.orgastieger@suse.comastieger@suse.commeissner@suse.commpluskal@suse.comjengelh@inai.detabraham@suse.commgorse@suse.commeissner@suse.comcoolo@suse.commeissner@suse.comandreas.stieger@gmx.demeissner@suse.comaj@suse.decfarrell@suse.comtabraham@novell.comtabraham@novell.comjengelh@medozas.decoolo@novell.comjengelh@medozas.devuntz@novell.comvuntz@novell.com- Add libtasn1-CVE-2017-6891.patch: added safety check to fix a stack overflow issue (CVE-2017-6891, bsc1040621).- Add libtasn1-object-id-recursion.patch: limit recursion in _asn1_expand_object_id (boo#1105435 CVE-2018-1000654 (https://gitlab.com/gnutls/libtasn1/merge_requests/8)- Add libtasn1-CVE-2018-6003.patch: Fix a stack exhaustion in _asn1_decode_simple_ber (lib/decoding.c) when decoding BER encoded structure CVE-2018-6003 (boo#1076832)- Patches dropped after revision, fixed upstream: * libtasn1-CVE-2015-2806.patch * libtasn1-bsc961491-value-crash.patch * libtasn1-CVE-2016-4008-1.patch * libtasn1-CVE-2016-4008-2.patch * libtasn1-CVE-2015-3622.patch - fate#322523- update to 4.9: * Fix OID encoding of OIDs which have elements which exceed 2^32 - Do not treat i586 warning as error, adding upstream 0001-configure-don-t-add-Werror-to-build-flags.patch- libtasn1-CVE-2015-3622.patch: Fixed invalid read in octet string decoding (CVE-2015-3622, bsc#929414) - libtasn1-CVE-2016-4008-1.patch, libtasn1-CVE-2016-4008-2.patch: Fixed infinite loop while parsing DER certificates (CVE-2016-4008, bsc#982779)- Update to 4.8 * Fixes to avoid reliance on C undefined behavior. * Fixes to avoid an infinite recursion when decoding without the ASN1_DECODE_FLAG_STRICT_DER flag. Reported by Pascal Cuoq. (CVE-2016-4008 / bsc#982779) * Combined all the BER octet string decoding functions to a single one based on asn1_decode_simple_ber().- Add libtasn1-bsc961491-value-crash.patch: only assign a value if the previous node had one. Fixes a crash (bsc#961491).- Update to version 4.7: * Fixed regression introduced in the decoding of multi-byte tags fix.- libtasn1 4.6: * Allow decoding OCTET STRINGs with multi-byte tags. * Add asn1_get_object_id_der- update libtasn1 4.5: * Corrected an invalid memory access in octet string decoding. CVE-2015-3622 [boo#929414]- libtasn1-CVE-2015-2806.patch: fixed a two-byte stack overflow in asn1_der_decoding (bsc#924828 CVE-2015-2806) - info deinstall needs to be in %preun- Update project url - Cleanup spec-file with spec-cleaner - Add info preun and post dependencies - Update to 4.3 * Added asn1_decode_simple_ber()- Put C API documentation into -devel package. Use modern %make_install. Description fix.- updated to libtasn1 4.2: * Noteworthy changes in release 4.2 (released 2014-09-15) [stable] - Added sanity checks in the decoding of time when ASN1_DECODE_FLAG_STRICT_DER is used. - Fixes in the decoding of OCTET STRING when close to the end of the structure. * Noteworthy changes in release 4.1 (released 2014-08-23) [stable] - Corrected indefinite tag check in ANY constructions. That allows the decoding of BER-encoded structures that contain indefinite encoding within an ANY element. - Added DER decoding flag ASN1_DECODE_FLAG_STRICT_DER. Over the years BER functionality was added to the decoder and this flag provides the way to disable it. - API and ABI changes since last version: ASN1_DECODE_FLAG_STRICT_DER: New definition * Noteworthy changes in release 4.0 (released 2014-06-26) [stable] - Optimized asn1_der_decoding_startEnd(). It no longer requires the additional decoding step. - asn1_read_value() understands the ?CURRENT keyword, which can be used to indicate the current element of a sequence, when the provided node is a sequence element. - Several optimizations in DER decoding of structures with sequences containing many elements. - asn1_der_decoding2() is introduced and allows flags to be passed on the decoding process. Currently only ASN1_DECODE_FLAG_ALLOW_PADDING is defined and that allows decoding DER structures that contain arbitrary data past their end. Contributed by Karel Slany. - API and ABI changes since last version: ASN1_DECODE_FLAG_ALLOW_PADDING: New definition asn1_dup_node: New function asn1_der_decoding2: New function asn1_der_decoding_element: It is now an alias to asn1_der_decoding- updated to libtasn1 3.7: * Noteworthy changes in release 3.7 (released 2014-06-26) [stable] - Fixes in length calculation in _asn1_extract_der_octet(). - Fixes in DER decoding. - Fixes: CVE-2014-3468 CVE-2014-3467 CVE-2014-3469 bnc#880738 bnc#880737 bnc#880735- libtasn1.keyring: added Nikos Mavrogiannopoulos key, who did this release (and shares responsibility with Simon). - updated to libtasn1 3.6 * Noteworthy changes in release 3.6 (released 2014-05-25) [stable] - Corrected an off-by-one error in ASN.1 DER tag decoding. (CVE-2014-3468/bnc#880735) - Several improvements and new safety checks on DER decoding; issues found using Codenomicon TLS test suite. (CVE-2014-3469/bnc#880738, CVE-2014-3467/bnc#880737) - Marked asn1_der_decoding_element() as deprecated. Use asn1_der_decoding() instead. * Noteworthy changes in release 3.5 (released 2014-05-01) [stable] - Correctly handle decoding of recursive CHOICE options. - Allow deleting elements of SET OF. Patch by Jean-Louis Thekekara. - Several small bug fixes found by coverity. - Code improvements contributed by Kurt Roeckx. * Noteworthy changes in release 3.4 (released 2013-11-25) [stable] - Added asn1_delete_structure2() which allows zeroizing the contents of all values in the structure prior to deinitialization. - The parser accepts negative numbers in an INTEGER range (but still does no enforce them).- remove gpg source checking again to avoid this cycle: libtasn1 -> libssh2_org -> openssh -> krb5 -> python-Jinja2 -> vim -> libtasn1- updated to libtasn1 3.3 * Noteworthy changes in release 3.3 (released 2013-03-23) [stable] - More precise overflow checks using gnulib's intprops module. - Updates to compile in Android systems. * Noteworthy changes in release 3.2 (released 2012-11-30) [stable] - Corrected buffer overflow in the error reporting of the parser (reported by Andreas Metzler). * Noteworthy changes in release 3.1 (released 2012-11-24) [stable] - Completed rename of types: ASN1_ARRAY_TYPE -> asn1_static_node (was asn1_static_node_t) - Added new types: VisibleString, NumericString, IA5String, TeletexString, PrintableString, UniversalString, BMPString, UTF8String. When re-defined a warning is being print instead of failing. - Parser outputs more detailed syntax error messages. - Added asn1_decode_simple_der() and asn1_encode_simple_der(). - Added asn1_read_value_type() to return value and type. - Introduced ASN1_ETYPE_UTC_TIME and ASN1_ETYPE_GENERALIZED_TIME - added gpg source checking- update to libtasn1 3.0, SONAME libtasn1.so.6 - Added tool in tests/ to benchmark X.509 structure decoding. - Added asn1_read_node_value() to obtain a node's value. - Optimizations in internal tree allocation. - Optimizations in tree search. - libtasn1.h no longer exports internal structures. - Types were renamed for consistency: ASN1_DATA_NODE -> asn1_data_node_st ASN1_ARRAY_TYPE -> asn1_static_node ASN1_TYPE -> asn1_node ASN1_TYPE_EMPTY -> NULL static_struct_asn -> asn1_static_node_st node_asn_struct -> asn1_node_st node_asn -> asn1_node_st (the old types are still available as definitions) - fix W: devel-package-with-non-devel-group- updated to version 2.14 This release adds asn1_read_node_value() to obtain a node's value. This is to deprecate the export of the node_asn internal structure for the upcoming 3.x release. The ASN1_DATA_NODE type and the ASN1_ETYPE_* constants were added to support the new function. - removed upstreamed libtasn1-stdio.h patch - make check- Fix build with missing gets declaration (glibc 2.16)- license update: LGPL-2.1+ and GPL-3.0 Tools are GPL-3.0- update to version 2.12 + Cleanup license headers. + build: Update gnulib files. + Corrected DER decoding issue (reported by Matthew Hall). Added self check to detect the problem, see tests/Test_overflow.c. This problem can lead to at least remotely triggered crashes, see further analysis on the libtasn1 mailing list.- update to version 2.11 + qa: now builds without compiler warnings with Solaris CC + qa: added clang analysis. fixed cyclomatic complexity output + tests: added self-test of bit string functions + build: added windows/libtasn14win.mk rules to produce Windows binaries + build: don't hard code path to perl in doc/gdoc + various minor fixes - changes in version 2.10 + lib: small optimization, possibly working around gcc/valgrind issue + build: update gnulib files + asn1Coding: actually implement the -c parameter + asn1Decoding: the -c parameter serves no purpose. remove it. + doc: add examples to asn1Coding and ans1Decoding description - changes in version 2.9 + tests: link to gnulib to avoid build error related to 'rpl_ftello' on Solaris. Reported by Dagobert Michelsen + doc: fix bug reporting address to point at help-libtasn1@gnu.org + doc: fix returns: documentation in Texinfo. Reported by Jeffery Walton + build : update gnulib files - changes in version 2.8 + update gnulib files + use libtool 2.2.10 to ease MinGW64 builds - changes in version 2.7 + Doc: build PDF manual using GTK-DOC + Doc: fix of asn1_check_version, documentation was missing from last release + Build: avoid warnings about ignored visibility attributes on Windows - changes in version 2.6 + Fix build failure on platforms without support for GNU_LD version scripts + libtasn1: simplified implementation of asn1_check_version + tests: improved self-checks + update gnulib files, fix many syntax-check nits, indent code, fix license templates - changes in version 2.5 + doc: improve GTK-DOC comments + misc: updated gnulib files - changes in version 2.4 + Doc fixes + updated gnulib files + clean up copyright notices - changes in version 2.3 + libtasn1 is now an official GNU project + solve build problem on Tru64 related to TRUE/FALSE + More careful decoding of OIDs + Fixed warning in ANS1.y + Use "Software libraries" info dircategory + Drop GPL/LGPL copies from the manual (not needed there) + New configure parameters to set packagin specific information The parameters are --with-packager, --with-packager-version, and --with-packager-bug-reports. See for more details.- Use %_smp_mflags- buildrequire pkg-config to fix provides- Add baselibs.conf as a source- Update to version 2.2: + Change how the ASN1_API decorator is used in libtasn1.h, for GTK-DOC. + Changed license of libtasn1.pc from GPLv3+ to LGPLv2.1+. + Building with many warning flags now requires - -enable-gcc-warnings. + Some warnings fixed. - Fix license of library packages: it's LGPL not GPL.- Update to version 2.1: + Fix compilation failure on platforms that can't generate empty archives, e.g., Mac OS X. - Changes from version 2.0: + Optimized tree generation. + ASN1 parser code re-generated using Bison 2.4.1. + Build with more warning flags. Many compiler warnings fixed. + Compiled with -fvisibility=hidden by default if supported. See http://gcc.gnu.org/wiki/Visibility + The libtasn1-config tool has been removed. For application developers, please stop using libtasn1-config for finding libtasn1, use proper autoconf checks or pkg-config instead. - Remove AutoReqProv: it's default now. - Pass --disable-static to configure./bin/sh4.9-6.14.9-6.1libtasn1.so.6libtasn1.so.6.5.2/usr/lib/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:10318/openSUSE_Leap_42.3_Update/36804b664b129fe68a168699c1f5103b-libtasn1.openSUSE_Leap_42.3_Updatedrpmlzma5x86_64-suse-linuxELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=d130300a9bc28646721860a60078ce15e635dc9d, stripped PPRRRRRRR?`]"k%ndQz" l?A]jIM>unUrk@q1n;w=s&\>_ j@WiN @#)'_W&%_"ݛ_hLط L dYZhy\GAsI7n\$zTm` εWBqdML;hTswK<>(MYl= -Iקj2ڲ|`\˯Z>䣸&FۮїD | %8de [.Lb~8 Rkr!|="K4|]XGvJ>WzQKCڤTV^ˈuR)P"]=kP5i֡P`9@+{q_a< H* MVclw9zvWlsyP X[-A3?b=5Op?*ht "ܻ'S.k9QG O^C՟% `.u_\tC$Y0Xkr*vb9 Qؒ1u5xt+f6M<2RņN5!F݈ O](1Gx[=3{A'y{s.bt1?f">@8' q Yn`S:)  ACx4詷iIߏe?QQD4@#~r4LN6 @@B=TZ .3twOPʀt"#K{R^@!+lдgXeV<] kMn7Cc [v=(O@I;>ʯKc!~2d&\zIg 1.؎>!r1ncZ#e!hTR DT*±]Eiq3g}U?"<.r**.4#Q]yn:5\;}/n/׬PcE!II'U۬^!iqCGj2 ˇ^64i=dQV|a{y)]ReO|B^ 3<+֍t(xcV?1Oax_lCqg֫rc%`ݡ Řa]jZD\RkccmjH2|Lvs7X?G 6[{cJTJnD;+Ww$vذeK ŷ=׵=*ک5Xƥ:; M bsobb> T 5g/jO\?cc2g@:f2|{dS_0umQSG Dj PDuCwl phAHQ>IE8F5FKOpse@:$X|M>a8nm_3 1Gx2&&zO joyZqwoD{=L$ZNQpK/Q*q,#{xJY2;H(2tQ::l.;lß*h"`Ӏ7_XoX"zpنvNb: 6Z ;痊I ;q@{YTȹrQ86 cj}"SGOC\p!j%>! ä."R]=Z2pQ|.q4gă0nxfH+3CL5!z9VnК~) Z6Ofmr{hܸR_\ 9쾝$H$ ؔ;gLɯX;+Im_7<"'scjĈ U;Q^)ٞÜj 1sE[m\=r:I!+lpӵgK.Ʋw5 /3nwS=㔭*_Vߣ`ӏŰwL(plGz/c-G8aB{}|5fȶUf {G沵e#~DɵCHa!.\5)Wrg rjQUPQ;Kymi"Pl(W AÓIׯy@33RG)B0&B#&H%W'&Hl&p?KWΠ7UFQѿDzPk]u t[]p|/^yt^7م3W!1jB~ bvR apQH]e}U(jpfDTn~%`OHF\Z j"o䎿K/sQXK;֧ On> 6\DV]KrRlkbo~w{?=#'/{4cDڵBHLW{'ea=G;#*"xڰz׼[Xa;u_c]*#NcRJIAEq)E3y-R$Cūeϸ}Xl륝"z&ĢMpOX:5kx6zWY8S֧!UTvO=׃ t8O 5? aSB]We=jEEC,RE ;3Hꃀ86Č5CT/IlBAVlgZJ N䱈s."$-P#ig|czMcնĚMiVq=}lִӱB f yZq`EZ(i{4=U\2gp)ve%cGK<cN'P*bjxdjt8VS¤"^]WܶQx:| F]a@7B:ibZC(\{u0 / ŐQ3vf!AllB)g٭AbYM,&1TU|@Z~*Y>!Z_ pY)-IhUE?:jԘ ;Տ ;{aH!/S,^jKplO z|2"c0[% $VϮB̖ZG_w"Ât5 /Ow- nj4h|ĮS6Kå!9|z~"ZsfB[^ DkƖA".~4ۅh( Ŗ -R[2=Gzx}BQM}sem/+g_=?^ZgE.|)Thl1=cwR/xF c&W^44PȳOTV6\Ng9bbzQ65kD3D=Hs_Of5Bu? ZtR̂[a+hG<2bTIaPoʠ)峍MZ}bZlg]>aeյ+M\{;"i]A9y;q-_1bw"[!ĭ7C'rtB޳.T} Gv"-w/Y)O*Tߤ)j/~gI/{9[Q8[B̯*8eBg~0VBURJ6joBȾFv+zr-!U'G*$"m'aVIYH6=r=x\|80 =]HfQm.vuTyHU}3O{l K2{)Do@~@B}7Bs 6uiĞS_~h~1h#X9<֛~|Y!:p#?Q~n٘AB8^'Y/2 Nt,L՛{]C|VY6,e[*~4"!M]D%)O֮ I ,Nʷ<[K e4‘Y(,mA̓gyh3aN,cRgS~Yl\lkiiwzX'^X38D ]'*pӱ~P&MMs{Y} }Ȣ:.a#͒,dk<[(n.+(xxnd[OYT"owYϰ |wY3deO6t kIaqOmv%}]X?`/4' MAP9%#^i[#vr "a)lgb]s$ṗda[Ԁ1A0j o!Wh