1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/plat/windows
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
..
CMakeLists.txt mingw: libevent build fixes 2020-11-28 10:58:38 +00:00
private-lib-plat-windows.h windows: openssl: load certificates from certificate store 2021-03-12 09:25:51 +00:00
windows-fds.c client: allow setting overall connect timeout from vh init 2020-05-26 17:05:39 +01:00
windows-file.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
windows-init.c tls: mbedtls-3 2021-07-13 13:22:50 +01:00
windows-misc.c esp32-wrover-kit 2020-06-30 19:35:41 +01:00
windows-pipe.c windows: cancel pipe is in pts not context 2021-04-05 10:55:04 +01:00
windows-plugins.c plugins: add LWS_BUILD_HASH to header and require match 2021-01-28 05:52:41 +00:00
windows-resolv.c windows-resolv: fix dns resolution 2021-03-05 20:08:51 +00:00
windows-service.c service: restrict effective wait to platform resolution 2021-01-17 11:32:48 +00:00
windows-sockets.c windows: align plat insert socket POLLIN handling to linux 2021-07-09 09:31:48 +01:00
windows-spawn.c logs: introduce log_cx 2021-07-01 05:20:53 +01:00