mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 02:59:45 +00:00
LibCrypto: Add the GeneralizedTime ASN.1 type
This commit is contained in:
parent
a48d365046
commit
581f9ff6bb
Notes:
sideshowbarker
2024-07-18 19:28:07 +09:00
Author: https://github.com/alimpfard
Commit: 581f9ff6bb
Pull-request: https://github.com/SerenityOS/serenity/pull/6443
Reviewed-by: https://github.com/awesomekling
2 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,8 @@ String kind_name(Kind kind)
|
|||
return "UTF8String";
|
||||
case Kind::UTCTime:
|
||||
return "UTCTime";
|
||||
case Kind::GeneralizedTime:
|
||||
return "GeneralizedTime";
|
||||
case Kind::Sequence:
|
||||
return "Sequence";
|
||||
case Kind::Set:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue