Update to 3.1:
* Noteworthy changes in release 3.1 (released 2012-11-24) [stable] - Completed rename of types: ASN1_ARRAY_TYPE -> asn1_static_node (was asn1_static_node_t) - Added new types: VisibleString, NumericString, IA5String, TeletexString, PrintableString, UniversalString, BMPString, UTF8String. When re-defined a warning is being print instead of failing. - Parser outputs more detailed syntax error messages. - 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. - Added asn1_read_node_value() to obtain a node's value. - Optimizations in internal tree allocation. - Optimizations in tree search. - libtasn1.h no longer exports internal structures. - Types were renamed for consistency: ASN1_DATA_NODE -> asn1_data_node_st ASN1_ARRAY_TYPE -> asn1_static_node ASN1_TYPE -> asn1_node ASN1_TYPE_EMPTY -> NULL static_struct_asn -> asn1_static_node_st node_asn_struct -> asn1_node_st node_asn -> asn1_node_st (the old types are still available as definitions)
This commit is contained in:
parent
fa6d2f3e6c
commit
e1752e821c
3 changed files with 10 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.57 2012/10/23 18:16:35 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.58 2013/07/04 17:06:30 wiz Exp $
|
||||
|
||||
DISTNAME= libtasn1-2.14
|
||||
DISTNAME= libtasn1-3.1
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNU:=libtasn1/}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.13 2012/10/02 17:36:00 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.14 2013/07/04 17:06:30 wiz Exp $
|
||||
bin/asn1Coding
|
||||
bin/asn1Decoding
|
||||
bin/asn1Parser
|
||||
|
@ -14,12 +14,14 @@ man/man3/asn1_bit_der.3
|
|||
man/man3/asn1_check_version.3
|
||||
man/man3/asn1_copy_node.3
|
||||
man/man3/asn1_create_element.3
|
||||
man/man3/asn1_decode_simple_der.3
|
||||
man/man3/asn1_delete_element.3
|
||||
man/man3/asn1_delete_structure.3
|
||||
man/man3/asn1_der_coding.3
|
||||
man/man3/asn1_der_decoding.3
|
||||
man/man3/asn1_der_decoding_element.3
|
||||
man/man3/asn1_der_decoding_startEnd.3
|
||||
man/man3/asn1_encode_simple_der.3
|
||||
man/man3/asn1_expand_any_defined_by.3
|
||||
man/man3/asn1_expand_octet_string.3
|
||||
man/man3/asn1_find_node.3
|
||||
|
@ -39,7 +41,6 @@ man/man3/asn1_print_structure.3
|
|||
man/man3/asn1_read_node_value.3
|
||||
man/man3/asn1_read_tag.3
|
||||
man/man3/asn1_read_value.3
|
||||
man/man3/asn1_read_value_type.3
|
||||
man/man3/asn1_strerror.3
|
||||
man/man3/asn1_write_value.3
|
||||
man/man3/libtasn1_perror.3
|
||||
man/man3/libtasn1_strerror.3
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.38 2012/10/02 17:36:00 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.39 2013/07/04 17:06:30 wiz Exp $
|
||||
|
||||
SHA1 (libtasn1-2.14.tar.gz) = 22f9e0b15f870c8e03ac9cc1ead969d4d84eb931
|
||||
RMD160 (libtasn1-2.14.tar.gz) = 699dbe79d1aa5d16078057ca7b660fe94557a994
|
||||
Size (libtasn1-2.14.tar.gz) = 1977010 bytes
|
||||
SHA1 (libtasn1-3.1.tar.gz) = 40a651c82e8e842e0550b85502bd550c16ec626b
|
||||
RMD160 (libtasn1-3.1.tar.gz) = 4b404655cbab292dcbf2e7a7e70246c464cd7df9
|
||||
Size (libtasn1-3.1.tar.gz) = 1810285 bytes
|
||||
|
|
Loading…
Reference in a new issue