History for src/OFTLSSocket.m
2021-11-13
| ||
13:04 |
Renamed to
src/OFTLSStream.m.
Completely rework the TLS/SSL API
The previous API could never work cleanly and would always require The new API is a lot cleaner and requires none of the hacks, but using | |
2021-11-07
| ||
19:39 | OFTLSSocket: Reduce methods to override file: [dab6e3fd2b] check-in: [79ac3fe177] user: js, branch: trunk, size: 4646 [annotate] [blame] [check-ins using] [diff] | |
2021-11-06
| ||
17:36 | Fix OFTLSSocket for the case sockets are not FDs file: [d04b51f1a5] check-in: [746ddd7d7f] user: js, branch: trunk, size: 4709 [annotate] [blame] [check-ins using] [diff] | |
00:10 |
Added:
Make OFTLSSocket an abstract class
This should make it easier to add TLS support using various | |