1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/core-net/client
Andy Green 19ba1998fa tls: evolve handshake serialization into simultaneous_ssl_handshake_restriction
This patch adapts the recent change about serializing the number of
simultaneous tls handshakes allowed to 1, so you can set the number in the
context creation info, and the accounting for it is handled by counters
same as the overally tls restriction.

The name of the context info var to control it changes to simultaneous_ssl_handshake_restriction
which is now a count, the default 0 means no limit.

The count rejects tls connection attempts when the tls borrow is attempted,
and separately hands back the hs borrow from the tls borrow when the
connection attempt fails or succeeds.
2021-10-05 07:40:17 +01:00
..
client.c logs: more internal conversion to log_cx 2021-07-01 05:20:53 +01:00
conmon.c conmon: async-dns: off-by-one 2021-10-05 07:09:55 +01:00
connect.c tls: evolve handshake serialization into simultaneous_ssl_handshake_restriction 2021-10-05 07:40:17 +01:00
connect2.c asyncdns: provide correct length with CCE 2021-10-05 07:10:10 +01:00
connect3.c client: connections: add detailed dynamic CCE info 2021-08-19 05:31:15 +01:00
connect4.c sspc: add concurrency stress 2021-07-04 10:29:52 +01:00
sort-dns.c logs: more internal conversion to log_cx 2021-07-01 05:20:53 +01:00