2012-11-20 10:39:49 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Nov 17 22:17:09 UTC 2012 - andreas.stieger@gmx.de
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2012-10-03 08:03:45 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 28 09:23:57 UTC 2012 - meissner@suse.com
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2012-07-23 10:14:22 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 22 06:25:15 UTC 2012 - aj@suse.de
|
|
|
|
|
|
|
|
- Fix build with missing gets declaration (glibc 2.16)
|
|
|
|
|
2012-07-02 11:01:52 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 29 14:45:07 UTC 2012 - cfarrell@suse.com
|
|
|
|
|
|
|
|
- license update: LGPL-2.1+ and GPL-3.0
|
|
|
|
Tools are GPL-3.0
|
|
|
|
|
2012-04-17 21:59:23 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 14 17:24:30 UTC 2012 - tabraham@novell.com
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
2012-01-11 15:37:22 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jan 8 16:37:35 UTC 2012 - tabraham@novell.com
|
|
|
|
|
|
|
|
- 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
|
|
|
|
<http://article.gmane.org/gmane.comp.lib.gnulib.bugs/17791> for
|
|
|
|
more details.
|
|
|
|
|
2010-11-02 11:05:50 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Oct 31 12:37:02 UTC 2010 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- Use %_smp_mflags
|
|
|
|
|
2010-04-24 17:22:05 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Apr 24 11:38:22 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- buildrequire pkg-config to fix provides
|
|
|
|
|
2009-12-30 00:27:20 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 17 22:48:05 CET 2009 - jengelh@medozas.de
|
|
|
|
|
|
|
|
- Add baselibs.conf as a source
|
|
|
|
|
2009-02-12 21:54:50 +01:00
|
|
|
-------------------------------------------------------------------
|
2009-05-28 01:16:16 +02:00
|
|
|
Thu May 21 16:03:24 CEST 2009 - vuntz@novell.com
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 6 02:11:26 CEST 2009 - vuntz@novell.com
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2009-02-12 21:54:50 +01:00
|
|
|
Wed Feb 11 20:46:06 CET 2009 - ro@suse.de
|
|
|
|
|
|
|
|
- added baselibs.conf (needed by gnome-keyring-32bit)
|
|
|
|
|
2009-02-06 18:06:35 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Feb 1 18:05:12 EST 2009 - mboman@suse.de
|
|
|
|
|
|
|
|
- Update to version 1.8:
|
|
|
|
+ Fix crlf self-test under Mingw+Wine.
|
|
|
|
+ Fix build problems on platforms that lack stdint.h.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Dec 20 11:34:23 EST 2008 - mboman@suse.de
|
|
|
|
|
|
|
|
- Update to version 1.7:
|
|
|
|
+ Add libtasn1-config for compatibility.
|
|
|
|
Please stop use it as it will disappear in v2.0!
|
|
|
|
Use standard AC_CHECK_FUNCS autoconf tests or pkg-config instead.
|
|
|
|
+ Read PKCS#12 blob as binary file, fixes self-tests under Mingw.
|
|
|
|
+ Fix use of __attribute__ ((deprecated)) to work on non-GCC
|
|
|
|
+ Fixed namespace violation for MAX_NAME_SIZE and MAX_ERROR_DESCRIPTION_SIZE.
|
|
|
|
The new names are ASN1_MAX_NAME_SIZE and ASN1_MAX_ERROR_DESCRIPTION_SIZE.
|
|
|
|
+ Fixed namespace violation for libtasn1_perror and libtasn1_strerror.
|
|
|
|
The new names are asn1_perror and asn1_strerror.
|
|
|
|
+ Fix namespace violation for LIBASN1_VERSION.
|
|
|
|
The new name is ASN1_VERSION.
|
|
|
|
+ Decoder can now decode BER encoded octet strings.
|
|
|
|
+ doc: Change license on the manual to GFDLv1.3+.
|
|
|
|
+ doc: Sync gdoc script with GnuTLS, changes license on man-pages to GAP.
|
|
|
|
+ doc: Improve gtk-doc manual.
|
|
|
|
+ Assumes system has strdup and string.h.
|
|
|
|
+ Remove libtasn1-config and libtasn1.m4,
|
|
|
|
use standard AC_CHECK_FUNCS autoconf tests or pkg-config instead.
|
|
|
|
+ Change detection of when to use a linker version script,
|
|
|
|
use --enable-ld-version-script or --disable-ld-version-script to
|
|
|
|
override auto-detection logic.
|
|
|
|
+ API and ABI changes since last version:
|
|
|
|
asn1_get_length_ber: New function.
|
|
|
|
ASN1_VERSION: New symbol, replaces LIBTASN1_VERSION.
|
|
|
|
asn1_strerror: New function, replaces libtasn1_strerror.
|
|
|
|
asn1_perror: New function, replaces libtasn1_perror.
|
|
|
|
libtasn1_strerror: Marked as deprecated.
|
|
|
|
libtasn1_perror: Marked as deprecated.
|
|
|
|
LIBTASN1_VERSION: Deprecated.
|
|
|
|
|
2008-09-13 05:13:33 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 12 07:30:10 CDT 2008 - maw@suse.de
|
|
|
|
|
|
|
|
- Update to version 1.5:
|
|
|
|
+ Update gnulib files
|
|
|
|
+ Handle 'INTEGER { ... } (a..b)' regression
|
|
|
|
Revert parts of earlier fix. asn1Parser can now again parse
|
|
|
|
src/pkix.asn1.
|
|
|
|
The ASN1.c file was generated using Bison 2.3.
|
|
|
|
+ Move examples from src/ to new directory examples/.
|
|
|
|
+ Duplicate copy of divergated pkix.asn removed.
|
|
|
|
+ Merge unnecessary lib/defines.h into lib/int.h.
|
|
|
|
+ Misc. fixes.
|
|
|
|
|
2008-01-17 23:42:34 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jan 2 20:37:16 CET 2008 - maw@suse.de
|
|
|
|
|
|
|
|
- Add a %clean section.
|
|
|
|
|
2008-01-08 04:40:39 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 20 13:21:18 CST 2007 - maw@suse.de
|
|
|
|
|
|
|
|
- Properly package info files
|
|
|
|
- Package several documentation files.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 20 12:42:17 CST 2007 - maw@suse.de
|
|
|
|
|
|
|
|
- New package, version 1.2.
|
|
|
|
|