mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 10:06:03 +00:00
LibTLS: Add RFC explanation of AlertDescription values
This commit is contained in:
parent
9059694216
commit
e59137d4f6
Notes:
sideshowbarker
2024-07-17 08:38:37 +09:00
Author: https://github.com/stelar7
Commit: e59137d4f6
Pull-request: https://github.com/SerenityOS/serenity/pull/18356
Reviewed-by: https://github.com/alimpfard ✅
2 changed files with 179 additions and 0 deletions
|
@ -193,6 +193,8 @@ void TLSv12::try_disambiguate_error() const
|
|||
dbgln("- No one knows.");
|
||||
break;
|
||||
}
|
||||
|
||||
dbgln("- {}", enum_to_value((AlertDescription)m_context.critical_error));
|
||||
}
|
||||
|
||||
void TLSv12::set_root_certificates(Vector<Certificate> certificates)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue