mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00

Until now the JOSE pieces only had enough support for ACME. This patch improves the JWK parsing to prepare for more complete support and for adding JWE, genaes and genec in later patches.
22 lines
354 B
Markdown
22 lines
354 B
Markdown
# lws api test lwsac
|
|
|
|
Demonstrates how to use and performs selftests for lwsac
|
|
|
|
## build
|
|
|
|
```
|
|
$ cmake . && make
|
|
```
|
|
|
|
## usage
|
|
|
|
Commandline option|Meaning
|
|
---|---
|
|
-d <loglevel>|Debug verbosity in decimal, eg, -d15
|
|
|
|
```
|
|
$ ./lws-api-test-lwsac
|
|
[2018/10/09 09:14:17:4834] USER: LWS API selftest: lwsac
|
|
[2018/10/09 09:14:17:4835] USER: Completed: PASS
|
|
```
|
|
|