diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-11-23 21:36:51 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-11-23 21:36:51 +0100 |
commit | 57e61a0d130b4bae6331c2412f87c45fcd540af2 (patch) | |
tree | cc184f474beaf4b6ed4565abd46ae96307d22cfd /NEWS | |
parent | 1d02266a174c939e9ca1460641c8eaa9dc2a7843 (diff) | |
download | libtasn1-57e61a0d130b4bae6331c2412f87c45fcd540af2.tar.gz libtasn1-57e61a0d130b4bae6331c2412f87c45fcd540af2.tar.bz2 libtasn1-57e61a0d130b4bae6331c2412f87c45fcd540af2.zip |
Added asn1_read_value_type().
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |