Commit History

Author SHA1 Message Date
  Fabian Dellwing 93232d4e6d LibTLS: Streamline certificate loading 2 years ago
  Fabian Dellwing 550635164d Tests+LibTLS: Use `TRY_OR_FAIL` for TestTLSHandshake 2 years ago
  Fabian Dellwing 459dee1f86 LibTLS: Refactor CA loading into central function 2 years ago
  Fabian Dellwing ee0ae18386 LibTLS: Check if certificate is self signed before importing it as CA 2 years ago
  Cameron Youell 1d24f394c6 Everywhere: Use `LibFileSystem` where trivial 2 years ago
  Fabian Dellwing da6130a6d8 Tests: Rework TLS test to use new cacert.pem 2 years ago
  Tim Schumacher ecd1862859 AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted 2 years ago
  Tim Schumacher d5871f5717 AK: Rename Stream::{read,write} to Stream::{read_some,write_some} 2 years ago
  Tim Schumacher d43a7eae54 LibCore: Rename `File` to `DeprecatedFile` 2 years ago
  Tim Schumacher 9a3e95785e LibCore: Propagate errors from `Stream::*_entire_buffer` 2 years ago
  Tim Schumacher 6c7c5a6786 LibCore: Rename `Stream::*_or_error` to `*_entire_buffer` 2 years ago
  Tim Schumacher 2fc2025f49 LibCore: Move `Core::Stream::File::exists()` to `Core::File` 2 years ago
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 years ago
  Michiel Visser 5a60bed88b LibTLS: Fix TestTLSHandshake by correctly reading the CA certificates 3 years ago
  Sam Atkins 3b1e063d30 LibCore+Everywhere: Make Core::Stream::read() return Bytes 3 years ago
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 years ago
  Sam Atkins 8260135d4d LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods 3 years ago
  Ali Mohammad Pur aafc451016 Userland: Convert TLS::TLSv12 to a Core::Stream::Socket 3 years ago
  Andreas Kling a15ed8743d AK: Make ByteBuffer::try_* functions return ErrorOr<void> 3 years ago
  Ali Mohammad Pur 436693c0c9 LibTLS: Use a setter for on_tls_ready_to_write with some more smarts 3 years ago
  Ali Mohammad Pur 97e97bccab Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 3 years ago
  Ali Mohammad Pur 3a9f00c59b Everywhere: Use OOM-safe ByteBuffer APIs where possible 3 years ago
  Lenny Maiorani 8e949c5c91 Tests: Remove unused variables for clang build 4 years ago
  Peter Bocan 4d5ffd364a LibCrypto+LibTLS: Split and move test suite into Tests directory 4 years ago