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 cf2dbdc6a0 vhost: create multiple listen sockets per AF
On some platforms AF_INET and AF_INET6 must be listened for on separate
sockets.  Adapt the vhost server creation code to use the new support for
multiple listen sockets per vhost to create up to two listen sockets for
AF_INET and AF_INET6.

It refactors how the decision about the AF is made and propagated so
there's only one place for it.
2021-06-22 16:25:50 +01:00
..
mbedtls tls: JIT Trust 2021-06-22 15:55:29 +01:00
openssl tls: JIT Trust 2021-06-22 15:55:29 +01:00
CMakeLists.txt tls: JIT Trust 2021-06-22 15:55:29 +01:00
lws-gencrypto-common.c jws: lws_gencrypto_jws_alg_to_definition needs sentinel 2020-03-21 14:43:53 +00: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 tls: JIT Trust 2021-06-22 15:55:29 +01:00
private-network.h tls: JIT Trust 2021-06-22 15:55:29 +01:00
tls-client.c http: redo redirects to follow close flow 2021-06-22 15:55:29 +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 lws_metrics 2021-03-08 21:47:28 +00:00
tls-sessions.c tls: JIT Trust 2021-06-22 15:55:29 +01:00
tls.c vhost: create multiple listen sockets per AF 2021-06-22 16:25:50 +01:00