Accepting request 256690 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/256690 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtasn1?expand=0&rev=33
This commit is contained in:
parent
22dbc385d1
commit
8545ade6da
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9e41ed2e047c1eb1032f8713a6c85d6d44efa65b76b10926bf405ac229464f1
|
||||
size 1860044
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQEcBAABAgAGBQJTrF/1AAoJEJ1eqvaQE7hCrisH/1FFD/swYDEimShufJDnUUUS
|
||||
OrS7RHqASvPmgnia2xobJK49ko7R1Qoy4k53TOH+2cYLUEnmDZ3cP0fKiSm6yTjH
|
||||
G7bCLPvuFVMT0zRRAOK++qR5RvVxjSEtR/12nFq0vzHPgfcdlerIfb857NKMMQ9R
|
||||
NKJYZtYVxpKEvKPxiPV4wNtQGg1ZvNK5S1wwwN+N/vi4iAIuhl2U3b+Kr60TKijG
|
||||
XEp4bBwb23ZGUXX+DDk16srw/BDvgvenyHZE3V/o60Sk8QYgOi3p4NjA1K8IPEuV
|
||||
f1H4aiScBiGl7lhfTBIf2qNunsFzdXaq2D+rXW1/DgXmpKlkDC2LfYnLshAV2CE=
|
||||
=gkB1
|
||||
-----END PGP SIGNATURE-----
|
3
libtasn1-4.2.tar.gz
Normal file
3
libtasn1-4.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:693b41cb36c2ac02d5990180b0712a79a591168e93d85f7fcbb75a0a0be4cdbb
|
||||
size 1866192
|
11
libtasn1-4.2.tar.gz.sig
Normal file
11
libtasn1-4.2.tar.gz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQEcBAABAgAGBQJUFzWhAAoJEJ1eqvaQE7hCZbgH/3EVYri1VNDXroWdzKL+B1Yj
|
||||
mXvDGlepmornI/Kb1/CH9VFJlceygoDcWC7gMilhYUZtb3NWDzGzb3+HnwaGUVQH
|
||||
eFSIIzWfIZ8l6xyoGxKJWgjPGJULfMFOKYIq362xfvdrFxGRqo91EAd9cFyv6Acs
|
||||
B9p8SyjNTPqj8R3O5UEKb+uv9i/tmbSimm3qce2MvaadzOOsGAsx1pmj2lhjI+M/
|
||||
3VljJvLZg6brfmYDJuodUggr/y7BwBQ70lvK3pDHQoM2vRtVbthX7Zy6xQtCUMh+
|
||||
yf37yBqj7TvhswuALie2zrrbry857TMGXXNO0ETyhI5HM9lUH5Yt5LAOVeTVrz8=
|
||||
=8xQI
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,41 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 8 18:23:43 UTC 2014 - tabraham@suse.com
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 25 16:28:02 UTC 2014 - mgorse@suse.com
|
||||
|
||||
|
@ -22,7 +22,7 @@ Name: libtasn1
|
||||
BuildRequires: info
|
||||
BuildRequires: pkg-config
|
||||
#BuildRequires: gpg-offline
|
||||
Version: 3.7
|
||||
Version: 4.2
|
||||
Release: 0
|
||||
Url: http://ftp.gnu.org/gnu/libtasn1/
|
||||
Summary: ASN.1 parsing library
|
||||
|
Loading…
Reference in New Issue
Block a user