Congrats on the announcement and release. I'm very interested in the project and will be following closely as I have a couple of app ideas I'd love to test with this.
I do have a few questions regarding SSL/Crypto though. Reading through the project is seems Erlang/Elixir are explicitly compiled without SSL support.
What does this functionally mean for applications?
- no support for TLS-based distribution?
- no support for secure network connections?
- no support for public key functions? key exchange/verification?
If this is currently the case, are there plans to eventually include ssl/crypto/publickey?
Would it be possible to include SSL/crypto using a static compilation of openssl?
Congrats on the announcement and release. I'm very interested in the project and will be following closely as I have a couple of app ideas I'd love to test with this.
I do have a few questions regarding SSL/Crypto though. Reading through the project is seems Erlang/Elixir are explicitly compiled without SSL support.
What does this functionally mean for applications?
If this is currently the case, are there plans to eventually include ssl/crypto/publickey?
Would it be possible to include SSL/crypto using a static compilation of openssl?