summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-23 21:00:50 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-23 21:00:50 +0100
commit1d02266a174c939e9ca1460641c8eaa9dc2a7843 (patch)
treecebb21db31dece4ebca130c04d6bfe8344b82ee0 /NEWS
parentd23e8f3918d401fbaa25a1342b5db368f9f3adef (diff)
downloadlibtasn1-1d02266a174c939e9ca1460641c8eaa9dc2a7843.tar.gz
libtasn1-1d02266a174c939e9ca1460641c8eaa9dc2a7843.tar.bz2
libtasn1-1d02266a174c939e9ca1460641c8eaa9dc2a7843.zip
simplified and renamed asn1_encode_string_der() and asn1_decode_string_der()
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a8bd32a..a29e187 100644
--- a/NEWS
+++ b/NEWS
@@ -7,7 +7,7 @@ GNU Libtasn1 NEWS -*- outline -*-
PrintableString, UniversalString, BMPString, UTF8String. When re-defined
a warning is being print instead of failing.
- Parser outputs more detailed syntax error message.
-- Added asn1_decode_string_der() and asn1_encode_string_der().
+- Added asn1_decode_simple_der() and asn1_encode_simple_der().
* Noteworthy changes in release 3.0 (2012-10-28) [stable]
- Added tool in tests/ to benchmark X.509 structure decoding.