Skip to content
  1. Oct 03, 2010
  2. Sep 30, 2010
  3. Feb 15, 2010
    • Nathan Froyd's avatar
      fix formats that explicitly test for particular characters · 87fa2cd7
      Nathan Froyd authored
      base32, base64, and ascii85 all need to check for particular characters:
      CONVERTER logic in the decoding functions was misinterpreted for this
      case.  CONVERTER is really for turning elements of the input sequence
      into integers and was inappropriately being used to try to convert the
      special characters into integers, which didn't work when decoding octet
      vectors.
      
      For those checks, explicitly check the type of sequence we're decoding
      from and take the appropriate transformation on the special character.
      87fa2cd7
  4. Feb 14, 2010
  5. Feb 13, 2010
  6. Jan 30, 2010
  7. Jan 25, 2010
  8. Jan 24, 2010
  9. Jan 15, 2010
  10. Jan 14, 2010
  11. Nov 13, 2009