summaryrefslogtreecommitdiff
path: root/Userland/test-crypto.cpp
AgeCommit message (Expand)Author
2020-11-20test-crypto: Remove foo.response file created by testing (#4110)Lenny Maiorani
2020-11-14LibCrypto: Implement GCM modeAnotherTest
2020-11-14test-crypto: Silence the "creating bytebuffer..." debugAnotherTest
2020-10-30LibTLS: (Almost) verify certificate chain against root CA certificatesAnotherTest
2020-08-28Userland: Stop passing ignored timezones to gettimeofdayNico Weber
2020-08-24Meta+Userland: Run the TLS test tooAnotherTest
2020-08-24Userland: Add missing HMAC-SHA1 testsAnotherTest
2020-08-16LibCrypto: Fix random number generationBen Wiederhake
2020-08-16LibCrypto: Demonstrate that primality and random numbers are brokenBen Wiederhake
2020-08-15Refactor: Use ReadonlyBytes instead of const ReadonlyBytes&.asynts
2020-08-15AK: Rename span() to bytes() when appropriate.asynts
2020-08-12Test: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-11LibCrypto+LibTLS+Kernel: Switch the Cipher::Mode interface to use SpanAnotherTest
2020-08-06Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)asynts
2020-08-05LibTLS + LibCrypto: Suppress unobserved Optoinal<T> return values.Brian Gianforcaro
2020-07-31LibCrypto: Do not trim leading zeros in export_data by defaultAnotherTest
2020-07-30LibCrypto: Add some checksum algorithmsstelar7
2020-07-28LibCrypto: Implement and test CTR decryptionBen Wiederhake
2020-07-28LibCrypto: Fix broken CTR mode, implement RFC 3686 Test VectorsBen Wiederhake
2020-07-27LibCrypto: Change [XXX]BigInteger::export_data() to use Span.asynts
2020-06-07Meta: Run Crypto tests in CIAnotherTest
2020-06-07test-crypto: Return 1 if any test failedAnotherTest
2020-06-07LibCrypto: Add bitwise operations (and/or/xor)AnotherTest
2020-06-05LibCrypto: Add a simple SignedBigIntegerAnotherTest
2020-06-04test-crypto: Add a test for #2488AnotherTest
2020-05-29LibCrypto: Fix some issues preventing compilation w/ clang 10AnotherTest
2020-05-27test-crypto: Tweaks to make this build properly in LagomAndreas Kling
2020-05-27LibLine: Use Core::EventLoop for outer read loopAnotherTest
2020-05-25LibLine: Change get_line to return a Result<String, Error>AnotherTest
2020-05-20Revert "Build: Include headers from LibC, LibM, and LibPthread with -isystem"Andreas Kling
2020-05-20Build: Include headers from LibC, LibM, and LibPthread with -isystemAndrew Kaster
2020-05-18test-crypto: Don't put TLSv12 in an OwnPtr as it's ref-counted :)Andreas Kling
2020-05-09Userland: Add missing copyright header to test-crypto.cppLinus Groh
2020-05-03LibCrypto: Small fixes in BigInteger & test-cryptoDexesTTP
2020-05-03test-crypto: Display execution time for passing testsDexesTTP
2020-05-02Userland: Tweak the tests in test-cryptoAnotherTest
2020-05-02LibCrypto: Rename UnsignedBigInteger APIs to match their actionsAnotherTest
2020-05-02Userland test-crypto: Add interactive mode for the tls 'mode'AnotherTest
2020-05-02LibTLS: Switch to Hash::Manager for hashing and add SHA1AnotherTest
2020-05-02LibCrypto: Implement SHA1 Hash FunctionAnotherTest
2020-05-02Userland: Adapt test-crypto to the new AK::Result APIAnotherTest
2020-05-02LibTLS: Implement a preliminary version of the TLS protocolAnotherTest
2020-05-02LibCrypto: Fix issues in the Crypto stackAnotherTest
2020-05-02LibCrypto: Implement RSA in terms of UnsignedBigIntegerAnotherTest
2020-05-02LibCrypto: Add ::import_data() and ::export_data() to UnsignedBigIntegerAnotherTest
2020-05-02LibCrypto: Add base-10 string de/serialization methods for bigintItamar
2020-05-02LibCrypto: Fix bug in big int subtractionItamar
2020-05-02LibCrypto: Add UnsignedBigInteger divisionItamar
2020-05-02LibCrypto: Add UnsignedBigInteger multiplicationItamar
2020-05-02LibCrypto: Fix a bug in big int additionItamar