Author :
tb
Date :
2025-05-22 08:25:26
Hash :a10bf9eb Message :Simplify SSL_alert_desc_string
SSL_alert_desc_string() is only used by our good old friends M2Crypto
and Net::SSLeay. While some of the two-letter combinations can be made
sense of without looking at the switch, I guess, this is just a
completely useless interface. The same level of uselessness can be
acchieved in a single line matching BoringSSL.
ok joshua kenjiro