* feat(server): Use mimalloc in SSL calls Until now, OpenSSL used `malloc()` directly. This PR overrides it to use mimalloc. Fixes #2709 * Add generate-tls-files.sh