ObjFW  History of src/exceptions/OFTLSHandshakeFailedException.h of 591d1c6c2bc7869e

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

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

2021-11-13
20:28
Added: [b1f02c3e16] 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: 2369) [annotate] [blame] [check-ins using]