]> git.ipfire.org Git - thirdparty/hostap.git/history - src/utils/json.c
Use a shared helper function for RSN supplicant capabilities
[thirdparty/hostap.git] / src / utils / json.c
2019-12-21  Davide CarattiFix memory leak in case allocation of token fails durin...
2019-11-28  Jouni MalinenJSON: Add helper functions for building tokens
2019-11-27  Jouni MalinenClean up base64_url_{encode,decode} pointer types
2019-10-27  Jouni MalinenJSON: Fix escaping of characters that have MSB=1 with...
2019-02-11  Jouni MalinenJSON: Fix string parsing when \\ escape is at the end...
2019-02-11  Jouni MalinenJSON: Fix parsing of a number from the end of the buffer
2017-11-29  Jouni MalinenJSON: Fix a memory leak on an error path
2017-08-22  Jouni MalinenJSON: Fix parsing of arrays of numbers, strings, literals
2017-06-22  Jouni MalinenJSON: Fix \u escaping
2017-06-17  Jouni MalinenAdd JavaScript Object Notation (JSON) parser (RFC7159)