ObjFW  History of src/exceptions/OFTLSHandshakeFailedException.h of d8ef56254dc71c16

History of the file that is called src/exceptions/OFTLSHandshakeFailedException.h at check-in d8ef56254dc71c16

2024-04-03
02:16
Change license to LGPLv3 only file: [6262e58801] check-in: [7413a728a7] user: js, branch: trunk, size: 2750 [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
Update copyright file: [ff229bf16d] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 2542 [annotate] [blame] [check-ins using] [diff]
2023-01-06
09:04
Update copyright file: [c185a526b4] check-in: [8939cbdb52] user: js, branch: trunk, size: 2542 [annotate] [blame] [check-ins using] [diff]
2022-09-12
14:34
Either restrict subclassing or reserve ivars file: [f9e2ae9630] check-in: [c40a295629] user: js, branch: trunk, size: 2542 [annotate] [blame] [check-ins using] [diff]
2022-04-25
19:22
More reordering for consistency file: [624dc0f97d] check-in: [6f9a9b44d5] user: js, branch: trunk, size: 2490 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [14ed219e78] check-in: [1a86b8175b] user: js, branch: trunk, size: 2490 [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: [2a93bfd9df] check-in: [8f8af474fc] user: js, branch: trunk, size: 2490 [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: [b1f02c3e16] check-in: [112eb62f7b] user: js, branch: trunk, size: 2369 [annotate] [blame] [check-ins using]