Wireshark-bugs: [Wireshark-bugs] [Bug 8799] OCSP CertificateSerialNumber is wrong

Date: Tue, 18 Jun 2013 22:10:37 +0000

Comment # 4 on bug 8799 from
Created attachment 11014 [details]
Partial fix

With the attached patch, I could get the right output for the first 3 serial
numbers. The 4th fails as currently dissect_ber_integer64 expects the length to
be 8 maximum while here it is 9 (with the most significant byte set to 0).
THe only thing that prevents me checking it is to know whether PKIX1Explicit
and PKIXAC dissectors also expect it to be unsigned.


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