Posts on Blog of Julian Andres Klode · Jul 3, 2026
The pandemic of incomplete OpenSSL error handling
0Sign in to vote or save
This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
Recently a person reported a bug in APT saying that TLS is failing on FIPS systems with MD5 errors, and suggested we call ERR_clear_error() around TLS operations. Like any serious software engineer would do, I said No. Just because one component failed to handle its errors does not mean I can go around and discard all errors in another place - the program should have failed earlier (or discarded…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.