1. 30 Oct, 2013 1 commit
    • Steve Holme's avatar
      base64: Added basic validation to base64 input string when decoding · e17c1b25
      Steve Holme authored
      A base64 string should be a multiple of 4 characters in length, not
      contain any more than 2 padding characters and only contain padding
      characters at the end of string. For example: Y3VybA==
      
      Strings such as the following are considered invalid:
      
      Y=   - Invalid length
      Y==  - Invalid length
      Y=== - More than two padding characters
      Y=x= - Padding character contained within string
      e17c1b25
  2. 29 Oct, 2013 2 commits
  3. 28 Oct, 2013 3 commits
  4. 27 Oct, 2013 11 commits
  5. 26 Oct, 2013 7 commits
  6. 25 Oct, 2013 9 commits
  7. 23 Oct, 2013 7 commits