1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-10 03:17:35 +00:00
serenity/Userland/Libraries/LibCrypto/ASN1
Andreas Kling 216e21a1fa AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
This isn't a complete conversion to ErrorOr<void>, but a good chunk.
The end goal here is to propagate buffer allocation failures to the
caller, and allow the use of TRY() with formatting functions.
2021-11-17 00:21:13 +01:00
..
ASN1.cpp Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
ASN1.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
DER.cpp AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 2021-11-17 00:21:13 +01:00
DER.h AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 2021-11-17 00:21:13 +01:00
PEM.cpp AK: Make ByteBuffer::try_* functions return ErrorOr<void> 2021-11-10 21:58:58 +01:00
PEM.h AK+Userland: Use mpfard@serenityos.org for my copyright headers 2021-04-22 22:19:09 +02:00