summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-24 09:41:50 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-11-24 09:41:50 +0100
commitbbfe113c2d7540c6883eb3d83d7052f49f7988fc (patch)
treee1ed054448d536181462c8983a4deccf07245382 /NEWS
parent435b15341e5aed9fe0f936d87a88bca31678458d (diff)
downloadlibtasn1-bbfe113c2d7540c6883eb3d83d7052f49f7988fc.tar.gz
libtasn1-bbfe113c2d7540c6883eb3d83d7052f49f7988fc.tar.bz2
libtasn1-bbfe113c2d7540c6883eb3d83d7052f49f7988fc.zip
Introduced ASN1_ETYPE_UTC_TIME and ASN1_ETYPE_GENERALIZED_TIME
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 371e804..b2dddec 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@ GNU Libtasn1 NEWS -*- outline -*-
- 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.
+- Introduced ASN1_ETYPE_UTC_TIME and ASN1_ETYPE_GENERALIZED_TIME
* Noteworthy changes in release 3.0 (2012-10-28) [stable]
- Added tool in tests/ to benchmark X.509 structure decoding.