|
|
|
|
|
by PhantomGremlin
3856 days ago
|
|
So, why LibreSSL went with a 2+ year old version of that file? The LibreSSL philosophy is to (at least initially) clean up the parts of OpenSSL that are "cruft". E.g. dropping support for long-dead computer architectures and protocols, removing homebrew malloc(). Stuff like that. The LibreSSL guys have tried to stay away from the highly tricky crypto stuff. Messing with that could have serious security implications. They can address math and crypto later. For now there's still a lot of low hanging fruit they can pick. |
|
The general clean up idea is mentioned all over, but selecting old versions of specific files is not.