1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/minimal-examples/crypto
Andy Green 1ebe27e38f cmake: mark all the subprojects as explicitly C
We don't need a C++ compiler but if we don't spell it out, cmake
assumes it C + C++ compiler needed.
2020-08-31 16:51:36 +01:00
..
minimal-crypto-jwe cmake: mark all the subprojects as explicitly C 2020-08-31 16:51:36 +01:00
minimal-crypto-jwk cmake: mark all the subprojects as explicitly C 2020-08-31 16:51:36 +01:00
minimal-crypto-jws cmake: mark all the subprojects as explicitly C 2020-08-31 16:51:36 +01:00
minimal-crypto-x509 cmake: mark all the subprojects as explicitly C 2020-08-31 16:51:36 +01:00
README.md lws-x509: validation functions 2018-12-31 20:35:54 +08:00

name tests
minimal-crypto-jwe Examples for lws RFC7516 JWE apis
minimal-crypto-jwk Examples for lws RFC7517 JWK apis
minimal-crypto-jws Examples for lws RFC7515 JWS apis
minimal-crypto-x509 Examples for lws X.509 apis