1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/plugins
Andy Green ddb94d4e27 genaes: generic AES layer independent of tls library
Although RSA can be used directly for signing / JWS
on large chunks of data since it's only operating on
the hash, when JWE support arrives, which allows bulk
encryption, it's going to be mandatory to support
secondary AES ciphers to use on the bulk data.

This adds generic support for all AES modes that OpenSSL
and mbedTLS have in common, works on both mbedTLS and
OpenSSL the same, and adds unit tests for each mode
in api-test-gencrypto, to run in CI.
2018-12-27 06:45:31 +08:00
..
acme-client JOSE: refactor and prepare for JWE 2018-12-27 06:45:31 +08:00
deaddrop minimal example deaddrop 2018-12-01 11:05:59 +08:00
generic-sessions codacy: minor fixes 2018-10-13 08:16:27 +08:00
generic-table codacy: minor fixes 2018-10-13 08:16:27 +08:00
raw-proxy role: raw-proxy 2018-12-01 11:05:59 +08:00
ssh-base genaes: generic AES layer independent of tls library 2018-12-27 06:45:31 +08:00
lwsws-logo.png http cache policy 2016-04-22 08:53:49 +08:00
protocol_client_loopback_test.c libwebsockets.h: split out into a dir of sub-includes included by libwebsockets.h 2018-09-11 18:27:59 +08:00
protocol_dumb_increment.c libwebsockets.h: split out into a dir of sub-includes included by libwebsockets.h 2018-09-11 18:27:59 +08:00
protocol_esp32_lws_group.c plugins: group 2017-05-16 20:21:47 +08:00
protocol_esp32_lws_ota.c libwebsockets.h: clean out some boilerplate better put in core/private.h 2018-08-16 19:10:32 +08:00
protocol_esp32_lws_reboot_to_factory.c esp32: separate factory setup 2017-03-31 20:05:10 +08:00
protocol_esp32_lws_scan.c libwebsockets.h: clean out some boilerplate better put in core/private.h 2018-08-16 19:10:32 +08:00
protocol_fulltext_demo.c fulltext search 2018-10-26 13:53:28 +08:00
protocol_lws_mirror.c clean: general whitespace cleanup 2018-11-23 08:47:56 +08:00
protocol_lws_raw_test.c adopt: allow associated accepted vhost connections to specific role 2018-12-01 11:05:59 +08:00
protocol_lws_server_status.c codacy: minor fixes 2018-10-13 08:16:27 +08:00
protocol_lws_sshd_demo.c fulltext search 2018-10-26 13:53:28 +08:00
protocol_lws_status.c lws_hdr_copy: ensure enough extra space 2018-10-26 16:14:30 +08:00
protocol_post_demo.c post-demo: fix h2 flags 2018-11-28 15:06:10 +08:00
server-status.css test-app: upgrade test.html to have separate css and js for CSP 2018-09-11 18:27:59 +08:00
server-status.html test-app: upgrade test.html to have separate css and js for CSP 2018-09-11 18:27:59 +08:00
server-status.js codacy: minor fixes 2018-10-13 08:16:27 +08:00