Tags: xmidt-org/cjwt
Tags
05/22/2021 - Update the interface to not use strlen() for lengths but expect them to be passed in. This reduces the likelihood of this library being exploited by a long string. - Add the cjwt_printf() function to the interface. - Remove the alg mapping function that was mistakenly provided in the 1.x.x API. - Add a few worked examples.
05/21/2021 - Move to use internal base64 decoding with stricter processing rules - Major refactor to use a specified length and not '\0' terminated strings internally. - A number of failures that may not have been detected now have tests and are covered. - Bridge the new implementation to use the existing API.
PreviousNext