ObjFW  Check-in [8f8af474fc]

Overview
Comment:Move TLS implementations to a separate library

These implementations all depend on additional libraries that are
otherwise not needed for an ObjFW application that does not use TLS,
meaning they would add unnecessary dependencies for a lot of
applications and waste memory.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 8f8af474fc841b8f4f25e6f03120364216784bbe0bc2d6bcd906c73e20ebfcab
User & Date: js on 2021-11-20 13:18:28
Other Links: manifest | tags
Context
2021-11-21
00:30
Add OFGnuTLSTLSStream check-in: 6b4dd1f24f user: js tags: trunk
2021-11-20
13:18
Move TLS implementations to a separate library check-in: 8f8af474fc user: js tags: trunk
2021-11-19
22:54
OFApplication: Always store argc and argv check-in: 2ca00fefff user: js tags: trunk
Changes