diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-11-23 20:24:35 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-11-23 20:24:35 +0100 |
commit | f4e6030e0ee82a3d10ad9c0f55fad972d1c3a2c5 (patch) | |
tree | f28d55cc155e673e03fbaad171a29fd1ca32e57a /NEWS | |
parent | 1153d7fa1ba99b6320cfc152395508692480440d (diff) | |
download | libtasn1-f4e6030e0ee82a3d10ad9c0f55fad972d1c3a2c5.tar.gz libtasn1-f4e6030e0ee82a3d10ad9c0f55fad972d1c3a2c5.tar.bz2 libtasn1-f4e6030e0ee82a3d10ad9c0f55fad972d1c3a2c5.zip |
Added asn1_decode_string_der() and asn1_encode_string_der().
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +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(). * Noteworthy changes in release 3.0 (2012-10-28) [stable] - Added tool in tests/ to benchmark X.509 structure decoding. |