Talk
35:00
Security versus interoperability
The talk is about the security protocol SSL/TLS, with pointers to the implementation in Erlang/OTP. It will for example cover :
- the advantages with implementing the protocol in Erlang
- parts that should not be implemented in Erlang (the actual crypto algorithms)
- new features and optimizations in the OTP ssl implementation.