Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Let TLSSocket handle TLS handshake | Pierre Ossman | 2025-06-18 | 1 | -0/+1 |
| | | | | More avoiding duplication and increasing encapsulation. | ||||
* | Let TLSSocket handle TLS termination | Pierre Ossman | 2025-06-18 | 1 | -0/+2 |
| | | | | Let's avoid duplication and also raise the encapsulation a bit. | ||||
* | Avoid static methods for TLSSocket | Pierre Ossman | 2025-06-18 | 1 | -4/+2 |
| | | | | We can use lambdas as glue and let them be normal methods instead. | ||||
* | Merge TLS I/O in common class | Pierre Ossman | 2025-06-18 | 1 | -0/+80 |
Input and output do not happen independently in TLS streams, so we need to have a coordinating central object for all I/O. E.g. a TLS read can result in a low level write. |