1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-06 10:57:36 +00:00
serenity/Userland/Libraries/LibCrypto/ASN1
Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString
We have a new, improved string type coming up in AK (OOM aware, no null
state), and while it's going to use UTF-8, the name UTF8String is a
mouthful - so let's free up the String name by renaming the existing
class.
Making the old one have an annoying name will hopefully also help with
quick adoption :^)
2022-12-06 08:54:33 +01:00
..
ASN1.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ASN1.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
DER.cpp Everywhere: Run clang-format 2022-12-03 23:52:23 +00:00
DER.h LibCrypto: Implement custom BitStringView for ASN.1 decoder 2022-04-17 10:10:19 +04:30
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