index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
test-crypto.cpp
Age
Commit message (
Expand
)
Author
2020-11-20
test-crypto: Remove foo.response file created by testing (#4110)
Lenny Maiorani
2020-11-14
LibCrypto: Implement GCM mode
AnotherTest
2020-11-14
test-crypto: Silence the "creating bytebuffer..." debug
AnotherTest
2020-10-30
LibTLS: (Almost) verify certificate chain against root CA certificates
AnotherTest
2020-08-28
Userland: Stop passing ignored timezones to gettimeofday
Nico Weber
2020-08-24
Meta+Userland: Run the TLS test too
AnotherTest
2020-08-24
Userland: Add missing HMAC-SHA1 tests
AnotherTest
2020-08-16
LibCrypto: Fix random number generation
Ben Wiederhake
2020-08-16
LibCrypto: Demonstrate that primality and random numbers are broken
Ben Wiederhake
2020-08-15
Refactor: Use ReadonlyBytes instead of const ReadonlyBytes&.
asynts
2020-08-15
AK: Rename span() to bytes() when appropriate.
asynts
2020-08-12
Test: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-11
LibCrypto+LibTLS+Kernel: Switch the Cipher::Mode interface to use Span
AnotherTest
2020-08-06
Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)
asynts
2020-08-05
LibTLS + LibCrypto: Suppress unobserved Optoinal<T> return values.
Brian Gianforcaro
2020-07-31
LibCrypto: Do not trim leading zeros in export_data by default
AnotherTest
2020-07-30
LibCrypto: Add some checksum algorithms
stelar7
2020-07-28
LibCrypto: Implement and test CTR decryption
Ben Wiederhake
2020-07-28
LibCrypto: Fix broken CTR mode, implement RFC 3686 Test Vectors
Ben Wiederhake
2020-07-27
LibCrypto: Change [XXX]BigInteger::export_data() to use Span.
asynts
2020-06-07
Meta: Run Crypto tests in CI
AnotherTest
2020-06-07
test-crypto: Return 1 if any test failed
AnotherTest
2020-06-07
LibCrypto: Add bitwise operations (and/or/xor)
AnotherTest
2020-06-05
LibCrypto: Add a simple SignedBigInteger
AnotherTest
2020-06-04
test-crypto: Add a test for #2488
AnotherTest
2020-05-29
LibCrypto: Fix some issues preventing compilation w/ clang 10
AnotherTest
2020-05-27
test-crypto: Tweaks to make this build properly in Lagom
Andreas Kling
2020-05-27
LibLine: Use Core::EventLoop for outer read loop
AnotherTest
2020-05-25
LibLine: Change get_line to return a Result<String, Error>
AnotherTest
2020-05-20
Revert "Build: Include headers from LibC, LibM, and LibPthread with -isystem"
Andreas Kling
2020-05-20
Build: Include headers from LibC, LibM, and LibPthread with -isystem
Andrew Kaster
2020-05-18
test-crypto: Don't put TLSv12 in an OwnPtr as it's ref-counted :)
Andreas Kling
2020-05-09
Userland: Add missing copyright header to test-crypto.cpp
Linus Groh
2020-05-03
LibCrypto: Small fixes in BigInteger & test-crypto
DexesTTP
2020-05-03
test-crypto: Display execution time for passing tests
DexesTTP
2020-05-02
Userland: Tweak the tests in test-crypto
AnotherTest
2020-05-02
LibCrypto: Rename UnsignedBigInteger APIs to match their actions
AnotherTest
2020-05-02
Userland test-crypto: Add interactive mode for the tls 'mode'
AnotherTest
2020-05-02
LibTLS: Switch to Hash::Manager for hashing and add SHA1
AnotherTest
2020-05-02
LibCrypto: Implement SHA1 Hash Function
AnotherTest
2020-05-02
Userland: Adapt test-crypto to the new AK::Result API
AnotherTest
2020-05-02
LibTLS: Implement a preliminary version of the TLS protocol
AnotherTest
2020-05-02
LibCrypto: Fix issues in the Crypto stack
AnotherTest
2020-05-02
LibCrypto: Implement RSA in terms of UnsignedBigInteger
AnotherTest
2020-05-02
LibCrypto: Add ::import_data() and ::export_data() to UnsignedBigInteger
AnotherTest
2020-05-02
LibCrypto: Add base-10 string de/serialization methods for bigint
Itamar
2020-05-02
LibCrypto: Fix bug in big int subtraction
Itamar
2020-05-02
LibCrypto: Add UnsignedBigInteger division
Itamar
2020-05-02
LibCrypto: Add UnsignedBigInteger multiplication
Itamar
2020-05-02
LibCrypto: Fix a bug in big int addition
Itamar
[next]