1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-16 00:00:07 +01:00
libwebsockets/lib/tls/mbedtls
Andy Green 3ec7c1ab21 ACME client plugin
This adds support for a plugin that can be attached to a vhost
to acquire and maintain its TLS cert automatically.

It works the same with both OpenSSL and mbedTLS backends, but
they can't share auth keys, delete the 'auth.jwk' file as it is
in the example JSON when switching between libs
2017-12-01 11:37:35 +08:00
..
wrapper tls: add csr generation 2017-12-01 11:37:35 +08:00
client.c mbedtls: client cert workaround 2017-11-26 19:16:17 +08:00
lws-genhash.c lws_genhash: add HMAC 2017-11-10 16:56:44 +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
server.c ACME client plugin 2017-12-01 11:37:35 +08:00
ssl.c add selfsigned cert generation api 2017-11-26 19:17:11 +08:00