diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-11-24 09:41:50 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-11-24 09:41:50 +0100 |
commit | bbfe113c2d7540c6883eb3d83d7052f49f7988fc (patch) | |
tree | e1ed054448d536181462c8983a4deccf07245382 /NEWS | |
parent | 435b15341e5aed9fe0f936d87a88bca31678458d (diff) | |
download | libtasn1-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-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |