summaryrefslogtreecommitdiff
path: root/security/libtasn1
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-08-18 21:53:47 +0000
committeradam <adam@pkgsrc.org>2017-08-18 21:53:47 +0000
commit7e73c820d27e0cb4053bb66b4491240732222456 (patch)
tree4bbda6aa0df4a57ff70633e54b257d0d83f9db57 /security/libtasn1
parent9394b9e87919e4652ea2477621c5defaf857a73d (diff)
downloadpkgsrc-7e73c820d27e0cb4053bb66b4491240732222456.tar.gz
release 4.12:
- Corrected so-name version release 4.11: - 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.
Diffstat (limited to 'security/libtasn1')
-rw-r--r--security/libtasn1/Makefile4
-rw-r--r--security/libtasn1/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile
index b4f87320d64..6eb5ab0f68d 100644
--- a/security/libtasn1/Makefile
+++ b/security/libtasn1/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2017/02/26 08:45:44 adam Exp $
+# $NetBSD: Makefile,v 1.70 2017/08/18 21:53:47 adam Exp $
-DISTNAME= libtasn1-4.10
+DISTNAME= libtasn1-4.12
CATEGORIES= security devel
MASTER_SITES= ${MASTER_SITE_GNU:=libtasn1/}
diff --git a/security/libtasn1/distinfo b/security/libtasn1/distinfo
index 2a79190db3e..6aef2b4c56c 100644
--- a/security/libtasn1/distinfo
+++ b/security/libtasn1/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.48 2017/02/26 08:45:44 adam Exp $
+$NetBSD: distinfo,v 1.49 2017/08/18 21:53:47 adam Exp $
-SHA1 (libtasn1-4.10.tar.gz) = c7b36fa50866bbc889f7503c7fd1e9f9d7c52a64
-RMD160 (libtasn1-4.10.tar.gz) = 4edd35f557be676e5482273a4b1469bf6ce3ab49
-SHA512 (libtasn1-4.10.tar.gz) = 614e93128e6be8f46a2ad46e2a515e2edfb1f5a2e90c9e5da02d3afc0a882dc956632dd2b1eddd6b0e258e7b58a82d5d745d8ccd23120d94bb0af48132ed1a18
-Size (libtasn1-4.10.tar.gz) = 1887057 bytes
+SHA1 (libtasn1-4.12.tar.gz) = f9a05b3b8acf319d89f07267407c03b184c4e3b0
+RMD160 (libtasn1-4.12.tar.gz) = a3062789a73655c83f99a12af8aab3c92c8acdf8
+SHA512 (libtasn1-4.12.tar.gz) = 6c551670949881193e39122f72948e4999ff1ba377f9ee5963d0a4ad1b84256e4fe42e9f6d6a2aa9f7d4ef7acc0e5174fb5cc3df5298524cdeda92f4b8c104f7
+Size (libtasn1-4.12.tar.gz) = 1888450 bytes