1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/tls
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
..
mbedtls tls: mbedtls-3 2021-07-13 13:22:50 +01:00
openssl tls: mbedtls-3 2021-07-13 13:22:50 +01:00
CMakeLists.txt cmake: mbedtls: extra CMAKE_REQUIRED_INCLUDES 2021-07-13 08:27:27 +01:00
lws-gencrypto-common.c Wextra 2021-07-04 10:29:54 +01:00
lws-genec-common.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
private-jit-trust.h tls: JIT Trust 2021-06-22 15:55:29 +01:00
private-lib-tls.h logs: introduce log_cx 2021-07-01 05:20:53 +01:00
private-network.h tls: JIT Trust 2021-06-22 15:55:29 +01:00
tls-client.c tls: add option to serialize ssl handshake 2021-07-08 06:22:47 +01:00
tls-jit-trust.c tls: JIT Trust 2021-06-22 15:55:29 +01:00
tls-network.c vhost: create multiple listen sockets per AF 2021-06-22 16:25:50 +01:00
tls-server.c tls: fix inbalanced tls restrict borrow/return calls 2021-07-08 06:22:47 +01:00
tls-sessions.c tls-sessions: remove no stash warning 2021-06-24 06:31:39 +01:00
tls.c tls restriction: check before doing bio 2021-06-26 14:59:50 +01:00