Age | Commit message (Collapse) | Author |
|
Same as Vector, ByteBuffer now also signals allocation failure by
returning an ENOMEM Error instead of a bool, allowing us to use the
TRY() and MUST() patterns.
|
|
The callback should be called as soon as the connection is established,
and if we actually set the callback when it already is, we expect it to
be called immediately.
|
|
|
|
If we can easily communicate failure, let's avoid asserting and report
failure instead.
|
|
Problem:
- Clang will not build `Tests/LibTLS` due to unused variables.
Solution:
- Remove the unused variables.
|
|
This change splits test-crypto.cpp from Userland into separate test
suites located in Tests/ directory.
|