1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/tls/mbedtls
Andy Green 498a4e2bd7 sul: all timed objects use a single pt sul list
wsi timeout, wsi hrtimer, sequencer timeout and vh-protocol timer
all now participate on a single sorted us list.

The whole idea of polling wakes is thrown out, poll waits ignore the
timeout field and always use infinite timeouts.

Introduce a public api that can schedule its own callback from the event
loop with us resolution (usually ms is all the platform can do).

Upgrade timeouts and sequencer timeouts to also be able to use us resolution.

Introduce a prepared fakewsi in the pt, so we don't have to allocate
one on the heap when we need it.

Directly handle vh-protocol timer if LWS_MAX_SMP == 1
2019-08-09 10:12:09 +01:00
..
wrapper mbedtls: wrapper: avoid redefine forward-typedef of X509_STORE_CTX 2019-07-29 00:37:06 +01:00
lws-genaes.c jwe 2018-12-27 06:45:32 +08:00
lws-gencrypto.c genhash: add MD5 2019-07-17 13:09:40 -07:00
lws-genec.c lws-x509: validation functions 2018-12-31 20:35:54 +08:00
lws-genhash.c genhash: add MD5 2019-07-17 13:09:40 -07:00
lws-genrsa.c COVA10663: more mbedtls_mpi_write_binary return check instances 2019-07-13 13:39:43 -07:00
mbedtls-client.c client: add more descriptive string cases 2019-07-24 16:48:24 -07:00
mbedtls-server.c openssl: rename internal api for describe error stack and make it destructive again 2019-07-13 13:28:44 -07:00
private.h lws-x509: validation functions 2018-12-31 20:35:54 +08:00
ssl.c sul: all timed objects use a single pt sul list 2019-08-09 10:12:09 +01:00
tls.c openssl: add threading apis needed for 1.0.2 and earlier 2019-08-02 09:47:23 +01:00
x509.c optee: remove build system 2019-01-15 06:59:48 +08:00