File libtasn1.changes of Package libtasn1
466
1
-------------------------------------------------------------------
2
Tue Oct 25 07:41:22 UTC 2022 - Alexander Bergmann <abergmann@suse.com>
3
4
- Add libtasn1-CVE-2021-46848.patch: Fixed off-by-one array size check
5
that affects asn1_encode_simple_der (CVE-2021-46848, bsc#1204690).
6
7
-------------------------------------------------------------------
8
Mon Apr 29 16:13:16 UTC 2019 - mgorse@suse.com
9
10
- Add libtasn1-object-id-recursion.patch: limit recursion in
11
_asn1_expand_object_id (boo#1105435 CVE-2018-1000654
12
(https://gitlab.com/gnutls/libtasn1/merge_requests/8)
13
14
-------------------------------------------------------------------
15
Thu Feb 22 15:10:38 UTC 2018 - fvogt@suse.com
16
17
- Use %license (boo#1082318)
18
19
-------------------------------------------------------------------
20
Fri Jan 19 16:03:20 UTC 2018 - kbabioch@suse.com
21
22
- update to 4.13
23
* On indefinite string decoding, set a maximum level of allowed
24
recursions (3) to protect the BER decoder from a stack exhaustion.
25
(CVE-2018-6003 boo#1076832)
26
27
-------------------------------------------------------------------
28
Sun Jun 4 19:41:21 UTC 2017 - astieger@suse.com
29
30
- libtasn1 4.12:
31
* Corrected so-name version
32
- includes changes in 4.11:
33
* Introduce the ASN1_TIME_ENCODING_ERROR error code to indicate
34
an invalid encoding in the DER time fields.
35
* Introduced flag ASN1_DECODE_FLAG_ALLOW_INCORRECT_TIME. This flag
36
allows decoding errors in time fields even when in strict DER mode.
37
That is introduced in order to allow toleration of invalid times in
38
X.509 certificates (which are common) even though strict DER adherence
39
is enforced in other fields.
40
* Added safety check in asn1_find_node(). That prevents a crash
41
when a very long variable name is provided by the developer.
42
Note that this to be exploited requires controlling the ASN.1
43
definitions used by the developer, i.e., the 'name' parameter of
44
asn1_write_value() or asn1_read_value(). The library is
45
not designed to protect against malicious manipulation of the
46
developer assigned variable names
47
- includes changes from 4.10:
48
* Updated gnulib
49
* Removed -Werror from default compiler flags
50
(drop patch 0001-configure-don-t-add-Werror-to-build-flags.patch)
51
* Fixed undefined behavior when negating integers in _asn1_ltostr().
52
* Pass the correct length to _asn1_get_indefinite_length_string in
53
asn1_get_length_ber. This addresses reading 1-byte past the end
54
of data.
55
56
-------------------------------------------------------------------
57
Wed Aug 10 18:57:51 UTC 2016 - astieger@suse.com
58
59
- update to 4.9:
60
* Fix OID encoding of OIDs which have elements which exceed 2^32
61
- Do not treat i586 warning as error, adding upstream
62
0001-configure-don-t-add-Werror-to-build-flags.patch
63
- fate#322523
64
65
-------------------------------------------------------------------
66
Mon Apr 11 14:56:31 UTC 2016 - mpluskal@suse.com
67
68
- Update to 4.8
69
* Fixes to avoid reliance on C undefined behavior.
70
* Fixes to avoid an infinite recursion when decoding without the
71
ASN1_DECODE_FLAG_STRICT_DER flag. Reported by Pascal Cuoq.
72
(CVE-2016-4008 / bsc#982779)
73
* Combined all the BER octet string decoding functions to a
74
single one based on asn1_decode_simple_ber().
75
76
-------------------------------------------------------------------
77
Wed Sep 16 23:49:25 UTC 2015 - zaitor@opensuse.org
78
79
- Update to version 4.7:
80
* Fixed regression introduced in the decoding of multi-byte tags
81
fix.
82
83
-------------------------------------------------------------------
84
Mon Sep 7 20:10:23 UTC 2015 - astieger@suse.com
85
86
- libtasn1 4.6:
87
* Allow decoding OCTET STRINGs with multi-byte tags.
88
* Add asn1_get_object_id_der
89
90
-------------------------------------------------------------------
91
Fri May 1 19:33:32 UTC 2015 - astieger@suse.com
92
93
- update libtasn1 4.5:
94
* Corrected an invalid memory access in octet string decoding.
95
CVE-2015-3622 [boo#929414]
96
97
-------------------------------------------------------------------
98
Sun Mar 29 17:27:11 UTC 2015 - astieger@suse.com
99
100
- update to libtasn1 4.4 [bsc#924828]:
101
* Corrected a two-byte stack overflow in asn1_der_decoding.
102
CVE-2015-2806
103
104
-------------------------------------------------------------------
105
Sun Mar 22 10:41:46 UTC 2015 - mpluskal@suse.com
106
107
- Update project url
108
- Cleanup spec-file with spec-cleaner
109
- Add info preun and post dependencies
110
- Update to 4.3
111
* Added asn1_decode_simple_ber()
112
* Only assign a value if the previous node has one (bsc#961491).
113
114
-------------------------------------------------------------------
115
Sat Feb 14 08:12:10 UTC 2015 - jengelh@inai.de
116
117
- Put C API documentation into -devel package.
118
Use modern %make_install. Description fix.
119
120
-------------------------------------------------------------------
121
Wed Oct 8 18:23:43 UTC 2014 - tabraham@suse.com
122
123
- updated to libtasn1 4.2:
124
* Noteworthy changes in release 4.2 (released 2014-09-15) [stable]
125
- Added sanity checks in the decoding of time when
126
ASN1_DECODE_FLAG_STRICT_DER is used.
127
- Fixes in the decoding of OCTET STRING when close to the end
128
of the structure.
129
130
* Noteworthy changes in release 4.1 (released 2014-08-23) [stable]
131
- Corrected indefinite tag check in ANY constructions. That allows
132
the decoding of BER-encoded structures that contain indefinite
133
encoding within an ANY element.
134
- Added DER decoding flag ASN1_DECODE_FLAG_STRICT_DER. Over the
135
years BER functionality was added to the decoder and this flag
136
provides the way to disable it.
137
- API and ABI changes since last version:
138
ASN1_DECODE_FLAG_STRICT_DER: New definition
139
140
* Noteworthy changes in release 4.0 (released 2014-06-26) [stable]
141
- Optimized asn1_der_decoding_startEnd(). It no longer requires the
142
additional decoding step.
143
- asn1_read_value() understands the ?CURRENT keyword, which can be used
144
to indicate the current element of a sequence, when the provided node
145
is a sequence element.
146
- Several optimizations in DER decoding of structures with sequences
147
containing many elements.
148
- asn1_der_decoding2() is introduced and allows flags to be passed on
149
the decoding process. Currently only ASN1_DECODE_FLAG_ALLOW_PADDING is
150
defined and that allows decoding DER structures that contain arbitrary
151
data past their end. Contributed by Karel Slany.
152
- API and ABI changes since last version:
153
ASN1_DECODE_FLAG_ALLOW_PADDING: New definition
154
asn1_dup_node: New function
155
asn1_der_decoding2: New function
156
asn1_der_decoding_element: It is now an alias to asn1_der_decoding
157
158
-------------------------------------------------------------------
159
Fri Jul 25 16:28:02 UTC 2014 - mgorse@suse.com
160
161
- updated to libtasn1 3.7:
162
* Noteworthy changes in release 3.7 (released 2014-06-26) [stable]
163
- Fixes in length calculation in _asn1_extract_der_octet().
164
- Fixes in DER decoding.
165
- Fixes: CVE-2014-3468 CVE-2014-3467 CVE-2014-3469 bnc#880738
166
bnc#880737 bnc#880735
167
168
-------------------------------------------------------------------
169
Tue Jun 3 09:20:18 UTC 2014 - meissner@suse.com
170
171
- libtasn1.keyring: added Nikos Mavrogiannopoulos <nmav@gnutls.org>
172
key, who did this release (and shares responsibility with Simon).
173
- updated to libtasn1 3.6
174
* Noteworthy changes in release 3.6 (released 2014-05-25) [stable]
175
- Corrected an off-by-one error in ASN.1 DER tag decoding. (CVE-2014-3468/bnc#880735)
176
- Several improvements and new safety checks on DER decoding;
177
issues found using Codenomicon TLS test suite. (CVE-2014-3469/bnc#880738,
178
CVE-2014-3467/bnc#880737)
179
- Marked asn1_der_decoding_element() as deprecated. Use
180
asn1_der_decoding() instead.
181
182
* Noteworthy changes in release 3.5 (released 2014-05-01) [stable]
183
- Correctly handle decoding of recursive CHOICE options.
184
- Allow deleting elements of SET OF. Patch by Jean-Louis Thekekara.
185
- Several small bug fixes found by coverity.
186
- Code improvements contributed by Kurt Roeckx.
187
188
* Noteworthy changes in release 3.4 (released 2013-11-25) [stable]
189
- Added asn1_delete_structure2() which allows zeroizing the contents
190
of all values in the structure prior to deinitialization.
191
- The parser accepts negative numbers in an INTEGER range (but
192
still does no enforce them).
193
194
-------------------------------------------------------------------
195
Tue Jun 25 12:01:36 UTC 2013 - coolo@suse.com
196
197
- remove gpg source checking again to avoid this cycle:
198
libtasn1 -> libssh2_org -> openssh -> krb5 -> python-Jinja2 -> vim -> libtasn1
199
200
-------------------------------------------------------------------
201
Thu Jun 20 12:36:22 UTC 2013 - meissner@suse.com
202
203
- updated to libtasn1 3.3
204
* Noteworthy changes in release 3.3 (released 2013-03-23) [stable]
205
- More precise overflow checks using gnulib's intprops module.
206
- Updates to compile in Android systems.
207
208
* Noteworthy changes in release 3.2 (released 2012-11-30) [stable]
209
- Corrected buffer overflow in the error reporting of the parser (reported
210
by Andreas Metzler).
211
212
* Noteworthy changes in release 3.1 (released 2012-11-24) [stable]
213
- Completed rename of types:
214
ASN1_ARRAY_TYPE -> asn1_static_node (was asn1_static_node_t)
215
- Added new types: VisibleString, NumericString, IA5String, TeletexString,
216
PrintableString, UniversalString, BMPString, UTF8String. When re-defined
217
a warning is being print instead of failing.
218
- Parser outputs more detailed syntax error messages.
219
- Added asn1_decode_simple_der() and asn1_encode_simple_der().
220
- Added asn1_read_value_type() to return value and type.
221
- Introduced ASN1_ETYPE_UTC_TIME and ASN1_ETYPE_GENERALIZED_TIME
222
- added gpg source checking
223
224
-------------------------------------------------------------------
225
Sat Nov 17 22:17:09 UTC 2012 - andreas.stieger@gmx.de
226
227
- update to libtasn1 3.0, SONAME libtasn1.so.6
228
- Added tool in tests/ to benchmark X.509 structure decoding.
229
- Added asn1_read_node_value() to obtain a node's value.
230
- Optimizations in internal tree allocation.
231
- Optimizations in tree search.
232
- libtasn1.h no longer exports internal structures.
233
- Types were renamed for consistency:
234
ASN1_DATA_NODE -> asn1_data_node_st
235
ASN1_ARRAY_TYPE -> asn1_static_node
236
ASN1_TYPE -> asn1_node
237
ASN1_TYPE_EMPTY -> NULL
238
static_struct_asn -> asn1_static_node_st
239
node_asn_struct -> asn1_node_st
240
node_asn -> asn1_node_st
241
(the old types are still available as definitions)
242
- fix W: devel-package-with-non-devel-group
243
244
-------------------------------------------------------------------
245
Fri Sep 28 09:23:57 UTC 2012 - meissner@suse.com
246
247
- updated to version 2.14
248
This release adds asn1_read_node_value() to obtain a node's value. This
249
is to deprecate the export of the node_asn internal structure for the
250
upcoming 3.x release. The ASN1_DATA_NODE type and the ASN1_ETYPE_*
251
constants were added to support the new function.
252
- removed upstreamed libtasn1-stdio.h patch
253
- make check
254
255
-------------------------------------------------------------------
256
Sun Jul 22 06:25:15 UTC 2012 - aj@suse.de
257
258
- Fix build with missing gets declaration (glibc 2.16)
259
260
-------------------------------------------------------------------
261
Fri Jun 29 14:45:07 UTC 2012 - cfarrell@suse.com
262
263
- license update: LGPL-2.1+ and GPL-3.0
264
Tools are GPL-3.0
265
266
-------------------------------------------------------------------
267
Sat Apr 14 17:24:30 UTC 2012 - tabraham@novell.com
268
269
- update to version 2.12
270
+ Cleanup license headers.
271
+ build: Update gnulib files.
272
+ Corrected DER decoding issue (reported by Matthew Hall).
273
Added self check to detect the problem, see tests/Test_overflow.c.
274
This problem can lead to at least remotely triggered crashes, see
275
further analysis on the libtasn1 mailing list.
276
277
-------------------------------------------------------------------
278
Sun Jan 8 16:37:35 UTC 2012 - tabraham@novell.com
279
280
- update to version 2.11
281
+ qa: now builds without compiler warnings with Solaris CC
282
+ qa: added clang analysis. fixed cyclomatic complexity output
283
+ tests: added self-test of bit string functions
284
+ build: added windows/libtasn14win.mk rules to produce Windows
285
binaries
286
+ build: don't hard code path to perl in doc/gdoc
287
+ various minor fixes
288
289
- changes in version 2.10
290
+ lib: small optimization, possibly working around gcc/valgrind issue
291
+ build: update gnulib files
292
+ asn1Coding: actually implement the -c parameter
293
+ asn1Decoding: the -c parameter serves no purpose. remove it.
294
+ doc: add examples to asn1Coding and ans1Decoding description
295
296
- changes in version 2.9
297
+ tests: link to gnulib to avoid build error related to 'rpl_ftello'
298
on Solaris. Reported by Dagobert Michelsen
299
+ doc: fix bug reporting address to point at help-libtasn1@gnu.org
300
+ doc: fix returns: documentation in Texinfo. Reported by Jeffery
301
Walton
302
+ build : update gnulib files
303
304
- changes in version 2.8
305
+ update gnulib files
306
+ use libtool 2.2.10 to ease MinGW64 builds
307
308
- changes in version 2.7
309
+ Doc: build PDF manual using GTK-DOC
310
+ Doc: fix of asn1_check_version, documentation was missing from
311
last release
312
+ Build: avoid warnings about ignored visibility attributes on
313
Windows
314
315
- changes in version 2.6
316
+ Fix build failure on platforms without support for GNU_LD
317
version scripts
318
+ libtasn1: simplified implementation of asn1_check_version
319
+ tests: improved self-checks
320
+ update gnulib files, fix many syntax-check nits, indent code,
321
fix license templates
322
323
- changes in version 2.5
324
+ doc: improve GTK-DOC comments
325
+ misc: updated gnulib files
326
327
- changes in version 2.4
328
+ Doc fixes
329
+ updated gnulib files
330
+ clean up copyright notices
331
332
- changes in version 2.3
333
+ libtasn1 is now an official GNU project
334
+ solve build problem on Tru64 related to TRUE/FALSE
335
+ More careful decoding of OIDs
336
+ Fixed warning in ANS1.y
337
+ Use "Software libraries" info dircategory
338
+ Drop GPL/LGPL copies from the manual (not needed there)
339
+ New configure parameters to set packagin specific information
340
The parameters are --with-packager, --with-packager-version,
341
and --with-packager-bug-reports. See
342
<http://article.gmane.org/gmane.comp.lib.gnulib.bugs/17791> for
343
more details.
344
345
-------------------------------------------------------------------
346
Sun Oct 31 12:37:02 UTC 2010 - jengelh@medozas.de
347
348
- Use %_smp_mflags
349
350
-------------------------------------------------------------------
351
Sat Apr 24 11:38:22 UTC 2010 - coolo@novell.com
352
353
- buildrequire pkg-config to fix provides
354
355
-------------------------------------------------------------------
356
Thu Dec 17 22:48:05 CET 2009 - jengelh@medozas.de
357
358
- Add baselibs.conf as a source
359
360
-------------------------------------------------------------------
361
Thu May 21 16:03:24 CEST 2009 - vuntz@novell.com
362
363
- Update to version 2.2:
364
+ Change how the ASN1_API decorator is used in libtasn1.h, for
365
GTK-DOC.
366
+ Changed license of libtasn1.pc from GPLv3+ to LGPLv2.1+.
367
+ Building with many warning flags now requires
368
--enable-gcc-warnings.
369
+ Some warnings fixed.
370
- Fix license of library packages: it's LGPL not GPL.
371
372
-------------------------------------------------------------------
373
Wed May 6 02:11:26 CEST 2009 - vuntz@novell.com
374
375
- Update to version 2.1:
376
+ Fix compilation failure on platforms that can't generate empty
377
archives, e.g., Mac OS X.
378
- Changes from version 2.0:
379
+ Optimized tree generation.
380
+ ASN1 parser code re-generated using Bison 2.4.1.
381
+ Build with more warning flags. Many compiler warnings fixed.
382
+ Compiled with -fvisibility=hidden by default if supported.
383
See http://gcc.gnu.org/wiki/Visibility
384
+ The libtasn1-config tool has been removed. For application
385
developers, please stop using libtasn1-config for finding
386
libtasn1, use proper autoconf checks or pkg-config instead.
387
- Remove AutoReqProv: it's default now.
388
- Pass --disable-static to configure.
389
390
-------------------------------------------------------------------
391
Wed Feb 11 20:46:06 CET 2009 - ro@suse.de
392
393
- added baselibs.conf (needed by gnome-keyring-32bit)
394
395
-------------------------------------------------------------------
396
Sun Feb 1 18:05:12 EST 2009 - mboman@suse.de
397
398
- Update to version 1.8:
399
+ Fix crlf self-test under Mingw+Wine.
400
+ Fix build problems on platforms that lack stdint.h.
401
402
-------------------------------------------------------------------
403
Sat Dec 20 11:34:23 EST 2008 - mboman@suse.de
404
405
- Update to version 1.7:
406
+ Add libtasn1-config for compatibility.
407
Please stop use it as it will disappear in v2.0!
408
Use standard AC_CHECK_FUNCS autoconf tests or pkg-config instead.
409
+ Read PKCS#12 blob as binary file, fixes self-tests under Mingw.
410
+ Fix use of __attribute__ ((deprecated)) to work on non-GCC
411
+ Fixed namespace violation for MAX_NAME_SIZE and MAX_ERROR_DESCRIPTION_SIZE.
412
The new names are ASN1_MAX_NAME_SIZE and ASN1_MAX_ERROR_DESCRIPTION_SIZE.
413
+ Fixed namespace violation for libtasn1_perror and libtasn1_strerror.
414
The new names are asn1_perror and asn1_strerror.
415
+ Fix namespace violation for LIBASN1_VERSION.
416
The new name is ASN1_VERSION.
417
+ Decoder can now decode BER encoded octet strings.
418
+ doc: Change license on the manual to GFDLv1.3+.
419
+ doc: Sync gdoc script with GnuTLS, changes license on man-pages to GAP.
420
+ doc: Improve gtk-doc manual.
421
+ Assumes system has strdup and string.h.
422
+ Remove libtasn1-config and libtasn1.m4,
423
use standard AC_CHECK_FUNCS autoconf tests or pkg-config instead.
424
+ Change detection of when to use a linker version script,
425
use --enable-ld-version-script or --disable-ld-version-script to
426
override auto-detection logic.
427
+ API and ABI changes since last version:
428
asn1_get_length_ber: New function.
429
ASN1_VERSION: New symbol, replaces LIBTASN1_VERSION.
430
asn1_strerror: New function, replaces libtasn1_strerror.
431
asn1_perror: New function, replaces libtasn1_perror.
432
libtasn1_strerror: Marked as deprecated.
433
libtasn1_perror: Marked as deprecated.
434
LIBTASN1_VERSION: Deprecated.
435
436
-------------------------------------------------------------------
437
Fri Sep 12 07:30:10 CDT 2008 - maw@suse.de
438
439
- Update to version 1.5:
440
+ Update gnulib files
441
+ Handle 'INTEGER { ... } (a..b)' regression
442
Revert parts of earlier fix. asn1Parser can now again parse
443
src/pkix.asn1.
444
The ASN1.c file was generated using Bison 2.3.
445
+ Move examples from src/ to new directory examples/.
446
+ Duplicate copy of divergated pkix.asn removed.
447
+ Merge unnecessary lib/defines.h into lib/int.h.
448
+ Misc. fixes.
449
450
-------------------------------------------------------------------
451
Wed Jan 2 20:37:16 CET 2008 - maw@suse.de
452
453
- Add a %clean section.
454
455
-------------------------------------------------------------------
456
Thu Dec 20 13:21:18 CST 2007 - maw@suse.de
457
458
- Properly package info files
459
- Package several documentation files.
460
461
-------------------------------------------------------------------
462
Thu Dec 20 12:42:17 CST 2007 - maw@suse.de
463
464
- New package, version 1.2.
465
466