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
2021-01-07
LibCrypto+LibJS: Fix broken subtraction of two negative signed bigints
Andreas Kling
2020-12-19
LibTLS+LibCrypto: Remove all remaining uses of ByteBuffer::wrap()
Andreas Kling
2020-12-19
LibCrypto: Yet more ByteBuffer::wrap() removal. Not much left now!
Andreas Kling
2020-12-19
LibTLS+LibCrypto: More ByteBuffer -> Span conversion
Andreas Kling
2020-12-19
LibTLS+LibCrypto: Replace a whole bunch of ByteBuffers with Spans
Andreas Kling
2020-11-29
LibCrypto: Require intent parameter in CTR constructor
Luke
2020-11-14
LibCrypto: Implement GCM mode
AnotherTest
2020-11-14
LibCrypto: Move out 'VerificationConsistency' into its own header file
AnotherTest
2020-11-14
LibCrypto: Templatise CTR<T> on the increment function
AnotherTest
2020-10-30
LibCrypto: Remove spammy ModPow debug log
AnotherTest
2020-10-20
Everywhere: Redundant inline specifier on constexpr functions (#3807)
Lenny Maiorani
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
[next]