1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/core
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
..
adopt.c role: raw-proxy 2018-12-01 11:05:59 +08:00
alloc.c refactor: core code in lib/core and private-libwebsockets.h to core/private.h 2018-05-03 10:49:36 +08:00
connect.c role: raw-proxy 2018-12-01 11:05:59 +08:00
context.c JOSE: refactor and prepare for JWE 2018-12-27 06:45:31 +08:00
dummy-callback.c cgi: use transaction_complete when stdout goes away 2018-12-01 11:05:59 +08:00
libwebsockets.c genaes: generic AES layer independent of tls library 2018-12-27 06:45:31 +08:00
output.c lws_raw_transaction_completed 2018-12-01 11:05:59 +08:00
pollfd.c clean: general whitespace cleanup 2018-11-23 08:47:56 +08:00
private.h JOSE: refactor and prepare for JWE 2018-12-27 06:45:31 +08:00
service.c role: raw-proxy 2018-12-01 11:05:59 +08:00