hostap/src/utils
Jouni Malinen 608adae5ba JSON: Add base64 helper functions
These functions are similar to the base64url helpers but with the base64
(not url) alphabet.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
2020-06-15 20:19:19 +03:00
..
.gitignore
base64.c base64: Add no-LF variant for encoding 2020-06-15 20:18:12 +03:00
base64.h base64: Add no-LF variant for encoding 2020-06-15 20:18:12 +03:00
bitfield.c
bitfield.h
browser-android.c hs20_web_browser() to allow TLS server validation to be enabled 2020-02-16 17:40:52 +02:00
browser-system.c hs20_web_browser() to allow TLS server validation to be enabled 2020-02-16 17:40:52 +02:00
browser-wpadebug.c hs20_web_browser() to allow TLS server validation to be enabled 2020-02-16 17:40:52 +02:00
browser.c webkit2: Fix http://localhost:12345/ redirect handling 2020-03-07 11:51:23 +02:00
browser.h hs20_web_browser() to allow TLS server validation to be enabled 2020-02-16 17:40:52 +02:00
build_config.h
common.c Convert int_array to use size_t instead of int as the length 2020-03-22 18:50:04 +02:00
common.h Add PRINTF_FORMAT for printf wrapper functions 2020-05-02 21:04:17 +03:00
const_time.h Add helper functions for constant time operations 2019-04-09 17:11:15 +03:00
crc32.c
crc32.h
edit.c
edit.h
edit_readline.c
edit_simple.c
eloop.c loop: Use size_t for eloop.count 2020-03-22 18:50:04 +02:00
eloop.h
eloop_win.c eloop: Use size_t for signal_count 2020-03-22 18:50:04 +02:00
ext_password.c
ext_password.h
ext_password_i.h
ext_password_test.c
http-utils.h hs20-osu-client: Use size_t for certificate components 2020-03-22 18:50:04 +02:00
http_curl.c HTTP (curl): Replace deprecated ASN1_STRING_data() 2019-01-01 20:29:34 +02:00
includes.h Include stdbool.h to allow C99 bool to be used 2020-04-20 20:29:31 +03:00
ip_addr.c
ip_addr.h
json.c JSON: Add base64 helper functions 2020-06-15 20:19:19 +03:00
json.h JSON: Add base64 helper functions 2020-06-15 20:19:19 +03:00
list.h Modify dl_list_for_each() to not use unaligned access with WPA_TRACE 2019-02-25 19:42:34 +02:00
Makefile tests: JSON parser fuzzer 2019-02-11 02:35:29 +02:00
module_tests.h
os.h
os_internal.c os_sleep: Use nanosleep for POSIX versions 2008 and higher 2019-09-09 16:45:40 +03:00
os_none.c Remove forgotten os_strncpy() implementations 2019-03-10 15:56:51 +02:00
os_unix.c os_unix: Call srandom() only if os_get_random() succeeds 2020-03-08 16:43:09 +02:00
os_win32.c
pcsc_funcs.c
pcsc_funcs.h
platform.h
radiotap.c
radiotap.h
radiotap_iter.h
state_machine.h state_machine: Convert Boolean to C99 bool 2020-04-24 17:06:50 +03:00
trace.c trace: Handle binutils bfd.h breakage 2020-01-20 21:17:21 +02:00
trace.h
utils_module_tests.c Convert int_array to use size_t instead of int as the length 2020-03-22 18:50:04 +02:00
uuid.c
uuid.h
wpa_debug.c Allow debug log to be written to both syslog and file 2019-12-28 18:28:10 +02:00
wpa_debug.h Allow debug log to be written to both syslog and file 2019-12-28 18:28:10 +02:00
wpabuf.c
wpabuf.h
xml-utils.c XML: Do not add empty Value node for nodes with child nodes in TNDS 2018-09-10 21:43:43 +03:00
xml-utils.h
xml_libxml2.c Clean up base64_{encode,decode} pointer types 2019-11-28 16:39:09 +02:00