This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
f7d584a0ce
zephyr
/
tests
/
subsys
/
jwt
/
testcase.yaml
6 lines
81 B
YAML
Raw
Normal View
History
Unescape
Escape
jwt: Add JSON web token library This patch adds a JSON web token library that adds the capability to sign JSON tokens. This was located in subsys due to the dependency on MBEDTLS, which resides in /ext. Signed-off-by: David Brown <david.brown@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
2018-09-21 03:15:20 +08:00
tests
:
tests: updated names for the tests Some test cases have the same test case name. To get rid of it, I decided to change test cases names contained same names. Please check my logic, how I give them names. Usually trying to give name same as a directory folder. There are still more test cases which necessary to change, but I will make changes by small steps. Signed-off-by: Maksim Masalski <maksim.masalski@intel.com>
2019-10-22 14:32:33 +08:00
libraries.encoding.jwt
:
jwt: Add JSON web token library This patch adds a JSON web token library that adds the capability to sign JSON tokens. This was located in subsys due to the dependency on MBEDTLS, which resides in /ext. Signed-off-by: David Brown <david.brown@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
2018-09-21 03:15:20 +08:00
min_ram
:
96
tests: exclude platforms with limited flash Platforms with limited flash are now failing to link. Add or increase flash requirements for test cases to exclude the ones that will fail. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2019-09-24 01:38:45 +08:00
min_flash
:
72
jwt: Add JSON web token library This patch adds a JSON web token library that adds the capability to sign JSON tokens. This was located in subsys due to the dependency on MBEDTLS, which resides in /ext. Signed-off-by: David Brown <david.brown@linaro.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
2018-09-21 03:15:20 +08:00
tags
:
jwt