index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibCrypto
Age
Commit message (
Expand
)
Author
2020-09-25
Meta+LibC through LibHTTP: Make clang-format-10 clean
Ben Wiederhake
2020-08-28
LibCrypto: Do not silently ignore key size mismatch
Ben Wiederhake
2020-08-25
AK: Add Endian.h header to replace NetworkOrdered.h.
asynts
2020-08-23
LibCrypto: Don't cause errors when function unused
Ben Wiederhake
2020-08-17
LibCrypto: Don't include <Libraries/...>
Andreas Kling
2020-08-17
LibCrypto: Call bytes() explicitly instead of implicitly.
asynts
2020-08-16
LibCrypto: Fix MB => MiB build issue
Andreas Kling
2020-08-16
LibCrypto: Move large functions to cpp file
Ben Wiederhake
2020-08-16
LibCrypto: Fix random generation and primality tests
Ben Wiederhake
2020-08-16
LibCrypto: Document word order (endianness) of bigint
Ben Wiederhake
2020-08-16
LibCrypto: Fix random number generation
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-11
LibCrypto+LibTLS+Kernel: Switch the Cipher::Mode interface to use Span
AnotherTest
2020-08-11
Crypto: Make AES call malloc much less often
Nico Weber
2020-08-05
LibTLS + LibCrypto: Suppress unobserved Optoinal<T> return values.
Brian Gianforcaro
2020-08-02
LibCrypto: Format the comments in ASN1/PEM.h correctly
AnotherTest
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-28
LibCrypto: Document CTR weirdness in depth
Ben Wiederhake
2020-07-28
LibCrypto: Already using strong crypto
Ben Wiederhake
2020-07-27
LibCrypto: Change the signatures of RSA::import_[XXX]_key to use Span.
asynts
2020-07-27
LibCrypto: Change the signature of decode_pem to use Span.
asynts
2020-07-27
LibCrypto: Change the signature of RSA::parse_rsa_key to use Span.
asynts
2020-07-27
LibCrypto: Change [XXX]BigInteger::export_data() to use Span.
asynts
2020-07-27
LibCrypto: This method wrote to a const pointer.
asynts
2020-07-25
LibCrypto: Optimize UnsignedBigInteger import_data/export_data
Tom
2020-06-25
LibCrypto: Add CTR cipher mode
Peter Elliott
2020-06-25
LibCrypto: Add missing <AK/StringView.h> include
Peter Elliott
2020-06-07
LibCrypto: Add bitwise operations (and/or/xor)
AnotherTest
2020-06-07
LibCrypto: Make ModularFunctions.h compile as part of Lagom
Linus Groh
2020-06-07
LibCrypto: Fix to_base10() for zero-value BigIntegers
Linus Groh
2020-06-05
LibCrypto: Add a simple SignedBigInteger
AnotherTest
2020-06-04
LibCrypto: Correctly pad blocks with FinalBlockSize < size < BlockSize
AnotherTest
2020-05-29
LibCrypto: Fix some issues preventing compilation w/ clang 10
AnotherTest
2020-05-29
LibCrypto: Format all files with clang-format 10
AnotherTest
2020-05-29
Meta: Add a script check the presence of "#pragma once" in header files
Emanuele Torre
2020-05-27
LibCrypto+LibTLS: Use AK/Random.h
Andreas Kling
2020-05-26
LibCrypto: Put some debug spam behind CRYPTO_DEBUG
Andreas Kling
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-07
LibCrypto: Cache the "trimmed length" of UnsignedBigIntegers
Andreas Kling
2020-05-03
LibCrypto: Manage vector sizing manually in performance-critical places
Andreas Kling
2020-05-03
LibCrypto: Added BigInteger 'division by u16' operator
DexesTTP
2020-05-03
LibCrypto: Changed ModularFunctions to use non-allocating operations
DexesTTP
2020-05-03
LibCrypto: Added static non-allocating UnsignedBigInteger operators
DexesTTP
2020-05-03
LibCrypto: Small fixes in BigInteger & test-crypto
DexesTTP
2020-05-03
LibCrypto: Correct RFC5246 un-padding behaviour
AnotherTest
2020-05-02
LibCrypto: Make UnsignedBigInteger as fast as architecturally possible
AnotherTest
[next]