Skip to content
  1. Jun 28, 2017
  2. Jun 26, 2017
  3. Jun 25, 2017
  4. Jun 24, 2017
  5. Jun 23, 2017
  6. Jun 22, 2017
  7. Jun 21, 2017
  8. Jun 20, 2017
    • Jacob Champion's avatar
      util.c: add a strict Base64 decoding function · 8f508d6e
      Jacob Champion authored
      ap_pbase64decode_strict() adds to the functionality of
      ap_pbase64decode() in two ways:
      
      - the length of the decoded buffer is returned, allowing embedded NULLs
        to be retained by the caller
      - the input string is strictly checked for Base64 validity, including
        correct zero-padding at the end of the string
      
      (This was originally added to the httpdunit feature/backport branch in
      r1796208, then reverted in r1799376, since it's currently intended for
      trunk only.)
      
      git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1799380 13f79535-47bb-0310-9956-ffa450edef68
      8f508d6e