|
|
|
|
|
by PhantomGremlin
3333 days ago
|
|
surprised that even after the 'goto fail' story people still write code in this questionable style LibreSSL didn't spring into existence out of whole cloth. It started as a fork of OpenSSL, which goes back to 1998. The "questionable style" is from legacy code. It would be a massive effort to revise the entire codebase. And if LibreSSL did that, it would make it harder to import changes from OpenSSL and from other forks such as BoringSSL. |
|
When it's a choice between making it easier to import changes or harder to import bugs, I know which one I think is more important when dealing with a security library.