summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibTLS/Record.cpp
AgeCommit message (Expand)Author
2023-04-14LibTLS: Show enum value instead of underlying value where possiblestelar7
2023-04-14LibTLS: Move AlertDescription to Extensions.hstelar7
2023-04-14LibTLS: Update HandshakeType value names to match IANA registry valuesstelar7
2023-04-14LibTLS: Rename AlertLevel Critial to FATALstelar7
2023-04-14LibTLS: Rename MessageType to ContentTypestelar7
2023-04-03AK+Everywhere: Change AK::fill_with_random to accept a Bytes objectTimothy Flynn
2023-03-13AK: Rename Stream::write_entire_buffer to Stream::write_until_depletedTim Schumacher
2023-02-08LibTLS: Use `AK::Stream` for serializing TLS packetsTim Schumacher
2023-01-29AK: Deprecate the old `AK::Stream`Tim Schumacher
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-06Userland: Convert TLS::TLSv12 to a Core::Stream::SocketAli Mohammad Pur
2022-01-24Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOrSam Atkins
2022-01-07Everywhere: Fix many spelling errorsmjz19910
2021-11-11Everywhere: Pass AK::ReadonlyBytes by valueAndreas Kling
2021-11-10AK: Make ByteBuffer::try_* functions return ErrorOr<void>Andreas Kling
2021-10-03LibTLS: Split large application data packets into chunksAli Mohammad Pur
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-09-06Everywhere: Use OOM-safe ByteBuffer APIs where possibleAli Mohammad Pur
2021-09-02Userland: Migrate to argument-less deferred_invokesin-ack
2021-05-19LibTLS: Enable the RSA_WITH_AES_256_GCM_SHA384 cipherDexesTTP
2021-05-19LibTLS: Replace cipher selection with a variantDexesTTP
2021-05-19LibTLS: Rework method names and arrangement in cpp filesDexesTTP
2021-05-16AK+Userland: Fix some compiler warnings and make variables const-refGunnar Beutner
2021-05-14LibCrypto+LibTLS: Avoid unaligned reads and writesAli Mohammad Pur
2021-04-22AK+Userland: Use mpfard@serenityos.org for my copyright headersAli Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-10LibTLS: Remove excessive CloseNotify loggingJelle Raaijmakers
2021-04-07LibTLS: Hide some debug spam, use more dbgln_if and if constexprLinus Groh
2021-04-03LibTLS: Make the TLS connection options user-configurableAnotherTest
2021-02-26Everywhere: Remove a bunch of redundant 'AK::' namespace prefixesLinus Groh
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-08Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)AnotherTest
2021-01-25Everywhere: Debug macros instead of constexpr.asynts
2021-01-25Everywhere: Use CMake to generate AK/Debug.h.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-16Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling