1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/tls
Andy Green 06509e287d lws_conmon: connection monitoring and stats generation
This provides a build option LWS_WITH_CONMON that lets user code recover
detailed connection stats on client connections with the LCCSCF_CONMON
flag.

In addition to latencies for dns, socket connection, tls and first protocol
response where possible, it also provides the user code an unfiltered list
of DNS responses that the client received, and the peer it actually
succeded to connect to.
2021-03-17 07:31:49 +00:00
..
mbedtls x509: support DER recovery 2021-03-13 08:06:17 +00:00
openssl x509: support DER recovery 2021-03-13 08:06:17 +00:00
CMakeLists.txt opensslv3: handle deprecation of EC apis 2021-02-17 11:39:15 +00: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-lib-tls.h cmake: disable export visibility when building lws static 2020-09-06 11:46:25 +01:00
private-network.h openssl: client ctx: track tcrs in vh object 2021-01-19 14:13:41 +00:00
tls-client.c lws_conmon: connection monitoring and stats generation 2021-03-17 07:31:49 +00:00
tls-network.c lws_metrics 2021-03-08 21:47:28 +00:00
tls-server.c lws_metrics 2021-03-08 21:47:28 +00:00
tls.c type comparisons: fixes 2021-01-05 10:56:38 +00:00