Commit History

Author SHA1 Message Date
  Ali Mohammad Pur cb7becb067 LibTLS+RequestServer: Add an option to dump TLS keys to a log file 3 years ago
  Sam Atkins 45cf40653a Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 3 years ago
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value 3 years ago
  Andreas Kling a15ed8743d AK: Make ByteBuffer::try_* functions return ErrorOr<void> 3 years ago
  Nico Weber de72332920 Libraries: Fix typos 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
  Samuel Bowman b288016bbc LibTLS: Implement the DHE_RSA key exchange algorithm 3 years ago
  Ali Mohammad Pur 7ac196974d Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&> 4 years ago
  Gunnar Beutner 5f18cf75c5 AK: Replace ByteBuffer::grow with resize()/ensure_capacity() 4 years ago
  DexesTTP cb4a0dec8a LibTLS: Use a more precise KeyExchangeAlgorithm enum 4 years ago
  DexesTTP 68f6796e72 LibTLS: Use RSA key exchange based on the cipher 4 years ago
  DexesTTP 9bb823a6ab LibTLS: Generate cipher variants based on the cipher 4 years ago
  DexesTTP 2e9a4bb95c LibTLS: Replace cipher selection with a variant 4 years ago
  DexesTTP 851e254e8f LibTLS: Rework method names and arrangement in cpp files 4 years ago