1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/tls
Christoph Fritz 507b4f5a62 tls: cmake: avoid using full host path for SSL lib
When using OE/Yocto to create a SDK/toolchain, the generated
LibwebsocketsTargets.cmake falsely contains the host path (build
artifacts) in INTERFACE_LINK_LIBRARIES instead of the actually installed
SDK path.

This host path originates from OPENSSL_LIBRARIES that gives the full
path to the openssl library at build time.

To avoid propagating full build host specific path to generated
LibwebsocketsTargets.cmake, this patch forces to link with ssl and
crypto instead of a full path.
2023-04-01 21:29:03 +02:00
..
mbedtls mbedtls: some versions need x509 overallocation 2022-04-23 07:39:43 +01:00
openssl tls: alpn for client 2022-09-18 08:18:22 +01:00
CMakeLists.txt tls: cmake: avoid using full host path for SSL lib 2023-04-01 21:29:03 +02:00
lws-gencrypto-common.c Wextra 2021-07-04 10:29:54 +01:00
lws-genec-common.c genec: show correct nid when not allowed 2022-02-01 09:13:58 +00:00
private-jit-trust.h tls: JIT Trust 2021-06-22 15:55:29 +01:00
private-lib-tls.h openssl: remove lws_ssl_get_error_string as cruft 2021-10-29 20:10:55 +01:00
private-network.h tls: JIT Trust 2021-06-22 15:55:29 +01:00
tls-client.c jit-trust: adapt for esp-idf pre v3 mbedtls 2022-03-15 10:28:09 +00:00
tls-jit-trust.c tls: JIT Trust 2021-06-22 15:55:29 +01:00
tls-network.c logging: gate_accepts: reduce verbosity 2021-12-13 19:02:56 +00:00
tls-server.c acme: update for v2 2022-04-11 06:39:55 +01:00
tls-sessions.c tls-sessions: remove no stash warning 2021-06-24 06:31:39 +01:00
tls.c base64: improve sanity checking 2022-03-25 08:18:30 +00:00