Skip to content
Snippets Groups Projects
  1. Sep 10, 2018
  2. Jan 13, 2017
  3. Dec 22, 2016
  4. Jun 25, 2015
    • Holger Hans Peter Freyther's avatar
      Fix BER decoding for the long form · a1bf5c43
      Holger Hans Peter Freyther authored
      The below ASN1 was parsed as "long form" even if it is not the
      long form. The highest bit indicates if it is the long form or
      the indefinite form. The below was going through the long form
      path but there is no long form in it. Change the long form code
      but don't verify it. It might still be broken.
      
      [98, 87, 130, 2, 120, 33, 131, 2, 127, 255, 132, 16, 160, 0, 0, 0, 135, 16, 2, 255, 255, 255, 255, 137, 7, 9, 0, 0, 165, 22, 131, 2, 127, 255, 203, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 202, 1, 128, 138, 1, 5, 171, 21, 128, 1, 1, 164, 6, 131, 1, 10, 149, 1, 8, 128, 1, 64, 151, 0, 128, 1, 6, 144, 0, 198, 9, 144, 1, 64, 131, 1, 1, 131, 1, 129]
      a1bf5c43
  5. Jul 13, 2012
  6. Dec 07, 2011