1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib/tls/mbedtls
Andy Green aa816e98a9 alpn: assemble defaults from roles and allow override
Since new roles may be incompatible with http, add support for
alpn names at the role struct, automatic generation of the
default list of alpn names that servers advertise, and the
ability to override the used alpn names per-vhost and per-
client connection.

This not only lets you modulate visibility or use of h2,
but also enables vhosts that only offer non-http roles,
as well as restricting http role vhosts to only alpn
identifiers related to http roles.
2018-04-19 16:15:10 +08:00
..
wrapper alpn: assemble defaults from roles and allow override 2018-04-19 16:15:10 +08:00
lws-genhash.c mbedtls: adapt to deprecated api in 2.7 2018-02-19 06:24:30 +08:00
lws-genrsa.c lws-genrsa: add resuable backend-independent rsa decrypt in tls/ and migrate sshd to it 2017-11-10 16:56:44 +08:00
mbedtls-client.c alpn: assemble defaults from roles and allow override 2018-04-19 16:15:10 +08:00
mbedtls-server.c h2 ws: fixes against chrome 2018-04-06 10:38:02 +08:00
ssl.c refactor mode and states into roles and states 2018-04-06 12:22:19 +08:00