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
/
LibTLS
Age
Commit message (
Expand
)
Author
2021-10-10
LibTLS: Remove useless ByteBuffer allocation in TLSv12::read_line()
Ali Mohammad Pur
2021-10-06
LibTLS: Add missing headers to CipherSuite.h
Ben Wiederhake
2021-10-03
LibTLS: Split large application data packets into chunks
Ali Mohammad Pur
2021-10-01
Libraries: Fix typos
Nico Weber
2021-09-28
LibTLS: Mark the connection as finished and disconnected on TLS error
Ali Mohammad Pur
2021-09-21
Libraries: Use AK::Variant default initialization where appropriate
Ben Wiederhake
2021-09-19
LibTLS: Use a setter for on_tls_ready_to_write with some more smarts
Ali Mohammad Pur
2021-09-19
LibTLS: Don't close the underlying socket on EOF
Ali Mohammad Pur
2021-09-16
LibTLS: Close the underlying socket on EOF
Ali Mohammad Pur
2021-09-16
Revert "LibTLS: Close the underlying socket on EOF"
Brian Gianforcaro
2021-09-15
LibTLS: Increase the maximum socket read size to 4MiB
Ali Mohammad Pur
2021-09-15
LibTLS: Close the underlying socket on EOF
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
Userland: Migrate to argument-less deferred_invoke
sin-ack
2021-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
2021-08-16
LibTLS: Add DHE_RSA AES GCM cipher suites
Samuel Bowman
2021-08-16
LibTLS: Implement the DHE_RSA key exchange algorithm
Samuel Bowman
2021-08-08
Everywhere: Replace AK::Singleton => Singleton
Andreas Kling
2021-08-01
Libraries: Remove unused header includes
Brian Gianforcaro
2021-06-29
LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N)
Idan Horowitz
2021-06-28
LibTLS: Ensure that on_tls_finished is called only once
Ali Mohammad Pur
2021-06-17
Everywhere: Replace the multiple impls of print_buffer() with :hex-dump
Ali Mohammad Pur
2021-06-08
Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>
Ali Mohammad Pur
2021-05-31
AK: Replace ByteBuffer::grow with resize()/ensure_capacity()
Gunnar Beutner
2021-05-29
LibTLS: Allow using other hash algorithms for HMAC
DexesTTP
2021-05-29
LibTLS: Use a more precise KeyExchangeAlgorithm enum
DexesTTP
2021-05-29
LibTLS: Add IANA Hex codes for all recommended cipher suites
DexesTTP
2021-05-19
LibTLS: Enable the RSA_WITH_AES_256_GCM_SHA384 cipher
DexesTTP
2021-05-19
LibTLS: Use RSA key exchange based on the cipher
DexesTTP
2021-05-19
LibTLS: Generate cipher variants based on the cipher
DexesTTP
2021-05-19
LibTLS: Replace cipher selection with a variant
DexesTTP
2021-05-19
LibTLS: Rework method names and arrangement in cpp files
DexesTTP
2021-05-19
LibTLS: Define cipher suite parameters and components in a macro
DexesTTP
2021-05-19
LibTLS: Move the asn certificate parser to Certificate.cpp
DexesTTP
2021-05-19
LibTLS: Move the cipher list to the CipherSuite.h header
DexesTTP
2021-05-16
AK+Userland: Remove nullability feature for the ByteBuffer type
Gunnar Beutner
2021-05-16
AK+Userland: Fix some compiler warnings and make variables const-ref
Gunnar Beutner
2021-05-14
LibTLS: Actually verify the certificats
Ali Mohammad Pur
2021-05-14
LibCrypto+LibTLS: Avoid unaligned reads and writes
Ali Mohammad Pur
2021-05-13
LibTLS: Enable -Wvla for LibTLS
Ali Mohammad Pur
2021-05-13
LibTLS: Remove all uses of VLAs
Ali Mohammad Pur
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-12
LibTLS: Always send the signature_algorithms extension
Ali Mohammad Pur
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-04-23
LibTLS: Call the read hooks after processing messages too
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-18
LibTLS: Parse X.509 certificates with the new ASN.1 parser
AnotherTest
2021-04-10
LibTLS: Remove excessive CloseNotify logging
Jelle Raaijmakers
[next]