hint that there are IMPLICIT content when we find it
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15700 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -112,9 +112,13 @@ loop (unsigned char *buf, size_t len, int indent)
|
|||||||
(unsigned)length, (unsigned)len);
|
(unsigned)length, (unsigned)len);
|
||||||
}
|
}
|
||||||
if (class == ASN1_C_CONTEXT || class == ASN1_C_APPL) {
|
if (class == ASN1_C_CONTEXT || class == ASN1_C_APPL) {
|
||||||
printf ("%lu bytes [%u]\n", (unsigned long)length, tag);
|
printf ("%lu bytes [%u]", (unsigned long)length, tag);
|
||||||
if (type == CONS)
|
if (type == CONS) {
|
||||||
|
printf("\n");
|
||||||
loop_length = loop (buf, length, indent + 2);
|
loop_length = loop (buf, length, indent + 2);
|
||||||
|
} else {
|
||||||
|
printf(" IMPLICIT content\n");
|
||||||
|
}
|
||||||
} else if (class == ASN1_C_UNIV) {
|
} else if (class == ASN1_C_UNIV) {
|
||||||
switch (tag) {
|
switch (tag) {
|
||||||
case UT_EndOfContent:
|
case UT_EndOfContent:
|
||||||
|
Reference in New Issue
Block a user