Michiel Visser
|
976bb715e0
LibTLS: Correct matching hostname with certificate subject
|
há 3 anos atrás |
Michiel Visser
|
331092d25a
LibTLS: Add references to RFC5246 for the verify procedure
|
há 3 anos atrás |
Michiel Visser
|
d78813d902
LibTLS: Simplify the way `verify_chain` is called
|
há 3 anos atrás |
Michiel Visser
|
fea5aeda0b
LibTLS: Verify the certificate chain sent by the server
|
há 3 anos atrás |
Michiel Visser
|
2b416e5faa
Base+LibTLS: Update CA Certificates list with actual certificates
|
há 3 anos atrás |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
há 3 anos atrás |
Sam Atkins
|
8260135d4d
LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods
|
há 3 anos atrás |
Ali Mohammad Pur
|
aafc451016
Userland: Convert TLS::TLSv12 to a Core::Stream::Socket
|
há 3 anos atrás |
mjz19910
|
3102d8e160
Everywhere: Fix many spelling errors
|
há 3 anos atrás |
Ben Wiederhake
|
7967a8bd8c
LibTLS: Avoid implicitly copying ByteBuffer
|
há 3 anos atrás |
Andreas Kling
|
a15ed8743d
AK: Make ByteBuffer::try_* functions return ErrorOr<void>
|
há 3 anos atrás |
Ali Mohammad Pur
|
97e97bccab
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
|
há 3 anos atrás |
Ali Mohammad Pur
|
3a9f00c59b
Everywhere: Use OOM-safe ByteBuffer APIs where possible
|
há 3 anos atrás |
networkException
|
acde7d12b0
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
|
há 3 anos atrás |
Andreas Kling
|
c94c15d45c
Everywhere: Replace AK::Singleton => Singleton
|
há 4 anos atrás |
Brian Gianforcaro
|
18d6f9ed5c
Libraries: Remove unused header includes
|
há 4 anos atrás |
DexesTTP
|
4bbf954ad0
LibTLS: Allow using other hash algorithms for HMAC
|
há 4 anos atrás |
DexesTTP
|
851e254e8f
LibTLS: Rework method names and arrangement in cpp files
|
há 4 anos atrás |
DexesTTP
|
17a1f51579
LibTLS: Move the asn certificate parser to Certificate.cpp
|
há 4 anos atrás |
Ali Mohammad Pur
|
df515e1d85
LibCrypto+LibTLS: Avoid unaligned reads and writes
|
há 4 anos atrás |
Ali Mohammad Pur
|
a91a49337c
LibCore+Everywhere: Move OpenMode out of IODevice
|
há 4 anos atrás |
Gunnar Beutner
|
6cf59b6ae9
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
|
há 4 anos atrás |
Ali Mohammad Pur
|
38418fdfdf
AK+Userland: Use mpfard@serenityos.org for my copyright headers
|
há 4 anos atrás |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
há 4 anos atrás |
AnotherTest
|
38f4441103
LibTLS: Parse X.509 certificates with the new ASN.1 parser
|
há 4 anos atrás |
AnotherTest
|
2020176f0f
LibTLS: Make the TLS connection options user-configurable
|
há 4 anos atrás |
AnotherTest
|
d6d6750dd8
LibTLS: Move TLS extensions to a separate 'extensions' struct
|
há 4 anos atrás |
Andreas Kling
|
ef1e5db1d0
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
|
há 4 anos atrás |
AnotherTest
|
3fe7ac0924
LibCrypto: Make a better ASN.1 parser
|
há 4 anos atrás |
AnotherTest
|
09a43969ba
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
|
há 4 anos atrás |