ObjFW  History of src/exceptions/OFTLSHandshakeFailedException.m of 96c24a6b6c9cd340

History of the file that is called src/exceptions/OFTLSHandshakeFailedException.m at check-in 96c24a6b6c9cd340

2024-04-03
02:16
Change license to LGPLv3 only file: [51cb4e9de1] check-in: [7413a728a7] user: js, branch: trunk, size: 2115 [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
Update copyright file: [c4de254140] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 1907 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [4b3f02cc47] check-in: [8939cbdb52] user: js, branch: trunk, size: 1907 [annotate] [blame] [check-ins using] [diff]
2022-04-25
19:22
More reordering for consistency file: [9f825e73f8] check-in: [6f9a9b44d5] user: js, branch: trunk, size: 1907 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [18052bd37b] check-in: [1a86b8175b] user: js, branch: trunk, size: 1907 [annotate] [blame] [check-ins using] [diff]
2021-11-20
13:18
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. file: [ba4934a59a] check-in: [8f8af474fc] user: js, branch: trunk, size: 1907 [annotate] [blame] [check-ins using] [diff]

2021-11-13
20:28
Added: Add OFSecureTransportTLSStream

This implements OFTLSStream using Apple's Secure Transport. While Secure
Transport is declared deprecated by Apple, Apple so far has failed to
provide a suitable replacement. They recommend Network.framework as a
replacement, however it can neither work on arbitrary sockets, nor can
it do STARTTLS. file: [2e553f0270] check-in: [112eb62f7b] user: js, branch: trunk, size: 1860 [annotate] [blame] [check-ins using]