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
/
PK
/
Code
Age
Commit message (
Expand
)
Author
2023-04-03
AK+Everywhere: Change AK::fill_with_random to accept a Bytes object
Timothy Flynn
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-13
LibCrypto: Use AK::timing_safe_compare to validate sensitive data
Brian Gianforcaro
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
2021-11-11
Userland: Include Vector.h in a few places to make HeaderCheck happy
Ali Mohammad Pur
2021-11-10
AK: Make ByteBuffer::try_* functions return ErrorOr<void>
Andreas Kling
2021-10-06
LibCrypto: Add missing header to EMSA_PSS.h
Ben Wiederhake
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-06
Everywhere: Use OOM-safe ByteBuffer APIs where possible
Ali Mohammad Pur
2021-05-17
LibCrypto: Change static constexpr array to function local constexpr
Lenny Maiorani
2021-05-17
LibCrypto: Fix incorrectly constexpr variable
Lenny Maiorani
2021-05-13
LibCrypto: Remove all uses of VLAs
Ali Mohammad Pur
2021-04-22
AK+Userland: Use mpfard@serenityos.org for my copyright headers
Ali Mohammad Pur
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-15
Everything: Add `-Wnon-virtual-dtor` flag
Nicholas-Baron
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling