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
/
Libraries
/
LibCrypto
Age
Commit message (
Expand
)
Author
2022-05-12
LibCrypto: Add Ed25519
stelar7
2022-05-12
LibCrypto: Move Curve25519 related code into separate file
stelar7
2022-04-17
LibCrypto: Implement custom BitStringView for ASN.1 decoder
Michiel Visser
2022-04-17
LibCrypto: Fix inverted boolean decoded error in ASN.1
Michiel Visser
2022-04-17
LibTLS: ASN1 parse_utc_time handle pre 2000 years
Michiel Visser
2022-04-13
LibCrypto: Add ChaCha20
stelar7
2022-04-08
LibCrypto: Add Poly1305
stelar7
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-26
LibCrypto: Correctly add length to SHA384 and SHA512 hashes
Michiel Visser
2022-03-22
LibCrypto: Fix grammar in a couple of comments
Linus Groh
2022-03-20
LibCrypto: Move all elliptic curve private methods into .cpp
Michiel Visser
2022-03-20
LibCrypto+LibTLS: Add SECP256r1 support to LibTLS
Michiel Visser
2022-03-20
LibCrypto+LibTLS: Generalize the elliptic curve interface
Michiel Visser
2022-03-18
LibCrypto: Implement the SECP256r1 elliptic curve
Michiel Visser
2022-03-13
LibCrypto: Use AK::timing_safe_compare to validate sensitive data
Brian Gianforcaro
2022-03-10
Libraries: Use default constructors/destructors in LibCrypto
Lenny Maiorani
2022-03-09
LibCrypto: Add curve X448
stelar7
2022-02-26
LibCrypto: Simplify and move CRC32 table to cpp file
Lenny Maiorani
2022-02-23
LibTLS: Add signature verification for DHE and ECDHE key exchange
Michiel Visser
2022-02-23
LibCrypto: Add EMSA-PKCS1-V1_5 encoder and verification
Michiel Visser
2022-02-18
LibCrypto: Add curve x25519
stelar7
2022-02-16
LibCrypto: Exclude class_name() methods from the Kernel
Idan Horowitz
2022-02-16
LibCrypto: Exclude AESCipher{Block, Key}::to_string() from the Kernel
Idan Horowitz
2022-02-06
LibCrypto: Do not allow signed big integers to be negative zero
Timothy Flynn
2022-01-31
LibCrypto: Change UnsignedBigInteger parser to use a StringView
Timothy Flynn
2022-01-28
Userland: Remove a bunch of unnecessary Vector imports
kleines Filmröllchen
2022-01-24
AK+Userland: Make AK::decode_base64 return ErrorOr
Sam Atkins
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-18
LibCrypo: Simplify mixed-sign bitwise_or
Nico Weber
2022-01-18
LibCrypto: Remove some now-unused (and incorrect) methods
Nico Weber
2022-01-18
LibCrypto+LibJS: Better bitwise binary_xor binop
Nico Weber
2022-01-18
LibCrypto+LibJS: Better bigint bitwise_or binop
Nico Weber
2022-01-18
LibCrypto+LibJS: Better bigint bitwise_and binop
Nico Weber
2022-01-18
LibJS+LibCrypto: Fix SignedBitInteger::bitwise_not and use it in LibJS
Nico Weber
2022-01-18
LibCrypto: Add Formatter<SignedBigInteger>
Nico Weber
2022-01-09
LibCrypto: Link against LibCore
Daniel Bertalan
2022-01-07
Everywhere: Fix spelling mistakes
mjz19910
2022-01-07
Everywhere: Fix many spelling errors
mjz19910
2022-01-05
LibCrypto: Make `Digest`s able to return `bytes`
Michel Hermier
2022-01-05
LibCrypto: Mutualize `Digest`s
Michel Hermier
2022-01-05
LibCrypto: Make `MultiHashDigestVariant` getters `const` and `nodiscard`
Michel Hermier
2022-01-05
LibCrypto: Remove spurious `;`
Michel Hermier
2021-12-24
LibCrypto: Remove redundant __builtin_memset() call
Daniel Bertalan
2021-12-22
LibCrypto: Add the BigInteger concept
Linus Groh
2021-12-21
AK+Everywhere: Replace __builtin bit functions
Nick Johnson
2021-12-17
LibCrypto: Declobber AES header from s-box tables
Alexander Ulmer
2021-12-11
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
Daniel Bertalan
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-16
LibCrypto: Fix subtracting two negative `SignedBigInteger`s
Linus Groh
2021-11-11
Userland: Include Vector.h in a few places to make HeaderCheck happy
Ali Mohammad Pur
[next]