ObjFW  History of src/tls/OFGnuTLSTLSStream.m of 986e12aa9cafe28f

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

2024-04-03
02:16
[5ff0b3f552] part of check-in [7413a728a7] Change license to LGPLv3 only (check-in: [7413a728a7] user: js, branch: trunk, size: 9368) [annotate] [blame] [check-ins using] [diff]
2024-02-03
11:41
[95cdd65340] part of check-in [7324ec8590] Update copyright (check-in: [7324ec8590] user: js, branch: 1.0, size: 9629) [annotate] [blame] [check-ins using] [diff]
2024-01-14
11:01
[25d18fe2f0] part of check-in [027f5e11cf] Mbed TLS: Don't hardcode path to CA file (check-in: [027f5e11cf] user: js, branch: trunk, size: 9160) [annotate] [blame] [check-ins using] [diff]
2024-01-06
00:52
[570186048d] part of check-in [11b2a17595] Initial support for Mbed TLS

Mbed TLS is never automatically picked as a TLS implementation and
always needs to be manually enabled using --with-tls=mbedtls. (check-in: [11b2a17595] user: js, branch: trunk, size: 9052) [annotate] [blame] [check-ins using] [diff]

2024-01-02
17:17
[96b9c1a36c] part of check-in [26ddd2e4e4] Update copyright (check-in: [26ddd2e4e4] user: js, branch: trunk, size: 9133) [annotate] [blame] [check-ins using] [diff]
2023-10-15
12:32
[3f3e9b7029] part of check-in [a61e0594b4] Add -[OFStream lowlevelIsAtEndOfStream]

This allows for a much cleaner solution to avoid the internal read
buffer of e.g. a TLS connection never being processed while waiting for
a delimiter. (check-in: [a61e0594b4] user: js, branch: trunk, size: 9133) [annotate] [blame] [check-ins using] [diff]

2023-09-10
12:11
[ba84ecba17] part of check-in [1a3613d573] More consistency between TLS implementations

While GnuTLS and SecureTransport haven't shown in practice to need this,
this makes it more robust for future changes in those. In theory, both
could return less data on a read than they have buffered, meaning the
delimiter is not found but in the buffered data, which would then make
them have the same issue OpenSSL had with hanging connections (though
there the problem was that the BIO was not processed and never would
without the same change as in this commit). (check-in: [1a3613d573] user: js, branch: trunk, size: 9629) [annotate] [blame] [check-ins using] [diff]

2023-01-06
09:04
[b0bb2b39ec] part of check-in [8939cbdb52] Update copyright (check-in: [8939cbdb52] user: js, branch: trunk, size: 9125) [annotate] [blame] [check-ins using] [diff]
2022-12-27
13:58
[603af24307] part of check-in [29a41e5a78] Rename OFAlready{Connected -> Open}Exception (check-in: [29a41e5a78] user: js, branch: trunk, size: 9125) [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
[fad8797bf6] part of check-in [1a86b8175b] Update copyright (check-in: [1a86b8175b] user: js, branch: trunk, size: 9135) [annotate] [blame] [check-ins using] [diff]
2022-01-29
12:38
[02a55ce27d] part of check-in [c9b6dcad9e] Add OpenSSL support for OFTLSStream (check-in: [c9b6dcad9e] user: js, branch: trunk, size: 9135) [annotate] [blame] [check-ins using] [diff]
2022-01-28
19:34
[c3efe28992] part of check-in [d9586ed175] Don't assume EWOULDBLOCK and EAGAIN are the same (check-in: [d9586ed175] user: js, branch: trunk, size: 9117) [annotate] [blame] [check-ins using] [diff]
2022-01-26
16:52
[e2b641b948] part of check-in [dd853203d3] Define GNUTLS_SAFE_PADDING_CHECK 0 if it's missing (check-in: [dd853203d3] user: js, branch: trunk, size: 9127) [annotate] [blame] [check-ins using] [diff]
2021-11-21
10:40
[72367f1922] part of check-in [3ed8cf7a52] OFTLSStream: wrappedStream -> underlyingStream (check-in: [3ed8cf7a52] user: js, branch: trunk, size: 9007) [annotate] [blame] [check-ins using] [diff]
00:30
Added: [633e4da737] part of check-in [6b4dd1f24f] Add OFGnuTLSTLSStream (check-in: [6b4dd1f24f] user: js, branch: trunk, size: 8985) [annotate] [blame] [check-ins using]