[libmicrohttpd] Update for websocket library

2021-10-17 Thread Gausmann, David
Hi @all, some months ago I wrote an additional library for libmicrohttpd to add support for the websocket protocol. Christian and Evgeny added that library with the configure flag “--with-experimental”. There were still some tasks to do, but now I am finally done with them. In the attachment yo

Re: [libmicrohttpd] Update for websocket library

2021-10-17 Thread silvioprog
This is awesome news! Congratulations David, I'll test this new feature ASAP. 🎉 On Sun, Oct 17, 2021 at 4:42 PM Gausmann, David wrote: > Hi @all, > > some months ago I wrote an additional library for libmicrohttpd to add > support for the websocket protocol. > Christian and Evgeny added that lib

Re: [libmicrohttpd] Update for websocket library

2021-10-17 Thread Markus Doppelbauer
Since a websocket handshake hashes only 16 bytes you don't need an implementation that provides incremental updates. The attached SHA1 is slower than the openssl implementation, but quite short. Just in case. Weitergeleitete Nachricht Von: "Gausmann, David" Antwort an: libmicro