1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/lib
Petar Paradzik 413631632b ssl: fix segfault when using SSL_CTX that is not created
vhost->ssl_ctx is created in 'lws_tls_server_vhost_backend_init', but it
is used before in 'lws_tls_server_client_cert_verify_config' when
calling SSL_CTX_set_session_id_context...

Signed-off-by: Petar Paradzik <petar.paradzik@sartura.hr>
2017-10-26 18:55:12 +08:00
..
client build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
event-libs build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
ext build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
http2 build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
misc lejp: add test app to parse stdin 2017-10-26 18:55:12 +08:00
plat build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
server ssl: fix segfault when using SSL_CTX that is not created 2017-10-26 18:55:12 +08:00
tls build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
alloc.c http2: make usable 2017-10-16 17:13:49 +08:00
context.c protocol init: allow use of client apis during per-vhost protocol init 2017-10-24 20:19:24 +08:00
handshake.c http2: make usable 2017-10-16 17:13:49 +08:00
header.c http2: make usable 2017-10-16 17:13:49 +08:00
lextable-strings.h http2: make usable 2017-10-16 17:13:49 +08:00
lextable.h http2: make usable 2017-10-16 17:13:49 +08:00
libwebsockets.c build: strict-aliasing on old compiler workaround 2017-10-25 07:54:18 +08:00
libwebsockets.h lejp: integrate header into libwebsockets.h 2017-10-26 18:55:11 +08:00
minilex.c whitespace trailing mass cleanout 2015-12-14 08:52:03 +08:00
output.c build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
pollfd.c build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
private-libwebsockets.h build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00
service.c build: enable signed vs unsigned warnings on gcc 2017-10-25 07:17:29 +08:00