network-simple-tls v0.3 Release Notes

Release Date: 2018-05-16 // almost 6 years ago
    • 💥 BREAKING CHANGE: Changed type of the following functions: getDefaultClientSettings, makeClientSettings, updateClientParams, clientParams, makeServerSettings, updateServerParams, serverParams.

    • 💥 BREAKING CHANGE: Only TLS 1.1 and TLS 1.2 are supported by default.

    • Server's choice of ciphers are always prefered over client's.

    • Server code will mandate strong cipher requirements, client code will be more permissive.

    • Compatible with tls-1.4

    • ✂ Remove upper bounds for all dependencies except base.