summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCrypto/ASN1
AgeCommit message (Expand)Author
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Meta+Userland: Simplify some formatterssin-ack
2022-04-17LibCrypto: Implement custom BitStringView for ASN.1 decoderMichiel Visser
2022-04-17LibCrypto: Fix inverted boolean decoded error in ASN.1Michiel Visser
2022-04-17LibTLS: ASN1 parse_utc_time handle pre 2000 yearsMichiel Visser
2022-01-24AK+Userland: Make AK::decode_base64 return ErrorOrSam Atkins
2022-01-07Everywhere: Fix many spelling errorsmjz19910
2021-11-17AK: Convert AK::Format formatting helpers to returning ErrorOr<void>Andreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-10AK: Make ByteBuffer::try_* functions return ErrorOr<void>Andreas Kling
2021-11-10Everywhere: Remove unused AK/Bitmap includesBen Wiederhake
2021-10-23AK+Everywhere: Make Base64 decoding fallibleBen Wiederhake
2021-09-06Everywhere: Use OOM-safe ByteBuffer APIs where possibleAli Mohammad Pur
2021-08-19AK: Move FormatParser definition from header to implementation fileTimothy Flynn
2021-05-31LibCrypto: Fix bound checks when reading bitmapsBen Wiederhake
2021-05-17Everywhere: Fix a bunch of typosLinus Groh
2021-04-22AK+Userland: Use mpfard@serenityos.org for my copyright headersAli Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18LibCrypto: Avoid creating bools from anything except boolsAnotherTest
2021-04-18LibCrypto: Implement UTCTime and GeneralizedTime parsersAnotherTest
2021-04-18LibCrypo: Add an ASN.1/DER pretty-printerAnotherTest
2021-04-18LibCrypto: Allow the user to override the DER read kind and classAnotherTest
2021-04-18LibCrypto: Add the GeneralizedTime ASN.1 typeAnotherTest
2021-03-08LibCrypto: Fail with overflow when bitfield has too many unused bitsAnotherTest
2021-03-04LibCrypto: Use BitmapView instead of Bitmap::wrap()Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-14LibCrypto: Make a better ASN.1 parserAnotherTest
2021-01-22LibCrypto: Make PEM.h able to stand aloneBen Wiederhake
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling