summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibCrypto/PK
AgeCommit message (Expand)Author
2021-05-31LibCrypto: Fix bound checks when reading bitmapsBen Wiederhake
2021-05-17LibCrypto: Change static constexpr array to function local constexprLenny Maiorani
2021-05-17LibCrypto: Fix incorrectly constexpr variableLenny Maiorani
2021-05-14Userland: Replace arc4random() with get_random<u32>()Jean-Baptiste Boric
2021-05-13LibCrypto: Remove all uses of VLAsAli Mohammad Pur
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-15Everything: Add `-Wnon-virtual-dtor` flagNicholas-Baron
2021-03-04LibCrypto: Use BitmapView instead of Bitmap::wrap()Andreas Kling
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-14LibCrypto: Make a better ASN.1 parserAnotherTest
2021-02-08Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)AnotherTest
2021-01-25Everywhere: Debug macros instead of constexpr.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling