re
re copied to clipboard
Generic library for real-time communications with async IO support
This fixes the following bug: If a HTTP request is resent (e.g. with Authentication after a 401 response), the body of the request is not sent. This is because in...
Otherwise, if something in `invite_resp_handler` fails and `sipsess_terminate` is called, no BYE will be sent.
Currently, when a client certificate is added to a SIP transport, it is only added to the first matching transport in the transport list. Then, if multiple SIP transports exist...
Required by https://github.com/baresip/baresip/pull/3088
Looks like there are some broken LibreSSL implementations https://github.com/baresip/re/pull/1127. Let's start with `test_tls_cli_conn_change_cert` and `tls_conn_change_cert`, this does not work within libressl since `SSL_certs_clear` is not supported (There is usually a...
This drops Ubuntu 20.04 cmake support