1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 23:04:59 +00:00
serenity/Userland/Libraries/LibCrypto/ASN1
kleines Filmröllchen eada4f2ee8 AK: Remove ByteString from GenericLexer
A bunch of users used consume_specific with a constant ByteString
literal, which can be replaced by an allocation-free StringView literal.

The generic consume_while overload gains a requires clause so that
consume_specific("abc") causes a more understandable and actionable
error.
2024-01-12 17:03:53 -07:00
..
ASN1.cpp Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
ASN1.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
DER.cpp LibCrypto: Store the TBS ASN.1 data on the certificate 2023-05-05 09:36:43 +03:30
DER.h LibCrypto+LibTLS: Avoid crashing on invalid input 2023-05-08 06:43:28 +02:00
PEM.cpp AK: Remove ByteString from GenericLexer 2024-01-12 17:03:53 -07:00
PEM.h LibCrypto: Add PEM encoder 2023-04-03 19:58:47 -06:00