1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 10:55:06 +00:00
serenity/Userland/Libraries/LibCrypto/ASN1
Tim Schumacher f5fb1396e8 LibCrypto: Use ErrorOr error handling for parsing DER
This replaces a mixture of `Result`, `Optional`, and a custom error enum
with our usual `ErrorOr`-based error handling.
2023-02-08 18:50:53 +00:00
..
ASN1.cpp LibCrypto: Don't crash in ASN1::parse_generalized_time on missing 'Z' 2022-12-31 23:21:17 +01:00
ASN1.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
DER.cpp LibCrypto: Use ErrorOr error handling for parsing DER 2023-02-08 18:50:53 +00:00
DER.h LibCrypto: Use ErrorOr error handling for parsing DER 2023-02-08 18:50:53 +00:00
PEM.cpp AK+Userland: Make AK::decode_base64 return ErrorOr 2022-01-24 22:36:09 +01:00
PEM.h AK+Userland: Use mpfard@serenityos.org for my copyright headers 2021-04-22 22:19:09 +02:00