1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/core
Andy Green 4db2ff872b cose: keys and signing + validation
Support for COSE keys and signing / validation

 - lws_cose_key_t and import / export / generation apis for EC / RSA / SYMMETRIC

 - cose_sign1 ES256/384/512,RS256/384/512 sign + validate, passes RFC8152 WG tests sign1-tests
 - cose_sign  ES256/384/512,RS256/384/512 sign + validate, passes RFC8152 WG tests sign-tests
 - cose_mac0  HS256/HS256_64/384/512      sign + validate, passes RFC8152 WG tests hmac-examples
 - cose_mac   HS256/HS256_64/384/512             validate, passes RFC8152 WG tests hmac-examples

 - lws-crypto-cose-key commandline tool for key / key set dumping and
   creation
 - lws-crypro-cose-sign commandline tool for signing / validation

 - lws-api-test-cose - large number of test vectors and tests from RFC8152
2021-08-31 05:45:35 +01:00
..
alloc.c lws_netdev: use lws_settings 2020-07-07 15:23:19 +01:00
buflist.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
CMakeLists.txt lws_map 2021-08-21 17:44:40 +01:00
context.c http: cookies: support cookie jar in and out 2021-08-21 17:44:40 +01:00
libwebsockets.c windows: only conceal mode_t on windows 2021-06-20 07:51:24 +01:00
logs.c logs: handle LWS_LOGS_TIMESTAMP disabled 2021-08-13 05:25:01 +01:00
lws_dll2.c dll2: explicitly confim detached dll2 has no linkage 2021-01-04 05:40:12 +00:00
lws_map.c lws_map 2021-08-21 17:44:40 +01:00
private-lib-core.h cose: keys and signing + validation 2021-08-31 05:45:35 +01:00
vfs.c type comparisons: fixes 2021-01-05 10:56:38 +00:00