Path to this page:
Subject: CVS commit: pkgsrc/security/libtasn1
From: Juan Romero Pardines
Date: 2003-12-06 00:16:20
Message id: 20031205231620.6ED0C2DA1D@cvs.netbsd.org
Log Message:
Updated to 0.2.6, provided by Min Sik Kim PR pkg/23269.
Changes since 0.2.4:
Version 0.2.6
- ASN.1 parser accepts these kinds of integer definitions:
"INTEGER (5 | 10)" and
"INTEGER (5)"
- Comments start at "--" and finish at the "end of line" or
with another "--".
Version 0.2.5
- Bug fix in ordering procedure for SET OF and SEQUENCE OF
types coding.
- Manage structured format (BER encoding) in
asn1_der_decoding, asn1_decoding_element and
asn1_der_decoding_startEnd for OCTET STRING type.
- Manage SEQUENCE and SET empty structure.
- Manage "indefinite length method" in asn1_der_decoding,
asn1_decoding_element and asn1_der_decoding_startEnd
for the following types:
SEQUENCE, SEQUENCE OF, SET, and SET OF.
- Bug fix in asn1_read_value with NULL parameter in case
of BIT STRING
Files: