1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/plat/unix
Andy Green 4b089788bc tls: mbedtls-3
Adapt mbedtls support for compatibility with v3, while maintaining
compatibility with v2.

Notice v3 has removed the ability to encrypt with pubkey and
decrypt with privkey.  Openssl still has it, atm with v3 these
fall back to encrypt with privkey and decrypt with pubkey.

> The RSA module no longer supports private-key operations with the
> public key or vice versa. As a consequence, RSA operation functions
> no longer have a mode parameter. If you were calling RSA operations
> with the normal mode (public key for verification or encryption,
> private key for signature or decryption), remove the
> MBEDTLS_MODE_PUBLIC or MBEDTLS_MODE_PRIVATE argument. If you were
> calling RSA operations with the wrong mode, which rarely makes sense
>from a security perspective, this is no longer supported.
2021-07-13 13:22:50 +01:00
..
android cleaning 2020-01-05 22:17:58 +00:00
CMakeLists.txt cmake: LWS_WITHOUT_EVENTFD 2021-04-20 14:58:23 +01:00
private-lib-plat-unix.h dhcp: clean 2021-02-17 11:39:15 +00:00
unix-caps.c logs: log contexts 2021-07-01 05:20:53 +01:00
unix-fds.c logs: introduce log_cx 2021-07-01 05:20:53 +01:00
unix-file.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
unix-init.c tls: mbedtls-3 2021-07-13 13:22:50 +01:00
unix-misc.c coverity: ntp from blob: handle blob missing 2021-06-04 14:58:15 +01:00
unix-pipe.c libevent: use event_enable_debug_mode 2021-07-13 08:27:18 +01:00
unix-plugins.c logs: reduce verbosity on plugins probing 2021-03-17 12:23:28 +00:00
unix-resolv.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
unix-service.c Fault injection 2021-04-05 10:55:04 +01:00
unix-sockets.c tls: mbedtls-3 2021-07-13 13:22:50 +01:00
unix-spawn.c logs: introduce log_cx 2021-07-01 05:20:53 +01:00