/[Apache-SVN]
ViewVC logotype

Revision 1796208


Jump to revision: Previous Next
Author: jchampion
Date: Thu May 25 21:18:42 2017 UTC (7 years ago)
Changed paths: 4
Log Message:
util.c: add a strict Base64 decoding function

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

Changed paths

Path Details
Directoryhttpd/httpd/branches/httpdunit/include/httpd.h modified , text changed
Directoryhttpd/httpd/branches/httpdunit/server/util.c modified , text changed
Directoryhttpd/httpd/branches/httpdunit/test/unit/ added
Directoryhttpd/httpd/branches/httpdunit/test/unit/base64.c added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26