ObjFW  History of src/exceptions/OFTLSHandshakeFailedException.m of 986e12aa9cafe28f

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

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

2021-11-13
20:28
Added: [2e553f0270] part of check-in [112eb62f7b] 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. (check-in: [112eb62f7b] user: js, branch: trunk, size: 1860) [annotate] [blame] [check-ins using]