Andreas Kling
|
27a294547d
LibTLS: Add segmentation to the application buffer to avoid memcpy churn
|
1 年之前 |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 年之前 |
Michiel Visser
|
4ab75bd138
LibTLS: Add comment to cipher suite list about Mozilla recommended order
|
1 年之前 |
Michiel Visser
|
dde1e8ccf5
LibTLS: Modernize the TLS cipher suite list
|
1 年之前 |
Michiel Visser
|
e785172290
LibTLS: Implement the `extended_master_secret` TLS extension
|
1 年之前 |
Michiel Visser
|
927dc1f02a
LibTLS: Add support for SECP384r1
|
1 年之前 |
Ali Mohammad Pur
|
32e6fd9715
LibTLS: Do not defer flushing alert packets
|
1 年之前 |
stelar7
|
a559dca816
LibTLS: Fix supported signature algorithms typo
|
1 年之前 |
Michiel Visser
|
c548dca174
LibTLS: Add ECDSA support with the secp256r1 curve
|
3 年之前 |
stelar7
|
42d80aab06
LibTLS: Reorder supported ciphers
|
1 年之前 |
Lucas CHOLLET
|
9581fe1d7d
LibTLS: Remove unused methods
|
2 年之前 |
stelar7
|
5853d9642a
LibTLS: Move AlertDescription to Extensions.h
|
2 年之前 |
stelar7
|
e8945f15f4
LibTLS: Move CipherSuite to Extensions.h
|
2 年之前 |
stelar7
|
e5f81475e5
LibTLS: Move ECPointFormat to Extensions.h
|
2 年之前 |
stelar7
|
a4855aef17
LibTLS: Rename NamedCurve to SupportedGroup
|
2 年之前 |
stelar7
|
6df3ffaf45
LibTLS: Move ECCurveType to Extensions.h
|
2 年之前 |
stelar7
|
0fea6e7f13
LibTLS: Move NameType to Extensions.h
|
2 年之前 |
stelar7
|
9110f26c79
LibTLS: Rename HandshakeExtension to ExtensionType
|
2 年之前 |
stelar7
|
c30ee1b89b
LibTLS: Update HandshakeType value names to match IANA registry values
|
2 年之前 |
stelar7
|
611a235a52
LibTLS: Rename AlertLevel Critial to FATAL
|
2 年之前 |
stelar7
|
ca6b8bfe7f
LibTLS: Rename Version to ProtocolVersion
|
2 年之前 |
Tim Schumacher
|
d5871f5717
AK: Rename Stream::{read,write} to Stream::{read_some,write_some}
|
2 年之前 |
Tim Schumacher
|
874c7bba28
LibCore: Remove `Stream.h`
|
2 年之前 |
Tim Schumacher
|
a96339b72b
LibCore: Move Stream-based sockets into the `Core` namespace
|
2 年之前 |
Sam Atkins
|
1568063cc8
LibTLS: Remove declarations for non-existent methods
|
2 年之前 |
Tim Schumacher
|
5061a905ff
LibCore: Remove `Stream::is_{readable,writable}`
|
2 年之前 |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 年之前 |
Linus Groh
|
d26aabff04
Everywhere: Run clang-format
|
2 年之前 |
sin-ack
|
e5f09ea170
Everywhere: Split Error::from_string_literal and Error::from_string_view
|
3 年之前 |
Michiel Visser
|
fa18c283dc
LibTLS: Cleanup of verify_chain and verify_certificate_pair
|
3 年之前 |