|
1 | 1 | Empty length
|
2 |
| -parse_prefixes:"04":0:MBEDTLS_ERR_ASN1_INVALID_LENGTH |
| 2 | +parse_prefixes:"04":MBEDTLS_ERR_ASN1_OUT_OF_DATA:UNPREDICTABLE_RESULT |
| 3 | + |
| 4 | +Incomplete length |
| 5 | +parse_prefixes:"0481":MBEDTLS_ERR_ASN1_OUT_OF_DATA:UNPREDICTABLE_RESULT |
3 | 6 |
|
4 | 7 | Prefixes of OCTET STRING, length=0
|
5 |
| -parse_prefixes:"04007e":2:0 |
| 8 | +parse_prefixes:"0400":0:0 |
6 | 9 |
|
7 | 10 | Prefixes of OCTET STRING, length=0 (0 length bytes)
|
8 |
| -parse_prefixes:"04807e":2:MBEDTLS_ERR_ASN1_INVALID_LENGTH |
| 11 | +parse_prefixes:"0480":MBEDTLS_ERR_ASN1_INVALID_LENGTH:MBEDTLS_ERR_ASN1_INVALID_LENGTH |
9 | 12 |
|
10 | 13 | Prefixes of OCTET STRING, length=1
|
11 |
| -parse_prefixes:"0401417e":3:0 |
| 14 | +parse_prefixes:"040141":0:0 |
12 | 15 |
|
13 | 16 | Prefixes of OCTET STRING, length=2
|
14 |
| -parse_prefixes:"040241427e":4:0 |
| 17 | +parse_prefixes:"04024142":0:0 |
15 | 18 |
|
16 | 19 | Prefixes of BOOLEAN, length=0
|
17 |
| -parse_prefixes:"01007e":2:MBEDTLS_ERR_ASN1_INVALID_LENGTH |
| 20 | +parse_prefixes:"0100":MBEDTLS_ERR_ASN1_INVALID_LENGTH:MBEDTLS_ERR_ASN1_INVALID_LENGTH |
18 | 21 |
|
19 | 22 | Prefixes of BOOLEAN, length=1
|
20 |
| -parse_prefixes:"0101007e":3:0 |
| 23 | +parse_prefixes:"010100":0:0 |
21 | 24 |
|
22 | 25 | Prefixes of BOOLEAN, length=2
|
23 |
| -parse_prefixes:"010200007e":4:MBEDTLS_ERR_ASN1_INVALID_LENGTH |
| 26 | +parse_prefixes:"01020000":MBEDTLS_ERR_ASN1_INVALID_LENGTH:MBEDTLS_ERR_ASN1_INVALID_LENGTH |
24 | 27 |
|
25 | 28 | Prefixes of INTEGER, length=1
|
26 |
| -parse_prefixes:"0201417e":3:0 |
| 29 | +parse_prefixes:"020141":0:0 |
27 | 30 |
|
28 | 31 | Prefixes of INTEGER, length=2
|
29 |
| -parse_prefixes:"020241427e":4:0 |
| 32 | +parse_prefixes:"02024142":0:0 |
30 | 33 |
|
31 | 34 | Prefixes of INTEGER, length=5
|
32 |
| -parse_prefixes:"020541424344457e":7:0 |
| 35 | +parse_prefixes:"02054142434445":0:0 |
33 | 36 |
|
34 | 37 | Prefixes of empty BIT STRING
|
35 |
| -parse_prefixes:"03007e":2:MBEDTLS_ERR_ASN1_OUT_OF_DATA |
| 38 | +parse_prefixes:"0300":MBEDTLS_ERR_ASN1_OUT_OF_DATA:UNPREDICTABLE_RESULT |
36 | 39 |
|
37 | 40 | Prefixes of BIT STRING, unused_bits=0, payload_length=0
|
38 |
| -parse_prefixes:"030100":3:0 |
| 41 | +parse_prefixes:"030100":0:MBEDTLS_ERR_ASN1_LENGTH_MISMATCH |
39 | 42 |
|
40 | 43 | Prefixes of BIT STRING, unused_bits=0, payload_length=1
|
41 |
| -parse_prefixes:"0302002a":4:0 |
| 44 | +parse_prefixes:"0302002a":0:MBEDTLS_ERR_ASN1_LENGTH_MISMATCH |
42 | 45 |
|
43 | 46 | Prefixes of BIT STRING, unused_bits=1, payload_length=1
|
44 |
| -parse_prefixes:"0302012a":4:0 |
| 47 | +parse_prefixes:"0302012a":0:MBEDTLS_ERR_ASN1_LENGTH_MISMATCH |
45 | 48 |
|
46 | 49 | Prefixes of empty SEQUENCE
|
47 |
| -parse_prefixes:"30007e":2:0 |
| 50 | +parse_prefixes:"3000":0:0 |
48 | 51 |
|
49 | 52 | Prefixes of SEQUENCE of BOOLEAN, INTEGER, INTEGER
|
50 |
| -parse_prefixes:"300b01010102012a02031234567e":13:0 |
| 53 | +parse_prefixes:"300b01010102012a0203123456":0:0 |
51 | 54 |
|
52 | 55 | Prefixes of SEQUENCE of (SEQUENCE of INTEGER, INTEGER), INTEGER
|
53 |
| -parse_prefixes:"300b30060201410201420201617e":13:0 |
| 56 | +parse_prefixes:"300b3006020141020142020161":0:0 |
54 | 57 |
|
55 | 58 | length=0 (short form)
|
56 | 59 | get_len:"00":0
|
|
0 commit comments