Wireshark-bugs: [Wireshark-bugs] [Bug 11561] x509ce CRLDistributionPoints dissection issue ?

Date: Sun, 04 Oct 2015 18:00:18 +0000

changed bug 11561


What Removed Added
CC   [email protected]

Comment # 1 on bug 11561 from
The problem still exists in current master. However, I doubt that it's a
wireshark issue

martin@reykholt:~/Downloads$ dumpasn1 -h ./distPointExtension 
    <30 82 01 29>
  0 297: SEQUENCE {
    <06 03>
  4   3:   OBJECT IDENTIFIER cRLDistributionPoints (2 5 29 31)
    <04 82 01 20>
  9 288:   OCTET STRING, encapsulates {
    <30 82 01 1C>
 13 284:     SEQUENCE {
    <30 82 01 18>
 17 280:       SEQUENCE {
    <A0 82 01 14>
 21 276:         [0] {
    <A0 82 01 10>
 25 272:           [0] {
    <86 81 C4>
 29 196:             [6]
       :               'ldap:///CN=fspl-WIN2008-RADIUS-CA(1),CN=Win2008-'
       :               'RADIUS,CN=CDP,CN=Public%20Key%20Services,CN=Serv'
       :               'ices,CN=Configuration,D........M..V.....Po.!..`.'
       :               '......l.j...yI..L] ........(4..O..".}..{..z.B...'
       :               'b...'
       :               Error: IA5String contains illegal character(s).
    <2F 00>
228   0:             Unknown (Reserved) {}
    <00 05>
       :               Error: Spurious EOC in definite-length item.
    <FF 01 00>
    <01 00>
    <0B 00>

It seems that the GeneralNames (== SEQUENCE OF GeneralName) is not correctly
encoded. The exception occurs when we parse this sequence, similar to the
problem that dumpasn1 reports.


You are receiving this mail because:
  • You are watching all bug changes.