1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:07:36 +00:00

LibTLS: Add OutOfMemory error that will send an InternalError alert

This commit is contained in:
Michiel Visser 2022-02-18 15:58:27 +01:00 committed by Ali Mohammad Pur
parent 610b380515
commit ab84aa6fb2
3 changed files with 8 additions and 7 deletions

View file

@ -109,6 +109,7 @@ enum class Error : i8 {
DecryptionFailed = -20,
NeedMoreData = -21,
TimedOut = -22,
OutOfMemory = -23,
};
enum class AlertLevel : u8 {