by jbaviat on 3/1/19, 8:53 AM with 20 comments
by zdw on 3/2/19, 3:17 PM
The LibreSSL approach was to write a new library and API, libtls, which does away with the substantial configuration complexity in applications: https://man.openbsd.org/tls_init.3
I'd argue that LibreSSL's is the better approach.
by tptacek on 3/2/19, 4:50 PM
Why? What designer builds a system this way, without knowing precisely what algorithm they're using?
by tatersolid on 3/2/19, 11:25 AM
Strange that with the bump to 3.0 they didn’t at least announce the removal legacy primitives and TLS versions. Are they going to support DES and RC4 forever?
by snvzz on 3/2/19, 9:08 AM
by brians on 3/2/19, 2:50 PM
And to vulnerabilities from the loadable module support. Getting the property based binding right looks tough!