[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNU Libtasn1 4.11 released
From: |
Nikos Mavrogiannopoulos |
Subject: |
GNU Libtasn1 4.11 released |
Date: |
Sat, 27 May 2017 07:30:32 +0200 |
GNU Libtasn1 is a standalone library written in C for manipulating
ASN.1 objects including DER/BER encoding/decoding. GNU Libtasn1 is
used by GnuTLS to handle X.509 structures.
* Noteworthy changes in release 4.11 (released 2017-05-27) [stable]
- Introduced the ASN1_TIME_ENCODING_ERROR error code to indicate
an invalid encoding in the DER time fields.
- Introduced flag ASN1_DECODE_FLAG_ALLOW_INCORRECT_TIME. This flag
allows decoding errors in time fields even when in strict DER mode.
That is introduced in order to allow toleration of invalid times in
X.509 certificates (which are common) even though strict DER adherence
is enforced in other fields.
- Added safety check in asn1_find_node(). That prevents a crash
when a very long variable name is provided by the developer.
Note that this to be exploited requires controlling the ASN.1
definitions used by the developer, i.e., the 'name' parameter of
asn1_write_value() or asn1_read_value(). The library is
not designed to protect against malicious manipulation of the
developer assigned variable names. Reported by Jakub Jirasek.
Homepage:
https://www.gnu.org/software/libtasn1/
Here are the compressed sources:
ftp://ftp.gnu.org/gnu/libtasn1/libtasn1-4.11.tar.gz
http://ftp.gnu.org/gnu/libtasn1/libtasn1-4.11.tar.gz
Here are GPG detached signatures:
ftp://ftp.gnu.org/gnu/libtasn1/libtasn1-4.11.tar.gz.sig
http://ftp.gnu.org/gnu/libtasn1/libtasn1-4.11.tar.gz.sig
If you need help to use Libtasn1, or want to help others, you are
invited to join the help-libtasn1 mailing list, see:
https://lists.gnu.org/mailman/listinfo/help-libtasn1
All manuals are available from:
https://www.gnu.org/software/libtasn1/manual/
Direct links to the manual:
HTML: https://www.gnu.org/software/libtasn1/manual/libtasn1.html
PDF: https://www.gnu.org/software/libtasn1/manual/libtasn1.pdf
Direct links to the API Reference manual:
HTML: https://www.gnu.org/software/libtasn1/reference/
PDF: https://www.gnu.org/software/libtasn1/reference/libtasn1.pdf
The software is cryptographically signed by the author using an
OpenPGP key identified by the following information:
pub 3104R/96865171 2008-05-04 [expires: 2028-04-29]
uid Nikos Mavrogiannopoulos <nmav <at> gnutls.org>
uid Nikos Mavrogiannopoulos <n.mavrogiannopoulos <at>
gmail.com>
sub 2048R/9013B842 2008-05-04 [expires: 2018-05-02]
sub 2048R/1404A91D 2008-05-04 [expires: 2018-05-02]
regards,
Nikos
- GNU Libtasn1 4.11 released,
Nikos Mavrogiannopoulos <=