summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-23 21:36:51 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-23 21:36:51 +0100
commit57e61a0d130b4bae6331c2412f87c45fcd540af2 (patch)
treecc184f474beaf4b6ed4565abd46ae96307d22cfd /NEWS
parent1d02266a174c939e9ca1460641c8eaa9dc2a7843 (diff)
downloadlibtasn1-57e61a0d130b4bae6331c2412f87c45fcd540af2.tar.gz
libtasn1-57e61a0d130b4bae6331c2412f87c45fcd540af2.tar.bz2
libtasn1-57e61a0d130b4bae6331c2412f87c45fcd540af2.zip
Added asn1_read_value_type().
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a29e187..371e804 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,7 @@ GNU Libtasn1 NEWS -*- outline -*-
a warning is being print instead of failing.
- Parser outputs more detailed syntax error message.
- Added asn1_decode_simple_der() and asn1_encode_simple_der().
+- Added asn1_read_value_type() to return value and type.
* Noteworthy changes in release 3.0 (2012-10-28) [stable]
- Added tool in tests/ to benchmark X.509 structure decoding.