index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
LibTLS
Age
Commit message (
Expand
)
Author
2022-12-12
LibCore: Propagate errors from `Stream::*_entire_buffer`
Tim Schumacher
2022-12-12
LibCore: Rename `Stream::*_or_error` to `*_entire_buffer`
Tim Schumacher
2022-12-08
LibCore: Move `Core::Stream::File::exists()` to `Core::File`
Tim Schumacher
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-17
LibTLS: Fix TestTLSHandshake by correctly reading the CA certificates
Michiel Visser
2022-04-16
LibCore+Everywhere: Make Core::Stream::read() return Bytes
Sam Atkins
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-16
LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods
Sam Atkins
2022-02-06
Userland: Convert TLS::TLSv12 to a Core::Stream::Socket
Ali Mohammad Pur
2021-11-10
AK: Make ByteBuffer::try_* functions return ErrorOr<void>
Andreas Kling
2021-09-19
LibTLS: Use a setter for on_tls_ready_to_write with some more smarts
Ali Mohammad Pur
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-09-02
Tests: Remove all file(GLOB) from CMakeLists in Tests
Andrew Kaster
2021-08-06
Tests: Remove unused variables for clang build
Lenny Maiorani
2021-06-19
LibCrypto+LibTLS: Split and move test suite into Tests directory
Peter Bocan