partyblob

Results 4 issues of partyblob

Many protocols support upgrading after initial data has been sent, for example SMTP which will upgrade after a `STARTTLS` command Allow an option to upgrade an unencrypted socket to an...

This pull request adds the ability to reload `us_socket_context_options_t` for a socket context via ```c int us_update_socket_context(int ssl, struct us_socket_context_t* ctx, struct us_socket_context_options_t* options); ``` rather than by workarounds like...

Provides an updated App options interface to allow specifying in-memory cert/key data rather than filepath (filepath is still the default) Provides `TemplatedApp::setOptions(const SocketContextOptions& options)` to change server options while the...

https://github.com/uNetworking/uSockets/blame/182b7e4fe7211f98682772be3df89c71dc4884fa/src/crypto/openssl.c#L539 Also whenever this part runs the server I am hosting becomes unreachable