summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCrypto/ASN1
AgeCommit message (Expand)Author
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