Hi,

I found this e-mail address from the output of running the tests. If I should 
report this somewhere else, please refer me to the appropriate place.

I added a line to print the value of result (ASN1_DER_ERROR). The function 
calls are:

For Test_choise_ocsp.c
result = asn1_der_decoding (&node1, data, data_size, errorDescription);

For ocsp-basic-response.c
result = asn1_der_decoding2 (&node1, data, &data_size, 
ASN1_DECODE_FLAG_STRICT_DER, errorDescription);

I don’t know much about your library, it’s a requirement for other software I 
need to use. If I can do something to provide more information, please let me 
know. All of the other tests pass.

Environment I building in:
msys2-runtime 2.6.0-1 (current MSYS2: bash, autotools, etc)
gcc version 5.4.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project)

Thank you,

/allen

============================================================================
Testsuite summary for GNU Libtasn1 4.9
============================================================================
# TOTAL: 22
# PASS:  20
# SKIP:  0
# XFAIL: 0
# FAIL:  2
# XPASS: 0
# ERROR: 0

FAIL: Test_choice_ocsp
======================

error in 52:
result = 4
./pkix.asn:332: Warning: VisibleString is a built-in ASN.1 type.
./pkix.asn:334: Warning: NumericString is a built-in ASN.1 type.
./pkix.asn:336: Warning: IA5String is a built-in ASN.1 type.
./pkix.asn:338: Warning: TeletexString is a built-in ASN.1 type.
./pkix.asn:340: Warning: PrintableString is a built-in ASN.1 type.
./pkix.asn:342: Warning: UniversalString is a built-in ASN.1 type.
./pkix.asn:345: Warning: BMPString is a built-in ASN.1 type.
./pkix.asn:349: Warning: UTF8String is a built-in ASN.1 type.
FAIL Test_choice_ocsp.exe (exit status: 1)

FAIL: ocsp-basic-response
=========================

./pkix.asn:332: Warning: VisibleString is a built-in ASN.1 type.
./pkix.asn:334: Warning: NumericString is a built-in ASN.1 type.
./pkix.asn:336: Warning: IA5String is a built-in ASN.1 type.
./pkix.asn:338: Warning: TeletexString is a built-in ASN.1 type.
./pkix.asn:340: Warning: PrintableString is a built-in ASN.1 type.
./pkix.asn:342: Warning: UniversalString is a built-in ASN.1 type.
./pkix.asn:345: Warning: BMPString is a built-in ASN.1 type.
./pkix.asn:349: Warning: UTF8String is a built-in ASN.1 type.
error in 51: decoding:
result = 4
FAIL ocsp-basic-response.exe (exit status: 1)

Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10

Reply via email to